{"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":"212121","highlight":"00B060"},"publishDate":"2026-04-05T00:52:19.000Z"},"item":[{"name":"e-Quote module","item":[{"name":"AWB Stock Management","item":[{"name":"Create AWB Stock","id":"c0f8176a-90c1-467a-9415-d3a92ae8173c","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"881badec-bbf3-48a9-8454-8b8d8b0a052b","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-06-04T08:28:25.646Z","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":[{"id":"84992e2f-389a-462c-84d1-4e0197196503","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bb64faf6-ea63-4074-b8d6-89084ddd08af","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-06-04T08:28:25.647Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Create AWB Stock\n\n**Integration Point:** IN_FR-1-EQ-ASA-R-01-UC-01\n\n**Description:** Airline pushes pre-defined AWB stocks\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| `airlinePrefix` | String | 3 | M | Airline MAWB prefix |\n| `startingAWBNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `endingAWBNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `remarks` | String | 255 | M | Free text |\n| `range` | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| `totalAWBs` | Number | n/a | M | Number of AWBs in range |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"039d91eb-b3a2-482d-ba34-affcd8ddc32e","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bb1a5e4e-1a8b-4947-8786-f5b8913604f1","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-06-04T08:28:25.647Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Create AWB Stock\n\n**Integration Point:** IN_FR-1-EQ-ASA-R-01-UC-01\n\n**Description:** Airline pushes pre-defined AWB stocks\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| `airlinePrefix` | String | 3 | M | Airline MAWB prefix |\n| `startingAWBNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `endingAWBNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `remarks` | String | 255 | M | Free text |\n| `range` | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| `totalAWBs` | Number | n/a | M | Number of AWBs in range |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"eda48abb-eed7-4843-a4fe-d8031ec71541","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bd1febe4-39a9-48b9-af2d-4e2aa4c5e812","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-06-04T08:28:25.647Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Create AWB Stock\n\n**Integration Point:** IN_FR-1-EQ-ASA-R-01-UC-01\n\n**Description:** Airline pushes pre-defined AWB stocks\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| `airlinePrefix` | String | 3 | M | Airline MAWB prefix |\n| `startingAWBNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `endingAWBNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `remarks` | String | 255 | M | Free text |\n| `range` | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| `totalAWBs` | Number | n/a | M | Number of AWBs in range |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"7971b936-a134-4670-a175-d29c06950369","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d0121ba9-24c3-417d-84d3-cc2329de69ce","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-06-04T08:28:25.647Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Create AWB Stock\n\n**Integration Point:** IN_FR-1-EQ-ASA-R-01-UC-01\n\n**Description:** Airline pushes pre-defined AWB stocks\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| `airlinePrefix` | String | 3 | M | Airline MAWB prefix |\n| `startingAWBNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `endingAWBNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `remarks` | String | 255 | M | Free text |\n| `range` | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| `totalAWBs` | Number | n/a | M | Number of AWBs in range |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"772ccf1b-b118-4080-8c2f-273633106c65","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"82b21171-74b3-408c-8dff-fd6191a6a385","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-06-04T08:28:25.647Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Create AWB Stock\n\n**Integration Point:** IN_FR-1-EQ-ASA-R-01-UC-01\n\n**Description:** Airline pushes pre-defined AWB stocks\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| `airlinePrefix` | String | 3 | M | Airline MAWB prefix |\n| `startingAWBNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `endingAWBNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `remarks` | String | 255 | M | Free text |\n| `range` | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| `totalAWBs` | Number | n/a | M | Number of AWBs in range |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"c0f8176a-90c1-467a-9415-d3a92ae8173c"},{"name":"Request AWB Stock","id":"a8364811-2ca6-4935-aa72-758c611beedd","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"4fb2ef7d-29e1-4e2a-b5ed-686f2c300022","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-06-04T08:28:25.647Z","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":[{"id":"46df500a-7990-4701-9a1e-8a025f92d3b8","name":"202 - Accepted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"4cf0ec21-b06d-4ccb-92f2-402cc6a8cf28","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.647Z","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/awb-stock-requests","description":"**Requirement Reference:** EQ.E1ACA.2\n\n**Use Case**: ACA - Initiate AWB Stock Acquisition Request\n\n**Integration Point:** IN_FR-1-EQ-ASA-R-01-UC-02\n\n**Description:** Stock acquisition request to Airlines\n\n**Process Flow**: Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include all details of airline |\n| airlineDetails.airlineName | String | 255 | M | Airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include all ACA details |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| acaDetails.acaCassNumber | String | 15 | M | Required if acaIataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| numberOfAWBsRequired | Integer | n/a | M | Must be a positive integer |\n| predefinedStockLevels | Array | n/a | M | Must include valid stock levels |\n| additionalNotes | String | 255 | O | Optional notes |"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"18c268db-a3b7-4e98-9c35-8e202cd0c84e","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"4b7a7410-19b3-4888-9110-925dc7ac803b","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.647Z","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/awb-stock-requests","description":"**Requirement Reference:** EQ.E1ACA.2\n\n**Use Case**: ACA - Initiate AWB Stock Acquisition Request\n\n**Integration Point:** IN_FR-1-EQ-ASA-R-01-UC-02\n\n**Description:** Stock acquisition request to Airlines\n\n**Process Flow**: Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include all details of airline |\n| airlineDetails.airlineName | String | 255 | M | Airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include all ACA details |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| acaDetails.acaCassNumber | String | 15 | M | Required if acaIataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| numberOfAWBsRequired | Integer | n/a | M | Must be a positive integer |\n| predefinedStockLevels | Array | n/a | M | Must include valid stock levels |\n| additionalNotes | String | 255 | O | Optional notes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"d3099b6e-6d45-4007-8410-65e90bec9a76","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"6906cb8d-7db2-4012-9da5-82824f2d6f70","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.647Z","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/awb-stock-requests","description":"**Requirement Reference:** EQ.E1ACA.2\n\n**Use Case**: ACA - Initiate AWB Stock Acquisition Request\n\n**Integration Point:** IN_FR-1-EQ-ASA-R-01-UC-02\n\n**Description:** Stock acquisition request to Airlines\n\n**Process Flow**: Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include all details of airline |\n| airlineDetails.airlineName | String | 255 | M | Airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include all ACA details |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| acaDetails.acaCassNumber | String | 15 | M | Required if acaIataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| numberOfAWBsRequired | Integer | n/a | M | Must be a positive integer |\n| predefinedStockLevels | Array | n/a | M | Must include valid stock levels |\n| additionalNotes | String | 255 | O | Optional notes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"2167c4e6-84dc-4ad4-8e27-ff8630a4f0d9","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"5005059c-2341-4e63-8ff9-8050b960f81f","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.647Z","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/awb-stock-requests","description":"**Requirement Reference:** EQ.E1ACA.2\n\n**Use Case**: ACA - Initiate AWB Stock Acquisition Request\n\n**Integration Point:** IN_FR-1-EQ-ASA-R-01-UC-02\n\n**Description:** Stock acquisition request to Airlines\n\n**Process Flow**: Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include all details of airline |\n| airlineDetails.airlineName | String | 255 | M | Airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include all ACA details |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| acaDetails.acaCassNumber | String | 15 | M | Required if acaIataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| numberOfAWBsRequired | Integer | n/a | M | Must be a positive integer |\n| predefinedStockLevels | Array | n/a | M | Must include valid stock levels |\n| additionalNotes | String | 255 | O | Optional notes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"8cec6d98-1fbb-4703-9a6d-542738372969","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"312da228-afd2-448a-b832-70712bbb4098","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.647Z","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/awb-stock-requests","description":"**Requirement Reference:** EQ.E1ACA.2\n\n**Use Case**: ACA - Initiate AWB Stock Acquisition Request\n\n**Integration Point:** IN_FR-1-EQ-ASA-R-01-UC-02\n\n**Description:** Stock acquisition request to Airlines\n\n**Process Flow**: Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include all details of airline |\n| airlineDetails.airlineName | String | 255 | M | Airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include all ACA details |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| acaDetails.acaCassNumber | String | 15 | M | Required if acaIataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| numberOfAWBsRequired | Integer | n/a | M | Must be a positive integer |\n| predefinedStockLevels | Array | n/a | M | Must include valid stock levels |\n| additionalNotes | String | 255 | O | Optional notes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"a8364811-2ca6-4935-aa72-758c611beedd"},{"name":"Allocate AWB Stock","id":"c958474f-6482-4132-943e-e1b7778a3700","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"ea55ab2a-b659-4a4c-bd2f-bce82176e45a","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-06-04T08:28:25.647Z","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":[{"id":"a29ea708-d213-49c0-8a73-1a379271aab6","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"ccb2337c-07ad-4b11-afb5-d6ad24666aca","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-06-04T08:28:25.648Z","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        \"name\": \"Consolidated Freight Services\",\n        \"iataNumber\": \"0010000893964\",\n        \"cassNumber\": \"81-4 7158/0072\",\n        \"accountNumber\": \"ACC12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Process AWB Stock Acquisition Request / Allocate AWB Stock\n\n**Integration Point**: IN_FR-1-EQ-ASA-R-01-UC-05\n\n**Description:** Stock allocation processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock range, starting/ending AWB numbers, assignment date/time, available/allocation quantity, stock validity date, and notes |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.assignmentDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.userApprovingRequest | String | 255 | M | Name of the user approving the request |\n| stockDetails.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.allocationQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| stockDetails.notes | String | 255 | O | Free text |\n| airlineDetails | Object | n/a | O | Must include airline name, prefix, and two-letter code |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"85c1b8cf-7159-4cad-b5da-fbb9d11a650e","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"db993962-eefe-4a59-af0c-d02827d9b48d","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-06-04T08:28:25.648Z","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        \"name\": \"Consolidated Freight Services\",\n        \"iataNumber\": \"0010000893964\",\n        \"cassNumber\": \"81-4 7158/0072\",\n        \"accountNumber\": \"ACC12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Process AWB Stock Acquisition Request / Allocate AWB Stock\n\n**Integration Point**: IN_FR-1-EQ-ASA-R-01-UC-05\n\n**Description:** Stock allocation processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock range, starting/ending AWB numbers, assignment date/time, available/allocation quantity, stock validity date, and notes |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.assignmentDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.userApprovingRequest | String | 255 | M | Name of the user approving the request |\n| stockDetails.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.allocationQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| stockDetails.notes | String | 255 | O | Free text |\n| airlineDetails | Object | n/a | O | Must include airline name, prefix, and two-letter code |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"e780b23d-7104-4045-82c9-66e22b59e532","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a5478b95-99a4-4b7a-8299-cb29badf1221","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-06-04T08:28:25.648Z","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        \"name\": \"Consolidated Freight Services\",\n        \"iataNumber\": \"0010000893964\",\n        \"cassNumber\": \"81-4 7158/0072\",\n        \"accountNumber\": \"ACC12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Process AWB Stock Acquisition Request / Allocate AWB Stock\n\n**Integration Point**: IN_FR-1-EQ-ASA-R-01-UC-05\n\n**Description:** Stock allocation processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock range, starting/ending AWB numbers, assignment date/time, available/allocation quantity, stock validity date, and notes |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.assignmentDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.userApprovingRequest | String | 255 | M | Name of the user approving the request |\n| stockDetails.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.allocationQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| stockDetails.notes | String | 255 | O | Free text |\n| airlineDetails | Object | n/a | O | Must include airline name, prefix, and two-letter code |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"5d1b4ad6-683a-4235-822f-d6dfc7e3dce2","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"520b20f4-cabc-4a51-bec2-7a44c5b3acc6","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-06-04T08:28:25.648Z","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        \"name\": \"Consolidated Freight Services\",\n        \"iataNumber\": \"0010000893964\",\n        \"cassNumber\": \"81-4 7158/0072\",\n        \"accountNumber\": \"ACC12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Process AWB Stock Acquisition Request / Allocate AWB Stock\n\n**Integration Point**: IN_FR-1-EQ-ASA-R-01-UC-05\n\n**Description:** Stock allocation processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock range, starting/ending AWB numbers, assignment date/time, available/allocation quantity, stock validity date, and notes |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.assignmentDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.userApprovingRequest | String | 255 | M | Name of the user approving the request |\n| stockDetails.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.allocationQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| stockDetails.notes | String | 255 | O | Free text |\n| airlineDetails | Object | n/a | O | Must include airline name, prefix, and two-letter code |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"e229992e-4e8e-4216-8f9d-ab11eb5e78d8","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"12cee916-ad1b-49b9-b299-23a73a80f3fc","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-06-04T08:28:25.648Z","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        \"name\": \"Consolidated Freight Services\",\n        \"iataNumber\": \"0010000893964\",\n        \"cassNumber\": \"81-4 7158/0072\",\n        \"accountNumber\": \"ACC12345\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Process AWB Stock Acquisition Request / Allocate AWB Stock\n\n**Integration Point**: IN_FR-1-EQ-ASA-R-01-UC-05\n\n**Description:** Stock allocation processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock range, starting/ending AWB numbers, assignment date/time, available/allocation quantity, stock validity date, and notes |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.assignmentDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.userApprovingRequest | String | 255 | M | Name of the user approving the request |\n| stockDetails.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.allocationQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| stockDetails.notes | String | 255 | O | Free text |\n| airlineDetails | Object | n/a | O | Must include airline name, prefix, and two-letter code |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"c958474f-6482-4132-943e-e1b7778a3700"},{"name":"Delete Unallocated AWB Stocks","id":"d18792f7-273d-49bc-84e1-e8955b85b4ca","request":{"method":"DELETE","header":[{"key":"X-Request-ID","value":"da3b4231-c0d9-4426-9e04-9a2c2df764d5","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-06-04T08:28:25.648Z","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":[{"id":"03644390-87ac-4e04-bc49-b5666e0a8f2a","name":"204 - No Content","originalRequest":{"method":"DELETE","header":[{"key":"X-Request-ID","value":"fcbc85ee-a7ca-480d-9b0f-b420e72319f7","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-06-04T08:28:25.648Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Delete Unallocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-01\n\n**Description:** Stock deletion sync\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA details |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.unallocationDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.deletionReason | String | 255 | M | Free text |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"46bc6ee9-c8e4-4e80-a281-b587b9b027d4","name":"400 - Bad Request","originalRequest":{"method":"DELETE","header":[{"key":"X-Request-ID","value":"40a0026a-c1af-4125-89fc-46e3c3c905d9","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-06-04T08:28:25.648Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Delete Unallocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-01\n\n**Description:** Stock deletion sync\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA details |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.unallocationDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.deletionReason | String | 255 | M | Free text |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"6e757047-b642-4611-963c-5b5da1e6f331","name":"401 - Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"X-Request-ID","value":"84c0bf1e-27e1-42da-827f-fce971b187a3","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-06-04T08:28:25.648Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Delete Unallocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-01\n\n**Description:** Stock deletion sync\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA details |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.unallocationDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.deletionReason | String | 255 | M | Free text |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"8f021eae-0524-465a-8c77-7dc1c01b981a","name":"403 - Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"X-Request-ID","value":"73370a36-9a75-42f5-86db-cc54272648ad","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-06-04T08:28:25.648Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Delete Unallocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-01\n\n**Description:** Stock deletion sync\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA details |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.unallocationDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.deletionReason | String | 255 | M | Free text |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"aba953f7-5f71-4ebf-a821-ef640cb6873d","name":"422 - Unprocessable Entity","originalRequest":{"method":"DELETE","header":[{"key":"X-Request-ID","value":"b504d38e-f48f-4ff9-8c9a-852f1d361d4d","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-06-04T08:28:25.648Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Delete Unallocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-01\n\n**Description:** Stock deletion sync\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA details |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.unallocationDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.deletionReason | String | 255 | M | Free text |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"abf4863b-bde9-4595-ac03-6935a9d0a5d2","name":"404 - Not Found","originalRequest":{"method":"DELETE","header":[{"key":"X-Request-ID","value":"c72090ac-248b-4222-aee3-6a8adf305ffd","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-06-04T08:28:25.648Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Delete Unallocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-01\n\n**Description:** Stock deletion sync\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA details |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.unallocationDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.deletionReason | String | 255 | M | Free text |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"94f0bb1b-8316-4e49-af0e-aebfcca158df","name":"412 - Precondition Failed","originalRequest":{"method":"DELETE","header":[{"key":"X-Request-ID","value":"a7a3030b-1e46-461e-bc16-2e78ddc909fd","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-06-04T08:28:25.648Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Delete Unallocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-01\n\n**Description:** Stock deletion sync\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA details |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.unallocationDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.deletionReason | String | 255 | M | Free text |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"d18792f7-273d-49bc-84e1-e8955b85b4ca"},{"name":"Return Allocated AWB Stocks","id":"efe35ca0-e679-49df-975f-8e852c99bc3f","request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"00861db3-afd9-4934-bd0e-d44dfe7fae64","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-06-04T08:28:25.648Z","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"}}},"url":"","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":[]}},"response":[{"id":"2469eac0-c36c-46ea-b52f-bebf7f7b5dab","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"b105b556-7cbb-45c9-abe6-675d3ccf6a49","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-06-04T08:28:25.648Z","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        \"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"}}},"url":"","description":"**Requirement Reference:** EQ.E1ACA.2\n\n**Use Case**: ACA - Return Allocated AWB Stocks\n\n**Integration Points**: IN_FR-2-EQ-ASM-R-01-UC-04\n\n**Description:** Return request to Airlines\n\n**Process Flow**: Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.returnQuantity | Integer | n/a | M | Positive number representing returned AWBs |\n| stockDetails.remainingQuantityAfterReturn | Integer | n/a | M | Positive number representing remaining AWBs |\n| stockDetails.utilizationRate | String | 10 | M | Percentage format (e.g., \"50%\") |\n| stockDetails.notes | String | 255 | O | Free text, notes or remarks on return |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA details |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ) |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1b7c2d5f-c137-423f-996d-d3a07f280eb4","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"9276c71e-e045-47ee-9263-71d1d136a0fd","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-06-04T08:28:25.648Z","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        \"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"}}},"url":"","description":"**Requirement Reference:** EQ.E1ACA.2\n\n**Use Case**: ACA - Return Allocated AWB Stocks\n\n**Integration Points**: IN_FR-2-EQ-ASM-R-01-UC-04\n\n**Description:** Return request to Airlines\n\n**Process Flow**: Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.returnQuantity | Integer | n/a | M | Positive number representing returned AWBs |\n| stockDetails.remainingQuantityAfterReturn | Integer | n/a | M | Positive number representing remaining AWBs |\n| stockDetails.utilizationRate | String | 10 | M | Percentage format (e.g., \"50%\") |\n| stockDetails.notes | String | 255 | O | Free text, notes or remarks on return |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA details |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"8e31275e-4073-488d-9afe-ca129b53f7b7","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"3c1d8fee-1631-4d6a-a449-d1eb244608a0","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-06-04T08:28:25.648Z","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        \"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"}}},"url":"","description":"**Requirement Reference:** EQ.E1ACA.2\n\n**Use Case**: ACA - Return Allocated AWB Stocks\n\n**Integration Points**: IN_FR-2-EQ-ASM-R-01-UC-04\n\n**Description:** Return request to Airlines\n\n**Process Flow**: Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.returnQuantity | Integer | n/a | M | Positive number representing returned AWBs |\n| stockDetails.remainingQuantityAfterReturn | Integer | n/a | M | Positive number representing remaining AWBs |\n| stockDetails.utilizationRate | String | 10 | M | Percentage format (e.g., \"50%\") |\n| stockDetails.notes | String | 255 | O | Free text, notes or remarks on return |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA details |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"d6a3afe7-f1de-4fc4-86e4-6fbc1624e3d3","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"9b3fab42-0bf7-4235-b230-987b51bf9e9d","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-06-04T08:28:25.649Z","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        \"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"}}},"url":"","description":"**Requirement Reference:** EQ.E1ACA.2\n\n**Use Case**: ACA - Return Allocated AWB Stocks\n\n**Integration Points**: IN_FR-2-EQ-ASM-R-01-UC-04\n\n**Description:** Return request to Airlines\n\n**Process Flow**: Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.returnQuantity | Integer | n/a | M | Positive number representing returned AWBs |\n| stockDetails.remainingQuantityAfterReturn | Integer | n/a | M | Positive number representing remaining AWBs |\n| stockDetails.utilizationRate | String | 10 | M | Percentage format (e.g., \"50%\") |\n| stockDetails.notes | String | 255 | O | Free text, notes or remarks on return |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA details |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"c059bb84-881b-4569-9ca6-6b77f64c9726","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"5ee4d7e5-a723-435c-867a-c27daf25c671","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-06-04T08:28:25.649Z","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        \"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"}}},"url":"","description":"**Requirement Reference:** EQ.E1ACA.2\n\n**Use Case**: ACA - Return Allocated AWB Stocks\n\n**Integration Points**: IN_FR-2-EQ-ASM-R-01-UC-04\n\n**Description:** Return request to Airlines\n\n**Process Flow**: Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.returnQuantity | Integer | n/a | M | Positive number representing returned AWBs |\n| stockDetails.remainingQuantityAfterReturn | Integer | n/a | M | Positive number representing remaining AWBs |\n| stockDetails.utilizationRate | String | 10 | M | Percentage format (e.g., \"50%\") |\n| stockDetails.notes | String | 255 | O | Free text, notes or remarks on return |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA details |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"52f0ccdb-e494-4f76-96cb-12dc5d083a3d","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"c1c7f21f-1e3f-4dbd-a6f2-ef3cbff09ab7","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-06-04T08:28:25.649Z","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        \"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"}}},"url":"","description":"**Requirement Reference:** EQ.E1ACA.2\n\n**Use Case**: ACA - Return Allocated AWB Stocks\n\n**Integration Points**: IN_FR-2-EQ-ASM-R-01-UC-04\n\n**Description:** Return request to Airlines\n\n**Process Flow**: Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.returnQuantity | Integer | n/a | M | Positive number representing returned AWBs |\n| stockDetails.remainingQuantityAfterReturn | Integer | n/a | M | Positive number representing remaining AWBs |\n| stockDetails.utilizationRate | String | 10 | M | Percentage format (e.g., \"50%\") |\n| stockDetails.notes | String | 255 | O | Free text, notes or remarks on return |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA details |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ) |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"4bd8d06a-a4c4-4062-a318-3817e169b833","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"46382849-91c8-4c1b-93af-73e4add8de7b","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-06-04T08:28:25.649Z","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        \"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"}}},"url":"","description":"**Requirement Reference:** EQ.E1ACA.2\n\n**Use Case**: ACA - Return Allocated AWB Stocks\n\n**Integration Points**: IN_FR-2-EQ-ASM-R-01-UC-04\n\n**Description:** Return request to Airlines\n\n**Process Flow**: Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.returnQuantity | Integer | n/a | M | Positive number representing returned AWBs |\n| stockDetails.remainingQuantityAfterReturn | Integer | n/a | M | Positive number representing remaining AWBs |\n| stockDetails.utilizationRate | String | 10 | M | Percentage format (e.g., \"50%\") |\n| stockDetails.notes | String | 255 | O | Free text, notes or remarks on return |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA details |\n| acaDetails.name | String | 255 | M | ACA name |\n| acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ) |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"efe35ca0-e679-49df-975f-8e852c99bc3f"},{"name":"Reduce Allocated AWB Stocks","id":"28a944d4-dc45-42ec-ab3d-219da7cac5fc","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"3bf9d88a-e1cb-4df4-950c-5ce90e532c94","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-06-04T08:28:25.649Z","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":"41a5e3a7-7e6f-4957-824d-143f5f953a29","name":"204 - No Content","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"8c8f1303-373a-41a4-a670-dde5cf4e09a7","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-06-04T08:28:25.649Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Reduce Allocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-07\n\n**Description**: Reduction request processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reductionDetails | Object | n/a | M | Must include individualReduction or bulkReduction |\n| reductionDetails.individualReduction | Object | n/a | C | Must include selectedACAs, quantityForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction |\n| reductionDetails.individualReduction.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, and account number |\n| reductionDetails.individualReduction.quantityForReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.reason | String | 255 | M | Free text. Reason for reduction |\n| reductionDetails.individualReduction.totalAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.consumedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.availableAfterReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction | Object | n/a | C | Must include percentageForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction |\n| reductionDetails.bulkReduction.percentageForReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.reason | String | 255 | M | Free text. reason for reduction |\n| reductionDetails.bulkReduction.totalAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.consumedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.availableAfterReduction | Integer | n/a | M | Must be a positive integer |\n| airlineDetails | Object | n/a | M | Must include airlineName, airlinePrefix, airlineTwoLetterCode |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"61c9c21d-12f6-44b0-a850-b3e1b41d0fdb","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"e98dd3b9-fff1-467f-a953-294d6b3a711a","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-06-04T08:28:25.649Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Reduce Allocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-07\n\n**Description**: Reduction request processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reductionDetails | Object | n/a | M | Must include individualReduction or bulkReduction |\n| reductionDetails.individualReduction | Object | n/a | C | Must include selectedACAs, quantityForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction |\n| reductionDetails.individualReduction.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, and account number |\n| reductionDetails.individualReduction.quantityForReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.reason | String | 255 | M | Free text. Reason for reduction |\n| reductionDetails.individualReduction.totalAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.consumedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.availableAfterReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction | Object | n/a | C | Must include percentageForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction |\n| reductionDetails.bulkReduction.percentageForReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.reason | String | 255 | M | Free text. reason for reduction |\n| reductionDetails.bulkReduction.totalAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.consumedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.availableAfterReduction | Integer | n/a | M | Must be a positive integer |\n| airlineDetails | Object | n/a | M | Must include airlineName, airlinePrefix, airlineTwoLetterCode |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"24a16891-1a4b-485e-9113-d77f93c60fc3","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"6ab397c0-d4cb-4a7c-8d73-03e0bb9d2d1c","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-06-04T08:28:25.649Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Reduce Allocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-07\n\n**Description**: Reduction request processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reductionDetails | Object | n/a | M | Must include individualReduction or bulkReduction |\n| reductionDetails.individualReduction | Object | n/a | C | Must include selectedACAs, quantityForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction |\n| reductionDetails.individualReduction.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, and account number |\n| reductionDetails.individualReduction.quantityForReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.reason | String | 255 | M | Free text. Reason for reduction |\n| reductionDetails.individualReduction.totalAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.consumedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.availableAfterReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction | Object | n/a | C | Must include percentageForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction |\n| reductionDetails.bulkReduction.percentageForReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.reason | String | 255 | M | Free text. reason for reduction |\n| reductionDetails.bulkReduction.totalAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.consumedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.availableAfterReduction | Integer | n/a | M | Must be a positive integer |\n| airlineDetails | Object | n/a | M | Must include airlineName, airlinePrefix, airlineTwoLetterCode |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"b938a67e-99bc-42f4-8f3e-406cbdf86393","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"c7d79d99-e652-4232-a627-4de397cba4b3","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-06-04T08:28:25.649Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Reduce Allocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-07\n\n**Description**: Reduction request processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reductionDetails | Object | n/a | M | Must include individualReduction or bulkReduction |\n| reductionDetails.individualReduction | Object | n/a | C | Must include selectedACAs, quantityForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction |\n| reductionDetails.individualReduction.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, and account number |\n| reductionDetails.individualReduction.quantityForReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.reason | String | 255 | M | Free text. Reason for reduction |\n| reductionDetails.individualReduction.totalAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.consumedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.availableAfterReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction | Object | n/a | C | Must include percentageForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction |\n| reductionDetails.bulkReduction.percentageForReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.reason | String | 255 | M | Free text. reason for reduction |\n| reductionDetails.bulkReduction.totalAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.consumedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.availableAfterReduction | Integer | n/a | M | Must be a positive integer |\n| airlineDetails | Object | n/a | M | Must include airlineName, airlinePrefix, airlineTwoLetterCode |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"2c7fe53e-ac9c-47d0-a917-96c5a18ff65c","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"26b97605-c482-457f-9cf6-38be19fb19e2","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-06-04T08:28:25.649Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Reduce Allocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-07\n\n**Description**: Reduction request processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reductionDetails | Object | n/a | M | Must include individualReduction or bulkReduction |\n| reductionDetails.individualReduction | Object | n/a | C | Must include selectedACAs, quantityForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction |\n| reductionDetails.individualReduction.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, and account number |\n| reductionDetails.individualReduction.quantityForReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.reason | String | 255 | M | Free text. Reason for reduction |\n| reductionDetails.individualReduction.totalAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.consumedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.availableAfterReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction | Object | n/a | C | Must include percentageForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction |\n| reductionDetails.bulkReduction.percentageForReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.reason | String | 255 | M | Free text. reason for reduction |\n| reductionDetails.bulkReduction.totalAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.consumedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.availableAfterReduction | Integer | n/a | M | Must be a positive integer |\n| airlineDetails | Object | n/a | M | Must include airlineName, airlinePrefix, airlineTwoLetterCode |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"2371a771-32c0-4994-8231-20e0017437df","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"8c001586-eb83-4950-997f-26e84b003ae3","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-06-04T08:28:25.649Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Reduce Allocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-07\n\n**Description**: Reduction request processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reductionDetails | Object | n/a | M | Must include individualReduction or bulkReduction |\n| reductionDetails.individualReduction | Object | n/a | C | Must include selectedACAs, quantityForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction |\n| reductionDetails.individualReduction.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, and account number |\n| reductionDetails.individualReduction.quantityForReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.reason | String | 255 | M | Free text. Reason for reduction |\n| reductionDetails.individualReduction.totalAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.consumedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.availableAfterReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction | Object | n/a | C | Must include percentageForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction |\n| reductionDetails.bulkReduction.percentageForReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.reason | String | 255 | M | Free text. reason for reduction |\n| reductionDetails.bulkReduction.totalAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.consumedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.availableAfterReduction | Integer | n/a | M | Must be a positive integer |\n| airlineDetails | Object | n/a | M | Must include airlineName, airlinePrefix, airlineTwoLetterCode |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"03a97c9c-5226-49f5-8889-3fd7ed20d54a","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d5fe2e94-5363-4721-a4f0-9613a8464506","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-06-04T08:28:25.649Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Reduce Allocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-07\n\n**Description**: Reduction request processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reductionDetails | Object | n/a | M | Must include individualReduction or bulkReduction |\n| reductionDetails.individualReduction | Object | n/a | C | Must include selectedACAs, quantityForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction |\n| reductionDetails.individualReduction.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, and account number |\n| reductionDetails.individualReduction.quantityForReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.reason | String | 255 | M | Free text. Reason for reduction |\n| reductionDetails.individualReduction.totalAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.consumedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.individualReduction.availableAfterReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction | Object | n/a | C | Must include percentageForReduction, reason, totalAllocatedAWBs, consumedAWBs, availableAfterReduction |\n| reductionDetails.bulkReduction.percentageForReduction | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.reason | String | 255 | M | Free text. reason for reduction |\n| reductionDetails.bulkReduction.totalAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.consumedAWBs | Integer | n/a | M | Must be a positive integer |\n| reductionDetails.bulkReduction.availableAfterReduction | Integer | n/a | M | Must be a positive integer |\n| airlineDetails | Object | n/a | M | Must include airlineName, airlinePrefix, airlineTwoLetterCode |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"28a944d4-dc45-42ec-ab3d-219da7cac5fc"},{"name":"Withdraw Allocated AWB Stocks","id":"67c16449-5913-4251-981e-33173ac4b178","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"4ecab3b2-fea0-4c62-9db7-f8c033b9d92b","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-06-04T08:28:25.649Z","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":"a1bd3ce2-fa5f-421e-aaa1-42ae75296bb9","name":"204 - No Content","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d913dc8a-eec8-4250-81ff-8c6cbfff3ecd","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-06-04T08:28:25.650Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Withdraw Allocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-10\n\n**Description**: Withdrawal processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| withdrawalDetails | Object | n/a | M | Must include fullWithdrawal or partialWithdrawal |\n| withdrawalDetails.fullWithdrawal | Object | n/a | C | Full withdrawal details |\n| withdrawalDetails.fullWithdrawal.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, and account number |\n| selectedACAs.name | String | 255 | M | ACA name |\n| selectedACAs.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| selectedACAs.cassNumber | String | 255 | C | Required if acaIataNumber is empty |\n| selectedACAs.accountNumber | String | 70 | M | ACA account number |\n| selectedACAs.allocatedQuantity | Integer | n/a | M | Must be a positive integer |\n| selectedACAs.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| withdrawalDetails.fullWithdrawal.reason | String | 255 | M | Free text. Reason for full withdrawal |\n| withdrawalDetails.partialWithdrawal | Object | n/a | C | Partial withdrawal details |\n| withdrawalDetails.partialWithdrawal.reason | String | 255 | M | Free text. Reason for partial withdrawal |\n| withdrawalDetails.partialWithdrawal.withdrawnAWBs | Integer | n/a | M | Must be a positive integer |\n| withdrawalDetails.partialWithdrawal.remainingAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| withdrawalSummary | Object | n/a | M | Contains summary of the withdrawal process |\n| withdrawalSummary.affectedACA | String | 255 | M | ACA name affected by the withdrawal |\n| withdrawalSummary.withdrawnAWBs | Integer | n/a | M | Number of AWBs withdrawn |\n| withdrawalSummary.remainingAllocatedAWBs | Integer | n/a | M | Remaining number of allocated AWBs after withdrawal |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2cb288f7-6285-4b1c-b3e8-bf9b1f882930","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b1831a76-cda4-44fc-b30b-7df915338786","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-06-04T08:28:25.650Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Withdraw Allocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-10\n\n**Description**: Withdrawal processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| withdrawalDetails | Object | n/a | M | Must include fullWithdrawal or partialWithdrawal |\n| withdrawalDetails.fullWithdrawal | Object | n/a | C | Full withdrawal details |\n| withdrawalDetails.fullWithdrawal.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, and account number |\n| selectedACAs.name | String | 255 | M | ACA name |\n| selectedACAs.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| selectedACAs.cassNumber | String | 255 | C | Required if acaIataNumber is empty |\n| selectedACAs.accountNumber | String | 70 | M | ACA account number |\n| selectedACAs.allocatedQuantity | Integer | n/a | M | Must be a positive integer |\n| selectedACAs.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| withdrawalDetails.fullWithdrawal.reason | String | 255 | M | Free text. Reason for full withdrawal |\n| withdrawalDetails.partialWithdrawal | Object | n/a | C | Partial withdrawal details |\n| withdrawalDetails.partialWithdrawal.reason | String | 255 | M | Free text. Reason for partial withdrawal |\n| withdrawalDetails.partialWithdrawal.withdrawnAWBs | Integer | n/a | M | Must be a positive integer |\n| withdrawalDetails.partialWithdrawal.remainingAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| withdrawalSummary | Object | n/a | M | Contains summary of the withdrawal process |\n| withdrawalSummary.affectedACA | String | 255 | M | ACA name affected by the withdrawal |\n| withdrawalSummary.withdrawnAWBs | Integer | n/a | M | Number of AWBs withdrawn |\n| withdrawalSummary.remainingAllocatedAWBs | Integer | n/a | M | Remaining number of allocated AWBs after withdrawal |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"a22102b4-b338-4c42-80b7-ada559c792a7","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b3926b4d-8956-4709-a26d-16fa15ccc4f3","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-06-04T08:28:25.650Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Withdraw Allocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-10\n\n**Description**: Withdrawal processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| withdrawalDetails | Object | n/a | M | Must include fullWithdrawal or partialWithdrawal |\n| withdrawalDetails.fullWithdrawal | Object | n/a | C | Full withdrawal details |\n| withdrawalDetails.fullWithdrawal.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, and account number |\n| selectedACAs.name | String | 255 | M | ACA name |\n| selectedACAs.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| selectedACAs.cassNumber | String | 255 | C | Required if acaIataNumber is empty |\n| selectedACAs.accountNumber | String | 70 | M | ACA account number |\n| selectedACAs.allocatedQuantity | Integer | n/a | M | Must be a positive integer |\n| selectedACAs.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| withdrawalDetails.fullWithdrawal.reason | String | 255 | M | Free text. Reason for full withdrawal |\n| withdrawalDetails.partialWithdrawal | Object | n/a | C | Partial withdrawal details |\n| withdrawalDetails.partialWithdrawal.reason | String | 255 | M | Free text. Reason for partial withdrawal |\n| withdrawalDetails.partialWithdrawal.withdrawnAWBs | Integer | n/a | M | Must be a positive integer |\n| withdrawalDetails.partialWithdrawal.remainingAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| withdrawalSummary | Object | n/a | M | Contains summary of the withdrawal process |\n| withdrawalSummary.affectedACA | String | 255 | M | ACA name affected by the withdrawal |\n| withdrawalSummary.withdrawnAWBs | Integer | n/a | M | Number of AWBs withdrawn |\n| withdrawalSummary.remainingAllocatedAWBs | Integer | n/a | M | Remaining number of allocated AWBs after withdrawal |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"ee2e46dd-771e-4b4f-be89-61ab7c0b44d5","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"1bca465a-7953-4209-934a-9e0330c91c9e","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-06-04T08:28:25.650Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Withdraw Allocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-10\n\n**Description**: Withdrawal processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| withdrawalDetails | Object | n/a | M | Must include fullWithdrawal or partialWithdrawal |\n| withdrawalDetails.fullWithdrawal | Object | n/a | C | Full withdrawal details |\n| withdrawalDetails.fullWithdrawal.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, and account number |\n| selectedACAs.name | String | 255 | M | ACA name |\n| selectedACAs.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| selectedACAs.cassNumber | String | 255 | C | Required if acaIataNumber is empty |\n| selectedACAs.accountNumber | String | 70 | M | ACA account number |\n| selectedACAs.allocatedQuantity | Integer | n/a | M | Must be a positive integer |\n| selectedACAs.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| withdrawalDetails.fullWithdrawal.reason | String | 255 | M | Free text. Reason for full withdrawal |\n| withdrawalDetails.partialWithdrawal | Object | n/a | C | Partial withdrawal details |\n| withdrawalDetails.partialWithdrawal.reason | String | 255 | M | Free text. Reason for partial withdrawal |\n| withdrawalDetails.partialWithdrawal.withdrawnAWBs | Integer | n/a | M | Must be a positive integer |\n| withdrawalDetails.partialWithdrawal.remainingAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| withdrawalSummary | Object | n/a | M | Contains summary of the withdrawal process |\n| withdrawalSummary.affectedACA | String | 255 | M | ACA name affected by the withdrawal |\n| withdrawalSummary.withdrawnAWBs | Integer | n/a | M | Number of AWBs withdrawn |\n| withdrawalSummary.remainingAllocatedAWBs | Integer | n/a | M | Remaining number of allocated AWBs after withdrawal |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"af3c8290-30ae-4191-9a3b-288a39f6f4a6","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"352106fd-7850-45ab-9471-8d964309dfbf","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-06-04T08:28:25.650Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Withdraw Allocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-10\n\n**Description**: Withdrawal processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| withdrawalDetails | Object | n/a | M | Must include fullWithdrawal or partialWithdrawal |\n| withdrawalDetails.fullWithdrawal | Object | n/a | C | Full withdrawal details |\n| withdrawalDetails.fullWithdrawal.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, and account number |\n| selectedACAs.name | String | 255 | M | ACA name |\n| selectedACAs.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| selectedACAs.cassNumber | String | 255 | C | Required if acaIataNumber is empty |\n| selectedACAs.accountNumber | String | 70 | M | ACA account number |\n| selectedACAs.allocatedQuantity | Integer | n/a | M | Must be a positive integer |\n| selectedACAs.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| withdrawalDetails.fullWithdrawal.reason | String | 255 | M | Free text. Reason for full withdrawal |\n| withdrawalDetails.partialWithdrawal | Object | n/a | C | Partial withdrawal details |\n| withdrawalDetails.partialWithdrawal.reason | String | 255 | M | Free text. Reason for partial withdrawal |\n| withdrawalDetails.partialWithdrawal.withdrawnAWBs | Integer | n/a | M | Must be a positive integer |\n| withdrawalDetails.partialWithdrawal.remainingAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| withdrawalSummary | Object | n/a | M | Contains summary of the withdrawal process |\n| withdrawalSummary.affectedACA | String | 255 | M | ACA name affected by the withdrawal |\n| withdrawalSummary.withdrawnAWBs | Integer | n/a | M | Number of AWBs withdrawn |\n| withdrawalSummary.remainingAllocatedAWBs | Integer | n/a | M | Remaining number of allocated AWBs after withdrawal |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"c3d7f972-6c01-434f-8f67-4472425a19b0","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bf46fabc-bf7a-4249-ba03-76349d002393","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-06-04T08:28:25.650Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Withdraw Allocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-10\n\n**Description**: Withdrawal processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| withdrawalDetails | Object | n/a | M | Must include fullWithdrawal or partialWithdrawal |\n| withdrawalDetails.fullWithdrawal | Object | n/a | C | Full withdrawal details |\n| withdrawalDetails.fullWithdrawal.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, and account number |\n| selectedACAs.name | String | 255 | M | ACA name |\n| selectedACAs.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| selectedACAs.cassNumber | String | 255 | C | Required if acaIataNumber is empty |\n| selectedACAs.accountNumber | String | 70 | M | ACA account number |\n| selectedACAs.allocatedQuantity | Integer | n/a | M | Must be a positive integer |\n| selectedACAs.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| withdrawalDetails.fullWithdrawal.reason | String | 255 | M | Free text. Reason for full withdrawal |\n| withdrawalDetails.partialWithdrawal | Object | n/a | C | Partial withdrawal details |\n| withdrawalDetails.partialWithdrawal.reason | String | 255 | M | Free text. Reason for partial withdrawal |\n| withdrawalDetails.partialWithdrawal.withdrawnAWBs | Integer | n/a | M | Must be a positive integer |\n| withdrawalDetails.partialWithdrawal.remainingAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| withdrawalSummary | Object | n/a | M | Contains summary of the withdrawal process |\n| withdrawalSummary.affectedACA | String | 255 | M | ACA name affected by the withdrawal |\n| withdrawalSummary.withdrawnAWBs | Integer | n/a | M | Number of AWBs withdrawn |\n| withdrawalSummary.remainingAllocatedAWBs | Integer | n/a | M | Remaining number of allocated AWBs after withdrawal |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"f945ce27-780d-4e9d-8339-8c9fbf566467","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"7635ea17-20ce-4f31-bc1b-59f649f8d1f5","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-06-04T08:28:25.650Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"","description":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Withdraw Allocated AWB Stocks\n\n**Integration Point**: IN_FR-2-EQ-ASM-R-01-UC-10\n\n**Description**: Withdrawal processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| withdrawalDetails | Object | n/a | M | Must include fullWithdrawal or partialWithdrawal |\n| withdrawalDetails.fullWithdrawal | Object | n/a | C | Full withdrawal details |\n| withdrawalDetails.fullWithdrawal.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, and account number |\n| selectedACAs.name | String | 255 | M | ACA name |\n| selectedACAs.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| selectedACAs.cassNumber | String | 255 | C | Required if acaIataNumber is empty |\n| selectedACAs.accountNumber | String | 70 | M | ACA account number |\n| selectedACAs.allocatedQuantity | Integer | n/a | M | Must be a positive integer |\n| selectedACAs.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| withdrawalDetails.fullWithdrawal.reason | String | 255 | M | Free text. Reason for full withdrawal |\n| withdrawalDetails.partialWithdrawal | Object | n/a | C | Partial withdrawal details |\n| withdrawalDetails.partialWithdrawal.reason | String | 255 | M | Free text. Reason for partial withdrawal |\n| withdrawalDetails.partialWithdrawal.withdrawnAWBs | Integer | n/a | M | Must be a positive integer |\n| withdrawalDetails.partialWithdrawal.remainingAllocatedAWBs | Integer | n/a | M | Must be a positive integer |\n| withdrawalSummary | Object | n/a | M | Contains summary of the withdrawal process |\n| withdrawalSummary.affectedACA | String | 255 | M | ACA name affected by the withdrawal |\n| withdrawalSummary.withdrawnAWBs | Integer | n/a | M | Number of AWBs withdrawn |\n| withdrawalSummary.remainingAllocatedAWBs | Integer | n/a | M | Remaining number of allocated AWBs after withdrawal |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"67c16449-5913-4251-981e-33173ac4b178"},{"name":"Extend Validity Period","id":"fd59896b-1c3e-47b9-86a7-a798f770baeb","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"79479b1b-7555-4a3d-b58c-b0f0a46e1c82","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-06-04T08:28:25.650Z","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":[{"id":"78a9a3ac-1a9b-463a-9697-f7ae60a1333d","name":"204 - No Content","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d5cbcd1b-32eb-4127-84b0-992484ce826c","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-06-04T08:28:25.650Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Extend Validity Period\n\n**Integration Point:** IN_FR-2-EQ-ASM-R-01-UC-13\n\n**Description**: Validity extension processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| validityExtensionDetails | Object | n/a | M | Must include selectedACAs |\n| validityExtensionDetails.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, account number |\n| validityExtensionDetails.selectedACAs.name | String | 255 | M | ACA name |\n| validityExtensionDetails.selectedACAs.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| validityExtensionDetails.selectedACAs.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| validityExtensionDetails.selectedACAs.accountNumber | String | 70 | M | ACA account number |\n| validityExtensionDetails.selectedACAs.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validityExtensionDetails.selectedACAs.remainingDays | Integer | n/a | M | Must be a positive integer |\n| validityExtensionDetails.selectedACAs.extendedValidityPeriod | Integer | n/a | M | Must be a positive integer |\n| validityExtensionDetails.selectedACAs.expiryDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validityExtensionDetails.selectedACAs.reason | String | 255 | M | Free text. Reason for validity extension |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9a8421e0-39c8-4669-bf80-32be128a6278","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b23cce44-73d5-4389-ab44-3778315d2668","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-06-04T08:28:25.650Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Extend Validity Period\n\n**Integration Point:** IN_FR-2-EQ-ASM-R-01-UC-13\n\n**Description**: Validity extension processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| validityExtensionDetails | Object | n/a | M | Must include selectedACAs |\n| validityExtensionDetails.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, account number |\n| validityExtensionDetails.selectedACAs.name | String | 255 | M | ACA name |\n| validityExtensionDetails.selectedACAs.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| validityExtensionDetails.selectedACAs.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| validityExtensionDetails.selectedACAs.accountNumber | String | 70 | M | ACA account number |\n| validityExtensionDetails.selectedACAs.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validityExtensionDetails.selectedACAs.remainingDays | Integer | n/a | M | Must be a positive integer |\n| validityExtensionDetails.selectedACAs.extendedValidityPeriod | Integer | n/a | M | Must be a positive integer |\n| validityExtensionDetails.selectedACAs.expiryDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validityExtensionDetails.selectedACAs.reason | String | 255 | M | Free text. Reason for validity extension |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"9babd2d8-0223-4783-935a-df33825f09b6","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"082cc330-ead0-4fb6-b71f-22f62cfd0658","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-06-04T08:28:25.650Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Extend Validity Period\n\n**Integration Point:** IN_FR-2-EQ-ASM-R-01-UC-13\n\n**Description**: Validity extension processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| validityExtensionDetails | Object | n/a | M | Must include selectedACAs |\n| validityExtensionDetails.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, account number |\n| validityExtensionDetails.selectedACAs.name | String | 255 | M | ACA name |\n| validityExtensionDetails.selectedACAs.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| validityExtensionDetails.selectedACAs.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| validityExtensionDetails.selectedACAs.accountNumber | String | 70 | M | ACA account number |\n| validityExtensionDetails.selectedACAs.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validityExtensionDetails.selectedACAs.remainingDays | Integer | n/a | M | Must be a positive integer |\n| validityExtensionDetails.selectedACAs.extendedValidityPeriod | Integer | n/a | M | Must be a positive integer |\n| validityExtensionDetails.selectedACAs.expiryDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validityExtensionDetails.selectedACAs.reason | String | 255 | M | Free text. Reason for validity extension |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"beb3dac3-7414-4727-bfd7-fd5f662fcb3e","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"28718fb8-450b-448b-b810-d2b043b706a4","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-06-04T08:28:25.650Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Extend Validity Period\n\n**Integration Point:** IN_FR-2-EQ-ASM-R-01-UC-13\n\n**Description**: Validity extension processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| validityExtensionDetails | Object | n/a | M | Must include selectedACAs |\n| validityExtensionDetails.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, account number |\n| validityExtensionDetails.selectedACAs.name | String | 255 | M | ACA name |\n| validityExtensionDetails.selectedACAs.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| validityExtensionDetails.selectedACAs.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| validityExtensionDetails.selectedACAs.accountNumber | String | 70 | M | ACA account number |\n| validityExtensionDetails.selectedACAs.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validityExtensionDetails.selectedACAs.remainingDays | Integer | n/a | M | Must be a positive integer |\n| validityExtensionDetails.selectedACAs.extendedValidityPeriod | Integer | n/a | M | Must be a positive integer |\n| validityExtensionDetails.selectedACAs.expiryDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validityExtensionDetails.selectedACAs.reason | String | 255 | M | Free text. Reason for validity extension |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"b23cf1cb-8c81-4dea-a544-d02b0a086fbd","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bc8a7aa4-dcd7-41ce-b389-87fd22a60e84","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-06-04T08:28:25.650Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Extend Validity Period\n\n**Integration Point:** IN_FR-2-EQ-ASM-R-01-UC-13\n\n**Description**: Validity extension processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| validityExtensionDetails | Object | n/a | M | Must include selectedACAs |\n| validityExtensionDetails.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, account number |\n| validityExtensionDetails.selectedACAs.name | String | 255 | M | ACA name |\n| validityExtensionDetails.selectedACAs.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| validityExtensionDetails.selectedACAs.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| validityExtensionDetails.selectedACAs.accountNumber | String | 70 | M | ACA account number |\n| validityExtensionDetails.selectedACAs.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validityExtensionDetails.selectedACAs.remainingDays | Integer | n/a | M | Must be a positive integer |\n| validityExtensionDetails.selectedACAs.extendedValidityPeriod | Integer | n/a | M | Must be a positive integer |\n| validityExtensionDetails.selectedACAs.expiryDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validityExtensionDetails.selectedACAs.reason | String | 255 | M | Free text. Reason for validity extension |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"610e37d0-9869-4ce3-9aaf-576804416c66","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"f552e5c3-4ad4-4919-8c7b-cc807d1b7a90","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-06-04T08:28:25.650Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Extend Validity Period\n\n**Integration Point:** IN_FR-2-EQ-ASM-R-01-UC-13\n\n**Description**: Validity extension processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| validityExtensionDetails | Object | n/a | M | Must include selectedACAs |\n| validityExtensionDetails.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, account number |\n| validityExtensionDetails.selectedACAs.name | String | 255 | M | ACA name |\n| validityExtensionDetails.selectedACAs.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| validityExtensionDetails.selectedACAs.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| validityExtensionDetails.selectedACAs.accountNumber | String | 70 | M | ACA account number |\n| validityExtensionDetails.selectedACAs.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validityExtensionDetails.selectedACAs.remainingDays | Integer | n/a | M | Must be a positive integer |\n| validityExtensionDetails.selectedACAs.extendedValidityPeriod | Integer | n/a | M | Must be a positive integer |\n| validityExtensionDetails.selectedACAs.expiryDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validityExtensionDetails.selectedACAs.reason | String | 255 | M | Free text. Reason for validity extension |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"fb8a21a4-78b8-4e57-84b5-655fe41895b4","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"36b1dec1-125d-4d0e-899c-61685b73c3cf","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-06-04T08:28:25.650Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference:** EQ.E1AL.3\n\n**Use Case**: AL - Extend Validity Period\n\n**Integration Point:** IN_FR-2-EQ-ASM-R-01-UC-13\n\n**Description**: Validity extension processing\n\n**Process Flow**: Airline System (E1AL) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| validityExtensionDetails | Object | n/a | M | Must include selectedACAs |\n| validityExtensionDetails.selectedACAs | Array | n/a | M | Array of ACAs with name, IATA number, CASS number, account number |\n| validityExtensionDetails.selectedACAs.name | String | 255 | M | ACA name |\n| validityExtensionDetails.selectedACAs.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| validityExtensionDetails.selectedACAs.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| validityExtensionDetails.selectedACAs.accountNumber | String | 70 | M | ACA account number |\n| validityExtensionDetails.selectedACAs.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validityExtensionDetails.selectedACAs.remainingDays | Integer | n/a | M | Must be a positive integer |\n| validityExtensionDetails.selectedACAs.extendedValidityPeriod | Integer | n/a | M | Must be a positive integer |\n| validityExtensionDetails.selectedACAs.expiryDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validityExtensionDetails.selectedACAs.reason | String | 255 | M | Free text. Reason for validity extension |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"fd59896b-1c3e-47b9-86a7-a798f770baeb"}],"id":"ccb66158-9c9e-4f4d-8f88-50da5f6b9a7d","description":"<p>AWB stock is the pool of airway bill numbers an airline reserves for cargo shipments. In this section, users create stock, request more stock, allocate numbers, remove unused stock, return allocations, reduce allocations, withdraw allocations, or extend validity.</p>\n","_postman_id":"ccb66158-9c9e-4f4d-8f88-50da5f6b9a7d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"cddfd581-2dde-4f18-9798-01fbd12f2c15","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"298324e0-77d6-40a0-a9ea-da7f275aa836","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-06-04T08:28:25.650Z","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":[{"id":"262e5df0-c123-4e1b-9431-37b0bf420d18","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"c96a409d-fc7c-47e4-a0d9-23a6a0e5d2b4","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, ACA-ERP-001, AIRLINE-PK-SYS","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.651Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Requirement References:**\n\n- EQ.E1CGNR.1\n    \n- EQ.E3ACA.6\n    \n\n**Use Cases**:\n\n- CGNR - Initiate Request for Shipment Quotation\n    \n- ACA - Initiate Request on behalf of Consignor\n    \n\n**Integration Points**:\n\n- IN_FR-3-EQ-CSB-R-01-UC-01\n    \n- IN_FR-3-EQ-CSB-R-01-UC-12\n    \n\n**Description**:\n\n- Quotation request to ACA systems\n    \n- 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.\n    \n\n**Process Flows**:\n\n- Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n    \n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentDetails | Object | n/a | M | Must include consignor, consignee, commodityDescription, etc. |\n| shipmentDetails.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, etc. |\n| shipmentDetails.consignor.name | String | 255 | M | Name of the consignor |\n| shipmentDetails.consignor.address | String | 255 | M | Street address of consignor |\n| shipmentDetails.consignor.city | String | 70 | M | City name of consignor |\n| shipmentDetails.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| shipmentDetails.consignor.country | String | 2 | M | ISO 3166 Country code |\n| shipmentDetails.consignor.contactName | String | 255 | M | Contact person name for consignor |\n| shipmentDetails.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| shipmentDetails.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipmentDetails.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipmentDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipmentDetails.consignor.accountNumber | String | 70 | M | Account number for consignor |\n| shipmentDetails.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, etc. |\n| shipmentDetails.consignee.name | String | 255 | M | Name of the consignee |\n| shipmentDetails.consignee.address | String | 255 | M | Street address of consignee |\n| shipmentDetails.consignee.city | String | 70 | M | City name of consignee |\n| shipmentDetails.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| shipmentDetails.consignee.country | String | 2 | M | ISO 3166 Country code |\n| shipmentDetails.consignee.contactName | String | 255 | M | Contact person name for consignee |\n| shipmentDetails.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipmentDetails.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipmentDetails.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipmentDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipmentDetails.consignee.accountNumber | String | 70 | M | Account number for consignee |\n| shipmentDetails.commodityDescription | String | 255 | M | Free text. Description of the commodity |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Must be a positive integer |\n| shipmentDetails.grossWeight | Object | n/a | M | Must include value and unit |\n| shipmentDetails.grossWeight.value | Integer | n/a | M | Must be a positive integer |\n| shipmentDetails.grossWeight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensionsPerPiece | Object | n/a | M | Must include length, width, height, and unit |\n| shipmentDetails.dimensionsPerPiece.length | Number | n/a | M | Length per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.width | Number | n/a | M | Width per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.height | Number | n/a | M | Height per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.volumePerPiece | Object | n/a | M | Must include value and unit |\n| shipmentDetails.volumePerPiece.value | Number | n/a | M | Volume per piece |\n| shipmentDetails.volumePerPiece.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.packagingType | String | 70 | M | Type of packaging used for the shipment |\n| shipmentDetails.declaredValue | Object | n/a | M | Must include value and currency |\n| shipmentDetails.declaredValue.value | Number | n/a | M | Declared value of the shipment |\n| shipmentDetails.declaredValue.currency | String | 3 | M | ISO 4217 currency code |\n| shipmentDetails.dangerousGoodsIndicator | Boolean | n/a | M | Whether the goods are dangerous or not |\n| shipmentDetails.expectedDateOfDeparture | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| shipmentDetails.dateOfShipmentReadiness | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| handlingRequirements.ssrCodes | Array | n/a | O | Array of SSR codes (if any) |\n| handlingRequirements.osi | Array | n/a | O | Array of OSI codes (if any) |\n| handlingRequirements.specialHandlingCodes | Array | n/a | O | Array of special handling codes (if any) |\n| handlingRequirements.handlingInstructions | String | 255 | O | Free text. Handling instructions |\n| handlingRequirements.securityAndScreeningDetails | String | 255 | O | Free text. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d63ce66c-8bad-4a86-9def-91dce134da0e","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"aa561474-319d-4f5b-8272-0740ea064354","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, ACA-ERP-001, AIRLINE-PK-SYS","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.651Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Requirement References:**\n\n- EQ.E1CGNR.1\n    \n- EQ.E3ACA.6\n    \n\n**Use Cases**:\n\n- CGNR - Initiate Request for Shipment Quotation\n    \n- ACA - Initiate Request on behalf of Consignor\n    \n\n**Integration Points**:\n\n- IN_FR-3-EQ-CSB-R-01-UC-01\n    \n- IN_FR-3-EQ-CSB-R-01-UC-12\n    \n\n**Description**:\n\n- Quotation request to ACA systems\n    \n- 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.\n    \n\n**Process Flows**:\n\n- Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n    \n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentDetails | Object | n/a | M | Must include consignor, consignee, commodityDescription, etc. |\n| shipmentDetails.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, etc. |\n| shipmentDetails.consignor.name | String | 255 | M | Name of the consignor |\n| shipmentDetails.consignor.address | String | 255 | M | Street address of consignor |\n| shipmentDetails.consignor.city | String | 70 | M | City name of consignor |\n| shipmentDetails.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| shipmentDetails.consignor.country | String | 2 | M | ISO 3166 Country code |\n| shipmentDetails.consignor.contactName | String | 255 | M | Contact person name for consignor |\n| shipmentDetails.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| shipmentDetails.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipmentDetails.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipmentDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipmentDetails.consignor.accountNumber | String | 70 | M | Account number for consignor |\n| shipmentDetails.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, etc. |\n| shipmentDetails.consignee.name | String | 255 | M | Name of the consignee |\n| shipmentDetails.consignee.address | String | 255 | M | Street address of consignee |\n| shipmentDetails.consignee.city | String | 70 | M | City name of consignee |\n| shipmentDetails.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| shipmentDetails.consignee.country | String | 2 | M | ISO 3166 Country code |\n| shipmentDetails.consignee.contactName | String | 255 | M | Contact person name for consignee |\n| shipmentDetails.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipmentDetails.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipmentDetails.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipmentDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipmentDetails.consignee.accountNumber | String | 70 | M | Account number for consignee |\n| shipmentDetails.commodityDescription | String | 255 | M | Free text. Description of the commodity |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Must be a positive integer |\n| shipmentDetails.grossWeight | Object | n/a | M | Must include value and unit |\n| shipmentDetails.grossWeight.value | Integer | n/a | M | Must be a positive integer |\n| shipmentDetails.grossWeight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensionsPerPiece | Object | n/a | M | Must include length, width, height, and unit |\n| shipmentDetails.dimensionsPerPiece.length | Number | n/a | M | Length per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.width | Number | n/a | M | Width per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.height | Number | n/a | M | Height per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.volumePerPiece | Object | n/a | M | Must include value and unit |\n| shipmentDetails.volumePerPiece.value | Number | n/a | M | Volume per piece |\n| shipmentDetails.volumePerPiece.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.packagingType | String | 70 | M | Type of packaging used for the shipment |\n| shipmentDetails.declaredValue | Object | n/a | M | Must include value and currency |\n| shipmentDetails.declaredValue.value | Number | n/a | M | Declared value of the shipment |\n| shipmentDetails.declaredValue.currency | String | 3 | M | ISO 4217 currency code |\n| shipmentDetails.dangerousGoodsIndicator | Boolean | n/a | M | Whether the goods are dangerous or not |\n| shipmentDetails.expectedDateOfDeparture | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| shipmentDetails.dateOfShipmentReadiness | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| handlingRequirements.ssrCodes | Array | n/a | O | Array of SSR codes (if any) |\n| handlingRequirements.osi | Array | n/a | O | Array of OSI codes (if any) |\n| handlingRequirements.specialHandlingCodes | Array | n/a | O | Array of special handling codes (if any) |\n| handlingRequirements.handlingInstructions | String | 255 | O | Free text. Handling instructions |\n| handlingRequirements.securityAndScreeningDetails | String | 255 | O | Free text. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"2005c4fc-69cc-4b10-ad2b-4af94aee1976","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"494f0241-cf85-46b6-917a-3c5c3e9f9373","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, ACA-ERP-001, AIRLINE-PK-SYS","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.651Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Requirement References:**\n\n- EQ.E1CGNR.1\n    \n- EQ.E3ACA.6\n    \n\n**Use Cases**:\n\n- CGNR - Initiate Request for Shipment Quotation\n    \n- ACA - Initiate Request on behalf of Consignor\n    \n\n**Integration Points**:\n\n- IN_FR-3-EQ-CSB-R-01-UC-01\n    \n- IN_FR-3-EQ-CSB-R-01-UC-12\n    \n\n**Description**:\n\n- Quotation request to ACA systems\n    \n- 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.\n    \n\n**Process Flows**:\n\n- Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n    \n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentDetails | Object | n/a | M | Must include consignor, consignee, commodityDescription, etc. |\n| shipmentDetails.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, etc. |\n| shipmentDetails.consignor.name | String | 255 | M | Name of the consignor |\n| shipmentDetails.consignor.address | String | 255 | M | Street address of consignor |\n| shipmentDetails.consignor.city | String | 70 | M | City name of consignor |\n| shipmentDetails.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| shipmentDetails.consignor.country | String | 2 | M | ISO 3166 Country code |\n| shipmentDetails.consignor.contactName | String | 255 | M | Contact person name for consignor |\n| shipmentDetails.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| shipmentDetails.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipmentDetails.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipmentDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipmentDetails.consignor.accountNumber | String | 70 | M | Account number for consignor |\n| shipmentDetails.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, etc. |\n| shipmentDetails.consignee.name | String | 255 | M | Name of the consignee |\n| shipmentDetails.consignee.address | String | 255 | M | Street address of consignee |\n| shipmentDetails.consignee.city | String | 70 | M | City name of consignee |\n| shipmentDetails.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| shipmentDetails.consignee.country | String | 2 | M | ISO 3166 Country code |\n| shipmentDetails.consignee.contactName | String | 255 | M | Contact person name for consignee |\n| shipmentDetails.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipmentDetails.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipmentDetails.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipmentDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipmentDetails.consignee.accountNumber | String | 70 | M | Account number for consignee |\n| shipmentDetails.commodityDescription | String | 255 | M | Free text. Description of the commodity |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Must be a positive integer |\n| shipmentDetails.grossWeight | Object | n/a | M | Must include value and unit |\n| shipmentDetails.grossWeight.value | Integer | n/a | M | Must be a positive integer |\n| shipmentDetails.grossWeight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensionsPerPiece | Object | n/a | M | Must include length, width, height, and unit |\n| shipmentDetails.dimensionsPerPiece.length | Number | n/a | M | Length per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.width | Number | n/a | M | Width per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.height | Number | n/a | M | Height per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.volumePerPiece | Object | n/a | M | Must include value and unit |\n| shipmentDetails.volumePerPiece.value | Number | n/a | M | Volume per piece |\n| shipmentDetails.volumePerPiece.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.packagingType | String | 70 | M | Type of packaging used for the shipment |\n| shipmentDetails.declaredValue | Object | n/a | M | Must include value and currency |\n| shipmentDetails.declaredValue.value | Number | n/a | M | Declared value of the shipment |\n| shipmentDetails.declaredValue.currency | String | 3 | M | ISO 4217 currency code |\n| shipmentDetails.dangerousGoodsIndicator | Boolean | n/a | M | Whether the goods are dangerous or not |\n| shipmentDetails.expectedDateOfDeparture | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| shipmentDetails.dateOfShipmentReadiness | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| handlingRequirements.ssrCodes | Array | n/a | O | Array of SSR codes (if any) |\n| handlingRequirements.osi | Array | n/a | O | Array of OSI codes (if any) |\n| handlingRequirements.specialHandlingCodes | Array | n/a | O | Array of special handling codes (if any) |\n| handlingRequirements.handlingInstructions | String | 255 | O | Free text. Handling instructions |\n| handlingRequirements.securityAndScreeningDetails | String | 255 | O | Free text. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"6082010a-14b3-42b6-a99c-451807816a5a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"58e13616-2fad-4990-9be6-7d51231ae29d","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, ACA-ERP-001, AIRLINE-PK-SYS","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.651Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Requirement References:**\n\n- EQ.E1CGNR.1\n    \n- EQ.E3ACA.6\n    \n\n**Use Cases**:\n\n- CGNR - Initiate Request for Shipment Quotation\n    \n- ACA - Initiate Request on behalf of Consignor\n    \n\n**Integration Points**:\n\n- IN_FR-3-EQ-CSB-R-01-UC-01\n    \n- IN_FR-3-EQ-CSB-R-01-UC-12\n    \n\n**Description**:\n\n- Quotation request to ACA systems\n    \n- 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.\n    \n\n**Process Flows**:\n\n- Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n    \n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentDetails | Object | n/a | M | Must include consignor, consignee, commodityDescription, etc. |\n| shipmentDetails.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, etc. |\n| shipmentDetails.consignor.name | String | 255 | M | Name of the consignor |\n| shipmentDetails.consignor.address | String | 255 | M | Street address of consignor |\n| shipmentDetails.consignor.city | String | 70 | M | City name of consignor |\n| shipmentDetails.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| shipmentDetails.consignor.country | String | 2 | M | ISO 3166 Country code |\n| shipmentDetails.consignor.contactName | String | 255 | M | Contact person name for consignor |\n| shipmentDetails.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| shipmentDetails.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipmentDetails.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipmentDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipmentDetails.consignor.accountNumber | String | 70 | M | Account number for consignor |\n| shipmentDetails.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, etc. |\n| shipmentDetails.consignee.name | String | 255 | M | Name of the consignee |\n| shipmentDetails.consignee.address | String | 255 | M | Street address of consignee |\n| shipmentDetails.consignee.city | String | 70 | M | City name of consignee |\n| shipmentDetails.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| shipmentDetails.consignee.country | String | 2 | M | ISO 3166 Country code |\n| shipmentDetails.consignee.contactName | String | 255 | M | Contact person name for consignee |\n| shipmentDetails.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipmentDetails.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipmentDetails.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipmentDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipmentDetails.consignee.accountNumber | String | 70 | M | Account number for consignee |\n| shipmentDetails.commodityDescription | String | 255 | M | Free text. Description of the commodity |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Must be a positive integer |\n| shipmentDetails.grossWeight | Object | n/a | M | Must include value and unit |\n| shipmentDetails.grossWeight.value | Integer | n/a | M | Must be a positive integer |\n| shipmentDetails.grossWeight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensionsPerPiece | Object | n/a | M | Must include length, width, height, and unit |\n| shipmentDetails.dimensionsPerPiece.length | Number | n/a | M | Length per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.width | Number | n/a | M | Width per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.height | Number | n/a | M | Height per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.volumePerPiece | Object | n/a | M | Must include value and unit |\n| shipmentDetails.volumePerPiece.value | Number | n/a | M | Volume per piece |\n| shipmentDetails.volumePerPiece.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.packagingType | String | 70 | M | Type of packaging used for the shipment |\n| shipmentDetails.declaredValue | Object | n/a | M | Must include value and currency |\n| shipmentDetails.declaredValue.value | Number | n/a | M | Declared value of the shipment |\n| shipmentDetails.declaredValue.currency | String | 3 | M | ISO 4217 currency code |\n| shipmentDetails.dangerousGoodsIndicator | Boolean | n/a | M | Whether the goods are dangerous or not |\n| shipmentDetails.expectedDateOfDeparture | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| shipmentDetails.dateOfShipmentReadiness | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| handlingRequirements.ssrCodes | Array | n/a | O | Array of SSR codes (if any) |\n| handlingRequirements.osi | Array | n/a | O | Array of OSI codes (if any) |\n| handlingRequirements.specialHandlingCodes | Array | n/a | O | Array of special handling codes (if any) |\n| handlingRequirements.handlingInstructions | String | 255 | O | Free text. Handling instructions |\n| handlingRequirements.securityAndScreeningDetails | String | 255 | O | Free text. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"46a53526-83db-464a-9dd5-d0c7743a12e2","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"81bf75ea-9208-4078-be9a-448a5a1b08e0","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, ACA-ERP-001, AIRLINE-PK-SYS","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.651Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Requirement References:**\n\n- EQ.E1CGNR.1\n    \n- EQ.E3ACA.6\n    \n\n**Use Cases**:\n\n- CGNR - Initiate Request for Shipment Quotation\n    \n- ACA - Initiate Request on behalf of Consignor\n    \n\n**Integration Points**:\n\n- IN_FR-3-EQ-CSB-R-01-UC-01\n    \n- IN_FR-3-EQ-CSB-R-01-UC-12\n    \n\n**Description**:\n\n- Quotation request to ACA systems\n    \n- 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.\n    \n\n**Process Flows**:\n\n- Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n    \n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentDetails | Object | n/a | M | Must include consignor, consignee, commodityDescription, etc. |\n| shipmentDetails.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, etc. |\n| shipmentDetails.consignor.name | String | 255 | M | Name of the consignor |\n| shipmentDetails.consignor.address | String | 255 | M | Street address of consignor |\n| shipmentDetails.consignor.city | String | 70 | M | City name of consignor |\n| shipmentDetails.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| shipmentDetails.consignor.country | String | 2 | M | ISO 3166 Country code |\n| shipmentDetails.consignor.contactName | String | 255 | M | Contact person name for consignor |\n| shipmentDetails.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| shipmentDetails.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipmentDetails.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipmentDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipmentDetails.consignor.accountNumber | String | 70 | M | Account number for consignor |\n| shipmentDetails.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, etc. |\n| shipmentDetails.consignee.name | String | 255 | M | Name of the consignee |\n| shipmentDetails.consignee.address | String | 255 | M | Street address of consignee |\n| shipmentDetails.consignee.city | String | 70 | M | City name of consignee |\n| shipmentDetails.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| shipmentDetails.consignee.country | String | 2 | M | ISO 3166 Country code |\n| shipmentDetails.consignee.contactName | String | 255 | M | Contact person name for consignee |\n| shipmentDetails.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipmentDetails.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipmentDetails.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipmentDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipmentDetails.consignee.accountNumber | String | 70 | M | Account number for consignee |\n| shipmentDetails.commodityDescription | String | 255 | M | Free text. Description of the commodity |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Must be a positive integer |\n| shipmentDetails.grossWeight | Object | n/a | M | Must include value and unit |\n| shipmentDetails.grossWeight.value | Integer | n/a | M | Must be a positive integer |\n| shipmentDetails.grossWeight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensionsPerPiece | Object | n/a | M | Must include length, width, height, and unit |\n| shipmentDetails.dimensionsPerPiece.length | Number | n/a | M | Length per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.width | Number | n/a | M | Width per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.height | Number | n/a | M | Height per piece (cm, meters, etc.) |\n| shipmentDetails.dimensionsPerPiece.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.volumePerPiece | Object | n/a | M | Must include value and unit |\n| shipmentDetails.volumePerPiece.value | Number | n/a | M | Volume per piece |\n| shipmentDetails.volumePerPiece.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.packagingType | String | 70 | M | Type of packaging used for the shipment |\n| shipmentDetails.declaredValue | Object | n/a | M | Must include value and currency |\n| shipmentDetails.declaredValue.value | Number | n/a | M | Declared value of the shipment |\n| shipmentDetails.declaredValue.currency | String | 3 | M | ISO 4217 currency code |\n| shipmentDetails.dangerousGoodsIndicator | Boolean | n/a | M | Whether the goods are dangerous or not |\n| shipmentDetails.expectedDateOfDeparture | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| shipmentDetails.dateOfShipmentReadiness | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| handlingRequirements.ssrCodes | Array | n/a | O | Array of SSR codes (if any) |\n| handlingRequirements.osi | Array | n/a | O | Array of OSI codes (if any) |\n| handlingRequirements.specialHandlingCodes | Array | n/a | O | Array of special handling codes (if any) |\n| handlingRequirements.handlingInstructions | String | 255 | O | Free text. Handling instructions |\n| handlingRequirements.securityAndScreeningDetails | String | 255 | O | Free text. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"cddfd581-2dde-4f18-9798-01fbd12f2c15"},{"name":"Reassign Quote Request to Different ACA","id":"7ef758de-8738-4b7e-9806-36a9339b426f","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"e41f391f-024a-4e9f-9271-00ce744d2e8e","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-06-04T08:28:25.651Z","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":[{"id":"5be4ba01-3521-4adb-aa61-442cfb3ea696","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e496fac9-7297-4324-bccb-8c275344a77c","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request ","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.651Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reassign-aca","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","reassign-aca"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Reassign Submitted Shipment Quotation Request to another ACA\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-02\n\n**Description**: Reassignment notification\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reassignmentDetails | Object | n/a | M | Must include reassignment details |\n| reassignmentDetails.selectedACAsGrid | Array | n/a | M | Array of selected ACAs |\n| reassignmentDetails.selectedACAsGrid.name | String | 255 | M | ACA name |\n| reassignmentDetails.selectedACAsGrid.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| reassignmentDetails.selectedACAsGrid.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| reassignmentDetails.selectedACAsGrid.accountNumber | String | 70 | M | ACA account number |\n| reassignmentDetails.status | String | 20 | M | Must be under_review |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c72dbdb7-47da-4110-91e3-861bd1c7ae38","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"4ba27c5e-67d7-4c06-b12f-97bc123faf91","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request ","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.651Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reassign-aca","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","reassign-aca"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Reassign Submitted Shipment Quotation Request to another ACA\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-02\n\n**Description**: Reassignment notification\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reassignmentDetails | Object | n/a | M | Must include reassignment details |\n| reassignmentDetails.selectedACAsGrid | Array | n/a | M | Array of selected ACAs |\n| reassignmentDetails.selectedACAsGrid.name | String | 255 | M | ACA name |\n| reassignmentDetails.selectedACAsGrid.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| reassignmentDetails.selectedACAsGrid.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| reassignmentDetails.selectedACAsGrid.accountNumber | String | 70 | M | ACA account number |\n| reassignmentDetails.status | String | 20 | M | Must be under_review |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"1337887a-eced-4faf-99d4-a2572fb45479","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"91a55712-9871-4fbe-8a15-f68a99db58fd","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request ","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.651Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reassign-aca","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","reassign-aca"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Reassign Submitted Shipment Quotation Request to another ACA\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-02\n\n**Description**: Reassignment notification\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reassignmentDetails | Object | n/a | M | Must include reassignment details |\n| reassignmentDetails.selectedACAsGrid | Array | n/a | M | Array of selected ACAs |\n| reassignmentDetails.selectedACAsGrid.name | String | 255 | M | ACA name |\n| reassignmentDetails.selectedACAsGrid.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| reassignmentDetails.selectedACAsGrid.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| reassignmentDetails.selectedACAsGrid.accountNumber | String | 70 | M | ACA account number |\n| reassignmentDetails.status | String | 20 | M | Must be under_review |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"bb42b104-d7c4-4676-80e4-d7f117004ca0","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ad8d0ec9-381e-47fc-af66-2caf1312f0ff","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request ","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.651Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reassign-aca","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","reassign-aca"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Reassign Submitted Shipment Quotation Request to another ACA\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-02\n\n**Description**: Reassignment notification\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reassignmentDetails | Object | n/a | M | Must include reassignment details |\n| reassignmentDetails.selectedACAsGrid | Array | n/a | M | Array of selected ACAs |\n| reassignmentDetails.selectedACAsGrid.name | String | 255 | M | ACA name |\n| reassignmentDetails.selectedACAsGrid.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| reassignmentDetails.selectedACAsGrid.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| reassignmentDetails.selectedACAsGrid.accountNumber | String | 70 | M | ACA account number |\n| reassignmentDetails.status | String | 20 | M | Must be under_review |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"e7376bc4-8906-4e87-bdc6-ae122b2e14c7","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"9aad5ad5-d199-47f4-81d4-1959ec6603a0","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request ","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.652Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reassign-aca","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","reassign-aca"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Reassign Submitted Shipment Quotation Request to another ACA\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-02\n\n**Description**: Reassignment notification\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reassignmentDetails | Object | n/a | M | Must include reassignment details |\n| reassignmentDetails.selectedACAsGrid | Array | n/a | M | Array of selected ACAs |\n| reassignmentDetails.selectedACAsGrid.name | String | 255 | M | ACA name |\n| reassignmentDetails.selectedACAsGrid.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| reassignmentDetails.selectedACAsGrid.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| reassignmentDetails.selectedACAsGrid.accountNumber | String | 70 | M | ACA account number |\n| reassignmentDetails.status | String | 20 | M | Must be under_review |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"1e20e9da-26d6-4f1b-9115-ae18e8bda5cd","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"1019a6ff-22e2-4e6c-a41a-757c91ac2325","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request ","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.652Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reassign-aca","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","reassign-aca"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Reassign Submitted Shipment Quotation Request to another ACA\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-02\n\n**Description**: Reassignment notification\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reassignmentDetails | Object | n/a | M | Must include reassignment details |\n| reassignmentDetails.selectedACAsGrid | Array | n/a | M | Array of selected ACAs |\n| reassignmentDetails.selectedACAsGrid.name | String | 255 | M | ACA name |\n| reassignmentDetails.selectedACAsGrid.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| reassignmentDetails.selectedACAsGrid.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| reassignmentDetails.selectedACAsGrid.accountNumber | String | 70 | M | ACA account number |\n| reassignmentDetails.status | String | 20 | M | Must be under_review |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"fed8ab7c-760d-4166-bb6c-9ef1a6a7b7f0","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"6b9d673e-5c6e-4624-b3bb-87a3736927b3","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request ","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.652Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reassign-aca","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","reassign-aca"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Reassign Submitted Shipment Quotation Request to another ACA\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-02\n\n**Description**: Reassignment notification\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reassignmentDetails | Object | n/a | M | Must include reassignment details |\n| reassignmentDetails.selectedACAsGrid | Array | n/a | M | Array of selected ACAs |\n| reassignmentDetails.selectedACAsGrid.name | String | 255 | M | ACA name |\n| reassignmentDetails.selectedACAsGrid.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| reassignmentDetails.selectedACAsGrid.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| reassignmentDetails.selectedACAsGrid.accountNumber | String | 70 | M | ACA account number |\n| reassignmentDetails.status | String | 20 | M | Must be under_review |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"7ef758de-8738-4b7e-9806-36a9339b426f"},{"name":"Recall Submitted Quote Request","id":"fff9075e-87ee-45d5-9ed8-477933652911","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"937fd51e-f725-4661-bfcb-83882a26ceeb","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-06-04T08:28:25.652Z","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":[{"id":"bc905a17-084c-4d4d-be11-26cb5ced6db8","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"fe6dac39-2c59-45f8-9a5c-32654b4a70f8","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.652Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/recall","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","recall"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Recall Submitted Shipment Quotation Request\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-03\n\n**Description**: After submitting the shipment quotation request, a consignor may recall the request from specific ACAs\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reasonForRecall | String | 255 | M | Free text |\n| recallingUser.name | String | 255 | M | Name of the user initiating the recall |\n| recallingUser.userId | String | 70 | M | Unique user identifier |\n| recallingUser.role | String | 100 | M | Role of the user |\n| timestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| status | String | 50 | M | Must be recalled |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"50500949-e954-42f9-935b-639bddf0ec10","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"eed58649-9ed4-4027-bb72-e6ee65f4f5e9","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.652Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/recall","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","recall"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Recall Submitted Shipment Quotation Request\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-03\n\n**Description**: After submitting the shipment quotation request, a consignor may recall the request from specific ACAs\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reasonForRecall | String | 255 | M | Free text |\n| recallingUser.name | String | 255 | M | Name of the user initiating the recall |\n| recallingUser.userId | String | 70 | M | Unique user identifier |\n| recallingUser.role | String | 100 | M | Role of the user |\n| timestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| status | String | 50 | M | Must be recalled |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"812d31fe-58b4-4288-be7f-549143e6f5cd","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ef9ed14d-7dc1-47b9-9b9b-45effeec18e5","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.652Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/recall","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","recall"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Recall Submitted Shipment Quotation Request\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-03\n\n**Description**: After submitting the shipment quotation request, a consignor may recall the request from specific ACAs\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reasonForRecall | String | 255 | M | Free text |\n| recallingUser.name | String | 255 | M | Name of the user initiating the recall |\n| recallingUser.userId | String | 70 | M | Unique user identifier |\n| recallingUser.role | String | 100 | M | Role of the user |\n| timestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| status | String | 50 | M | Must be recalled |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"42dc9c52-9234-45a3-9dcb-86648906d6d4","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"25d420f7-f4ba-4bb4-b608-c9af3d3065cd","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.652Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/recall","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","recall"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Recall Submitted Shipment Quotation Request\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-03\n\n**Description**: After submitting the shipment quotation request, a consignor may recall the request from specific ACAs\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reasonForRecall | String | 255 | M | Free text |\n| recallingUser.name | String | 255 | M | Name of the user initiating the recall |\n| recallingUser.userId | String | 70 | M | Unique user identifier |\n| recallingUser.role | String | 100 | M | Role of the user |\n| timestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| status | String | 50 | M | Must be recalled |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"b4708313-f6ef-43aa-9301-f19fa85b8135","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"5a713b75-d936-4594-9132-5f243adb5e5c","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.652Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/recall","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","recall"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Recall Submitted Shipment Quotation Request\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-03\n\n**Description**: After submitting the shipment quotation request, a consignor may recall the request from specific ACAs\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reasonForRecall | String | 255 | M | Free text |\n| recallingUser.name | String | 255 | M | Name of the user initiating the recall |\n| recallingUser.userId | String | 70 | M | Unique user identifier |\n| recallingUser.role | String | 100 | M | Role of the user |\n| timestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| status | String | 50 | M | Must be recalled |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"956a63f8-4ae0-4bcd-bae4-4bd03b65e7f6","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"f993fd87-3685-4c69-ba5f-ec458c023331","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.652Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/recall","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","recall"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Recall Submitted Shipment Quotation Request\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-03\n\n**Description**: After submitting the shipment quotation request, a consignor may recall the request from specific ACAs\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reasonForRecall | String | 255 | M | Free text |\n| recallingUser.name | String | 255 | M | Name of the user initiating the recall |\n| recallingUser.userId | String | 70 | M | Unique user identifier |\n| recallingUser.role | String | 100 | M | Role of the user |\n| timestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| status | String | 50 | M | Must be recalled |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"9ef457e4-d8a1-43c6-b496-eeb93181054c","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"83b5f0c0-8a71-4ac8-b11b-956c0bec9349","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.652Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/recall","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","recall"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Recall Submitted Shipment Quotation Request\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-03\n\n**Description**: After submitting the shipment quotation request, a consignor may recall the request from specific ACAs\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reasonForRecall | String | 255 | M | Free text |\n| recallingUser.name | String | 255 | M | Name of the user initiating the recall |\n| recallingUser.userId | String | 70 | M | Unique user identifier |\n| recallingUser.role | String | 100 | M | Role of the user |\n| timestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| status | String | 50 | M | Must be recalled |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"fff9075e-87ee-45d5-9ed8-477933652911"},{"name":"Cancel Quote Request","id":"241d7096-3479-42ce-9639-a34f793a76a6","request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"8ab11201-3596-4338-af61-4c627242a887","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-06-04T08:28:25.652Z","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":[{"id":"ec3d6074-f266-4141-b66f-685dfc430d47","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"dec7f5ca-2384-470d-b359-04388f85b015","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.652Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/cancel","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","cancel"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Cancel Submitted Shipment Quotation Request\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-05\n\n**Description**: 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.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reasonForCancellation | String | 255 | M | Free text.Eexplanation for cancellation |\n| cancellingUser.name | String | 255 | M | Name of the user initiating the cancellation |\n| cancellingUser.userId | String | 70 | M | Unique user identifier |\n| cancellingUser.role | String | 100 | M | Role of the user |\n| timestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| status | String | 50 | M | Must be 'cancelled' |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c8ad5561-26a8-4013-a37d-6f78f4ee29ef","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a2c89304-81fc-4948-872e-a15365eb7781","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.653Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/cancel","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","cancel"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Cancel Submitted Shipment Quotation Request\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-05\n\n**Description**: 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.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reasonForCancellation | String | 255 | M | Free text.Eexplanation for cancellation |\n| cancellingUser.name | String | 255 | M | Name of the user initiating the cancellation |\n| cancellingUser.userId | String | 70 | M | Unique user identifier |\n| cancellingUser.role | String | 100 | M | Role of the user |\n| timestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| status | String | 50 | M | Must be 'cancelled' |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"61c433e3-5791-411e-97ab-e3e942397699","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d9d47f96-362f-4dbb-846a-67224dc9f8a1","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.653Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/cancel","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","cancel"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Cancel Submitted Shipment Quotation Request\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-05\n\n**Description**: 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.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reasonForCancellation | String | 255 | M | Free text.Eexplanation for cancellation |\n| cancellingUser.name | String | 255 | M | Name of the user initiating the cancellation |\n| cancellingUser.userId | String | 70 | M | Unique user identifier |\n| cancellingUser.role | String | 100 | M | Role of the user |\n| timestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| status | String | 50 | M | Must be 'cancelled' |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"d8abfbbe-fe59-490f-b077-08e90203cf76","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"c27e5661-8ef5-442c-b028-8d6d954af231","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.653Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/cancel","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","cancel"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Cancel Submitted Shipment Quotation Request\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-05\n\n**Description**: 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.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reasonForCancellation | String | 255 | M | Free text.Eexplanation for cancellation |\n| cancellingUser.name | String | 255 | M | Name of the user initiating the cancellation |\n| cancellingUser.userId | String | 70 | M | Unique user identifier |\n| cancellingUser.role | String | 100 | M | Role of the user |\n| timestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| status | String | 50 | M | Must be 'cancelled' |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"72373ab3-62d3-497d-907f-637fdccc9904","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"feaf72ab-79f9-4445-a786-3ed3ba4901b1","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.653Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/cancel","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","cancel"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Cancel Submitted Shipment Quotation Request\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-05\n\n**Description**: 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.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reasonForCancellation | String | 255 | M | Free text.Eexplanation for cancellation |\n| cancellingUser.name | String | 255 | M | Name of the user initiating the cancellation |\n| cancellingUser.userId | String | 70 | M | Unique user identifier |\n| cancellingUser.role | String | 100 | M | Role of the user |\n| timestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| status | String | 50 | M | Must be 'cancelled' |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"e5db0159-879d-4d0a-bdfc-06d8d384c09f","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"269aa2ec-43bd-4e29-a115-d28fa3217249","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.653Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/cancel","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","cancel"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Cancel Submitted Shipment Quotation Request\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-05\n\n**Description**: 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.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reasonForCancellation | String | 255 | M | Free text.Eexplanation for cancellation |\n| cancellingUser.name | String | 255 | M | Name of the user initiating the cancellation |\n| cancellingUser.userId | String | 70 | M | Unique user identifier |\n| cancellingUser.role | String | 100 | M | Role of the user |\n| timestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| status | String | 50 | M | Must be 'cancelled' |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"403a86e8-057f-48d4-88ca-423688b5e65a","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e6eb85c0-c056-478b-ad61-c32329636479","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.653Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/cancel","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","cancel"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference:** EQ.E1CGNR.1\n\n**Use Case**: CGNR - Cancel Submitted Shipment Quotation Request\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-05\n\n**Description**: 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.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Consignor System (E1CGNR) → Airport Community System → Air Cargo Agent System (E1ACA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| reasonForCancellation | String | 255 | M | Free text.Eexplanation for cancellation |\n| cancellingUser.name | String | 255 | M | Name of the user initiating the cancellation |\n| cancellingUser.userId | String | 70 | M | Unique user identifier |\n| cancellingUser.role | String | 100 | M | Role of the user |\n| timestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| status | String | 50 | M | Must be 'cancelled' |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"241d7096-3479-42ce-9639-a34f793a76a6"}],"id":"fc4272c1-c408-4dd6-879a-8b26135b901e","description":"<p>A quote request is a shipment inquiry sent before an airline has provided pricing. In this section, users create a request, reassign it to another ACA, recall a submitted request, or cancel it.</p>\n","_postman_id":"fc4272c1-c408-4dd6-879a-8b26135b901e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"72150f5a-fe58-40ca-9637-04f978007398","request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"203d9fe9-74bf-44c8-accd-765f523e8ffb","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-06-04T08:28:25.653Z","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":[{"id":"bc0b348e-86ea-4beb-b117-eb0ed36d2bd7","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"637c7347-04be-4061-bf90-2ccce0a05f6d","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.653Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","accept"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference**: EQ.E2ACA.4\n\n**Use Case**: ACA – Process Shipment Quotation Request Submitted by Consignor\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-07\n\n**Description**: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 50 | M | Must be 'accepted' |\n| acceptanceDetails | Object | n/a | C | Only required for \"accepted\" status |\n| acceptanceDetails.acceptedBy | String | 255 | M | Name of the person who accepted the quote |\n| acceptanceDetails.acceptedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| acceptanceDetails.reason | String | 255 | M | Reason for accepting the quote |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2ed40520-8ba2-4f8b-8173-05e97bb49022","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"44956602-70e1-4cf9-9f2d-d51991e406b8","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.654Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","accept"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference**: EQ.E2ACA.4\n\n**Use Case**: ACA – Process Shipment Quotation Request Submitted by Consignor\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-07\n\n**Description**: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 50 | M | Must be 'accepted' |\n| acceptanceDetails | Object | n/a | C | Only required for \"accepted\" status |\n| acceptanceDetails.acceptedBy | String | 255 | M | Name of the person who accepted the quote |\n| acceptanceDetails.acceptedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| acceptanceDetails.reason | String | 255 | M | Reason for accepting the quote |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"ba485990-08bb-491f-8e4b-0218e8640254","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"58a05132-73c5-4639-a263-8212bc80e951","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.654Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","accept"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference**: EQ.E2ACA.4\n\n**Use Case**: ACA – Process Shipment Quotation Request Submitted by Consignor\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-07\n\n**Description**: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 50 | M | Must be 'accepted' |\n| acceptanceDetails | Object | n/a | C | Only required for \"accepted\" status |\n| acceptanceDetails.acceptedBy | String | 255 | M | Name of the person who accepted the quote |\n| acceptanceDetails.acceptedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| acceptanceDetails.reason | String | 255 | M | Reason for accepting the quote |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"14dc45e8-7fc7-47e2-8b43-44bf13309e4c","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ed116073-ade6-4256-ab13-00bc26f3b649","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.654Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","accept"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference**: EQ.E2ACA.4\n\n**Use Case**: ACA – Process Shipment Quotation Request Submitted by Consignor\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-07\n\n**Description**: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 50 | M | Must be 'accepted' |\n| acceptanceDetails | Object | n/a | C | Only required for \"accepted\" status |\n| acceptanceDetails.acceptedBy | String | 255 | M | Name of the person who accepted the quote |\n| acceptanceDetails.acceptedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| acceptanceDetails.reason | String | 255 | M | Reason for accepting the quote |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"fc10b0d0-7fc1-4a53-ae07-42efe772cc98","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a0af980a-2b85-4142-8fe9-db839561e966","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.654Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","accept"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference**: EQ.E2ACA.4\n\n**Use Case**: ACA – Process Shipment Quotation Request Submitted by Consignor\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-07\n\n**Description**: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 50 | M | Must be 'accepted' |\n| acceptanceDetails | Object | n/a | C | Only required for \"accepted\" status |\n| acceptanceDetails.acceptedBy | String | 255 | M | Name of the person who accepted the quote |\n| acceptanceDetails.acceptedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| acceptanceDetails.reason | String | 255 | M | Reason for accepting the quote |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"c889824b-9f35-46ac-8d3d-8d3fab4f18eb","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"0a8bae73-aa0c-42a6-bf3a-378ee4b6ef75","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.654Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","accept"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference**: EQ.E2ACA.4\n\n**Use Case**: ACA – Process Shipment Quotation Request Submitted by Consignor\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-07\n\n**Description**: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 50 | M | Must be 'accepted' |\n| acceptanceDetails | Object | n/a | C | Only required for \"accepted\" status |\n| acceptanceDetails.acceptedBy | String | 255 | M | Name of the person who accepted the quote |\n| acceptanceDetails.acceptedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| acceptanceDetails.reason | String | 255 | M | Reason for accepting the quote |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"b0321094-5e02-4536-b1f2-e1accd237688","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"831d8530-aebf-4a3c-8faf-63c1b46b7200","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.654Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","accept"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference**: EQ.E2ACA.4\n\n**Use Case**: ACA – Process Shipment Quotation Request Submitted by Consignor\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-07\n\n**Description**: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 50 | M | Must be 'accepted' |\n| acceptanceDetails | Object | n/a | C | Only required for \"accepted\" status |\n| acceptanceDetails.acceptedBy | String | 255 | M | Name of the person who accepted the quote |\n| acceptanceDetails.acceptedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| acceptanceDetails.reason | String | 255 | M | Reason for accepting the quote |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"72150f5a-fe58-40ca-9637-04f978007398"},{"name":"Reject Quote Request","id":"473cd4c9-80d4-4d4a-a776-9869748a57e8","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"1fb130f3-9a0e-4032-aa9f-597891d152b5","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-06-04T08:28:25.654Z","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":[{"id":"742101d1-0d65-4a3d-ae45-c13ca0b884ca","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"f0556ab4-8017-4914-8024-dadd4cd72b26","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.654Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","reject"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference**: EQ.E2ACA.4\n\n**Use Case**: ACA – Process Shipment Quotation Request Submitted by Consignor\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-07\n\n**Description**: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 50 | M | Must be \"rejected\" |\n| rejectionDetails | Object | n/a | C | Only required for \"rejected\" status |\n| rejectionDetails.rejectedBy | String | 255 | M | Name of the person who rejected the quote |\n| rejectionDetails.rejectedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| rejectionDetails.reason | String | 255 | M | Reason for rejecting the quote |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"553ecc23-8dbb-4a57-84be-426f4aa616ca","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"71ff22b2-db45-4962-8a94-78c17d57d14e","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.654Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","reject"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference**: EQ.E2ACA.4\n\n**Use Case**: ACA – Process Shipment Quotation Request Submitted by Consignor\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-07\n\n**Description**: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 50 | M | Must be \"rejected\" |\n| rejectionDetails | Object | n/a | C | Only required for \"rejected\" status |\n| rejectionDetails.rejectedBy | String | 255 | M | Name of the person who rejected the quote |\n| rejectionDetails.rejectedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| rejectionDetails.reason | String | 255 | M | Reason for rejecting the quote |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"6334777e-07a8-42db-bf13-064e55a4a10c","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"32243a3b-27c9-410a-a989-bb4627cfa9c1","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.654Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","reject"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference**: EQ.E2ACA.4\n\n**Use Case**: ACA – Process Shipment Quotation Request Submitted by Consignor\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-07\n\n**Description**: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 50 | M | Must be \"rejected\" |\n| rejectionDetails | Object | n/a | C | Only required for \"rejected\" status |\n| rejectionDetails.rejectedBy | String | 255 | M | Name of the person who rejected the quote |\n| rejectionDetails.rejectedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| rejectionDetails.reason | String | 255 | M | Reason for rejecting the quote |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"43cca4fa-8a42-466f-b44d-0083093b2fc2","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"6cef0753-34a1-4d98-8b9d-4b65b6d0e2b1","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.656Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","reject"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference**: EQ.E2ACA.4\n\n**Use Case**: ACA – Process Shipment Quotation Request Submitted by Consignor\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-07\n\n**Description**: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 50 | M | Must be \"rejected\" |\n| rejectionDetails | Object | n/a | C | Only required for \"rejected\" status |\n| rejectionDetails.rejectedBy | String | 255 | M | Name of the person who rejected the quote |\n| rejectionDetails.rejectedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| rejectionDetails.reason | String | 255 | M | Reason for rejecting the quote |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"dddb5596-83e9-40e0-bc72-82fe5199937b","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"01900abd-a97e-4d9d-b099-a7ab55960f86","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.656Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","reject"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference**: EQ.E2ACA.4\n\n**Use Case**: ACA – Process Shipment Quotation Request Submitted by Consignor\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-07\n\n**Description**: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 50 | M | Must be \"rejected\" |\n| rejectionDetails | Object | n/a | C | Only required for \"rejected\" status |\n| rejectionDetails.rejectedBy | String | 255 | M | Name of the person who rejected the quote |\n| rejectionDetails.rejectedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| rejectionDetails.reason | String | 255 | M | Reason for rejecting the quote |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"aa70e6e3-59b8-4759-9bf3-46b38ff9219c","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"e90cc806-0a27-482e-9a72-97d67e37718b","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.656Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","reject"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference**: EQ.E2ACA.4\n\n**Use Case**: ACA – Process Shipment Quotation Request Submitted by Consignor\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-07\n\n**Description**: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 50 | M | Must be \"rejected\" |\n| rejectionDetails | Object | n/a | C | Only required for \"rejected\" status |\n| rejectionDetails.rejectedBy | String | 255 | M | Name of the person who rejected the quote |\n| rejectionDetails.rejectedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| rejectionDetails.reason | String | 255 | M | Reason for rejecting the quote |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"7a66af92-ce16-4701-ad6a-40bd6265efd1","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"ef3f58a5-5bf0-42f7-8e60-c7a9797b4878","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.656Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/shipment-quotations/:quotationId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","shipment-quotations",":quotationId","reject"],"variable":[{"key":"quotationId","value":""}]},"description":"**Requirement Reference**: EQ.E2ACA.4\n\n**Use Case**: ACA – Process Shipment Quotation Request Submitted by Consignor\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-07\n\n**Description**: After consignor submits the shipment quotation request, ACA can either accept the request and forward it to airline for quotation or deny the request.\n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | The quotation request has been initiated and saved, but not yet submitted. |\n| submitted | The quotation request is formally submitted by the user and awaiting review. |\n| under_review | The quotation request has been received and is currently being reviewed by the relevant team (e.g., operations, supervisor, system admin). |\n| cancelled | The quotation request has been cancelled by the user or system. The shipment quotation is no longer valid. |\n| recalled | The quotation request has been recalled by the user or the system. The quotation is no longer valid and must be treated as such. |\n| accepted | The quotation request has been accepted by the ACA or reviewer. The request is now approved. |\n| rejected | The quotation request has been denied by the ACA or reviewer. The reason for denial must be included. |\n\n**Process Flow**: Air Cargo Agent System (EQ.E2ACA.4) → Airport Community System → Airline System (E2AL)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 50 | M | Must be \"rejected\" |\n| rejectionDetails | Object | n/a | C | Only required for \"rejected\" status |\n| rejectionDetails.rejectedBy | String | 255 | M | Name of the person who rejected the quote |\n| rejectionDetails.rejectedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| rejectionDetails.reason | String | 255 | M | Reason for rejecting the quote |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"473cd4c9-80d4-4d4a-a776-9869748a57e8"}],"id":"e7119653-8ee3-418d-b6b4-4e034c80604c","description":"<p>A quote request action records the decision made on a shipment inquiry before pricing begins. In this section, users accept or reject the request and review the supporting flight information.</p>\n","_postman_id":"e7119653-8ee3-418d-b6b4-4e034c80604c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"81b2378c-4743-4e41-b561-85c874c71ba2","description":"<p>A quote request combines the shipment inquiry and flight details used to decide whether it should move into pricing. In this section, users review the submitted request, accept or reject it, and check the flight information behind the decision.</p>\n","_postman_id":"81b2378c-4743-4e41-b561-85c874c71ba2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"ae677523-f643-47db-b9a9-a99d48739ce1","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"3a62650a-0eac-4bc2-b3fe-74f8d8aa0984","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-06-04T08:28:25.656Z","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":[{"id":"aaa9b0ff-5122-485d-a718-645fb2474722","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"6bb68cbb-f5fd-4676-b034-2f6388d77fd0","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-06-04T08:28:25.657Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EQ.E4ACA.8\n\n**Use Case**: ACA - Finalize Received Quotation and Forward to Consignor\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-09\n\n**Description**: After receiving quotation from the airline, the ACA will review the quotations, add their service charges and forward a final quotation to consignor.\n\n**Process Flow**: Air Cargo Agent System (E4ACA) → Airport Community System → Consignor System (E5CGNR)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| quoteDetails.quoteRequestId | String | 70 | M | Valid quote request ID format (e.g., quote-xxx) |\n| quoteDetails.airlineQuoteId | String | 70 | M | Valid airline quote ID format (e.g., alquote-xxx) |\n| quoteDetails.acaDetails | Object | n/a | M | Must include name, iataNumber, cassNumber, accountNumber |\n| quoteDetails.acaDetails.name | String | 255 | M | Name of the ACA |\n| quoteDetails.acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| quoteDetails.acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| quoteDetails.acaDetails.accountNumber | String | 70 | M | ACA account number |\n| quoteDetails.consignor | Object | n/a | M | Must include name, address, city, country, contactName, phone, email, ntn, cnic, accountNumber |\n| quoteDetails.consignor.name | String | 255 | M | Name of consignor |\n| quoteDetails.consignor.address | String | 255 | M | Street address |\n| quoteDetails.consignor.city | String | 70 | M | City name |\n| quoteDetails.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.consignor.country | String | 2 | M | ISO 3166 Country code |\n| quoteDetails.consignor.contactName | String | 255 | M | Contact person's name |\n| quoteDetails.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| quoteDetails.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| quoteDetails.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| quoteDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| quoteDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| quoteDetails.shipmentDetails | Object | n/a | M | Must include origin, destination, numberOfPieces, weight, dimensions, commodity, specialCargoInfo, dateForDeliveryToAirport, flightDetails, pricing, validity |\n| quoteDetails.shipmentDetails.origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| quoteDetails.shipmentDetails.destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| quoteDetails.shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| quoteDetails.shipmentDetails.weight | Object | n/a | M | Must include actualWeight, chargeableWeight, unit |\n| quoteDetails.shipmentDetails.weight.actualWeight | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.weight.chargeableWeight | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| quoteDetails.shipmentDetails.dimensions | Object | n/a | M | Must include length, width, height, unit |\n| quoteDetails.shipmentDetails.dimensions.length | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.width | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.height | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| quoteDetails.shipmentDetails.commodity | String | 255 | M | Description of the commodity |\n| quoteDetails.shipmentDetails.specialCargoInfo | String | 255 | O | Free text |\n| quoteDetails.shipmentDetails.dateForDeliveryToAirport | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shipmentDetails.flightDetails | Object | n/a | M | Must include flightNumber, airlineName, airlinePrefix, airlineTwoLetterCode, flightDate, departureTime, arrivalTime |\n| quoteDetails.shipmentDetails.flightDetails.flightNumber | String | 35 | M | Must be a valid flight number. |\n| quoteDetails.shipmentDetails.flightDetails.airlineName | String | 255 | M | Airline name |\n| quoteDetails.shipmentDetails.flightDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| quoteDetails.shipmentDetails.flightDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| quoteDetails.shipmentDetails.flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| quoteDetails.shipmentDetails.flightDetails.departureTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shipmentDetails.flightDetails.arrivalTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.pricing | Object | n/a | M | Must include airFreightChargePerKg, fuelSurcharge, securityCharge, handlingFee, acaMarkup, pickupCharge, deliveryCharge, insuranceOptional, totalAmount, currency |\n| quoteDetails.pricing.airFreightChargePerKg | Float | n/a | M | Positive number |\n| quoteDetails.pricing.fuelSurcharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.securityCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.handlingFee | Float | n/a | M | Positive number |\n| quoteDetails.pricing.acaMarkup | Float | n/a | M | Positive number |\n| quoteDetails.pricing.pickupCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.deliveryCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.insuranceOptional | Float | n/a | O | Positive number |\n| quoteDetails.pricing.totalAmount | Float | n/a | M | Total amount |\n| quoteDetails.pricing.currency | String | 3 | M | ISO 4217 currency code |\n| quoteDetails.validity | Object | n/a | M | Must include validUntil |\n| quoteDetails.validity.validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shippingTerms | String | 3 | M | Shipping terms (e.g., FOB, CIF) |\n| quoteDetails.pickupAddress | Object | n/a | M | Must include street, city, postalCode, country |\n| quoteDetails.pickupAddress.street | String | 255 | M | Street address |\n| quoteDetails.pickupAddress.city | String | 70 | M | City name |\n| quoteDetails.pickupAddress.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.pickupAddress.country | String | 2 | M | ISO 3166 Country code |\n| quoteDetails.deliveryAddress | Object | n/a | M | Must include street, city, postalCode, country |\n| quoteDetails.deliveryAddress.street | String | 255 | M | Street address |\n| quoteDetails.deliveryAddress.city | String | 70 | M | City name |\n| quoteDetails.deliveryAddress.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.deliveryAddress.country | String | 2 | M | ISO 3166 country code |\n| quoteDetails.pickupDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.notes | String | 255 | O | Free text |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"29b6c34d-00ce-434d-98db-0198881d51a3","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ac472890-807b-40b8-9952-537578583a68","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-06-04T08:28:25.657Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EQ.E4ACA.8\n\n**Use Case**: ACA - Finalize Received Quotation and Forward to Consignor\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-09\n\n**Description**: After receiving quotation from the airline, the ACA will review the quotations, add their service charges and forward a final quotation to consignor.\n\n**Process Flow**: Air Cargo Agent System (E4ACA) → Airport Community System → Consignor System (E5CGNR)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| quoteDetails.quoteRequestId | String | 70 | M | Valid quote request ID format (e.g., quote-xxx) |\n| quoteDetails.airlineQuoteId | String | 70 | M | Valid airline quote ID format (e.g., alquote-xxx) |\n| quoteDetails.acaDetails | Object | n/a | M | Must include name, iataNumber, cassNumber, accountNumber |\n| quoteDetails.acaDetails.name | String | 255 | M | Name of the ACA |\n| quoteDetails.acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| quoteDetails.acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| quoteDetails.acaDetails.accountNumber | String | 70 | M | ACA account number |\n| quoteDetails.consignor | Object | n/a | M | Must include name, address, city, country, contactName, phone, email, ntn, cnic, accountNumber |\n| quoteDetails.consignor.name | String | 255 | M | Name of consignor |\n| quoteDetails.consignor.address | String | 255 | M | Street address |\n| quoteDetails.consignor.city | String | 70 | M | City name |\n| quoteDetails.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.consignor.country | String | 2 | M | ISO 3166 Country code |\n| quoteDetails.consignor.contactName | String | 255 | M | Contact person's name |\n| quoteDetails.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| quoteDetails.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| quoteDetails.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| quoteDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| quoteDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| quoteDetails.shipmentDetails | Object | n/a | M | Must include origin, destination, numberOfPieces, weight, dimensions, commodity, specialCargoInfo, dateForDeliveryToAirport, flightDetails, pricing, validity |\n| quoteDetails.shipmentDetails.origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| quoteDetails.shipmentDetails.destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| quoteDetails.shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| quoteDetails.shipmentDetails.weight | Object | n/a | M | Must include actualWeight, chargeableWeight, unit |\n| quoteDetails.shipmentDetails.weight.actualWeight | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.weight.chargeableWeight | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| quoteDetails.shipmentDetails.dimensions | Object | n/a | M | Must include length, width, height, unit |\n| quoteDetails.shipmentDetails.dimensions.length | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.width | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.height | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| quoteDetails.shipmentDetails.commodity | String | 255 | M | Description of the commodity |\n| quoteDetails.shipmentDetails.specialCargoInfo | String | 255 | O | Free text |\n| quoteDetails.shipmentDetails.dateForDeliveryToAirport | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shipmentDetails.flightDetails | Object | n/a | M | Must include flightNumber, airlineName, airlinePrefix, airlineTwoLetterCode, flightDate, departureTime, arrivalTime |\n| quoteDetails.shipmentDetails.flightDetails.flightNumber | String | 35 | M | Must be a valid flight number. |\n| quoteDetails.shipmentDetails.flightDetails.airlineName | String | 255 | M | Airline name |\n| quoteDetails.shipmentDetails.flightDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| quoteDetails.shipmentDetails.flightDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| quoteDetails.shipmentDetails.flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| quoteDetails.shipmentDetails.flightDetails.departureTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shipmentDetails.flightDetails.arrivalTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.pricing | Object | n/a | M | Must include airFreightChargePerKg, fuelSurcharge, securityCharge, handlingFee, acaMarkup, pickupCharge, deliveryCharge, insuranceOptional, totalAmount, currency |\n| quoteDetails.pricing.airFreightChargePerKg | Float | n/a | M | Positive number |\n| quoteDetails.pricing.fuelSurcharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.securityCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.handlingFee | Float | n/a | M | Positive number |\n| quoteDetails.pricing.acaMarkup | Float | n/a | M | Positive number |\n| quoteDetails.pricing.pickupCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.deliveryCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.insuranceOptional | Float | n/a | O | Positive number |\n| quoteDetails.pricing.totalAmount | Float | n/a | M | Total amount |\n| quoteDetails.pricing.currency | String | 3 | M | ISO 4217 currency code |\n| quoteDetails.validity | Object | n/a | M | Must include validUntil |\n| quoteDetails.validity.validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shippingTerms | String | 3 | M | Shipping terms (e.g., FOB, CIF) |\n| quoteDetails.pickupAddress | Object | n/a | M | Must include street, city, postalCode, country |\n| quoteDetails.pickupAddress.street | String | 255 | M | Street address |\n| quoteDetails.pickupAddress.city | String | 70 | M | City name |\n| quoteDetails.pickupAddress.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.pickupAddress.country | String | 2 | M | ISO 3166 Country code |\n| quoteDetails.deliveryAddress | Object | n/a | M | Must include street, city, postalCode, country |\n| quoteDetails.deliveryAddress.street | String | 255 | M | Street address |\n| quoteDetails.deliveryAddress.city | String | 70 | M | City name |\n| quoteDetails.deliveryAddress.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.deliveryAddress.country | String | 2 | M | ISO 3166 country code |\n| quoteDetails.pickupDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.notes | String | 255 | O | Free text |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"d9e46188-fdac-4aa8-90f4-9593efd74351","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"fcd64ce5-6c6b-4975-bf6b-1173caa86309","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-06-04T08:28:25.657Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EQ.E4ACA.8\n\n**Use Case**: ACA - Finalize Received Quotation and Forward to Consignor\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-09\n\n**Description**: After receiving quotation from the airline, the ACA will review the quotations, add their service charges and forward a final quotation to consignor.\n\n**Process Flow**: Air Cargo Agent System (E4ACA) → Airport Community System → Consignor System (E5CGNR)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| quoteDetails.quoteRequestId | String | 70 | M | Valid quote request ID format (e.g., quote-xxx) |\n| quoteDetails.airlineQuoteId | String | 70 | M | Valid airline quote ID format (e.g., alquote-xxx) |\n| quoteDetails.acaDetails | Object | n/a | M | Must include name, iataNumber, cassNumber, accountNumber |\n| quoteDetails.acaDetails.name | String | 255 | M | Name of the ACA |\n| quoteDetails.acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| quoteDetails.acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| quoteDetails.acaDetails.accountNumber | String | 70 | M | ACA account number |\n| quoteDetails.consignor | Object | n/a | M | Must include name, address, city, country, contactName, phone, email, ntn, cnic, accountNumber |\n| quoteDetails.consignor.name | String | 255 | M | Name of consignor |\n| quoteDetails.consignor.address | String | 255 | M | Street address |\n| quoteDetails.consignor.city | String | 70 | M | City name |\n| quoteDetails.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.consignor.country | String | 2 | M | ISO 3166 Country code |\n| quoteDetails.consignor.contactName | String | 255 | M | Contact person's name |\n| quoteDetails.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| quoteDetails.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| quoteDetails.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| quoteDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| quoteDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| quoteDetails.shipmentDetails | Object | n/a | M | Must include origin, destination, numberOfPieces, weight, dimensions, commodity, specialCargoInfo, dateForDeliveryToAirport, flightDetails, pricing, validity |\n| quoteDetails.shipmentDetails.origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| quoteDetails.shipmentDetails.destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| quoteDetails.shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| quoteDetails.shipmentDetails.weight | Object | n/a | M | Must include actualWeight, chargeableWeight, unit |\n| quoteDetails.shipmentDetails.weight.actualWeight | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.weight.chargeableWeight | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| quoteDetails.shipmentDetails.dimensions | Object | n/a | M | Must include length, width, height, unit |\n| quoteDetails.shipmentDetails.dimensions.length | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.width | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.height | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| quoteDetails.shipmentDetails.commodity | String | 255 | M | Description of the commodity |\n| quoteDetails.shipmentDetails.specialCargoInfo | String | 255 | O | Free text |\n| quoteDetails.shipmentDetails.dateForDeliveryToAirport | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shipmentDetails.flightDetails | Object | n/a | M | Must include flightNumber, airlineName, airlinePrefix, airlineTwoLetterCode, flightDate, departureTime, arrivalTime |\n| quoteDetails.shipmentDetails.flightDetails.flightNumber | String | 35 | M | Must be a valid flight number. |\n| quoteDetails.shipmentDetails.flightDetails.airlineName | String | 255 | M | Airline name |\n| quoteDetails.shipmentDetails.flightDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| quoteDetails.shipmentDetails.flightDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| quoteDetails.shipmentDetails.flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| quoteDetails.shipmentDetails.flightDetails.departureTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shipmentDetails.flightDetails.arrivalTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.pricing | Object | n/a | M | Must include airFreightChargePerKg, fuelSurcharge, securityCharge, handlingFee, acaMarkup, pickupCharge, deliveryCharge, insuranceOptional, totalAmount, currency |\n| quoteDetails.pricing.airFreightChargePerKg | Float | n/a | M | Positive number |\n| quoteDetails.pricing.fuelSurcharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.securityCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.handlingFee | Float | n/a | M | Positive number |\n| quoteDetails.pricing.acaMarkup | Float | n/a | M | Positive number |\n| quoteDetails.pricing.pickupCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.deliveryCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.insuranceOptional | Float | n/a | O | Positive number |\n| quoteDetails.pricing.totalAmount | Float | n/a | M | Total amount |\n| quoteDetails.pricing.currency | String | 3 | M | ISO 4217 currency code |\n| quoteDetails.validity | Object | n/a | M | Must include validUntil |\n| quoteDetails.validity.validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shippingTerms | String | 3 | M | Shipping terms (e.g., FOB, CIF) |\n| quoteDetails.pickupAddress | Object | n/a | M | Must include street, city, postalCode, country |\n| quoteDetails.pickupAddress.street | String | 255 | M | Street address |\n| quoteDetails.pickupAddress.city | String | 70 | M | City name |\n| quoteDetails.pickupAddress.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.pickupAddress.country | String | 2 | M | ISO 3166 Country code |\n| quoteDetails.deliveryAddress | Object | n/a | M | Must include street, city, postalCode, country |\n| quoteDetails.deliveryAddress.street | String | 255 | M | Street address |\n| quoteDetails.deliveryAddress.city | String | 70 | M | City name |\n| quoteDetails.deliveryAddress.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.deliveryAddress.country | String | 2 | M | ISO 3166 country code |\n| quoteDetails.pickupDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.notes | String | 255 | O | Free text |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"688f1e62-c84c-4b4a-974b-a14fcd80644f","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"f35d8c97-cdc5-4edc-bae1-ee3408f104bc","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-06-04T08:28:25.657Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EQ.E4ACA.8\n\n**Use Case**: ACA - Finalize Received Quotation and Forward to Consignor\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-09\n\n**Description**: After receiving quotation from the airline, the ACA will review the quotations, add their service charges and forward a final quotation to consignor.\n\n**Process Flow**: Air Cargo Agent System (E4ACA) → Airport Community System → Consignor System (E5CGNR)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| quoteDetails.quoteRequestId | String | 70 | M | Valid quote request ID format (e.g., quote-xxx) |\n| quoteDetails.airlineQuoteId | String | 70 | M | Valid airline quote ID format (e.g., alquote-xxx) |\n| quoteDetails.acaDetails | Object | n/a | M | Must include name, iataNumber, cassNumber, accountNumber |\n| quoteDetails.acaDetails.name | String | 255 | M | Name of the ACA |\n| quoteDetails.acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| quoteDetails.acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| quoteDetails.acaDetails.accountNumber | String | 70 | M | ACA account number |\n| quoteDetails.consignor | Object | n/a | M | Must include name, address, city, country, contactName, phone, email, ntn, cnic, accountNumber |\n| quoteDetails.consignor.name | String | 255 | M | Name of consignor |\n| quoteDetails.consignor.address | String | 255 | M | Street address |\n| quoteDetails.consignor.city | String | 70 | M | City name |\n| quoteDetails.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.consignor.country | String | 2 | M | ISO 3166 Country code |\n| quoteDetails.consignor.contactName | String | 255 | M | Contact person's name |\n| quoteDetails.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| quoteDetails.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| quoteDetails.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| quoteDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| quoteDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| quoteDetails.shipmentDetails | Object | n/a | M | Must include origin, destination, numberOfPieces, weight, dimensions, commodity, specialCargoInfo, dateForDeliveryToAirport, flightDetails, pricing, validity |\n| quoteDetails.shipmentDetails.origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| quoteDetails.shipmentDetails.destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| quoteDetails.shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| quoteDetails.shipmentDetails.weight | Object | n/a | M | Must include actualWeight, chargeableWeight, unit |\n| quoteDetails.shipmentDetails.weight.actualWeight | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.weight.chargeableWeight | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| quoteDetails.shipmentDetails.dimensions | Object | n/a | M | Must include length, width, height, unit |\n| quoteDetails.shipmentDetails.dimensions.length | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.width | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.height | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| quoteDetails.shipmentDetails.commodity | String | 255 | M | Description of the commodity |\n| quoteDetails.shipmentDetails.specialCargoInfo | String | 255 | O | Free text |\n| quoteDetails.shipmentDetails.dateForDeliveryToAirport | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shipmentDetails.flightDetails | Object | n/a | M | Must include flightNumber, airlineName, airlinePrefix, airlineTwoLetterCode, flightDate, departureTime, arrivalTime |\n| quoteDetails.shipmentDetails.flightDetails.flightNumber | String | 35 | M | Must be a valid flight number. |\n| quoteDetails.shipmentDetails.flightDetails.airlineName | String | 255 | M | Airline name |\n| quoteDetails.shipmentDetails.flightDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| quoteDetails.shipmentDetails.flightDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| quoteDetails.shipmentDetails.flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| quoteDetails.shipmentDetails.flightDetails.departureTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shipmentDetails.flightDetails.arrivalTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.pricing | Object | n/a | M | Must include airFreightChargePerKg, fuelSurcharge, securityCharge, handlingFee, acaMarkup, pickupCharge, deliveryCharge, insuranceOptional, totalAmount, currency |\n| quoteDetails.pricing.airFreightChargePerKg | Float | n/a | M | Positive number |\n| quoteDetails.pricing.fuelSurcharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.securityCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.handlingFee | Float | n/a | M | Positive number |\n| quoteDetails.pricing.acaMarkup | Float | n/a | M | Positive number |\n| quoteDetails.pricing.pickupCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.deliveryCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.insuranceOptional | Float | n/a | O | Positive number |\n| quoteDetails.pricing.totalAmount | Float | n/a | M | Total amount |\n| quoteDetails.pricing.currency | String | 3 | M | ISO 4217 currency code |\n| quoteDetails.validity | Object | n/a | M | Must include validUntil |\n| quoteDetails.validity.validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shippingTerms | String | 3 | M | Shipping terms (e.g., FOB, CIF) |\n| quoteDetails.pickupAddress | Object | n/a | M | Must include street, city, postalCode, country |\n| quoteDetails.pickupAddress.street | String | 255 | M | Street address |\n| quoteDetails.pickupAddress.city | String | 70 | M | City name |\n| quoteDetails.pickupAddress.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.pickupAddress.country | String | 2 | M | ISO 3166 Country code |\n| quoteDetails.deliveryAddress | Object | n/a | M | Must include street, city, postalCode, country |\n| quoteDetails.deliveryAddress.street | String | 255 | M | Street address |\n| quoteDetails.deliveryAddress.city | String | 70 | M | City name |\n| quoteDetails.deliveryAddress.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.deliveryAddress.country | String | 2 | M | ISO 3166 country code |\n| quoteDetails.pickupDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.notes | String | 255 | O | Free text |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"aef3550b-306d-480d-b1ce-90a3939a3812","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"69fa33b6-6945-4d9d-b995-9eededa29ce3","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-06-04T08:28:25.657Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EQ.E4ACA.8\n\n**Use Case**: ACA - Finalize Received Quotation and Forward to Consignor\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-09\n\n**Description**: After receiving quotation from the airline, the ACA will review the quotations, add their service charges and forward a final quotation to consignor.\n\n**Process Flow**: Air Cargo Agent System (E4ACA) → Airport Community System → Consignor System (E5CGNR)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| quoteDetails.quoteRequestId | String | 70 | M | Valid quote request ID format (e.g., quote-xxx) |\n| quoteDetails.airlineQuoteId | String | 70 | M | Valid airline quote ID format (e.g., alquote-xxx) |\n| quoteDetails.acaDetails | Object | n/a | M | Must include name, iataNumber, cassNumber, accountNumber |\n| quoteDetails.acaDetails.name | String | 255 | M | Name of the ACA |\n| quoteDetails.acaDetails.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| quoteDetails.acaDetails.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| quoteDetails.acaDetails.accountNumber | String | 70 | M | ACA account number |\n| quoteDetails.consignor | Object | n/a | M | Must include name, address, city, country, contactName, phone, email, ntn, cnic, accountNumber |\n| quoteDetails.consignor.name | String | 255 | M | Name of consignor |\n| quoteDetails.consignor.address | String | 255 | M | Street address |\n| quoteDetails.consignor.city | String | 70 | M | City name |\n| quoteDetails.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.consignor.country | String | 2 | M | ISO 3166 Country code |\n| quoteDetails.consignor.contactName | String | 255 | M | Contact person's name |\n| quoteDetails.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| quoteDetails.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| quoteDetails.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| quoteDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| quoteDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| quoteDetails.shipmentDetails | Object | n/a | M | Must include origin, destination, numberOfPieces, weight, dimensions, commodity, specialCargoInfo, dateForDeliveryToAirport, flightDetails, pricing, validity |\n| quoteDetails.shipmentDetails.origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| quoteDetails.shipmentDetails.destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| quoteDetails.shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| quoteDetails.shipmentDetails.weight | Object | n/a | M | Must include actualWeight, chargeableWeight, unit |\n| quoteDetails.shipmentDetails.weight.actualWeight | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.weight.chargeableWeight | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| quoteDetails.shipmentDetails.dimensions | Object | n/a | M | Must include length, width, height, unit |\n| quoteDetails.shipmentDetails.dimensions.length | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.width | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.height | Integer | n/a | M | Positive number |\n| quoteDetails.shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| quoteDetails.shipmentDetails.commodity | String | 255 | M | Description of the commodity |\n| quoteDetails.shipmentDetails.specialCargoInfo | String | 255 | O | Free text |\n| quoteDetails.shipmentDetails.dateForDeliveryToAirport | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shipmentDetails.flightDetails | Object | n/a | M | Must include flightNumber, airlineName, airlinePrefix, airlineTwoLetterCode, flightDate, departureTime, arrivalTime |\n| quoteDetails.shipmentDetails.flightDetails.flightNumber | String | 35 | M | Must be a valid flight number. |\n| quoteDetails.shipmentDetails.flightDetails.airlineName | String | 255 | M | Airline name |\n| quoteDetails.shipmentDetails.flightDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| quoteDetails.shipmentDetails.flightDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| quoteDetails.shipmentDetails.flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| quoteDetails.shipmentDetails.flightDetails.departureTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shipmentDetails.flightDetails.arrivalTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.pricing | Object | n/a | M | Must include airFreightChargePerKg, fuelSurcharge, securityCharge, handlingFee, acaMarkup, pickupCharge, deliveryCharge, insuranceOptional, totalAmount, currency |\n| quoteDetails.pricing.airFreightChargePerKg | Float | n/a | M | Positive number |\n| quoteDetails.pricing.fuelSurcharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.securityCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.handlingFee | Float | n/a | M | Positive number |\n| quoteDetails.pricing.acaMarkup | Float | n/a | M | Positive number |\n| quoteDetails.pricing.pickupCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.deliveryCharge | Float | n/a | M | Positive number |\n| quoteDetails.pricing.insuranceOptional | Float | n/a | O | Positive number |\n| quoteDetails.pricing.totalAmount | Float | n/a | M | Total amount |\n| quoteDetails.pricing.currency | String | 3 | M | ISO 4217 currency code |\n| quoteDetails.validity | Object | n/a | M | Must include validUntil |\n| quoteDetails.validity.validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.shippingTerms | String | 3 | M | Shipping terms (e.g., FOB, CIF) |\n| quoteDetails.pickupAddress | Object | n/a | M | Must include street, city, postalCode, country |\n| quoteDetails.pickupAddress.street | String | 255 | M | Street address |\n| quoteDetails.pickupAddress.city | String | 70 | M | City name |\n| quoteDetails.pickupAddress.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.pickupAddress.country | String | 2 | M | ISO 3166 Country code |\n| quoteDetails.deliveryAddress | Object | n/a | M | Must include street, city, postalCode, country |\n| quoteDetails.deliveryAddress.street | String | 255 | M | Street address |\n| quoteDetails.deliveryAddress.city | String | 70 | M | City name |\n| quoteDetails.deliveryAddress.postalCode | String | 35 | M | Must be a valid postal code |\n| quoteDetails.deliveryAddress.country | String | 2 | M | ISO 3166 country code |\n| quoteDetails.pickupDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| quoteDetails.notes | String | 255 | O | Free text |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"ae677523-f643-47db-b9a9-a99d48739ce1"}],"id":"a7645c34-41a1-4640-80c7-4d0ccbef1661","description":"<p>A price proposal is the commercial offer sent to the consignor after airline rates are known. In this section, users create the proposal and include the charges and terms the consignor needs to decide.</p>\n","_postman_id":"a7645c34-41a1-4640-80c7-4d0ccbef1661","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"c322f621-4587-403d-8a21-c342d047c8b3","request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"00adab62-55ec-46d1-a7e2-dd16a48deaee","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-06-04T08:28:25.657Z","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":[{"id":"ef7bcd98-fd59-4150-89d8-907f52685454","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"aa777648-35ac-424f-bdf8-ecac54e17a6c","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-06-04T08:28:25.657Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/approve","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","price-proposals",":priceProposalId","approve"],"variable":[{"key":"priceProposalId","value":""}]},"description":"**Requirement References:**\n\n- EQ.E3ACA.6\n    \n- EQ.E5CGNR.9\n    \n\n**Use Cases**:\n\n- CNGR - Accept/Reject Quotation\n    \n- ACA - Accept/Reject Quotation\n    \n\n**Integration Points:**\n\n- IN_FR-3-EQ-CSB-R-01-UC-10\n    \n- IN_FR-3-EQ-CSB-R-01-UC-13\n    \n\n**Description**:\n\n- Acceptance/rejection to ACA\n    \n- ACA decision to Airlines\n    \n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | Price proposal has been created but not yet approved or rejected. |\n| submitted | Price proposal has been submitted by the consignor for review. |\n| under_review | Price proposal is under review by the ACA. |\n| approved | Price proposal has been approved by the ACA. |\n| rejected | Price proposal has been rejected by the ACA. |\n\n**Process Flows**:\n\n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n- Airport Community System → Air Cargo Agent System (E6ACA)\n    \n\n**Priority**:\n\n- P2\n    \n- P1\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 10 | M | Must be \"approved\" |\n| approvedBy | String | 255 | M | Name of the person approving the proposal |\n| approvalDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| approvalReason | String | 255 | O | Reason for approving the proposal |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"bc3b4113-2ba4-459a-9fbf-0485b05d79c8","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"9732c97b-e5ff-46e7-a29e-02b7f8d2e0f3","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-06-04T08:28:25.657Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/approve","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","price-proposals",":priceProposalId","approve"],"variable":[{"key":"priceProposalId","value":""}]},"description":"**Requirement References:**\n\n- EQ.E3ACA.6\n    \n- EQ.E5CGNR.9\n    \n\n**Use Cases**:\n\n- CNGR - Accept/Reject Quotation\n    \n- ACA - Accept/Reject Quotation\n    \n\n**Integration Points:**\n\n- IN_FR-3-EQ-CSB-R-01-UC-10\n    \n- IN_FR-3-EQ-CSB-R-01-UC-13\n    \n\n**Description**:\n\n- Acceptance/rejection to ACA\n    \n- ACA decision to Airlines\n    \n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | Price proposal has been created but not yet approved or rejected. |\n| submitted | Price proposal has been submitted by the consignor for review. |\n| under_review | Price proposal is under review by the ACA. |\n| approved | Price proposal has been approved by the ACA. |\n| rejected | Price proposal has been rejected by the ACA. |\n\n**Process Flows**:\n\n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n- Airport Community System → Air Cargo Agent System (E6ACA)\n    \n\n**Priority**:\n\n- P2\n    \n- P1\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 10 | M | Must be \"approved\" |\n| approvedBy | String | 255 | M | Name of the person approving the proposal |\n| approvalDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| approvalReason | String | 255 | O | Reason for approving the proposal |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"df57ecae-85ea-4a32-b2a5-b146c58946bb","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"f6d8193a-4504-41b0-b871-aa42594cf952","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-06-04T08:28:25.657Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/approve","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","price-proposals",":priceProposalId","approve"],"variable":[{"key":"priceProposalId","value":""}]},"description":"**Requirement References:**\n\n- EQ.E3ACA.6\n    \n- EQ.E5CGNR.9\n    \n\n**Use Cases**:\n\n- CNGR - Accept/Reject Quotation\n    \n- ACA - Accept/Reject Quotation\n    \n\n**Integration Points:**\n\n- IN_FR-3-EQ-CSB-R-01-UC-10\n    \n- IN_FR-3-EQ-CSB-R-01-UC-13\n    \n\n**Description**:\n\n- Acceptance/rejection to ACA\n    \n- ACA decision to Airlines\n    \n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | Price proposal has been created but not yet approved or rejected. |\n| submitted | Price proposal has been submitted by the consignor for review. |\n| under_review | Price proposal is under review by the ACA. |\n| approved | Price proposal has been approved by the ACA. |\n| rejected | Price proposal has been rejected by the ACA. |\n\n**Process Flows**:\n\n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n- Airport Community System → Air Cargo Agent System (E6ACA)\n    \n\n**Priority**:\n\n- P2\n    \n- P1\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 10 | M | Must be \"approved\" |\n| approvedBy | String | 255 | M | Name of the person approving the proposal |\n| approvalDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| approvalReason | String | 255 | O | Reason for approving the proposal |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"7ce374e9-d92e-4bb1-a807-cedd60ba23b6","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"85205129-67e8-462d-b82a-8465631e7bca","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-06-04T08:28:25.657Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/approve","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","price-proposals",":priceProposalId","approve"],"variable":[{"key":"priceProposalId","value":""}]},"description":"**Requirement References:**\n\n- EQ.E3ACA.6\n    \n- EQ.E5CGNR.9\n    \n\n**Use Cases**:\n\n- CNGR - Accept/Reject Quotation\n    \n- ACA - Accept/Reject Quotation\n    \n\n**Integration Points:**\n\n- IN_FR-3-EQ-CSB-R-01-UC-10\n    \n- IN_FR-3-EQ-CSB-R-01-UC-13\n    \n\n**Description**:\n\n- Acceptance/rejection to ACA\n    \n- ACA decision to Airlines\n    \n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | Price proposal has been created but not yet approved or rejected. |\n| submitted | Price proposal has been submitted by the consignor for review. |\n| under_review | Price proposal is under review by the ACA. |\n| approved | Price proposal has been approved by the ACA. |\n| rejected | Price proposal has been rejected by the ACA. |\n\n**Process Flows**:\n\n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n- Airport Community System → Air Cargo Agent System (E6ACA)\n    \n\n**Priority**:\n\n- P2\n    \n- P1\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 10 | M | Must be \"approved\" |\n| approvedBy | String | 255 | M | Name of the person approving the proposal |\n| approvalDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| approvalReason | String | 255 | O | Reason for approving the proposal |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"f1ae5843-d6b6-4a75-95b6-9d8977fdf30b","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"7ad5ddd2-ab82-4c48-9cfa-a7e6aa283ad1","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-06-04T08:28:25.657Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/approve","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","price-proposals",":priceProposalId","approve"],"variable":[{"key":"priceProposalId","value":""}]},"description":"**Requirement References:**\n\n- EQ.E3ACA.6\n    \n- EQ.E5CGNR.9\n    \n\n**Use Cases**:\n\n- CNGR - Accept/Reject Quotation\n    \n- ACA - Accept/Reject Quotation\n    \n\n**Integration Points:**\n\n- IN_FR-3-EQ-CSB-R-01-UC-10\n    \n- IN_FR-3-EQ-CSB-R-01-UC-13\n    \n\n**Description**:\n\n- Acceptance/rejection to ACA\n    \n- ACA decision to Airlines\n    \n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | Price proposal has been created but not yet approved or rejected. |\n| submitted | Price proposal has been submitted by the consignor for review. |\n| under_review | Price proposal is under review by the ACA. |\n| approved | Price proposal has been approved by the ACA. |\n| rejected | Price proposal has been rejected by the ACA. |\n\n**Process Flows**:\n\n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n- Airport Community System → Air Cargo Agent System (E6ACA)\n    \n\n**Priority**:\n\n- P2\n    \n- P1\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 10 | M | Must be \"approved\" |\n| approvedBy | String | 255 | M | Name of the person approving the proposal |\n| approvalDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| approvalReason | String | 255 | O | Reason for approving the proposal |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"3181185b-8b40-4223-9129-eafe8944d1d4","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"11d53e7c-f1bc-42f1-8d7d-a693fafdfd33","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-06-04T08:28:25.657Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/approve","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","price-proposals",":priceProposalId","approve"],"variable":[{"key":"priceProposalId","value":""}]},"description":"**Requirement References:**\n\n- EQ.E3ACA.6\n    \n- EQ.E5CGNR.9\n    \n\n**Use Cases**:\n\n- CNGR - Accept/Reject Quotation\n    \n- ACA - Accept/Reject Quotation\n    \n\n**Integration Points:**\n\n- IN_FR-3-EQ-CSB-R-01-UC-10\n    \n- IN_FR-3-EQ-CSB-R-01-UC-13\n    \n\n**Description**:\n\n- Acceptance/rejection to ACA\n    \n- ACA decision to Airlines\n    \n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | Price proposal has been created but not yet approved or rejected. |\n| submitted | Price proposal has been submitted by the consignor for review. |\n| under_review | Price proposal is under review by the ACA. |\n| approved | Price proposal has been approved by the ACA. |\n| rejected | Price proposal has been rejected by the ACA. |\n\n**Process Flows**:\n\n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n- Airport Community System → Air Cargo Agent System (E6ACA)\n    \n\n**Priority**:\n\n- P2\n    \n- P1\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 10 | M | Must be \"approved\" |\n| approvedBy | String | 255 | M | Name of the person approving the proposal |\n| approvalDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| approvalReason | String | 255 | O | Reason for approving the proposal |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"51474758-d111-44ad-a4e9-7b1e1bb8c40e","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"7ce9832c-7cd9-4e8a-aa9a-6a551c1dc894","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-06-04T08:28:25.657Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/approve","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","price-proposals",":priceProposalId","approve"],"variable":[{"key":"priceProposalId","value":""}]},"description":"**Requirement References:**\n\n- EQ.E3ACA.6\n    \n- EQ.E5CGNR.9\n    \n\n**Use Cases**:\n\n- CNGR - Accept/Reject Quotation\n    \n- ACA - Accept/Reject Quotation\n    \n\n**Integration Points:**\n\n- IN_FR-3-EQ-CSB-R-01-UC-10\n    \n- IN_FR-3-EQ-CSB-R-01-UC-13\n    \n\n**Description**:\n\n- Acceptance/rejection to ACA\n    \n- ACA decision to Airlines\n    \n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | Price proposal has been created but not yet approved or rejected. |\n| submitted | Price proposal has been submitted by the consignor for review. |\n| under_review | Price proposal is under review by the ACA. |\n| approved | Price proposal has been approved by the ACA. |\n| rejected | Price proposal has been rejected by the ACA. |\n\n**Process Flows**:\n\n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n- Airport Community System → Air Cargo Agent System (E6ACA)\n    \n\n**Priority**:\n\n- P2\n    \n- P1\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 10 | M | Must be \"approved\" |\n| approvedBy | String | 255 | M | Name of the person approving the proposal |\n| approvalDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| approvalReason | String | 255 | O | Reason for approving the proposal |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"c322f621-4587-403d-8a21-c342d047c8b3"},{"name":"Reject Price Proposal","id":"6d5cb1f3-3f24-491b-ba77-9999bf594a33","request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"6334867e-f372-4e31-9b8b-f917004e34ce","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-06-04T08:28:25.657Z","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":[{"id":"948e13e7-3768-47ec-9379-74771e3917ea","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"f3d6907e-56d5-4daa-9b3f-ce2c97a30c94","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-06-04T08:28:25.658Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","price-proposals",":priceProposalId","reject"],"variable":[{"key":"priceProposalId","value":""}]},"description":"**Requirement References:**\n\n- EQ.E3ACA.6\n    \n- EQ.E5CGNR.9\n    \n\n**Use Cases**:\n\n- CNGR - Accept/Reject Quotation\n    \n- ACA - Accept/Reject Quotation\n    \n\n**Integration Points:**\n\n- IN_FR-3-EQ-CSB-R-01-UC-10\n    \n- IN_FR-3-EQ-CSB-R-01-UC-13\n    \n\n**Description**:\n\n- Acceptance/rejection to ACA\n    \n- ACA decision to Airlines\n    \n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | Price proposal has been created but not yet approved or rejected. |\n| submitted | Price proposal has been submitted by the consignor for review. |\n| under_review | Price proposal is under review by the ACA. |\n| approved | Price proposal has been approved by the ACA. |\n| rejected | Price proposal has been rejected by the ACA. |\n\n**Process Flows**:\n\n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n- Airport Community System → Air Cargo Agent System (E6ACA)\n    \n\n**Priority**:\n\n- P2\n    \n- P1\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 10 | M | Must be \"rejected\" |\n| rejectedBy | String | 255 | M | Name of the person rejecting the proposal |\n| rejectionDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| rejectionReason | String | 255 | M | Reason for rejecting the proposal |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d88bb6aa-db73-4b8a-b3ab-613f9a258d31","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"0c8f1fa5-4cda-404a-a131-6c41c61831ec","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-06-04T08:28:25.658Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","price-proposals",":priceProposalId","reject"],"variable":[{"key":"priceProposalId","value":""}]},"description":"**Requirement References:**\n\n- EQ.E3ACA.6\n    \n- EQ.E5CGNR.9\n    \n\n**Use Cases**:\n\n- CNGR - Accept/Reject Quotation\n    \n- ACA - Accept/Reject Quotation\n    \n\n**Integration Points:**\n\n- IN_FR-3-EQ-CSB-R-01-UC-10\n    \n- IN_FR-3-EQ-CSB-R-01-UC-13\n    \n\n**Description**:\n\n- Acceptance/rejection to ACA\n    \n- ACA decision to Airlines\n    \n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | Price proposal has been created but not yet approved or rejected. |\n| submitted | Price proposal has been submitted by the consignor for review. |\n| under_review | Price proposal is under review by the ACA. |\n| approved | Price proposal has been approved by the ACA. |\n| rejected | Price proposal has been rejected by the ACA. |\n\n**Process Flows**:\n\n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n- Airport Community System → Air Cargo Agent System (E6ACA)\n    \n\n**Priority**:\n\n- P2\n    \n- P1\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 10 | M | Must be \"rejected\" |\n| rejectedBy | String | 255 | M | Name of the person rejecting the proposal |\n| rejectionDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| rejectionReason | String | 255 | M | Reason for rejecting the proposal |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"5d1b0083-67ed-48d7-850e-d8fb3efc2563","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"ecf791fe-dcd7-49cf-8b58-7256d236ce0d","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-06-04T08:28:25.658Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","price-proposals",":priceProposalId","reject"],"variable":[{"key":"priceProposalId","value":""}]},"description":"**Requirement References:**\n\n- EQ.E3ACA.6\n    \n- EQ.E5CGNR.9\n    \n\n**Use Cases**:\n\n- CNGR - Accept/Reject Quotation\n    \n- ACA - Accept/Reject Quotation\n    \n\n**Integration Points:**\n\n- IN_FR-3-EQ-CSB-R-01-UC-10\n    \n- IN_FR-3-EQ-CSB-R-01-UC-13\n    \n\n**Description**:\n\n- Acceptance/rejection to ACA\n    \n- ACA decision to Airlines\n    \n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | Price proposal has been created but not yet approved or rejected. |\n| submitted | Price proposal has been submitted by the consignor for review. |\n| under_review | Price proposal is under review by the ACA. |\n| approved | Price proposal has been approved by the ACA. |\n| rejected | Price proposal has been rejected by the ACA. |\n\n**Process Flows**:\n\n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n- Airport Community System → Air Cargo Agent System (E6ACA)\n    \n\n**Priority**:\n\n- P2\n    \n- P1\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 10 | M | Must be \"rejected\" |\n| rejectedBy | String | 255 | M | Name of the person rejecting the proposal |\n| rejectionDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| rejectionReason | String | 255 | M | Reason for rejecting the proposal |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"cba7b4a2-760e-4864-a1c9-657ba7fbf256","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"fc59b740-8c66-490e-90db-5818e45a41b7","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-06-04T08:28:25.658Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","price-proposals",":priceProposalId","reject"],"variable":[{"key":"priceProposalId","value":""}]},"description":"**Requirement References:**\n\n- EQ.E3ACA.6\n    \n- EQ.E5CGNR.9\n    \n\n**Use Cases**:\n\n- CNGR - Accept/Reject Quotation\n    \n- ACA - Accept/Reject Quotation\n    \n\n**Integration Points:**\n\n- IN_FR-3-EQ-CSB-R-01-UC-10\n    \n- IN_FR-3-EQ-CSB-R-01-UC-13\n    \n\n**Description**:\n\n- Acceptance/rejection to ACA\n    \n- ACA decision to Airlines\n    \n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | Price proposal has been created but not yet approved or rejected. |\n| submitted | Price proposal has been submitted by the consignor for review. |\n| under_review | Price proposal is under review by the ACA. |\n| approved | Price proposal has been approved by the ACA. |\n| rejected | Price proposal has been rejected by the ACA. |\n\n**Process Flows**:\n\n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n- Airport Community System → Air Cargo Agent System (E6ACA)\n    \n\n**Priority**:\n\n- P2\n    \n- P1\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 10 | M | Must be \"rejected\" |\n| rejectedBy | String | 255 | M | Name of the person rejecting the proposal |\n| rejectionDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| rejectionReason | String | 255 | M | Reason for rejecting the proposal |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"2b389ded-cf0a-4289-853a-df6286f81718","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"c672f11a-9dbe-4558-b1f4-a12496074cee","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-06-04T08:28:25.658Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","price-proposals",":priceProposalId","reject"],"variable":[{"key":"priceProposalId","value":""}]},"description":"**Requirement References:**\n\n- EQ.E3ACA.6\n    \n- EQ.E5CGNR.9\n    \n\n**Use Cases**:\n\n- CNGR - Accept/Reject Quotation\n    \n- ACA - Accept/Reject Quotation\n    \n\n**Integration Points:**\n\n- IN_FR-3-EQ-CSB-R-01-UC-10\n    \n- IN_FR-3-EQ-CSB-R-01-UC-13\n    \n\n**Description**:\n\n- Acceptance/rejection to ACA\n    \n- ACA decision to Airlines\n    \n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | Price proposal has been created but not yet approved or rejected. |\n| submitted | Price proposal has been submitted by the consignor for review. |\n| under_review | Price proposal is under review by the ACA. |\n| approved | Price proposal has been approved by the ACA. |\n| rejected | Price proposal has been rejected by the ACA. |\n\n**Process Flows**:\n\n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n- Airport Community System → Air Cargo Agent System (E6ACA)\n    \n\n**Priority**:\n\n- P2\n    \n- P1\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 10 | M | Must be \"rejected\" |\n| rejectedBy | String | 255 | M | Name of the person rejecting the proposal |\n| rejectionDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| rejectionReason | String | 255 | M | Reason for rejecting the proposal |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"b99a6d3d-998b-41c0-ad28-8817b1b23128","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"c48bdca1-110b-41fd-9239-fb2a4fce9003","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-06-04T08:28:25.658Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","price-proposals",":priceProposalId","reject"],"variable":[{"key":"priceProposalId","value":""}]},"description":"**Requirement References:**\n\n- EQ.E3ACA.6\n    \n- EQ.E5CGNR.9\n    \n\n**Use Cases**:\n\n- CNGR - Accept/Reject Quotation\n    \n- ACA - Accept/Reject Quotation\n    \n\n**Integration Points:**\n\n- IN_FR-3-EQ-CSB-R-01-UC-10\n    \n- IN_FR-3-EQ-CSB-R-01-UC-13\n    \n\n**Description**:\n\n- Acceptance/rejection to ACA\n    \n- ACA decision to Airlines\n    \n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | Price proposal has been created but not yet approved or rejected. |\n| submitted | Price proposal has been submitted by the consignor for review. |\n| under_review | Price proposal is under review by the ACA. |\n| approved | Price proposal has been approved by the ACA. |\n| rejected | Price proposal has been rejected by the ACA. |\n\n**Process Flows**:\n\n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n- Airport Community System → Air Cargo Agent System (E6ACA)\n    \n\n**Priority**:\n\n- P2\n    \n- P1\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 10 | M | Must be \"rejected\" |\n| rejectedBy | String | 255 | M | Name of the person rejecting the proposal |\n| rejectionDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| rejectionReason | String | 255 | M | Reason for rejecting the proposal |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"36e502aa-df14-4c3d-8d66-4ad0a5e7d1a7","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"8150d087-ba99-40dc-bf9d-be56e69621b5","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-06-04T08:28:25.658Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/price-proposals/:priceProposalId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","price-proposals",":priceProposalId","reject"],"variable":[{"key":"priceProposalId","value":""}]},"description":"**Requirement References:**\n\n- EQ.E3ACA.6\n    \n- EQ.E5CGNR.9\n    \n\n**Use Cases**:\n\n- CNGR - Accept/Reject Quotation\n    \n- ACA - Accept/Reject Quotation\n    \n\n**Integration Points:**\n\n- IN_FR-3-EQ-CSB-R-01-UC-10\n    \n- IN_FR-3-EQ-CSB-R-01-UC-13\n    \n\n**Description**:\n\n- Acceptance/rejection to ACA\n    \n- ACA decision to Airlines\n    \n\n**Status Codes:**\n\n| **Status Code** | **Used When** |\n| --- | --- |\n| draft | Price proposal has been created but not yet approved or rejected. |\n| submitted | Price proposal has been submitted by the consignor for review. |\n| under_review | Price proposal is under review by the ACA. |\n| approved | Price proposal has been approved by the ACA. |\n| rejected | Price proposal has been rejected by the ACA. |\n\n**Process Flows**:\n\n- Air Cargo Agent System (E3ACA) → Airport Community System → Airline System (E3AL)\n    \n- Airport Community System → Air Cargo Agent System (E6ACA)\n    \n\n**Priority**:\n\n- P2\n    \n- P1\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 10 | M | Must be \"rejected\" |\n| rejectedBy | String | 255 | M | Name of the person rejecting the proposal |\n| rejectionDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| rejectionReason | String | 255 | M | Reason for rejecting the proposal |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"6d5cb1f3-3f24-491b-ba77-9999bf594a33"}],"id":"315c7dec-f183-4e58-a279-68e6f963f000","description":"<p>A price proposal action records the approval or rejection of a customer offer. In this section, users approve or reject a proposal so ACS can move the shipment forward or close the quote.</p>\n","_postman_id":"315c7dec-f183-4e58-a279-68e6f963f000","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"5ed000a8-8f33-4c92-b15c-6d4c77c39575","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"4d220b61-09a8-4136-a31f-a7d673adb82d","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-06-04T08:28:25.658Z","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":[{"id":"9415b75e-2ee2-4674-a7d1-6c4014670e28","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b9d87a41-6a4d-4809-814a-72b199a83d6b","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-06-04T08:28:25.658Z","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}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/shipment-bookings","description":"**Global API References:**\n\n- [FFR](https://postman.belli.app/#dc7ad000-ed3d-442d-a2ad-9083be9d8141)\n    \n\n**Requirement Reference:** EQ.E6ACA.10\n\n**Use Case**: ACA - Make Shipment Booking with Airline\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-18\n\n**Description:** 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.\n\n**Process Flow**: Air Cargo Agent System (E6ACA) → Airport Community System → Airline System (E5AL)\n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"76df79a8-b594-4953-99c8-39caa24da630","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"eb47ff9d-6ead-4a69-808d-a92651015842","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-06-04T08:28:25.658Z","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}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/shipment-bookings","description":"**Global API References:**\n\n- [FFR](https://postman.belli.app/#dc7ad000-ed3d-442d-a2ad-9083be9d8141)\n    \n\n**Requirement Reference:** EQ.E6ACA.10\n\n**Use Case**: ACA - Make Shipment Booking with Airline\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-18\n\n**Description:** 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.\n\n**Process Flow**: Air Cargo Agent System (E6ACA) → Airport Community System → Airline System (E5AL)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"2627870e-7224-4391-b10c-1ef8a2e215b1","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"63922d86-a140-47be-87ec-d023a6df64d7","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-06-04T08:28:25.658Z","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}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/shipment-bookings","description":"**Global API References:**\n\n- [FFR](https://postman.belli.app/#dc7ad000-ed3d-442d-a2ad-9083be9d8141)\n    \n\n**Requirement Reference:** EQ.E6ACA.10\n\n**Use Case**: ACA - Make Shipment Booking with Airline\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-18\n\n**Description:** 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.\n\n**Process Flow**: Air Cargo Agent System (E6ACA) → Airport Community System → Airline System (E5AL)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"e6adf49e-b42b-4a70-b576-cb8ddc0967c3","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"5517daad-f246-4d55-83e2-0b645e8826b3","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-06-04T08:28:25.658Z","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}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/shipment-bookings","description":"**Global API References:**\n\n- [FFR](https://postman.belli.app/#dc7ad000-ed3d-442d-a2ad-9083be9d8141)\n    \n\n**Requirement Reference:** EQ.E6ACA.10\n\n**Use Case**: ACA - Make Shipment Booking with Airline\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-18\n\n**Description:** 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.\n\n**Process Flow**: Air Cargo Agent System (E6ACA) → Airport Community System → Airline System (E5AL)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"15d23923-0f54-47fb-a569-e3691d589d51","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"1c8c19e5-45ed-4d17-bfc2-afdffa151f67","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-06-04T08:28:25.658Z","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}"},"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/shipment-bookings","description":"**Global API References:**\n\n- [FFR](https://postman.belli.app/#dc7ad000-ed3d-442d-a2ad-9083be9d8141)\n    \n\n**Requirement Reference:** EQ.E6ACA.10\n\n**Use Case**: ACA - Make Shipment Booking with Airline\n\n**Integration Point**: IN_FR-3-EQ-CSB-R-01-UC-18\n\n**Description:** 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.\n\n**Process Flow**: Air Cargo Agent System (E6ACA) → Airport Community System → Airline System (E5AL)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"5ed000a8-8f33-4c92-b15c-6d4c77c39575"}],"id":"513855dd-a725-4adc-8336-b4fc9584d321","description":"<p>A shipment booking is a request to reserve cargo space on an airline after a quote is accepted. In this section, users create the booking request and send it to the airline for confirmation.</p>\n","_postman_id":"513855dd-a725-4adc-8336-b4fc9584d321","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"6e6b7f1b-c617-485f-a535-882426c969c9","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"ab1aed2e-4155-41e8-a334-a0d60f6a64dc","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-06-04T08:28:25.658Z","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":[{"id":"efa9a488-9257-47c1-91f4-46b59dc3a564","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"420545b6-9105-4bf2-8934-9e18b0199d96","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-06-04T08:28:25.658Z","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/booking-responses","description":"**Global API References:**\n\n- [XRAF](https://postman.belli.app/#27142846-4722-47dd-a003-203a8aadfde5)\n    \n\n**Requirement Reference:** EQ.E6ACA.10\n\n**Use Case**: AL - Process Shipment Booking\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-19\n\n**Description:** 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.\n\n**Process Flow**: Airline System (E5AL) → Airport Community System → Air Cargo Agent System (E6ACA)\n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"eae9d9fc-d4e9-4def-bd08-375cbbd33778","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"3bf2a7a6-49e1-4a1e-8264-86e0b61e9b2a","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-06-04T08:28:25.658Z","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/booking-responses","description":"**Global API References:**\n\n- [XRAF](https://postman.belli.app/#27142846-4722-47dd-a003-203a8aadfde5)\n    \n\n**Requirement Reference:** EQ.E6ACA.10\n\n**Use Case**: AL - Process Shipment Booking\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-19\n\n**Description:** 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.\n\n**Process Flow**: Airline System (E5AL) → Airport Community System → Air Cargo Agent System (E6ACA)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"cccef68d-888e-44c8-9743-aa8a400beec6","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a91a1f30-fc89-41de-8a9d-a787cbbcf851","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-06-04T08:28:25.658Z","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/booking-responses","description":"**Global API References:**\n\n- [XRAF](https://postman.belli.app/#27142846-4722-47dd-a003-203a8aadfde5)\n    \n\n**Requirement Reference:** EQ.E6ACA.10\n\n**Use Case**: AL - Process Shipment Booking\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-19\n\n**Description:** 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.\n\n**Process Flow**: Airline System (E5AL) → Airport Community System → Air Cargo Agent System (E6ACA)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"7d477885-4e93-4db8-b126-f116ec7a8378","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bc12ed4d-55d8-404e-b1b7-1bbf12bd56d7","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-06-04T08:28:25.658Z","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/booking-responses","description":"**Global API References:**\n\n- [XRAF](https://postman.belli.app/#27142846-4722-47dd-a003-203a8aadfde5)\n    \n\n**Requirement Reference:** EQ.E6ACA.10\n\n**Use Case**: AL - Process Shipment Booking\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-19\n\n**Description:** 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.\n\n**Process Flow**: Airline System (E5AL) → Airport Community System → Air Cargo Agent System (E6ACA)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"e76b67a6-63fc-47b5-9104-ececd7320afb","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d84ae09a-78e5-4dc7-b9d3-c20f0376cbe8","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-06-04T08:28:25.658Z","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/booking-responses","description":"**Global API References:**\n\n- [XRAF](https://postman.belli.app/#27142846-4722-47dd-a003-203a8aadfde5)\n    \n\n**Requirement Reference:** EQ.E6ACA.10\n\n**Use Case**: AL - Process Shipment Booking\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-19\n\n**Description:** 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.\n\n**Process Flow**: Airline System (E5AL) → Airport Community System → Air Cargo Agent System (E6ACA)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"6e6b7f1b-c617-485f-a535-882426c969c9"}],"id":"c28b8c42-afe5-4c79-8a5b-36219744849c","description":"<p>A booking response is an airline's confirmation or change notice for a shipment booking. In this section, users read the airline's decision and any alternate booking details it returns.</p>\n","_postman_id":"c28b8c42-afe5-4c79-8a5b-36219744849c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"ab8e0210-b317-442e-81d6-9bd4de854192","description":"<p>Price proposals are the offers sent to consignors after airline pricing is known, and shipment bookings are requests to reserve cargo space. In this section, users create proposals, approve or reject them, send booking requests to airlines, and review booking responses.</p>\n","_postman_id":"ab8e0210-b317-442e-81d6-9bd4de854192","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"b0e98f18-ab5f-4c25-acac-8ce79eda3da3","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"e4e3c74a-334d-442a-8466-39104bda63bf","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-06-04T08:28:25.658Z","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":"b0e98f18-ab5f-4c25-acac-8ce79eda3da3"}],"id":"4cde11c7-2d0b-432e-8281-18948b487fa4","description":"<p>An airline RFQ is a rate request sent from ACA to one or more airlines. In this section, users create the RFQ so airlines can review the shipment and return a quote.</p>\n","_postman_id":"4cde11c7-2d0b-432e-8281-18948b487fa4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"5b32e97b-4c8e-402f-b68b-ee584094cb5c","description":"<p>An RFQ is a request for rates sent to airlines, and an airline quote is the price or availability they return. In this section, users send RFQs and review the returned quotes while building a shipment price.</p>\n","_postman_id":"5b32e97b-4c8e-402f-b68b-ee584094cb5c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"a01064a7-be1f-495b-a659-ed22134bb7e9","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"5db50e0f-2c04-4dc5-997a-56a5d604aba2","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-06-04T08:28:25.659Z","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":[{"id":"ea99b481-35b2-4286-8293-b53c254007d6","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"c02f9d52-d8e9-4c37-983d-bd782f1b4bbe","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request ","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.659Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| originCountry | String | 2 | M | ISO 3166 Country code |\n| originAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destinationCountry | String | 2 | M | ISO 3166 Country code |\n| destinationAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transitPoint | String | 70 | O | Free text |\n| departureDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| aircraftNumber | String | 70 | M | Alphanumeric format |\n| aircraftType | String | 100 | M | Free text |\n| availableCapacity | Object | n/a | M | Must include weight and volume |\n| availableCapacity.weight | Object | n/a | M | Must include value and unit |\n| availableCapacity.weight.value | Integer | n/a | M | Positive number |\n| availableCapacity.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| availableCapacity.volume | Object | n/a | M | Must include value and unit |\n| availableCapacity.volume.value | Integer | n/a | M | Positive number |\n| availableCapacity.volume.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| daysOfWeek | Array | n/a | M | List of days of the week |\n| validFrom | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validTo | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| serviceType | String | 10 | M | Must be one of \\[\"mixed\", \"exclusive\"\\] |\n| status | String | 10 | M | Must be one of \\[\"active\", \"inactive\"\\] |\n| notes | String | 255 | O | Free text |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c83e424b-45e3-4795-8d0a-160c7244a72f","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"5f4dd555-459b-46d8-9894-0acd4e769d00","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request ","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.659Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| originCountry | String | 2 | M | ISO 3166 Country code |\n| originAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destinationCountry | String | 2 | M | ISO 3166 Country code |\n| destinationAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transitPoint | String | 70 | O | Free text |\n| departureDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| aircraftNumber | String | 70 | M | Alphanumeric format |\n| aircraftType | String | 100 | M | Free text |\n| availableCapacity | Object | n/a | M | Must include weight and volume |\n| availableCapacity.weight | Object | n/a | M | Must include value and unit |\n| availableCapacity.weight.value | Integer | n/a | M | Positive number |\n| availableCapacity.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| availableCapacity.volume | Object | n/a | M | Must include value and unit |\n| availableCapacity.volume.value | Integer | n/a | M | Positive number |\n| availableCapacity.volume.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| daysOfWeek | Array | n/a | M | List of days of the week |\n| validFrom | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validTo | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| serviceType | String | 10 | M | Must be one of \\[\"mixed\", \"exclusive\"\\] |\n| status | String | 10 | M | Must be one of \\[\"active\", \"inactive\"\\] |\n| notes | String | 255 | O | Free text |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"b467de07-b179-48af-bfdd-4ac9412fe2ba","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"4c21b9a3-b4c3-498c-9e86-656b955502f1","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request ","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.659Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| originCountry | String | 2 | M | ISO 3166 Country code |\n| originAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destinationCountry | String | 2 | M | ISO 3166 Country code |\n| destinationAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transitPoint | String | 70 | O | Free text |\n| departureDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| aircraftNumber | String | 70 | M | Alphanumeric format |\n| aircraftType | String | 100 | M | Free text |\n| availableCapacity | Object | n/a | M | Must include weight and volume |\n| availableCapacity.weight | Object | n/a | M | Must include value and unit |\n| availableCapacity.weight.value | Integer | n/a | M | Positive number |\n| availableCapacity.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| availableCapacity.volume | Object | n/a | M | Must include value and unit |\n| availableCapacity.volume.value | Integer | n/a | M | Positive number |\n| availableCapacity.volume.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| daysOfWeek | Array | n/a | M | List of days of the week |\n| validFrom | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validTo | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| serviceType | String | 10 | M | Must be one of \\[\"mixed\", \"exclusive\"\\] |\n| status | String | 10 | M | Must be one of \\[\"active\", \"inactive\"\\] |\n| notes | String | 255 | O | Free text |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"c3eeb3ce-0bda-496a-860d-952f849361de","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"8c1f56e3-9141-47c5-9c59-aad63328dee4","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request ","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.659Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| originCountry | String | 2 | M | ISO 3166 Country code |\n| originAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destinationCountry | String | 2 | M | ISO 3166 Country code |\n| destinationAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transitPoint | String | 70 | O | Free text |\n| departureDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| aircraftNumber | String | 70 | M | Alphanumeric format |\n| aircraftType | String | 100 | M | Free text |\n| availableCapacity | Object | n/a | M | Must include weight and volume |\n| availableCapacity.weight | Object | n/a | M | Must include value and unit |\n| availableCapacity.weight.value | Integer | n/a | M | Positive number |\n| availableCapacity.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| availableCapacity.volume | Object | n/a | M | Must include value and unit |\n| availableCapacity.volume.value | Integer | n/a | M | Positive number |\n| availableCapacity.volume.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| daysOfWeek | Array | n/a | M | List of days of the week |\n| validFrom | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validTo | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| serviceType | String | 10 | M | Must be one of \\[\"mixed\", \"exclusive\"\\] |\n| status | String | 10 | M | Must be one of \\[\"active\", \"inactive\"\\] |\n| notes | String | 255 | O | Free text |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"9bf8eff3-caba-4bc9-8ca3-94f9693dfaf9","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"cbae445d-4bbd-43eb-ba1b-d31d5983cea5","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request ","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.659Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| originCountry | String | 2 | M | ISO 3166 Country code |\n| originAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destinationCountry | String | 2 | M | ISO 3166 Country code |\n| destinationAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transitPoint | String | 70 | O | Free text |\n| departureDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| aircraftNumber | String | 70 | M | Alphanumeric format |\n| aircraftType | String | 100 | M | Free text |\n| availableCapacity | Object | n/a | M | Must include weight and volume |\n| availableCapacity.weight | Object | n/a | M | Must include value and unit |\n| availableCapacity.weight.value | Integer | n/a | M | Positive number |\n| availableCapacity.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| availableCapacity.volume | Object | n/a | M | Must include value and unit |\n| availableCapacity.volume.value | Integer | n/a | M | Positive number |\n| availableCapacity.volume.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| daysOfWeek | Array | n/a | M | List of days of the week |\n| validFrom | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| validTo | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| serviceType | String | 10 | M | Must be one of \\[\"mixed\", \"exclusive\"\\] |\n| status | String | 10 | M | Must be one of \\[\"active\", \"inactive\"\\] |\n| notes | String | 255 | O | Free text |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"a01064a7-be1f-495b-a659-ed22134bb7e9"},{"name":"Bulk Upload Flight Schedules","id":"0e7f1466-d0cc-4996-97e1-0f078438b260","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"e56cdc14-e5a4-45a9-a072-b1a65b4543aa","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-06-04T08:28:25.659Z","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":[{"id":"44407e1b-04a6-4631-a34d-2a644510e7a7","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"d5c82027-304f-4e2e-8eca-0055901e3efe","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.659Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| id | String | 36 | M | File ID (e.g., UUID format) |\n| name | String | 255 | M | File name |\n| contentType | String | 70 | M | Must be valid MIME type |\n| size | Integer | n/a | M | File size in bytes |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"85878a7b-0a11-4800-87ec-1c26ad7a75c4","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"7db28991-647c-4750-9f7b-d4c754dae9b3","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.659Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| id | String | 36 | M | File ID (e.g., UUID format) |\n| name | String | 255 | M | File name |\n| contentType | String | 70 | M | Must be valid MIME type |\n| size | Integer | n/a | M | File size in bytes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"9594399b-a4b3-422a-8f06-22372d37c71c","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"bab5f543-376b-4224-93e8-f5248068fff2","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.659Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| id | String | 36 | M | File ID (e.g., UUID format) |\n| name | String | 255 | M | File name |\n| contentType | String | 70 | M | Must be valid MIME type |\n| size | Integer | n/a | M | File size in bytes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"516ace68-ff90-42dd-907a-00026d17b482","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"94175dce-549b-44f2-b58d-5ea1356c686d","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.659Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| id | String | 36 | M | File ID (e.g., UUID format) |\n| name | String | 255 | M | File name |\n| contentType | String | 70 | M | Must be valid MIME type |\n| size | Integer | n/a | M | File size in bytes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"ee6084d4-7eb2-4166-8ab2-9818ff83a83f","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"6eb2aa62-17cc-4e1d-9f9e-f88602d986d9","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.659Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| id | String | 36 | M | File ID (e.g., UUID format) |\n| name | String | 255 | M | File name |\n| contentType | String | 70 | M | Must be valid MIME type |\n| size | Integer | n/a | M | File size in bytes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"0e7f1466-d0cc-4996-97e1-0f078438b260"},{"name":"Update Flight Schedule","id":"cc97214c-3f35-4ffe-b483-f430abd3a868","request":{"method":"PUT","header":[{"key":"X-Request-ID","value":"0328545c-8b1c-4f10-8271-daa6924edb9e","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-06-04T08:28:25.659Z","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":[{"id":"e096e095-3e2c-4e94-9fcf-fd9d8c4f86d0","name":"204 - No Content","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"54e0ad96-4fef-43a8-acd3-3dc1f40fea2b","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.659Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/flight-schedules/:flightNumber","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","flight-schedules",":flightNumber"],"variable":[{"key":"flightNumber","value":""}]},"description":"**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| departureDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| aircraftType | String | 100 | M | Free text |\n| availableCapacity | Object | n/a | M | Must include weight and volume |\n| availableCapacity.weight | Object | n/a | M | Must include value and unit |\n| availableCapacity.weight.value | Integer | n/a | M | Positive number |\n| availableCapacity.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| availableCapacity.volume | Object | n/a | M | Must include value and unit |\n| availableCapacity.volume.value | Integer | n/a | M | Positive number |\n| availableCapacity.volume.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| status | String | 10 | M | Must be one of \\[\"active\", \"inactive\"\\] |\n| updateReason | String | 255 | M | Free text |\n| affectBookings | Boolean | n/a | M | true or false |\n| notes | String | 255 | O | Free text |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5f8b4bbc-019e-40c8-abf9-f7a11d427cee","name":"400 - Bad Request","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"513c86e5-75c8-4644-b7d2-281662d80caa","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.660Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/flight-schedules/:flightNumber","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","flight-schedules",":flightNumber"],"variable":[{"key":"flightNumber","value":""}]},"description":"**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| departureDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| aircraftType | String | 100 | M | Free text |\n| availableCapacity | Object | n/a | M | Must include weight and volume |\n| availableCapacity.weight | Object | n/a | M | Must include value and unit |\n| availableCapacity.weight.value | Integer | n/a | M | Positive number |\n| availableCapacity.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| availableCapacity.volume | Object | n/a | M | Must include value and unit |\n| availableCapacity.volume.value | Integer | n/a | M | Positive number |\n| availableCapacity.volume.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| status | String | 10 | M | Must be one of \\[\"active\", \"inactive\"\\] |\n| updateReason | String | 255 | M | Free text |\n| affectBookings | Boolean | n/a | M | true or false |\n| notes | String | 255 | O | Free text |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"5d1036f1-2816-40bf-8521-132af8bb4280","name":"401 - Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a77deff6-502d-48c2-af68-cd5e420a14ef","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.660Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/flight-schedules/:flightNumber","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","flight-schedules",":flightNumber"],"variable":[{"key":"flightNumber","value":""}]},"description":"**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| departureDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| aircraftType | String | 100 | M | Free text |\n| availableCapacity | Object | n/a | M | Must include weight and volume |\n| availableCapacity.weight | Object | n/a | M | Must include value and unit |\n| availableCapacity.weight.value | Integer | n/a | M | Positive number |\n| availableCapacity.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| availableCapacity.volume | Object | n/a | M | Must include value and unit |\n| availableCapacity.volume.value | Integer | n/a | M | Positive number |\n| availableCapacity.volume.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| status | String | 10 | M | Must be one of \\[\"active\", \"inactive\"\\] |\n| updateReason | String | 255 | M | Free text |\n| affectBookings | Boolean | n/a | M | true or false |\n| notes | String | 255 | O | Free text |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"3d47a700-29f2-4409-92e1-c1290515b33f","name":"403 - Forbidden","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"795dd3e0-da8e-4dca-916b-3f10c4ce5598","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.660Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/flight-schedules/:flightNumber","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","flight-schedules",":flightNumber"],"variable":[{"key":"flightNumber","value":""}]},"description":"**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| departureDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| aircraftType | String | 100 | M | Free text |\n| availableCapacity | Object | n/a | M | Must include weight and volume |\n| availableCapacity.weight | Object | n/a | M | Must include value and unit |\n| availableCapacity.weight.value | Integer | n/a | M | Positive number |\n| availableCapacity.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| availableCapacity.volume | Object | n/a | M | Must include value and unit |\n| availableCapacity.volume.value | Integer | n/a | M | Positive number |\n| availableCapacity.volume.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| status | String | 10 | M | Must be one of \\[\"active\", \"inactive\"\\] |\n| updateReason | String | 255 | M | Free text |\n| affectBookings | Boolean | n/a | M | true or false |\n| notes | String | 255 | O | Free text |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"98366826-bc04-41b4-850e-64c6bcc92d29","name":"422 - Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"3cdf820f-0f22-4a48-b198-fba2500ab382","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.660Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/flight-schedules/:flightNumber","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","flight-schedules",":flightNumber"],"variable":[{"key":"flightNumber","value":""}]},"description":"**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| departureDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| aircraftType | String | 100 | M | Free text |\n| availableCapacity | Object | n/a | M | Must include weight and volume |\n| availableCapacity.weight | Object | n/a | M | Must include value and unit |\n| availableCapacity.weight.value | Integer | n/a | M | Positive number |\n| availableCapacity.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| availableCapacity.volume | Object | n/a | M | Must include value and unit |\n| availableCapacity.volume.value | Integer | n/a | M | Positive number |\n| availableCapacity.volume.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| status | String | 10 | M | Must be one of \\[\"active\", \"inactive\"\\] |\n| updateReason | String | 255 | M | Free text |\n| affectBookings | Boolean | n/a | M | true or false |\n| notes | String | 255 | O | Free text |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"c55fd355-e4e6-4249-9dfc-cd69e83f32fb","name":"404 - Not Found","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"232865a1-5db8-49bc-9f93-42ac014d199d","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.660Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/flight-schedules/:flightNumber","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","flight-schedules",":flightNumber"],"variable":[{"key":"flightNumber","value":""}]},"description":"**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| departureDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| aircraftType | String | 100 | M | Free text |\n| availableCapacity | Object | n/a | M | Must include weight and volume |\n| availableCapacity.weight | Object | n/a | M | Must include value and unit |\n| availableCapacity.weight.value | Integer | n/a | M | Positive number |\n| availableCapacity.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| availableCapacity.volume | Object | n/a | M | Must include value and unit |\n| availableCapacity.volume.value | Integer | n/a | M | Positive number |\n| availableCapacity.volume.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| status | String | 10 | M | Must be one of \\[\"active\", \"inactive\"\\] |\n| updateReason | String | 255 | M | Free text |\n| affectBookings | Boolean | n/a | M | true or false |\n| notes | String | 255 | O | Free text |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"089d6758-262a-4a5b-a2b3-b3cd963e03bc","name":"412 - Precondition Failed","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"caf867e1-020e-4da6-a858-3f0d39540b70","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.660Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/flight-schedules/:flightNumber","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","flight-schedules",":flightNumber"],"variable":[{"key":"flightNumber","value":""}]},"description":"**Requirement Reference**: EQ.E2AL.5\n\n**Use Case**: AL - Upload Flight Schedule\n\n**Integration Point:** IN_FR-3-EQ-CSB-R-01-UC-16\n\n**Description**: Flight schedule data sync\n\n**Process Flow**: Airline System (E2AL)→ Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| departureDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalDatetime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| aircraftType | String | 100 | M | Free text |\n| availableCapacity | Object | n/a | M | Must include weight and volume |\n| availableCapacity.weight | Object | n/a | M | Must include value and unit |\n| availableCapacity.weight.value | Integer | n/a | M | Positive number |\n| availableCapacity.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| availableCapacity.volume | Object | n/a | M | Must include value and unit |\n| availableCapacity.volume.value | Integer | n/a | M | Positive number |\n| availableCapacity.volume.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| status | String | 10 | M | Must be one of \\[\"active\", \"inactive\"\\] |\n| updateReason | String | 255 | M | Free text |\n| affectBookings | Boolean | n/a | M | true or false |\n| notes | String | 255 | O | Free text |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"cc97214c-3f35-4ffe-b483-f430abd3a868"}],"id":"6eff408c-2501-4fa3-a779-8165d1aba562","description":"<p>A flight schedule is the list of flights and departure times an airline publishes for cargo planning. In this section, users create a single schedule, upload schedules in bulk, or update an existing schedule.</p>\n","_postman_id":"6eff408c-2501-4fa3-a779-8165d1aba562","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"eca70ad6-4a8a-4758-b38c-5981fadb7dd6","_postman_id":"eca70ad6-4a8a-4758-b38c-5981fadb7dd6","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":"8486f614-d9a1-4bb2-b529-ea1be8f74f4c","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"3d3d5aa0-43bd-4f66-af4c-17b460c4856f","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":[{"id":"a9305afc-7dc1-4226-92b7-c15389472f83","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"c0fa7df1-4d6c-4c0a-87f2-8a8b4d9c82bb","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests","description":"**Global API References:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- EO.I4AL.1\n    \n- G.I4AL.1\n    \n- EO.I4GHA.2\n    \n- EO.I4CUS.3\n    \n- G.I4GHA.2\n    \n- G.I4CUS.4\n    \n- EO.I5PSW.5\n    \n\n**Use Cases**:\n\n- Send Advance Cargo Information (ACI) to ACS\n    \n- Receive Advance Cargo Information from ACS\n    \n\n**Integration Points:**\n\n- IN_FR-1-EOPSI-ACI-R-01-UC-01\n    \n- IN_FR-1-EOPSI-ACI-R-01-UC-02\n    \n\n**Description**: Airline system sends Flight Manifest (FFM), Master Air Waybills (FWB), and House Air Waybills (FHL) to ACS via API.\n\n**Process Flow**: Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cd346d80-06b1-4578-9e2a-ad9ed1a8d7c0","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"e622c028-6c61-43de-a452-707d835ae25d","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests","description":"**Global API References:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- EO.I4AL.1\n    \n- G.I4AL.1\n    \n- EO.I4GHA.2\n    \n- EO.I4CUS.3\n    \n- G.I4GHA.2\n    \n- G.I4CUS.4\n    \n- EO.I5PSW.5\n    \n\n**Use Cases**:\n\n- Send Advance Cargo Information (ACI) to ACS\n    \n- Receive Advance Cargo Information from ACS\n    \n\n**Integration Points:**\n\n- IN_FR-1-EOPSI-ACI-R-01-UC-01\n    \n- IN_FR-1-EOPSI-ACI-R-01-UC-02\n    \n\n**Description**: Airline system sends Flight Manifest (FFM), Master Air Waybills (FWB), and House Air Waybills (FHL) to ACS via API.\n\n**Process Flow**: Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"38c27027-132e-4089-8c53-f3f1b1d091bf","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"6c7017fa-7db9-47db-8185-459151be0904","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests","description":"**Global API References:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- EO.I4AL.1\n    \n- G.I4AL.1\n    \n- EO.I4GHA.2\n    \n- EO.I4CUS.3\n    \n- G.I4GHA.2\n    \n- G.I4CUS.4\n    \n- EO.I5PSW.5\n    \n\n**Use Cases**:\n\n- Send Advance Cargo Information (ACI) to ACS\n    \n- Receive Advance Cargo Information from ACS\n    \n\n**Integration Points:**\n\n- IN_FR-1-EOPSI-ACI-R-01-UC-01\n    \n- IN_FR-1-EOPSI-ACI-R-01-UC-02\n    \n\n**Description**: Airline system sends Flight Manifest (FFM), Master Air Waybills (FWB), and House Air Waybills (FHL) to ACS via API.\n\n**Process Flow**: Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"b3cfc8c5-f832-4072-8cfa-2f8595d49f40","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"6b6bd208-f4cb-4f5d-87a8-39529e0eb5e6","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests","description":"**Global API References:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- EO.I4AL.1\n    \n- G.I4AL.1\n    \n- EO.I4GHA.2\n    \n- EO.I4CUS.3\n    \n- G.I4GHA.2\n    \n- G.I4CUS.4\n    \n- EO.I5PSW.5\n    \n\n**Use Cases**:\n\n- Send Advance Cargo Information (ACI) to ACS\n    \n- Receive Advance Cargo Information from ACS\n    \n\n**Integration Points:**\n\n- IN_FR-1-EOPSI-ACI-R-01-UC-01\n    \n- IN_FR-1-EOPSI-ACI-R-01-UC-02\n    \n\n**Description**: Airline system sends Flight Manifest (FFM), Master Air Waybills (FWB), and House Air Waybills (FHL) to ACS via API.\n\n**Process Flow**: Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"faa92421-e2b0-49cd-b25b-6521ebae4e36","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"08fbb70f-a02d-4461-a07a-3bb07fd26e0e","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests","description":"**Global API References:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- EO.I4AL.1\n    \n- G.I4AL.1\n    \n- EO.I4GHA.2\n    \n- EO.I4CUS.3\n    \n- G.I4GHA.2\n    \n- G.I4CUS.4\n    \n- EO.I5PSW.5\n    \n\n**Use Cases**:\n\n- Send Advance Cargo Information (ACI) to ACS\n    \n- Receive Advance Cargo Information from ACS\n    \n\n**Integration Points:**\n\n- IN_FR-1-EOPSI-ACI-R-01-UC-01\n    \n- IN_FR-1-EOPSI-ACI-R-01-UC-02\n    \n\n**Description**: Airline system sends Flight Manifest (FFM), Master Air Waybills (FWB), and House Air Waybills (FHL) to ACS via API.\n\n**Process Flow**: Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"8486f614-d9a1-4bb2-b529-ea1be8f74f4c"}],"id":"e4df85c5-cd62-4a3e-b9d7-108a5af760c7","description":"<p>Advance Cargo Information is the shipment data sent before cargo arrives. Users receive the ACI notice for a shipment.</p>\n","_postman_id":"e4df85c5-cd62-4a3e-b9d7-108a5af760c7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"70971501-1cfc-4808-8227-a097fa4e8891","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"0f0d6b76-683b-4646-b68d-c68a82b6e197","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-06-04T08:28:25.660Z","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":[{"id":"1bc3a286-5459-4b80-b1d0-3e2882275758","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bfb0d6f4-451e-42f7-ab42-1efc106079b8","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-06-04T08:28:25.660Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement References**:\n\n- EO.I4GHA.2\n    \n- EO.I4P.4\n    \n- EO.I5PAA.6\n    \n- G.I4P.3\n    \n\n**Use Case:** View Mail Manifest in ACS\n\n**Integration Point:** IN_FR-1-EOPSI-ACI-R-01-UC-03\n\n**Description:** ACS displays Mail Manifest received from Airlines to authorized entities.\n\n**Process Flows**:\n\n- Airport Community System → Airline System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Postal Aviation Authority\n    \n- Airport Community System → Pakistan Post (I7P)\n    \n\n**Priority**: P2"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d7de06f5-ec72-46d3-829a-44b4e28271fc","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"70e2a06e-e751-4fc9-9c0a-bf8516245a32","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-06-04T08:28:25.660Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement References**:\n\n- EO.I4GHA.2\n    \n- EO.I4P.4\n    \n- EO.I5PAA.6\n    \n- G.I4P.3\n    \n\n**Use Case:** View Mail Manifest in ACS\n\n**Integration Point:** IN_FR-1-EOPSI-ACI-R-01-UC-03\n\n**Description:** ACS displays Mail Manifest received from Airlines to authorized entities.\n\n**Process Flows**:\n\n- Airport Community System → Airline System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Postal Aviation Authority\n    \n- Airport Community System → Pakistan Post (I7P)\n    \n\n**Priority**: P2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"589f84c3-7cb1-402d-bddc-1e082aa04d33","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d7ca1e12-c546-410f-87e0-25287edba77a","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-06-04T08:28:25.660Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement References**:\n\n- EO.I4GHA.2\n    \n- EO.I4P.4\n    \n- EO.I5PAA.6\n    \n- G.I4P.3\n    \n\n**Use Case:** View Mail Manifest in ACS\n\n**Integration Point:** IN_FR-1-EOPSI-ACI-R-01-UC-03\n\n**Description:** ACS displays Mail Manifest received from Airlines to authorized entities.\n\n**Process Flows**:\n\n- Airport Community System → Airline System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Postal Aviation Authority\n    \n- Airport Community System → Pakistan Post (I7P)\n    \n\n**Priority**: P2"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"b03a17db-5e47-469d-96e0-384745799d46","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"8a9ea508-c0ed-4092-b286-4220f3a44f72","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-06-04T08:28:25.660Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement References**:\n\n- EO.I4GHA.2\n    \n- EO.I4P.4\n    \n- EO.I5PAA.6\n    \n- G.I4P.3\n    \n\n**Use Case:** View Mail Manifest in ACS\n\n**Integration Point:** IN_FR-1-EOPSI-ACI-R-01-UC-03\n\n**Description:** ACS displays Mail Manifest received from Airlines to authorized entities.\n\n**Process Flows**:\n\n- Airport Community System → Airline System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Postal Aviation Authority\n    \n- Airport Community System → Pakistan Post (I7P)\n    \n\n**Priority**: P2"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d0d0f54e-a32f-47c7-b95a-e02e4f77b7b6","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"8c23d38a-2f33-42dd-8160-efd84d32a48f","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-06-04T08:28:25.660Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement References**:\n\n- EO.I4GHA.2\n    \n- EO.I4P.4\n    \n- EO.I5PAA.6\n    \n- G.I4P.3\n    \n\n**Use Case:** View Mail Manifest in ACS\n\n**Integration Point:** IN_FR-1-EOPSI-ACI-R-01-UC-03\n\n**Description:** ACS displays Mail Manifest received from Airlines to authorized entities.\n\n**Process Flows**:\n\n- Airport Community System → Airline System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Postal Aviation Authority\n    \n- Airport Community System → Pakistan Post (I7P)\n    \n\n**Priority**: P2"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"70971501-1cfc-4808-8227-a097fa4e8891"}],"id":"35593428-8b8a-4ff8-a673-de4e5bd5119c","description":"<p>A mail manifest is the list of mail items that come on a flight. Users receive the manifest for the incoming mail.</p>\n","_postman_id":"35593428-8b8a-4ff8-a673-de4e5bd5119c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"ff6f5c40-d7ab-4a7b-a47a-e1766d738ba1","description":"<p>Flight data and documents are the notices and files shared when cargo arrives. Users receive ACI messages and mail manifests.</p>\n","_postman_id":"ff6f5c40-d7ab-4a7b-a47a-e1766d738ba1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"22ff2d15-392e-4b77-a3a7-a25d71a33e7c","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":[{"id":"692de031-0759-4a12-933c-82faab374b30","name":"201 - Created","originalRequest":{"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- EO.I10CUS.15\n    \n- EO.I10CNE.16\n    \n- EO.I10AL.17\n    \n- EO.I10ACA.18\n    \n- EO.I10CB.19\n    \n- EO.I10CGNR.20\n    \n- G.I10CNE.11\n    \n- G.I10ACA.12\n    \n- G.I10AL.13\n    \n- G.I10CB.14\n    \n- G.I10CUS.15\n    \n\n**Use Cases**:\n\n- Receive Cargo Arrival Information from ACS\n    \n- View Cargo Arrival Information in ACS\n    \n- View Cargo Arrival Information in PSW\n    \n\n**Integration Point**: IN_FR-1-EOPSI-ACI-R-01-UC-06\n\n**Description**: ACS pushes Cargo Arrival Information to GHA and Customs after receiving from Airlines.\n\n**Process Flows**:\n\n- Airport Community System → GHA System\n    \n- Airport Community System → Airline System (I10AL)\n    \n- Airport Community System → Postal Aviation Authority\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"125bd258-6380-46b7-8b29-f944c6365265","name":"400 - Bad Request","originalRequest":{"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- EO.I10CUS.15\n    \n- EO.I10CNE.16\n    \n- EO.I10AL.17\n    \n- EO.I10ACA.18\n    \n- EO.I10CB.19\n    \n- EO.I10CGNR.20\n    \n- G.I10CNE.11\n    \n- G.I10ACA.12\n    \n- G.I10AL.13\n    \n- G.I10CB.14\n    \n- G.I10CUS.15\n    \n\n**Use Cases**:\n\n- Receive Cargo Arrival Information from ACS\n    \n- View Cargo Arrival Information in ACS\n    \n- View Cargo Arrival Information in PSW\n    \n\n**Integration Point**: IN_FR-1-EOPSI-ACI-R-01-UC-06\n\n**Description**: ACS pushes Cargo Arrival Information to GHA and Customs after receiving from Airlines.\n\n**Process Flows**:\n\n- Airport Community System → GHA System\n    \n- Airport Community System → Airline System (I10AL)\n    \n- Airport Community System → Postal Aviation Authority\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"86028e1a-2139-402c-9da9-635066c4cc0e","name":"401 - Unauthorized","originalRequest":{"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- EO.I10CUS.15\n    \n- EO.I10CNE.16\n    \n- EO.I10AL.17\n    \n- EO.I10ACA.18\n    \n- EO.I10CB.19\n    \n- EO.I10CGNR.20\n    \n- G.I10CNE.11\n    \n- G.I10ACA.12\n    \n- G.I10AL.13\n    \n- G.I10CB.14\n    \n- G.I10CUS.15\n    \n\n**Use Cases**:\n\n- Receive Cargo Arrival Information from ACS\n    \n- View Cargo Arrival Information in ACS\n    \n- View Cargo Arrival Information in PSW\n    \n\n**Integration Point**: IN_FR-1-EOPSI-ACI-R-01-UC-06\n\n**Description**: ACS pushes Cargo Arrival Information to GHA and Customs after receiving from Airlines.\n\n**Process Flows**:\n\n- Airport Community System → GHA System\n    \n- Airport Community System → Airline System (I10AL)\n    \n- Airport Community System → Postal Aviation Authority\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"2f8f62e3-14dc-4a69-9d9d-57ef1cf57f91","name":"403 - Forbidden","originalRequest":{"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- EO.I10CUS.15\n    \n- EO.I10CNE.16\n    \n- EO.I10AL.17\n    \n- EO.I10ACA.18\n    \n- EO.I10CB.19\n    \n- EO.I10CGNR.20\n    \n- G.I10CNE.11\n    \n- G.I10ACA.12\n    \n- G.I10AL.13\n    \n- G.I10CB.14\n    \n- G.I10CUS.15\n    \n\n**Use Cases**:\n\n- Receive Cargo Arrival Information from ACS\n    \n- View Cargo Arrival Information in ACS\n    \n- View Cargo Arrival Information in PSW\n    \n\n**Integration Point**: IN_FR-1-EOPSI-ACI-R-01-UC-06\n\n**Description**: ACS pushes Cargo Arrival Information to GHA and Customs after receiving from Airlines.\n\n**Process Flows**:\n\n- Airport Community System → GHA System\n    \n- Airport Community System → Airline System (I10AL)\n    \n- Airport Community System → Postal Aviation Authority\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"adbe6021-d22e-4cba-8fcc-aadf4f9c2c8c","name":"422 - Unprocessable Entity","originalRequest":{"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- EO.I10CUS.15\n    \n- EO.I10CNE.16\n    \n- EO.I10AL.17\n    \n- EO.I10ACA.18\n    \n- EO.I10CB.19\n    \n- EO.I10CGNR.20\n    \n- G.I10CNE.11\n    \n- G.I10ACA.12\n    \n- G.I10AL.13\n    \n- G.I10CB.14\n    \n- G.I10CUS.15\n    \n\n**Use Cases**:\n\n- Receive Cargo Arrival Information from ACS\n    \n- View Cargo Arrival Information in ACS\n    \n- View Cargo Arrival Information in PSW\n    \n\n**Integration Point**: IN_FR-1-EOPSI-ACI-R-01-UC-06\n\n**Description**: ACS pushes Cargo Arrival Information to GHA and Customs after receiving from Airlines.\n\n**Process Flows**:\n\n- Airport Community System → GHA System\n    \n- Airport Community System → Airline System (I10AL)\n    \n- Airport Community System → Postal Aviation Authority\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"22ff2d15-392e-4b77-a3a7-a25d71a33e7c"},{"name":"Upload X-ray Images","id":"90a1e30a-6e5d-4741-9845-f00b1ac7e4bc","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"e1b3aa1e-20c0-41b5-b9af-cb5ec958741a","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-06-04T08:28:25.661Z","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":[{"id":"c440053e-851b-4c11-9cea-118475e2dae4","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"8a6fbe7b-49b1-487a-90e9-f477ea850a93","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-06-04T08:28:25.661Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/security-scans/:id/images","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","security-scans",":id","images"],"variable":[{"key":"id","value":"scan-12345"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.I13GHA.19\n\n**Use Case**: Upload x-ray scan images\n\n**Integration Point:** IN_FR-2-EOPSI-CAI-R-01-UC-05\n\n**Image Angles**:\n\n- FRONT: Front view\n    \n- SIDE: Side view\n    \n- TOP: Top view\n    \n- DETAIL: Detail/close-up view\n    \n- MULTI_ANGLE: Multiple angles in single image\n    \n\n**Process Flow:** GHA System (I9GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `images` | Array | n/a | M | Array of objects containing scanned image details |\n| `images.scannedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `images.scanResult` | String | 35 | M | Must be one of \\[\"cleared\", \"flagged\", etc.\\] |\n| `images.id` | String | 70 | M | Unique identifier for the image (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| `images.name` | String | 255 | M | Name of the scanned image file (e.g., 1.png) |\n| `images.contentType` | String | 70 | M | MIME type of the file (e.g., \"image/png\", \"application/pdf\") |\n| `images.scannedBy` | String | 70 | M | The operator or system performing the scan (e.g., Operator-001) |\n| `images.machineId` | String | 70 | M | Identifier for the scanning machine (e.g., XRAY-KHI-03) |\n| `images.angle` | String | 35 | M | Must be one of \\[\"FRONT\", \"SIDE\", \"TOP\", \"DETAIL\", \"MULTI_ANGLE\"\\] |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8b009257-10d5-464b-8112-c0e14b314f9d","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"126d88ec-34d7-4ee4-a558-469c7857fb5b","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-06-04T08:28:25.661Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/security-scans/:id/images","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","security-scans",":id","images"],"variable":[{"key":"id","value":"scan-12345"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.I13GHA.19\n\n**Use Case**: Upload x-ray scan images\n\n**Integration Point:** IN_FR-2-EOPSI-CAI-R-01-UC-05\n\n**Image Angles**:\n\n- FRONT: Front view\n    \n- SIDE: Side view\n    \n- TOP: Top view\n    \n- DETAIL: Detail/close-up view\n    \n- MULTI_ANGLE: Multiple angles in single image\n    \n\n**Process Flow:** GHA System (I9GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `images` | Array | n/a | M | Array of objects containing scanned image details |\n| `images.scannedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `images.scanResult` | String | 35 | M | Must be one of \\[\"cleared\", \"flagged\", etc.\\] |\n| `images.id` | String | 70 | M | Unique identifier for the image (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| `images.name` | String | 255 | M | Name of the scanned image file (e.g., 1.png) |\n| `images.contentType` | String | 70 | M | MIME type of the file (e.g., \"image/png\", \"application/pdf\") |\n| `images.scannedBy` | String | 70 | M | The operator or system performing the scan (e.g., Operator-001) |\n| `images.machineId` | String | 70 | M | Identifier for the scanning machine (e.g., XRAY-KHI-03) |\n| `images.angle` | String | 35 | M | Must be one of \\[\"FRONT\", \"SIDE\", \"TOP\", \"DETAIL\", \"MULTI_ANGLE\"\\] |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"a916659e-7ef8-4ba7-9df8-20da43effe7e","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"e90ccf97-a188-495a-b18e-f830f68d4963","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-06-04T08:28:25.661Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/security-scans/:id/images","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","security-scans",":id","images"],"variable":[{"key":"id","value":"scan-12345"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.I13GHA.19\n\n**Use Case**: Upload x-ray scan images\n\n**Integration Point:** IN_FR-2-EOPSI-CAI-R-01-UC-05\n\n**Image Angles**:\n\n- FRONT: Front view\n    \n- SIDE: Side view\n    \n- TOP: Top view\n    \n- DETAIL: Detail/close-up view\n    \n- MULTI_ANGLE: Multiple angles in single image\n    \n\n**Process Flow:** GHA System (I9GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `images` | Array | n/a | M | Array of objects containing scanned image details |\n| `images.scannedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `images.scanResult` | String | 35 | M | Must be one of \\[\"cleared\", \"flagged\", etc.\\] |\n| `images.id` | String | 70 | M | Unique identifier for the image (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| `images.name` | String | 255 | M | Name of the scanned image file (e.g., 1.png) |\n| `images.contentType` | String | 70 | M | MIME type of the file (e.g., \"image/png\", \"application/pdf\") |\n| `images.scannedBy` | String | 70 | M | The operator or system performing the scan (e.g., Operator-001) |\n| `images.machineId` | String | 70 | M | Identifier for the scanning machine (e.g., XRAY-KHI-03) |\n| `images.angle` | String | 35 | M | Must be one of \\[\"FRONT\", \"SIDE\", \"TOP\", \"DETAIL\", \"MULTI_ANGLE\"\\] |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"5e454c27-8da4-48a7-846e-1dd13037367a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"50205f92-0fc5-48f0-b6e3-98e5ab5026d5","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-06-04T08:28:25.661Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/security-scans/:id/images","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","security-scans",":id","images"],"variable":[{"key":"id","value":"scan-12345"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.I13GHA.19\n\n**Use Case**: Upload x-ray scan images\n\n**Integration Point:** IN_FR-2-EOPSI-CAI-R-01-UC-05\n\n**Image Angles**:\n\n- FRONT: Front view\n    \n- SIDE: Side view\n    \n- TOP: Top view\n    \n- DETAIL: Detail/close-up view\n    \n- MULTI_ANGLE: Multiple angles in single image\n    \n\n**Process Flow:** GHA System (I9GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `images` | Array | n/a | M | Array of objects containing scanned image details |\n| `images.scannedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `images.scanResult` | String | 35 | M | Must be one of \\[\"cleared\", \"flagged\", etc.\\] |\n| `images.id` | String | 70 | M | Unique identifier for the image (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| `images.name` | String | 255 | M | Name of the scanned image file (e.g., 1.png) |\n| `images.contentType` | String | 70 | M | MIME type of the file (e.g., \"image/png\", \"application/pdf\") |\n| `images.scannedBy` | String | 70 | M | The operator or system performing the scan (e.g., Operator-001) |\n| `images.machineId` | String | 70 | M | Identifier for the scanning machine (e.g., XRAY-KHI-03) |\n| `images.angle` | String | 35 | M | Must be one of \\[\"FRONT\", \"SIDE\", \"TOP\", \"DETAIL\", \"MULTI_ANGLE\"\\] |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"ceeeac74-d264-4253-97b1-af617ee0598d","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"69c8eb00-f3d9-4095-b042-867ab5f91ff5","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-06-04T08:28:25.661Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/security-scans/:id/images","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","security-scans",":id","images"],"variable":[{"key":"id","value":"scan-12345"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.I13GHA.19\n\n**Use Case**: Upload x-ray scan images\n\n**Integration Point:** IN_FR-2-EOPSI-CAI-R-01-UC-05\n\n**Image Angles**:\n\n- FRONT: Front view\n    \n- SIDE: Side view\n    \n- TOP: Top view\n    \n- DETAIL: Detail/close-up view\n    \n- MULTI_ANGLE: Multiple angles in single image\n    \n\n**Process Flow:** GHA System (I9GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `images` | Array | n/a | M | Array of objects containing scanned image details |\n| `images.scannedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `images.scanResult` | String | 35 | M | Must be one of \\[\"cleared\", \"flagged\", etc.\\] |\n| `images.id` | String | 70 | M | Unique identifier for the image (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| `images.name` | String | 255 | M | Name of the scanned image file (e.g., 1.png) |\n| `images.contentType` | String | 70 | M | MIME type of the file (e.g., \"image/png\", \"application/pdf\") |\n| `images.scannedBy` | String | 70 | M | The operator or system performing the scan (e.g., Operator-001) |\n| `images.machineId` | String | 70 | M | Identifier for the scanning machine (e.g., XRAY-KHI-03) |\n| `images.angle` | String | 35 | M | Must be one of \\[\"FRONT\", \"SIDE\", \"TOP\", \"DETAIL\", \"MULTI_ANGLE\"\\] |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"c198f150-b8b2-4ba7-a27e-9bf002fa4aca","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"9ce928b8-d245-47f3-9564-b4203306e7fd","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-06-04T08:28:25.661Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/security-scans/:id/images","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","security-scans",":id","images"],"variable":[{"key":"id","value":"scan-12345"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.I13GHA.19\n\n**Use Case**: Upload x-ray scan images\n\n**Integration Point:** IN_FR-2-EOPSI-CAI-R-01-UC-05\n\n**Image Angles**:\n\n- FRONT: Front view\n    \n- SIDE: Side view\n    \n- TOP: Top view\n    \n- DETAIL: Detail/close-up view\n    \n- MULTI_ANGLE: Multiple angles in single image\n    \n\n**Process Flow:** GHA System (I9GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `images` | Array | n/a | M | Array of objects containing scanned image details |\n| `images.scannedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `images.scanResult` | String | 35 | M | Must be one of \\[\"cleared\", \"flagged\", etc.\\] |\n| `images.id` | String | 70 | M | Unique identifier for the image (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| `images.name` | String | 255 | M | Name of the scanned image file (e.g., 1.png) |\n| `images.contentType` | String | 70 | M | MIME type of the file (e.g., \"image/png\", \"application/pdf\") |\n| `images.scannedBy` | String | 70 | M | The operator or system performing the scan (e.g., Operator-001) |\n| `images.machineId` | String | 70 | M | Identifier for the scanning machine (e.g., XRAY-KHI-03) |\n| `images.angle` | String | 35 | M | Must be one of \\[\"FRONT\", \"SIDE\", \"TOP\", \"DETAIL\", \"MULTI_ANGLE\"\\] |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"dd3452d2-d384-4c10-b0e3-76af51bdcda0","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"8475f932-4d5d-434b-9e47-494864ae4c56","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-06-04T08:28:25.661Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/security-scans/:id/images","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","security-scans",":id","images"],"variable":[{"key":"id","value":"scan-12345"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.I13GHA.19\n\n**Use Case**: Upload x-ray scan images\n\n**Integration Point:** IN_FR-2-EOPSI-CAI-R-01-UC-05\n\n**Image Angles**:\n\n- FRONT: Front view\n    \n- SIDE: Side view\n    \n- TOP: Top view\n    \n- DETAIL: Detail/close-up view\n    \n- MULTI_ANGLE: Multiple angles in single image\n    \n\n**Process Flow:** GHA System (I9GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `images` | Array | n/a | M | Array of objects containing scanned image details |\n| `images.scannedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `images.scanResult` | String | 35 | M | Must be one of \\[\"cleared\", \"flagged\", etc.\\] |\n| `images.id` | String | 70 | M | Unique identifier for the image (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| `images.name` | String | 255 | M | Name of the scanned image file (e.g., 1.png) |\n| `images.contentType` | String | 70 | M | MIME type of the file (e.g., \"image/png\", \"application/pdf\") |\n| `images.scannedBy` | String | 70 | M | The operator or system performing the scan (e.g., Operator-001) |\n| `images.machineId` | String | 70 | M | Identifier for the scanning machine (e.g., XRAY-KHI-03) |\n| `images.angle` | String | 35 | M | Must be one of \\[\"FRONT\", \"SIDE\", \"TOP\", \"DETAIL\", \"MULTI_ANGLE\"\\] |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"90a1e30a-6e5d-4741-9845-f00b1ac7e4bc"}],"id":"ffbe0b7d-3d0a-4594-b9d3-29bfe75ead1a","description":"<p>Cargo arrival and documents record the shipment's arrival and the supporting files that go with it. Users submit the arrival information and upload x-ray images.</p>\n","_postman_id":"ffbe0b7d-3d0a-4594-b9d3-29bfe75ead1a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"b0b3993f-3293-4ba6-8e33-2aad1ce39ad9","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"34156937-ddc3-4e27-9950-fcc4ae44b581","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-06-04T08:28:25.661Z","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":[{"id":"0655e20b-c974-482b-950a-489329adfa68","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"e1a6d6eb-7853-4b93-ae0f-ecd90e04012e","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-06-04T08:28:25.661Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n- G.I25GHA.40\n    \n\n**Use Case**: Create Trucking Request\n\n**Integration Point:** IN_FR-3-EOPSI-TRK-R-01-UC-01\n\n**Description**: ACA/Trader creates a Trucking Request for pick-up via ACS.\n\n**Process Flow**: Air Cargo Agent/Trader (I24ACA) → Airport Community System → Trucking Company (I24TRK)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| requestedBy | String | 255 | M | Requesting party code (e.g., ACA) |\n| pickup | Object | n/a | M | Contains pickup details |\n| pickup.address | Object | n/a | M | Must contain full address fields |\n| pickup.address.street | String | 255 | M | Free text allowed |\n| pickup.address.city | String | 70 | M | Must be a valid city name |\n| pickup.address.postalCode | String | 35 | M | Must be a valid postal code |\n| pickup.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| pickup.contactPerson | String | 255 | M | Alphabetic + spaces/hyphens |\n| pickup.contactPhone | String | 16 | M | ITU E.164 numbering format |\n| pickup.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| delivery | Object | n/a | M | Contains delivery details |\n| delivery.address | Object | n/a | M | Must contain full address fields |\n| delivery.address.street | String | 255 | M | Free text allowed |\n| delivery.address.city | String | 70 | M | Must be a valid city name |\n| delivery.address.postalCode | String | 35 | M | Must be a valid postal code |\n| delivery.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| delivery.airport | String | 3 (IATA) / 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| delivery.ghaName | String | 2 | M | Valid GHA organization name |\n| delivery.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS), future date |\n| shipmentDetails | Object | n/a | M | Contains shipment details |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| shipmentDetails.weight.value | Number | n/a | M | Positive number |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensions.length | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.width | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.height | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.commodity | String | 255 | M | Valid commodity name |\n| shipmentDetails.specialRequirements | String | 255 | O | Free text |\n| quoteRequired | Boolean | n/a | M | true or false |\n| quoteExpiredAt | DateTime | n/a | C | Required if quoteRequired=true; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedNumberOfVehicles | String | 2 | M | Numeric string, positive |\n| cargoType | String | 35 | M | Must be valid enum (e.g., \"general\", \"perishable\", \"dg\") |\n| pieces | Integer | n/a | M | Must be positive integer |\n| weight | Number | n/a | M | Must be positive number |\n| specialRequirements | Array | n/a | O | Free text entries, can be empty |\n| truckingCompany | String | 255 | M | Name of the trucking company |\n| offerPricePkr | Number | n/a | M | Price in PKR |\n| remarks | String | 255 | O | Additional remarks (e.g., \"Please ensure careful handling during transport\") |\n| vehicleType | String | 50 | M | Type of vehicle (e.g., \"20FT_CONTAINER_TRUCK\") |\n| requestingParty.name | String | 255 | M | Name of the requesting party |\n| requestingParty.phone | String | 16 | O | ITU E.164 numbering format |\n| requestingParty.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| requestingParty.iataNumber | String | 255 | C | Required if requestedBy = “aca” and cassNumber is empty |\n| requestingParty.cassNumber | String | 255 | C | Required if requestedBy = “aca” and iataNumber is empty |\n| requestingParty.ntn | String | 9 | C | Required if requestedBy = “consignor”; NTN tax identifier format (nnnnnnn-n) |\n| requestingParty.cnic | String | 15 | C | Required if requestedBy = “consignor”; CNIC format (nnnnn-nnnnnnn-n) |\n| targetTruckers | Array | n/a | M | Array of trucker IDs (e.g., \\[\"trucker-001\", \"trucker-002\"\\]) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6b296de6-ac5b-40ca-8bb8-17ef0c8cb836","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"c339defb-e016-40d8-8fcb-734989fa65b3","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-06-04T08:28:25.661Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n- G.I25GHA.40\n    \n\n**Use Case**: Create Trucking Request\n\n**Integration Point:** IN_FR-3-EOPSI-TRK-R-01-UC-01\n\n**Description**: ACA/Trader creates a Trucking Request for pick-up via ACS.\n\n**Process Flow**: Air Cargo Agent/Trader (I24ACA) → Airport Community System → Trucking Company (I24TRK)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| requestedBy | String | 255 | M | Requesting party code (e.g., ACA) |\n| pickup | Object | n/a | M | Contains pickup details |\n| pickup.address | Object | n/a | M | Must contain full address fields |\n| pickup.address.street | String | 255 | M | Free text allowed |\n| pickup.address.city | String | 70 | M | Must be a valid city name |\n| pickup.address.postalCode | String | 35 | M | Must be a valid postal code |\n| pickup.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| pickup.contactPerson | String | 255 | M | Alphabetic + spaces/hyphens |\n| pickup.contactPhone | String | 16 | M | ITU E.164 numbering format |\n| pickup.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| delivery | Object | n/a | M | Contains delivery details |\n| delivery.address | Object | n/a | M | Must contain full address fields |\n| delivery.address.street | String | 255 | M | Free text allowed |\n| delivery.address.city | String | 70 | M | Must be a valid city name |\n| delivery.address.postalCode | String | 35 | M | Must be a valid postal code |\n| delivery.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| delivery.airport | String | 3 (IATA) / 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| delivery.ghaName | String | 2 | M | Valid GHA organization name |\n| delivery.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS), future date |\n| shipmentDetails | Object | n/a | M | Contains shipment details |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| shipmentDetails.weight.value | Number | n/a | M | Positive number |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensions.length | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.width | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.height | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.commodity | String | 255 | M | Valid commodity name |\n| shipmentDetails.specialRequirements | String | 255 | O | Free text |\n| quoteRequired | Boolean | n/a | M | true or false |\n| quoteExpiredAt | DateTime | n/a | C | Required if quoteRequired=true; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedNumberOfVehicles | String | 2 | M | Numeric string, positive |\n| cargoType | String | 35 | M | Must be valid enum (e.g., \"general\", \"perishable\", \"dg\") |\n| pieces | Integer | n/a | M | Must be positive integer |\n| weight | Number | n/a | M | Must be positive number |\n| specialRequirements | Array | n/a | O | Free text entries, can be empty |\n| truckingCompany | String | 255 | M | Name of the trucking company |\n| offerPricePkr | Number | n/a | M | Price in PKR |\n| remarks | String | 255 | O | Additional remarks (e.g., \"Please ensure careful handling during transport\") |\n| vehicleType | String | 50 | M | Type of vehicle (e.g., \"20FT_CONTAINER_TRUCK\") |\n| requestingParty.name | String | 255 | M | Name of the requesting party |\n| requestingParty.phone | String | 16 | O | ITU E.164 numbering format |\n| requestingParty.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| requestingParty.iataNumber | String | 255 | C | Required if requestedBy = “aca” and cassNumber is empty |\n| requestingParty.cassNumber | String | 255 | C | Required if requestedBy = “aca” and iataNumber is empty |\n| requestingParty.ntn | String | 9 | C | Required if requestedBy = “consignor”; NTN tax identifier format (nnnnnnn-n) |\n| requestingParty.cnic | String | 15 | C | Required if requestedBy = “consignor”; CNIC format (nnnnn-nnnnnnn-n) |\n| targetTruckers | Array | n/a | M | Array of trucker IDs (e.g., \\[\"trucker-001\", \"trucker-002\"\\]) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"22d05f22-eac8-4435-98c0-5f7f0177a20d","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"88983d09-8d8c-4321-a8e3-223df0618f67","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-06-04T08:28:25.661Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n- G.I25GHA.40\n    \n\n**Use Case**: Create Trucking Request\n\n**Integration Point:** IN_FR-3-EOPSI-TRK-R-01-UC-01\n\n**Description**: ACA/Trader creates a Trucking Request for pick-up via ACS.\n\n**Process Flow**: Air Cargo Agent/Trader (I24ACA) → Airport Community System → Trucking Company (I24TRK)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| requestedBy | String | 255 | M | Requesting party code (e.g., ACA) |\n| pickup | Object | n/a | M | Contains pickup details |\n| pickup.address | Object | n/a | M | Must contain full address fields |\n| pickup.address.street | String | 255 | M | Free text allowed |\n| pickup.address.city | String | 70 | M | Must be a valid city name |\n| pickup.address.postalCode | String | 35 | M | Must be a valid postal code |\n| pickup.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| pickup.contactPerson | String | 255 | M | Alphabetic + spaces/hyphens |\n| pickup.contactPhone | String | 16 | M | ITU E.164 numbering format |\n| pickup.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| delivery | Object | n/a | M | Contains delivery details |\n| delivery.address | Object | n/a | M | Must contain full address fields |\n| delivery.address.street | String | 255 | M | Free text allowed |\n| delivery.address.city | String | 70 | M | Must be a valid city name |\n| delivery.address.postalCode | String | 35 | M | Must be a valid postal code |\n| delivery.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| delivery.airport | String | 3 (IATA) / 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| delivery.ghaName | String | 2 | M | Valid GHA organization name |\n| delivery.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS), future date |\n| shipmentDetails | Object | n/a | M | Contains shipment details |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| shipmentDetails.weight.value | Number | n/a | M | Positive number |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensions.length | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.width | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.height | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.commodity | String | 255 | M | Valid commodity name |\n| shipmentDetails.specialRequirements | String | 255 | O | Free text |\n| quoteRequired | Boolean | n/a | M | true or false |\n| quoteExpiredAt | DateTime | n/a | C | Required if quoteRequired=true; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedNumberOfVehicles | String | 2 | M | Numeric string, positive |\n| cargoType | String | 35 | M | Must be valid enum (e.g., \"general\", \"perishable\", \"dg\") |\n| pieces | Integer | n/a | M | Must be positive integer |\n| weight | Number | n/a | M | Must be positive number |\n| specialRequirements | Array | n/a | O | Free text entries, can be empty |\n| truckingCompany | String | 255 | M | Name of the trucking company |\n| offerPricePkr | Number | n/a | M | Price in PKR |\n| remarks | String | 255 | O | Additional remarks (e.g., \"Please ensure careful handling during transport\") |\n| vehicleType | String | 50 | M | Type of vehicle (e.g., \"20FT_CONTAINER_TRUCK\") |\n| requestingParty.name | String | 255 | M | Name of the requesting party |\n| requestingParty.phone | String | 16 | O | ITU E.164 numbering format |\n| requestingParty.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| requestingParty.iataNumber | String | 255 | C | Required if requestedBy = “aca” and cassNumber is empty |\n| requestingParty.cassNumber | String | 255 | C | Required if requestedBy = “aca” and iataNumber is empty |\n| requestingParty.ntn | String | 9 | C | Required if requestedBy = “consignor”; NTN tax identifier format (nnnnnnn-n) |\n| requestingParty.cnic | String | 15 | C | Required if requestedBy = “consignor”; CNIC format (nnnnn-nnnnnnn-n) |\n| targetTruckers | Array | n/a | M | Array of trucker IDs (e.g., \\[\"trucker-001\", \"trucker-002\"\\]) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"abb7a5ac-0632-492c-9dea-b6c3119fa5d0","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"60c08e65-24ea-400d-90db-7c0c5aa4f3cf","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-06-04T08:28:25.662Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n- G.I25GHA.40\n    \n\n**Use Case**: Create Trucking Request\n\n**Integration Point:** IN_FR-3-EOPSI-TRK-R-01-UC-01\n\n**Description**: ACA/Trader creates a Trucking Request for pick-up via ACS.\n\n**Process Flow**: Air Cargo Agent/Trader (I24ACA) → Airport Community System → Trucking Company (I24TRK)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| requestedBy | String | 255 | M | Requesting party code (e.g., ACA) |\n| pickup | Object | n/a | M | Contains pickup details |\n| pickup.address | Object | n/a | M | Must contain full address fields |\n| pickup.address.street | String | 255 | M | Free text allowed |\n| pickup.address.city | String | 70 | M | Must be a valid city name |\n| pickup.address.postalCode | String | 35 | M | Must be a valid postal code |\n| pickup.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| pickup.contactPerson | String | 255 | M | Alphabetic + spaces/hyphens |\n| pickup.contactPhone | String | 16 | M | ITU E.164 numbering format |\n| pickup.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| delivery | Object | n/a | M | Contains delivery details |\n| delivery.address | Object | n/a | M | Must contain full address fields |\n| delivery.address.street | String | 255 | M | Free text allowed |\n| delivery.address.city | String | 70 | M | Must be a valid city name |\n| delivery.address.postalCode | String | 35 | M | Must be a valid postal code |\n| delivery.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| delivery.airport | String | 3 (IATA) / 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| delivery.ghaName | String | 2 | M | Valid GHA organization name |\n| delivery.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS), future date |\n| shipmentDetails | Object | n/a | M | Contains shipment details |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| shipmentDetails.weight.value | Number | n/a | M | Positive number |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensions.length | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.width | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.height | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.commodity | String | 255 | M | Valid commodity name |\n| shipmentDetails.specialRequirements | String | 255 | O | Free text |\n| quoteRequired | Boolean | n/a | M | true or false |\n| quoteExpiredAt | DateTime | n/a | C | Required if quoteRequired=true; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedNumberOfVehicles | String | 2 | M | Numeric string, positive |\n| cargoType | String | 35 | M | Must be valid enum (e.g., \"general\", \"perishable\", \"dg\") |\n| pieces | Integer | n/a | M | Must be positive integer |\n| weight | Number | n/a | M | Must be positive number |\n| specialRequirements | Array | n/a | O | Free text entries, can be empty |\n| truckingCompany | String | 255 | M | Name of the trucking company |\n| offerPricePkr | Number | n/a | M | Price in PKR |\n| remarks | String | 255 | O | Additional remarks (e.g., \"Please ensure careful handling during transport\") |\n| vehicleType | String | 50 | M | Type of vehicle (e.g., \"20FT_CONTAINER_TRUCK\") |\n| requestingParty.name | String | 255 | M | Name of the requesting party |\n| requestingParty.phone | String | 16 | O | ITU E.164 numbering format |\n| requestingParty.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| requestingParty.iataNumber | String | 255 | C | Required if requestedBy = “aca” and cassNumber is empty |\n| requestingParty.cassNumber | String | 255 | C | Required if requestedBy = “aca” and iataNumber is empty |\n| requestingParty.ntn | String | 9 | C | Required if requestedBy = “consignor”; NTN tax identifier format (nnnnnnn-n) |\n| requestingParty.cnic | String | 15 | C | Required if requestedBy = “consignor”; CNIC format (nnnnn-nnnnnnn-n) |\n| targetTruckers | Array | n/a | M | Array of trucker IDs (e.g., \\[\"trucker-001\", \"trucker-002\"\\]) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"f2aae0cf-d478-445a-890c-c4e3f50ddaab","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"9e543cd0-07fe-43ac-9748-2131f5accc61","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-06-04T08:28:25.662Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n- G.I25GHA.40\n    \n\n**Use Case**: Create Trucking Request\n\n**Integration Point:** IN_FR-3-EOPSI-TRK-R-01-UC-01\n\n**Description**: ACA/Trader creates a Trucking Request for pick-up via ACS.\n\n**Process Flow**: Air Cargo Agent/Trader (I24ACA) → Airport Community System → Trucking Company (I24TRK)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| requestedBy | String | 255 | M | Requesting party code (e.g., ACA) |\n| pickup | Object | n/a | M | Contains pickup details |\n| pickup.address | Object | n/a | M | Must contain full address fields |\n| pickup.address.street | String | 255 | M | Free text allowed |\n| pickup.address.city | String | 70 | M | Must be a valid city name |\n| pickup.address.postalCode | String | 35 | M | Must be a valid postal code |\n| pickup.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| pickup.contactPerson | String | 255 | M | Alphabetic + spaces/hyphens |\n| pickup.contactPhone | String | 16 | M | ITU E.164 numbering format |\n| pickup.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| delivery | Object | n/a | M | Contains delivery details |\n| delivery.address | Object | n/a | M | Must contain full address fields |\n| delivery.address.street | String | 255 | M | Free text allowed |\n| delivery.address.city | String | 70 | M | Must be a valid city name |\n| delivery.address.postalCode | String | 35 | M | Must be a valid postal code |\n| delivery.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| delivery.airport | String | 3 (IATA) / 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| delivery.ghaName | String | 2 | M | Valid GHA organization name |\n| delivery.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS), future date |\n| shipmentDetails | Object | n/a | M | Contains shipment details |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| shipmentDetails.weight.value | Number | n/a | M | Positive number |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensions.length | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.width | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.height | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.commodity | String | 255 | M | Valid commodity name |\n| shipmentDetails.specialRequirements | String | 255 | O | Free text |\n| quoteRequired | Boolean | n/a | M | true or false |\n| quoteExpiredAt | DateTime | n/a | C | Required if quoteRequired=true; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedNumberOfVehicles | String | 2 | M | Numeric string, positive |\n| cargoType | String | 35 | M | Must be valid enum (e.g., \"general\", \"perishable\", \"dg\") |\n| pieces | Integer | n/a | M | Must be positive integer |\n| weight | Number | n/a | M | Must be positive number |\n| specialRequirements | Array | n/a | O | Free text entries, can be empty |\n| truckingCompany | String | 255 | M | Name of the trucking company |\n| offerPricePkr | Number | n/a | M | Price in PKR |\n| remarks | String | 255 | O | Additional remarks (e.g., \"Please ensure careful handling during transport\") |\n| vehicleType | String | 50 | M | Type of vehicle (e.g., \"20FT_CONTAINER_TRUCK\") |\n| requestingParty.name | String | 255 | M | Name of the requesting party |\n| requestingParty.phone | String | 16 | O | ITU E.164 numbering format |\n| requestingParty.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| requestingParty.iataNumber | String | 255 | C | Required if requestedBy = “aca” and cassNumber is empty |\n| requestingParty.cassNumber | String | 255 | C | Required if requestedBy = “aca” and iataNumber is empty |\n| requestingParty.ntn | String | 9 | C | Required if requestedBy = “consignor”; NTN tax identifier format (nnnnnnn-n) |\n| requestingParty.cnic | String | 15 | C | Required if requestedBy = “consignor”; CNIC format (nnnnn-nnnnnnn-n) |\n| targetTruckers | Array | n/a | M | Array of trucker IDs (e.g., \\[\"trucker-001\", \"trucker-002\"\\]) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"b0b3993f-3293-4ba6-8e33-2aad1ce39ad9"},{"name":"Submit Trucking Quote","id":"28ee1c6e-d579-4821-9e00-35a1c5a1deb1","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"69350285-77de-4353-9cf2-e56b8ade6186","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-06-04T08:28:25.662Z","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":[{"id":"c61e4197-c7cd-4a38-8efb-8a14d1ac56d3","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"fb4d64e5-be05-42fb-9496-82c62af8a490","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-06-04T08:28:25.662Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes"],"variable":[{"key":"requestId","value":"trk-req-001"}]},"description":"**Requirement Reference**: EO.I24TRK.24\n\n**Use Case**: Submit Quote for Trucking Requests in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-04\n\n**Description**: Trucking Company submits quote response to ACA via ACS.\n\n**Process Flow**: Trucking Company (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckerId` | String | 70 | M | Must be alphanumeric and unique (e.g., TRK-001). |\n| `amount` | Number | n/a | M | Must be a positive integer or float. |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `validUntil` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `estimatedDelivery` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleType` | String | 70 | M | Must be a valid vehicle type enum/string (e.g., \"20ft-container\", \"flatbed\", etc.). |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2d5192c9-7167-4a8a-8deb-a63d8f4685a5","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"f0eb0bd4-b745-4ff7-bbbf-575ac3f0e19a","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-06-04T08:28:25.662Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes"],"variable":[{"key":"requestId","value":"trk-req-001"}]},"description":"**Requirement Reference**: EO.I24TRK.24\n\n**Use Case**: Submit Quote for Trucking Requests in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-04\n\n**Description**: Trucking Company submits quote response to ACA via ACS.\n\n**Process Flow**: Trucking Company (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckerId` | String | 70 | M | Must be alphanumeric and unique (e.g., TRK-001). |\n| `amount` | Number | n/a | M | Must be a positive integer or float. |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `validUntil` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `estimatedDelivery` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleType` | String | 70 | M | Must be a valid vehicle type enum/string (e.g., \"20ft-container\", \"flatbed\", etc.). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"4134d147-710b-4676-8e88-fea7bd39fb66","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"cc2b69ba-687c-4c11-ae1a-6ba37967ca67","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-06-04T08:28:25.662Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes"],"variable":[{"key":"requestId","value":"trk-req-001"}]},"description":"**Requirement Reference**: EO.I24TRK.24\n\n**Use Case**: Submit Quote for Trucking Requests in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-04\n\n**Description**: Trucking Company submits quote response to ACA via ACS.\n\n**Process Flow**: Trucking Company (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckerId` | String | 70 | M | Must be alphanumeric and unique (e.g., TRK-001). |\n| `amount` | Number | n/a | M | Must be a positive integer or float. |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `validUntil` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `estimatedDelivery` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleType` | String | 70 | M | Must be a valid vehicle type enum/string (e.g., \"20ft-container\", \"flatbed\", etc.). |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"1d84a89c-4da3-4fdd-8416-114e4b11fb03","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"2de40723-fa58-4186-b2fb-15b21471f5b1","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-06-04T08:28:25.662Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes"],"variable":[{"key":"requestId","value":"trk-req-001"}]},"description":"**Requirement Reference**: EO.I24TRK.24\n\n**Use Case**: Submit Quote for Trucking Requests in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-04\n\n**Description**: Trucking Company submits quote response to ACA via ACS.\n\n**Process Flow**: Trucking Company (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckerId` | String | 70 | M | Must be alphanumeric and unique (e.g., TRK-001). |\n| `amount` | Number | n/a | M | Must be a positive integer or float. |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `validUntil` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `estimatedDelivery` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleType` | String | 70 | M | Must be a valid vehicle type enum/string (e.g., \"20ft-container\", \"flatbed\", etc.). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d4e565b9-45a2-4da7-852d-2ed3f0bb41ad","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"e7fc8d38-833a-4a76-96b8-8f91f6258633","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-06-04T08:28:25.662Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes"],"variable":[{"key":"requestId","value":"trk-req-001"}]},"description":"**Requirement Reference**: EO.I24TRK.24\n\n**Use Case**: Submit Quote for Trucking Requests in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-04\n\n**Description**: Trucking Company submits quote response to ACA via ACS.\n\n**Process Flow**: Trucking Company (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckerId` | String | 70 | M | Must be alphanumeric and unique (e.g., TRK-001). |\n| `amount` | Number | n/a | M | Must be a positive integer or float. |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `validUntil` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `estimatedDelivery` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleType` | String | 70 | M | Must be a valid vehicle type enum/string (e.g., \"20ft-container\", \"flatbed\", etc.). |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"bd12c77c-0694-4e87-9455-f9850283cd75","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"6e291f94-4ec4-4134-8108-8fb7b53773cb","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-06-04T08:28:25.662Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes"],"variable":[{"key":"requestId","value":"trk-req-001"}]},"description":"**Requirement Reference**: EO.I24TRK.24\n\n**Use Case**: Submit Quote for Trucking Requests in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-04\n\n**Description**: Trucking Company submits quote response to ACA via ACS.\n\n**Process Flow**: Trucking Company (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckerId` | String | 70 | M | Must be alphanumeric and unique (e.g., TRK-001). |\n| `amount` | Number | n/a | M | Must be a positive integer or float. |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `validUntil` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `estimatedDelivery` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleType` | String | 70 | M | Must be a valid vehicle type enum/string (e.g., \"20ft-container\", \"flatbed\", etc.). |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"214584be-5a17-44a3-8daf-20c3acd21f5b","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"50556793-424e-4239-9842-85a876681f04","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-06-04T08:28:25.662Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes"],"variable":[{"key":"requestId","value":"trk-req-001"}]},"description":"**Requirement Reference**: EO.I24TRK.24\n\n**Use Case**: Submit Quote for Trucking Requests in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-04\n\n**Description**: Trucking Company submits quote response to ACA via ACS.\n\n**Process Flow**: Trucking Company (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckerId` | String | 70 | M | Must be alphanumeric and unique (e.g., TRK-001). |\n| `amount` | Number | n/a | M | Must be a positive integer or float. |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `validUntil` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `estimatedDelivery` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleType` | String | 70 | M | Must be a valid vehicle type enum/string (e.g., \"20ft-container\", \"flatbed\", etc.). |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"28ee1c6e-d579-4821-9e00-35a1c5a1deb1"},{"name":"Accept Trucking Quote","id":"6cf609ed-95c6-46fa-b4bb-4c18d972ec34","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"bedf513d-2eef-410c-9403-4e37280f1a7f","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-06-04T08:28:25.662Z","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":[{"id":"28a226e2-4878-47d4-853a-96c3d20df536","name":"204 - No Content","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"7f7e6b73-7381-4074-bb08-2ac736edfcf5","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-06-04T08:28:25.662Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","accept"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"quoteId","value":"quote-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n\n**Use Cases**:\n\n- Accept/Reject Trucking Quotes in ACS\n    \n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-05\n\n**Description**: ACA/Trader user reviews and accepts trucking quote.\n\n**Process Flow**: Air Cargo Agent/Trader (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ghaCode` | String | 70 | M | Must be alphanumeric; must match a valid GHA identifier. |\n| `confirmedAmount` | Number | n/a | M | Must be a positive integer or float. |\n| `confirmedCurrency` | String | 3 | M | ISO 4217 currency code |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d5caef48-5f87-4585-901c-0005f5822479","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"923bc0c6-7f97-4ffb-9824-b1be2bfbc19f","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-06-04T08:28:25.662Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","accept"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"quoteId","value":"quote-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n\n**Use Cases**:\n\n- Accept/Reject Trucking Quotes in ACS\n    \n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-05\n\n**Description**: ACA/Trader user reviews and accepts trucking quote.\n\n**Process Flow**: Air Cargo Agent/Trader (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ghaCode` | String | 70 | M | Must be alphanumeric; must match a valid GHA identifier. |\n| `confirmedAmount` | Number | n/a | M | Must be a positive integer or float. |\n| `confirmedCurrency` | String | 3 | M | ISO 4217 currency code |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"42745c81-d39c-4011-a175-7eb556310adc","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"2b775d86-f687-4022-b1a9-193ebd2e42ec","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-06-04T08:28:25.662Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","accept"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"quoteId","value":"quote-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n\n**Use Cases**:\n\n- Accept/Reject Trucking Quotes in ACS\n    \n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-05\n\n**Description**: ACA/Trader user reviews and accepts trucking quote.\n\n**Process Flow**: Air Cargo Agent/Trader (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ghaCode` | String | 70 | M | Must be alphanumeric; must match a valid GHA identifier. |\n| `confirmedAmount` | Number | n/a | M | Must be a positive integer or float. |\n| `confirmedCurrency` | String | 3 | M | ISO 4217 currency code |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"b646ecfd-62c4-45c7-94c9-e2790d35baaa","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"fd4721f0-7552-4f1f-9bdc-a1124c967286","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-06-04T08:28:25.662Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","accept"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"quoteId","value":"quote-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n\n**Use Cases**:\n\n- Accept/Reject Trucking Quotes in ACS\n    \n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-05\n\n**Description**: ACA/Trader user reviews and accepts trucking quote.\n\n**Process Flow**: Air Cargo Agent/Trader (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ghaCode` | String | 70 | M | Must be alphanumeric; must match a valid GHA identifier. |\n| `confirmedAmount` | Number | n/a | M | Must be a positive integer or float. |\n| `confirmedCurrency` | String | 3 | M | ISO 4217 currency code |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"3940c840-f588-4dca-904d-4487fc32adec","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"838bdcee-c85d-4fd3-9a8c-3a0dce99f87a","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-06-04T08:28:25.662Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","accept"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"quoteId","value":"quote-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n\n**Use Cases**:\n\n- Accept/Reject Trucking Quotes in ACS\n    \n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-05\n\n**Description**: ACA/Trader user reviews and accepts trucking quote.\n\n**Process Flow**: Air Cargo Agent/Trader (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ghaCode` | String | 70 | M | Must be alphanumeric; must match a valid GHA identifier. |\n| `confirmedAmount` | Number | n/a | M | Must be a positive integer or float. |\n| `confirmedCurrency` | String | 3 | M | ISO 4217 currency code |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"43d9a3eb-e953-4737-9eee-cf03ea6b7745","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"bebc21bc-7e9d-4cec-9cab-54fa9d217434","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-06-04T08:28:25.663Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","accept"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"quoteId","value":"quote-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n\n**Use Cases**:\n\n- Accept/Reject Trucking Quotes in ACS\n    \n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-05\n\n**Description**: ACA/Trader user reviews and accepts trucking quote.\n\n**Process Flow**: Air Cargo Agent/Trader (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ghaCode` | String | 70 | M | Must be alphanumeric; must match a valid GHA identifier. |\n| `confirmedAmount` | Number | n/a | M | Must be a positive integer or float. |\n| `confirmedCurrency` | String | 3 | M | ISO 4217 currency code |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"1d275ec1-6dd7-484c-8b7a-013cb1a2cd26","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"87fbba4c-c7bc-4c72-a075-4d4301e9e2f2","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-06-04T08:28:25.663Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","accept"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"quoteId","value":"quote-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n\n**Use Cases**:\n\n- Accept/Reject Trucking Quotes in ACS\n    \n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-05\n\n**Description**: ACA/Trader user reviews and accepts trucking quote.\n\n**Process Flow**: Air Cargo Agent/Trader (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ghaCode` | String | 70 | M | Must be alphanumeric; must match a valid GHA identifier. |\n| `confirmedAmount` | Number | n/a | M | Must be a positive integer or float. |\n| `confirmedCurrency` | String | 3 | M | ISO 4217 currency code |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"6cf609ed-95c6-46fa-b4bb-4c18d972ec34"},{"name":"Reject Trucking Quote","id":"30ff6cdf-6a4d-4fc1-ad90-961129dcae8b","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"52883134-97f4-4315-badc-8642fafaddd2","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-06-04T08:28:25.663Z","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":[{"id":"23daf253-f3e1-488c-9a09-95fd259ffabb","name":"204 - No Content","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"35bc474c-5c89-441a-9440-ff2605e7eb0f","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-06-04T08:28:25.663Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","reject"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"quoteId","value":"quote-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n\n**Use Case**: Accept/Reject Trucking Quotes in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-05\n\n**Description**: ACA/Trader user reviews and rejects trucking quote.\n\n**Process Flow**: Air Cargo Agent/Trader (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `reason` | String | 255 | M | Free text allowed; must not be empty string. |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e44a55e2-11ac-49ed-a670-10146ffd83e2","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"4746fef6-f7be-4ed8-8025-2e8fcd91eed6","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-06-04T08:28:25.663Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","reject"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"quoteId","value":"quote-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n\n**Use Case**: Accept/Reject Trucking Quotes in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-05\n\n**Description**: ACA/Trader user reviews and rejects trucking quote.\n\n**Process Flow**: Air Cargo Agent/Trader (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `reason` | String | 255 | M | Free text allowed; must not be empty string. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"e175676d-5c90-4b20-a82e-db36e07d3b78","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"860e11a2-5535-4605-9cb8-81c1337c4a8b","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-06-04T08:28:25.663Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","reject"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"quoteId","value":"quote-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n\n**Use Case**: Accept/Reject Trucking Quotes in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-05\n\n**Description**: ACA/Trader user reviews and rejects trucking quote.\n\n**Process Flow**: Air Cargo Agent/Trader (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `reason` | String | 255 | M | Free text allowed; must not be empty string. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"0520345d-4482-4310-a82c-e64295767032","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"70a15b98-a047-4e2c-b97b-f71ffe2bfca1","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-06-04T08:28:25.663Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","reject"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"quoteId","value":"quote-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n\n**Use Case**: Accept/Reject Trucking Quotes in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-05\n\n**Description**: ACA/Trader user reviews and rejects trucking quote.\n\n**Process Flow**: Air Cargo Agent/Trader (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `reason` | String | 255 | M | Free text allowed; must not be empty string. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"6d274b38-c5f2-4be7-8f99-54d0b5ea1227","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"1940d3ad-c676-4655-800a-d677dd9a30f8","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-06-04T08:28:25.663Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","reject"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"quoteId","value":"quote-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n\n**Use Case**: Accept/Reject Trucking Quotes in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-05\n\n**Description**: ACA/Trader user reviews and rejects trucking quote.\n\n**Process Flow**: Air Cargo Agent/Trader (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `reason` | String | 255 | M | Free text allowed; must not be empty string. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"c43915a5-e652-43dc-93fe-7011f4328725","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"64e8e558-dc8d-42ef-a808-1955911bc3a8","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-06-04T08:28:25.663Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","reject"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"quoteId","value":"quote-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n\n**Use Case**: Accept/Reject Trucking Quotes in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-05\n\n**Description**: ACA/Trader user reviews and rejects trucking quote.\n\n**Process Flow**: Air Cargo Agent/Trader (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `reason` | String | 255 | M | Free text allowed; must not be empty string. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"29065e83-c921-4cc5-86f2-30d229993b15","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"edbc4fe1-af6c-4ca4-81a7-e5de3dbaba45","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-06-04T08:28:25.663Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/quotes/:quoteId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","quotes",":quoteId","reject"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"quoteId","value":"quote-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I24CNE.38\n    \n- G.I24ACA.39\n    \n\n**Use Case**: Accept/Reject Trucking Quotes in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-05\n\n**Description**: ACA/Trader user reviews and rejects trucking quote.\n\n**Process Flow**: Air Cargo Agent/Trader (I24TRK) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `reason` | String | 255 | M | Free text allowed; must not be empty string. |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"30ff6cdf-6a4d-4fc1-ad90-961129dcae8b"},{"name":"Accept Trucking Job","id":"1d117c91-c73e-4c1b-b624-a88d4fe043b5","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"aaa27700-994b-4d4b-b837-d254550628c8","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-06-04T08:28:25.663Z","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":[{"id":"a45301e0-4a97-4bb8-8062-2faaaeaed1a3","name":"204 - No Content","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"3adc4ed1-4f9c-4b50-b9fe-93a63c758501","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-06-04T08:28:25.663Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/job/:jobId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","job",":jobId","accept"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"jobId","value":"job-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I25GHA.40\n    \n\n**Use Cases**:\n\n- Accept/Reject Trucking Jobs in ACS\n    \n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-06\n\n**Description**: ACA/Trader user reviews and accepts trucking job. ACS updates trucking job status (Accepted) and optionally sends Driver & Vehicle Details to authorized GHAs via API if enabled for EDI.\n\n**Process Flow**: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ghaCode` | String | 70 | M | Must be alphanumeric and match a valid GHA identifier. |\n| `pickup` | Object | n/a | M | Must contain confirmed pickup details. |\n| `pickup.confirmedTime` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `delivery` | Object | n/a | M | Must contain confirmed delivery details. |\n| `delivery.confirmedTime` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleInfo` | Object | n/a | M | Must contain vehicle and driver information. |\n| `vehicleInfo.vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., KHI-ABC-1234). |\n| `vehicleInfo.vehicleType` | String | 35 | M | Must be a valid vehicle type enum (e.g., \"TRUCK\", \"VAN\", \"10T\"). |\n| `vehicleInfo.driverName` | String | 255 | M | Must be a valid person name (letters, spaces, hyphens). |\n| `vehicleInfo.driverCNIC` | String | 70 | M | Must match CNIC format XXXXX-XXXXXXX-X. |\n| `vehicleInfo.driverPhone` | String | 16 | M | ITU E.164 numbering format |\n| `vehicleInfo.dockNumber` | String | 35 | M | Must be a valid dock identifier (alphanumeric). |\n| `vehicleInfo.qrToken` | String | n/a | M | Must be valid Base64 or Base64-prefixed token string. |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"eb507f85-1c2d-4a4a-828a-46efad80ec70","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"008a84d9-835e-4c87-a0a9-ff18b6ea0b29","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-06-04T08:28:25.663Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/job/:jobId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","job",":jobId","accept"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"jobId","value":"job-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I25GHA.40\n    \n\n**Use Cases**:\n\n- Accept/Reject Trucking Jobs in ACS\n    \n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-06\n\n**Description**: ACA/Trader user reviews and accepts trucking job. ACS updates trucking job status (Accepted) and optionally sends Driver & Vehicle Details to authorized GHAs via API if enabled for EDI.\n\n**Process Flow**: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ghaCode` | String | 70 | M | Must be alphanumeric and match a valid GHA identifier. |\n| `pickup` | Object | n/a | M | Must contain confirmed pickup details. |\n| `pickup.confirmedTime` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `delivery` | Object | n/a | M | Must contain confirmed delivery details. |\n| `delivery.confirmedTime` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleInfo` | Object | n/a | M | Must contain vehicle and driver information. |\n| `vehicleInfo.vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., KHI-ABC-1234). |\n| `vehicleInfo.vehicleType` | String | 35 | M | Must be a valid vehicle type enum (e.g., \"TRUCK\", \"VAN\", \"10T\"). |\n| `vehicleInfo.driverName` | String | 255 | M | Must be a valid person name (letters, spaces, hyphens). |\n| `vehicleInfo.driverCNIC` | String | 70 | M | Must match CNIC format XXXXX-XXXXXXX-X. |\n| `vehicleInfo.driverPhone` | String | 16 | M | ITU E.164 numbering format |\n| `vehicleInfo.dockNumber` | String | 35 | M | Must be a valid dock identifier (alphanumeric). |\n| `vehicleInfo.qrToken` | String | n/a | M | Must be valid Base64 or Base64-prefixed token string. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"bafabb07-637c-403e-b72e-9af1704334c2","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"3339ce77-a08e-49ef-9b3a-f07716f6c866","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-06-04T08:28:25.664Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/job/:jobId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","job",":jobId","accept"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"jobId","value":"job-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I25GHA.40\n    \n\n**Use Cases**:\n\n- Accept/Reject Trucking Jobs in ACS\n    \n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-06\n\n**Description**: ACA/Trader user reviews and accepts trucking job. ACS updates trucking job status (Accepted) and optionally sends Driver & Vehicle Details to authorized GHAs via API if enabled for EDI.\n\n**Process Flow**: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ghaCode` | String | 70 | M | Must be alphanumeric and match a valid GHA identifier. |\n| `pickup` | Object | n/a | M | Must contain confirmed pickup details. |\n| `pickup.confirmedTime` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `delivery` | Object | n/a | M | Must contain confirmed delivery details. |\n| `delivery.confirmedTime` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleInfo` | Object | n/a | M | Must contain vehicle and driver information. |\n| `vehicleInfo.vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., KHI-ABC-1234). |\n| `vehicleInfo.vehicleType` | String | 35 | M | Must be a valid vehicle type enum (e.g., \"TRUCK\", \"VAN\", \"10T\"). |\n| `vehicleInfo.driverName` | String | 255 | M | Must be a valid person name (letters, spaces, hyphens). |\n| `vehicleInfo.driverCNIC` | String | 70 | M | Must match CNIC format XXXXX-XXXXXXX-X. |\n| `vehicleInfo.driverPhone` | String | 16 | M | ITU E.164 numbering format |\n| `vehicleInfo.dockNumber` | String | 35 | M | Must be a valid dock identifier (alphanumeric). |\n| `vehicleInfo.qrToken` | String | n/a | M | Must be valid Base64 or Base64-prefixed token string. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"39b913a9-71ac-440a-a805-ba4d91dfdd5b","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"7d7193b1-3af0-46b5-a397-571fc8333249","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-06-04T08:28:25.664Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/job/:jobId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","job",":jobId","accept"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"jobId","value":"job-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I25GHA.40\n    \n\n**Use Cases**:\n\n- Accept/Reject Trucking Jobs in ACS\n    \n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-06\n\n**Description**: ACA/Trader user reviews and accepts trucking job. ACS updates trucking job status (Accepted) and optionally sends Driver & Vehicle Details to authorized GHAs via API if enabled for EDI.\n\n**Process Flow**: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ghaCode` | String | 70 | M | Must be alphanumeric and match a valid GHA identifier. |\n| `pickup` | Object | n/a | M | Must contain confirmed pickup details. |\n| `pickup.confirmedTime` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `delivery` | Object | n/a | M | Must contain confirmed delivery details. |\n| `delivery.confirmedTime` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleInfo` | Object | n/a | M | Must contain vehicle and driver information. |\n| `vehicleInfo.vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., KHI-ABC-1234). |\n| `vehicleInfo.vehicleType` | String | 35 | M | Must be a valid vehicle type enum (e.g., \"TRUCK\", \"VAN\", \"10T\"). |\n| `vehicleInfo.driverName` | String | 255 | M | Must be a valid person name (letters, spaces, hyphens). |\n| `vehicleInfo.driverCNIC` | String | 70 | M | Must match CNIC format XXXXX-XXXXXXX-X. |\n| `vehicleInfo.driverPhone` | String | 16 | M | ITU E.164 numbering format |\n| `vehicleInfo.dockNumber` | String | 35 | M | Must be a valid dock identifier (alphanumeric). |\n| `vehicleInfo.qrToken` | String | n/a | M | Must be valid Base64 or Base64-prefixed token string. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"45fd379c-e526-41a2-805e-4e866ec1fd71","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"f358ed28-e46c-4d1e-8850-4b52a5a74bb8","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-06-04T08:28:25.664Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/job/:jobId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","job",":jobId","accept"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"jobId","value":"job-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I25GHA.40\n    \n\n**Use Cases**:\n\n- Accept/Reject Trucking Jobs in ACS\n    \n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-06\n\n**Description**: ACA/Trader user reviews and accepts trucking job. ACS updates trucking job status (Accepted) and optionally sends Driver & Vehicle Details to authorized GHAs via API if enabled for EDI.\n\n**Process Flow**: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ghaCode` | String | 70 | M | Must be alphanumeric and match a valid GHA identifier. |\n| `pickup` | Object | n/a | M | Must contain confirmed pickup details. |\n| `pickup.confirmedTime` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `delivery` | Object | n/a | M | Must contain confirmed delivery details. |\n| `delivery.confirmedTime` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleInfo` | Object | n/a | M | Must contain vehicle and driver information. |\n| `vehicleInfo.vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., KHI-ABC-1234). |\n| `vehicleInfo.vehicleType` | String | 35 | M | Must be a valid vehicle type enum (e.g., \"TRUCK\", \"VAN\", \"10T\"). |\n| `vehicleInfo.driverName` | String | 255 | M | Must be a valid person name (letters, spaces, hyphens). |\n| `vehicleInfo.driverCNIC` | String | 70 | M | Must match CNIC format XXXXX-XXXXXXX-X. |\n| `vehicleInfo.driverPhone` | String | 16 | M | ITU E.164 numbering format |\n| `vehicleInfo.dockNumber` | String | 35 | M | Must be a valid dock identifier (alphanumeric). |\n| `vehicleInfo.qrToken` | String | n/a | M | Must be valid Base64 or Base64-prefixed token string. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"bc0175e8-bc1a-457d-9825-8587687860ea","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"784d5f9a-0fc9-4164-86ca-9982af2809db","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-06-04T08:28:25.664Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/job/:jobId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","job",":jobId","accept"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"jobId","value":"job-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I25GHA.40\n    \n\n**Use Cases**:\n\n- Accept/Reject Trucking Jobs in ACS\n    \n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-06\n\n**Description**: ACA/Trader user reviews and accepts trucking job. ACS updates trucking job status (Accepted) and optionally sends Driver & Vehicle Details to authorized GHAs via API if enabled for EDI.\n\n**Process Flow**: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ghaCode` | String | 70 | M | Must be alphanumeric and match a valid GHA identifier. |\n| `pickup` | Object | n/a | M | Must contain confirmed pickup details. |\n| `pickup.confirmedTime` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `delivery` | Object | n/a | M | Must contain confirmed delivery details. |\n| `delivery.confirmedTime` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleInfo` | Object | n/a | M | Must contain vehicle and driver information. |\n| `vehicleInfo.vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., KHI-ABC-1234). |\n| `vehicleInfo.vehicleType` | String | 35 | M | Must be a valid vehicle type enum (e.g., \"TRUCK\", \"VAN\", \"10T\"). |\n| `vehicleInfo.driverName` | String | 255 | M | Must be a valid person name (letters, spaces, hyphens). |\n| `vehicleInfo.driverCNIC` | String | 70 | M | Must match CNIC format XXXXX-XXXXXXX-X. |\n| `vehicleInfo.driverPhone` | String | 16 | M | ITU E.164 numbering format |\n| `vehicleInfo.dockNumber` | String | 35 | M | Must be a valid dock identifier (alphanumeric). |\n| `vehicleInfo.qrToken` | String | n/a | M | Must be valid Base64 or Base64-prefixed token string. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"fc76e262-e074-4129-8c1a-b073b1a6d3f7","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","disabled":true},{"key":"X-Request-ID","value":"97872057-d4a1-4f2e-8912-fd934664304d","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-06-04T08:28:25.664Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/job/:jobId/accept","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","job",":jobId","accept"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"jobId","value":"job-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I25GHA.40\n    \n\n**Use Cases**:\n\n- Accept/Reject Trucking Jobs in ACS\n    \n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-06\n\n**Description**: ACA/Trader user reviews and accepts trucking job. ACS updates trucking job status (Accepted) and optionally sends Driver & Vehicle Details to authorized GHAs via API if enabled for EDI.\n\n**Process Flow**: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ghaCode` | String | 70 | M | Must be alphanumeric and match a valid GHA identifier. |\n| `pickup` | Object | n/a | M | Must contain confirmed pickup details. |\n| `pickup.confirmedTime` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `delivery` | Object | n/a | M | Must contain confirmed delivery details. |\n| `delivery.confirmedTime` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleInfo` | Object | n/a | M | Must contain vehicle and driver information. |\n| `vehicleInfo.vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., KHI-ABC-1234). |\n| `vehicleInfo.vehicleType` | String | 35 | M | Must be a valid vehicle type enum (e.g., \"TRUCK\", \"VAN\", \"10T\"). |\n| `vehicleInfo.driverName` | String | 255 | M | Must be a valid person name (letters, spaces, hyphens). |\n| `vehicleInfo.driverCNIC` | String | 70 | M | Must match CNIC format XXXXX-XXXXXXX-X. |\n| `vehicleInfo.driverPhone` | String | 16 | M | ITU E.164 numbering format |\n| `vehicleInfo.dockNumber` | String | 35 | M | Must be a valid dock identifier (alphanumeric). |\n| `vehicleInfo.qrToken` | String | n/a | M | Must be valid Base64 or Base64-prefixed token string. |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"1d117c91-c73e-4c1b-b624-a88d4fe043b5"},{"name":"Reject Trucking Job","id":"878bd827-4ce5-4488-b521-55b097ae3a3b","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"4f7974de-3ec7-426e-a2d3-08c5499eaf08","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-06-04T08:28:25.664Z","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":[{"id":"5ca0d103-8b90-4756-bdd6-6f6066afccb8","name":"204 - No Content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"fc35595c-d1a9-4ccd-87d0-32fdeb0f107b","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-06-04T08:28:25.664Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/jobs/:jobId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","jobs",":jobId","reject"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"jobId","value":"job-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I25GHA.40\n    \n\n**Use Case**: Accept/Reject Trucking Jobs in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-06\n\n**Description**: ACA/Trader user reviews and rejects trucking job. ACS updates trucking job status (Rejected) and optionally sends Driver & Vehicle Details to authorized GHAs via API if enabled for EDI.\n\n**Process Flow**: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `reason` | String | 255 | M | Free text allowed; must not be empty string. |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2739f532-9f87-4b82-be7f-8fb50314128f","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"bdf5c435-4922-49bb-879a-a447c61c7230","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-06-04T08:28:25.664Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/jobs/:jobId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","jobs",":jobId","reject"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"jobId","value":"job-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I25GHA.40\n    \n\n**Use Case**: Accept/Reject Trucking Jobs in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-06\n\n**Description**: ACA/Trader user reviews and rejects trucking job. ACS updates trucking job status (Rejected) and optionally sends Driver & Vehicle Details to authorized GHAs via API if enabled for EDI.\n\n**Process Flow**: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `reason` | String | 255 | M | Free text allowed; must not be empty string. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"2e867d54-7e77-4a75-8c2d-a11e984486ef","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"cfe01369-f774-4a86-879d-67fabfb133c6","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-06-04T08:28:25.664Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/jobs/:jobId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","jobs",":jobId","reject"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"jobId","value":"job-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I25GHA.40\n    \n\n**Use Case**: Accept/Reject Trucking Jobs in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-06\n\n**Description**: ACA/Trader user reviews and rejects trucking job. ACS updates trucking job status (Rejected) and optionally sends Driver & Vehicle Details to authorized GHAs via API if enabled for EDI.\n\n**Process Flow**: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `reason` | String | 255 | M | Free text allowed; must not be empty string. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"e138e0f8-3cf4-40f6-951d-9db0221e9a63","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"f26a63ec-0409-4481-8faf-acc9293ac218","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-06-04T08:28:25.664Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/jobs/:jobId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","jobs",":jobId","reject"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"jobId","value":"job-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I25GHA.40\n    \n\n**Use Case**: Accept/Reject Trucking Jobs in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-06\n\n**Description**: ACA/Trader user reviews and rejects trucking job. ACS updates trucking job status (Rejected) and optionally sends Driver & Vehicle Details to authorized GHAs via API if enabled for EDI.\n\n**Process Flow**: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `reason` | String | 255 | M | Free text allowed; must not be empty string. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"f2337993-4aaa-4673-aaeb-318a5e15fefc","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"e7ae1a02-1347-4da5-99e7-e16dab449d17","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-06-04T08:28:25.664Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/jobs/:jobId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","jobs",":jobId","reject"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"jobId","value":"job-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I25GHA.40\n    \n\n**Use Case**: Accept/Reject Trucking Jobs in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-06\n\n**Description**: ACA/Trader user reviews and rejects trucking job. ACS updates trucking job status (Rejected) and optionally sends Driver & Vehicle Details to authorized GHAs via API if enabled for EDI.\n\n**Process Flow**: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `reason` | String | 255 | M | Free text allowed; must not be empty string. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"c5699f3e-169f-4be4-9e38-6ffed95b0a6f","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"10b2a5e7-3683-42e9-9131-86b0c1882062","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-06-04T08:28:25.664Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/jobs/:jobId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","jobs",":jobId","reject"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"jobId","value":"job-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I25GHA.40\n    \n\n**Use Case**: Accept/Reject Trucking Jobs in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-06\n\n**Description**: ACA/Trader user reviews and rejects trucking job. ACS updates trucking job status (Rejected) and optionally sends Driver & Vehicle Details to authorized GHAs via API if enabled for EDI.\n\n**Process Flow**: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `reason` | String | 255 | M | Free text allowed; must not be empty string. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"3aa2781a-3330-424e-8522-c25cb1f35157","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"f47fcdca-9985-48a7-a3aa-241a34b548c0","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-06-04T08:28:25.664Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"Price too high\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-requests/:requestId/jobs/:jobId/reject","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-requests",":requestId","jobs",":jobId","reject"],"variable":[{"key":"requestId","value":"trk-req-001"},{"key":"jobId","value":"job-001"}]},"description":"**Requirement References**:\n\n- EO.I24TRK.24\n    \n- G.I25GHA.40\n    \n\n**Use Case**: Accept/Reject Trucking Jobs in ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-06\n\n**Description**: ACA/Trader user reviews and rejects trucking job. ACS updates trucking job status (Rejected) and optionally sends Driver & Vehicle Details to authorized GHAs via API if enabled for EDI.\n\n**Process Flow**: Transporter / Truck Operator (I25TRK) → Airport Community System → GHA System (I27GHA)\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `reason` | String | 255 | M | Free text allowed; must not be empty string. |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"878bd827-4ce5-4488-b521-55b097ae3a3b"},{"name":"Submit GHA Slot Assignment","id":"640c16f9-3eb6-454d-bf7e-657426af48ba","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"1cb513b4-7e13-4bc7-a719-fee710c8afc6","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-06-04T08:28:25.664Z","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":[{"id":"3f62eaff-cb0c-4809-b6ca-086fe5b402ea","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"f4826da0-ffc0-4a63-ae3a-eef41a0772bd","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-06-04T08:28:25.665Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-jobs/:jobId/slot","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-jobs",":jobId","slot"],"variable":[{"key":"jobId","value":"trk-job-001"}]},"description":"**Requirement Reference**:\n\n- EO.I26TRK.25\n    \n- G.I25GHA.40\n    \n- G.I27GHA.46\n    \n\n**Use Case**: Send GHA Truck Slot Number to ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-08\n\n**Description**: GHA sends assigned slot number and time for truck arrival.\n\n**Process Flow**: GHA System (I25GHA) → Airport Community System\n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"db0de082-f7cd-452f-b837-b4ca9beb58ce","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"a5a82abb-1f43-4f8d-a1e6-bbe6d018bebe","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-06-04T08:28:25.665Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-jobs/:jobId/slot","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-jobs",":jobId","slot"],"variable":[{"key":"jobId","value":"trk-job-001"}]},"description":"**Requirement Reference**:\n\n- EO.I26TRK.25\n    \n- G.I25GHA.40\n    \n- G.I27GHA.46\n    \n\n**Use Case**: Send GHA Truck Slot Number to ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-08\n\n**Description**: GHA sends assigned slot number and time for truck arrival.\n\n**Process Flow**: GHA System (I25GHA) → Airport Community System\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"05797ad0-cf01-4e0e-88f0-8ba0e297237b","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"4f2378de-6850-4c44-b5e8-f7c9b801c4ac","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-06-04T08:28:25.665Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-jobs/:jobId/slot","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-jobs",":jobId","slot"],"variable":[{"key":"jobId","value":"trk-job-001"}]},"description":"**Requirement Reference**:\n\n- EO.I26TRK.25\n    \n- G.I25GHA.40\n    \n- G.I27GHA.46\n    \n\n**Use Case**: Send GHA Truck Slot Number to ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-08\n\n**Description**: GHA sends assigned slot number and time for truck arrival.\n\n**Process Flow**: GHA System (I25GHA) → Airport Community System\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"999e3b3c-e3c1-49ed-9cce-ed7257b77ab3","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"ae07dc97-087d-44c5-b1f9-43db905f6be2","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-06-04T08:28:25.665Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-jobs/:jobId/slot","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-jobs",":jobId","slot"],"variable":[{"key":"jobId","value":"trk-job-001"}]},"description":"**Requirement Reference**:\n\n- EO.I26TRK.25\n    \n- G.I25GHA.40\n    \n- G.I27GHA.46\n    \n\n**Use Case**: Send GHA Truck Slot Number to ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-08\n\n**Description**: GHA sends assigned slot number and time for truck arrival.\n\n**Process Flow**: GHA System (I25GHA) → Airport Community System\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"188b26c1-3dae-4841-a938-227c3f4450dc","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"a03f154b-b112-4d5f-829a-6e51d107a196","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-06-04T08:28:25.665Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-jobs/:jobId/slot","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-jobs",":jobId","slot"],"variable":[{"key":"jobId","value":"trk-job-001"}]},"description":"**Requirement Reference**:\n\n- EO.I26TRK.25\n    \n- G.I25GHA.40\n    \n- G.I27GHA.46\n    \n\n**Use Case**: Send GHA Truck Slot Number to ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-08\n\n**Description**: GHA sends assigned slot number and time for truck arrival.\n\n**Process Flow**: GHA System (I25GHA) → Airport Community System\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"33b44fa6-d9d2-410e-a91c-a62b17c14708","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"85b8e832-db2c-4dd9-b673-17a34e5071a8","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-06-04T08:28:25.665Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-jobs/:jobId/slot","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-jobs",":jobId","slot"],"variable":[{"key":"jobId","value":"trk-job-001"}]},"description":"**Requirement Reference**:\n\n- EO.I26TRK.25\n    \n- G.I25GHA.40\n    \n- G.I27GHA.46\n    \n\n**Use Case**: Send GHA Truck Slot Number to ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-08\n\n**Description**: GHA sends assigned slot number and time for truck arrival.\n\n**Process Flow**: GHA System (I25GHA) → Airport Community System\n\n**Priority**: P1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"8b38f5cd-e730-40cb-8009-e44f9420cee7","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"X-Request-ID","value":"d493c8e0-3ab4-426d-bda2-0a71c577f404","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-06-04T08:28:25.665Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/trucking-jobs/:jobId/slot","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","import","trucking-jobs",":jobId","slot"],"variable":[{"key":"jobId","value":"trk-job-001"}]},"description":"**Requirement Reference**:\n\n- EO.I26TRK.25\n    \n- G.I25GHA.40\n    \n- G.I27GHA.46\n    \n\n**Use Case**: Send GHA Truck Slot Number to ACS\n\n**Integration Point**: IN_FR-3-EOPSI-TRK-R-01-UC-08\n\n**Description**: GHA sends assigned slot number and time for truck arrival.\n\n**Process Flow**: GHA System (I25GHA) → Airport Community System\n\n**Priority**: P1"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"640c16f9-3eb6-454d-bf7e-657426af48ba"}],"id":"7c279886-b160-4894-a2b1-3ef9c16fbec6","description":"<p>Trucking operations cover the requests, quotes, and job confirmations used to move cargo by truck. Users create requests, send quotes, approve or reject them, and assign GHA slots.</p>\n","_postman_id":"7c279886-b160-4894-a2b1-3ef9c16fbec6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"fa91facc-09b5-43a1-bb32-c127769cae64","description":"<p>Arrival and customs cover the checks and paperwork that happen when cargo reaches the airport. Users submit arrival details, x-ray images, and trucking-related updates.</p>\n","_postman_id":"fa91facc-09b5-43a1-bb32-c127769cae64","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"9f66f80d-5d23-4e43-8b5f-9f39eff1005c","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"c811a5d7-ff22-434f-bf03-6216304dcd44","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-06-04T08:28:25.665Z","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/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":[{"id":"29195b85-dd8a-4fa5-abe3-00e8992f4640","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"7ca5b02a-0950-4b39-a28e-514d352e8305","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.665Z","description":"ISO 8601 timestamp of the request","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/import/delivery-orders","description":"**Requirement Reference**: G.I15GHA.22\n\n**Use Case**: Send e-DO to ACS\n\n**Integration Point**: IN_FR-6-GHAI-EDO-R-01-UC-01\n\n**Description**: GHA creates electronic Delivery Order (e-DO) for import shipments after customs clearance.\n\n**Shipment Types**:\n\n- **DIRECT**: Direct shipment (MAWB only) - GHA issues directly to Consignee\n    \n- **CONSOLIDATED**: Consolidated shipment (HAWB under MAWB) - GHA issues to ACA who then issues to Consignee\n    \n\n**Process Flow**: GHA System (I15GHA) → Airport Community System\n\n**Priority**: P1\n\nAPI Parameters:\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| doReference | String | 70 | M | Alphanumeric with dashes; unique (e.g., EDO-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | AWB number format (nnn-nnnnnnnn) |\n| shipmentType | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\"\\] |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| arrivalDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignee | Object | n/a | M | Contains consignee details |\n| consignee.name | String | 255 | M | Valid business/person name |\n| consignee.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignee.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignee.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| consignee.email | String | 255 | O | Must be valid email address |\n| consignee.address | Object | n/a | O | Address fields |\n| consignee.address.street | String | 255 | O | Free text allowed |\n| consignee.address.city | String | 70 | O | Must be a valid city name |\n| consignee.address.state | String | 70 | O | Must be a valid state/province |\n| consignee.address.postalCode | String | 35 | O | Must be a valid postal code |\n| consignee.address.country | String | 255 | O | Valid country name |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| aca | Object | n/a | O | ACA details (Air Cargo Agent) |\n| aca.name | String | 255 | O | Valid agent name |\n| aca.code | String | 70 | O | Agent code/abbreviation |\n| aca.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| cargo | Object | n/a | M | Cargo info |\n| cargo.pieces | Integer | n/a | M | Positive integer |\n| cargo.weight | Number | n/a | M | Positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| cargo.volume | Number | n/a | O | Positive number if present |\n| cargo.volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if cargo.volume is included. |\n| cargo.commodityDescription | String | 255 | O | Free text |\n| signatoryDetails | Object | n/a | O | Signing party info |\n| signatoryDetails.name | String | 255 | O | Alphabetic with spaces/hyphens |\n| signatoryDetails.designation | String | 255 | O | Free text job title |\n| signatoryDetails.cnicNumber | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDatetime | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | O | Must be valid IPv4/IPv6 |\n| warehouseLocation | String | 255 | O | Free text location code |\n| gdNumber | String | 35 | O | GD ref format (GD-YYYY-XXXXXX) |\n| gdStatus | String | 35 | O | Must be one of \\[\"CLEARED\", \"HELD\", \"RELEASED\", etc.\\] |\n| gdClearanceDate | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| customsDutyPaid | Number | n/a | O | Positive number |\n| currency | String | 3 | M | ISO 4217 currency code |\n| releaseConditions | String | 255 | O | Free text |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS); must be ≥ createdAt |\n| remarks | String | 255 | O | Free text |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ecb1a6f5-7997-4e65-96cb-7c564daea993","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"3667ada9-9233-4294-b4fc-c5c6c5482456","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.665Z","description":"ISO 8601 timestamp of the request","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/import/delivery-orders","description":"**Requirement Reference**: G.I15GHA.22\n\n**Use Case**: Send e-DO to ACS\n\n**Integration Point**: IN_FR-6-GHAI-EDO-R-01-UC-01\n\n**Description**: GHA creates electronic Delivery Order (e-DO) for import shipments after customs clearance.\n\n**Shipment Types**:\n\n- **DIRECT**: Direct shipment (MAWB only) - GHA issues directly to Consignee\n    \n- **CONSOLIDATED**: Consolidated shipment (HAWB under MAWB) - GHA issues to ACA who then issues to Consignee\n    \n\n**Process Flow**: GHA System (I15GHA) → Airport Community System\n\n**Priority**: P1\n\nAPI Parameters:\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| doReference | String | 70 | M | Alphanumeric with dashes; unique (e.g., EDO-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | AWB number format (nnn-nnnnnnnn) |\n| shipmentType | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\"\\] |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| arrivalDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignee | Object | n/a | M | Contains consignee details |\n| consignee.name | String | 255 | M | Valid business/person name |\n| consignee.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignee.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignee.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| consignee.email | String | 255 | O | Must be valid email address |\n| consignee.address | Object | n/a | O | Address fields |\n| consignee.address.street | String | 255 | O | Free text allowed |\n| consignee.address.city | String | 70 | O | Must be a valid city name |\n| consignee.address.state | String | 70 | O | Must be a valid state/province |\n| consignee.address.postalCode | String | 35 | O | Must be a valid postal code |\n| consignee.address.country | String | 255 | O | Valid country name |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| aca | Object | n/a | O | ACA details (Air Cargo Agent) |\n| aca.name | String | 255 | O | Valid agent name |\n| aca.code | String | 70 | O | Agent code/abbreviation |\n| aca.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| cargo | Object | n/a | M | Cargo info |\n| cargo.pieces | Integer | n/a | M | Positive integer |\n| cargo.weight | Number | n/a | M | Positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| cargo.volume | Number | n/a | O | Positive number if present |\n| cargo.volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if cargo.volume is included. |\n| cargo.commodityDescription | String | 255 | O | Free text |\n| signatoryDetails | Object | n/a | O | Signing party info |\n| signatoryDetails.name | String | 255 | O | Alphabetic with spaces/hyphens |\n| signatoryDetails.designation | String | 255 | O | Free text job title |\n| signatoryDetails.cnicNumber | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDatetime | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | O | Must be valid IPv4/IPv6 |\n| warehouseLocation | String | 255 | O | Free text location code |\n| gdNumber | String | 35 | O | GD ref format (GD-YYYY-XXXXXX) |\n| gdStatus | String | 35 | O | Must be one of \\[\"CLEARED\", \"HELD\", \"RELEASED\", etc.\\] |\n| gdClearanceDate | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| customsDutyPaid | Number | n/a | O | Positive number |\n| currency | String | 3 | M | ISO 4217 currency code |\n| releaseConditions | String | 255 | O | Free text |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS); must be ≥ createdAt |\n| remarks | String | 255 | O | Free text |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"049e584d-cb4a-46ee-a70b-d5ec9e4f75e6","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"fbef3635-10b5-4fb4-9899-89e74fce28d4","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.665Z","description":"ISO 8601 timestamp of the request","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/import/delivery-orders","description":"**Requirement Reference**: G.I15GHA.22\n\n**Use Case**: Send e-DO to ACS\n\n**Integration Point**: IN_FR-6-GHAI-EDO-R-01-UC-01\n\n**Description**: GHA creates electronic Delivery Order (e-DO) for import shipments after customs clearance.\n\n**Shipment Types**:\n\n- **DIRECT**: Direct shipment (MAWB only) - GHA issues directly to Consignee\n    \n- **CONSOLIDATED**: Consolidated shipment (HAWB under MAWB) - GHA issues to ACA who then issues to Consignee\n    \n\n**Process Flow**: GHA System (I15GHA) → Airport Community System\n\n**Priority**: P1\n\nAPI Parameters:\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| doReference | String | 70 | M | Alphanumeric with dashes; unique (e.g., EDO-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | AWB number format (nnn-nnnnnnnn) |\n| shipmentType | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\"\\] |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| arrivalDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignee | Object | n/a | M | Contains consignee details |\n| consignee.name | String | 255 | M | Valid business/person name |\n| consignee.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignee.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignee.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| consignee.email | String | 255 | O | Must be valid email address |\n| consignee.address | Object | n/a | O | Address fields |\n| consignee.address.street | String | 255 | O | Free text allowed |\n| consignee.address.city | String | 70 | O | Must be a valid city name |\n| consignee.address.state | String | 70 | O | Must be a valid state/province |\n| consignee.address.postalCode | String | 35 | O | Must be a valid postal code |\n| consignee.address.country | String | 255 | O | Valid country name |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| aca | Object | n/a | O | ACA details (Air Cargo Agent) |\n| aca.name | String | 255 | O | Valid agent name |\n| aca.code | String | 70 | O | Agent code/abbreviation |\n| aca.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| cargo | Object | n/a | M | Cargo info |\n| cargo.pieces | Integer | n/a | M | Positive integer |\n| cargo.weight | Number | n/a | M | Positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| cargo.volume | Number | n/a | O | Positive number if present |\n| cargo.volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if cargo.volume is included. |\n| cargo.commodityDescription | String | 255 | O | Free text |\n| signatoryDetails | Object | n/a | O | Signing party info |\n| signatoryDetails.name | String | 255 | O | Alphabetic with spaces/hyphens |\n| signatoryDetails.designation | String | 255 | O | Free text job title |\n| signatoryDetails.cnicNumber | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDatetime | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | O | Must be valid IPv4/IPv6 |\n| warehouseLocation | String | 255 | O | Free text location code |\n| gdNumber | String | 35 | O | GD ref format (GD-YYYY-XXXXXX) |\n| gdStatus | String | 35 | O | Must be one of \\[\"CLEARED\", \"HELD\", \"RELEASED\", etc.\\] |\n| gdClearanceDate | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| customsDutyPaid | Number | n/a | O | Positive number |\n| currency | String | 3 | M | ISO 4217 currency code |\n| releaseConditions | String | 255 | O | Free text |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS); must be ≥ createdAt |\n| remarks | String | 255 | O | Free text |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"d52a2f60-837f-45ab-abbf-727acf66be95","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"f0c393a9-5894-47bd-b70d-58ff75b39623","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.665Z","description":"ISO 8601 timestamp of the request","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/import/delivery-orders","description":"**Requirement Reference**: G.I15GHA.22\n\n**Use Case**: Send e-DO to ACS\n\n**Integration Point**: IN_FR-6-GHAI-EDO-R-01-UC-01\n\n**Description**: GHA creates electronic Delivery Order (e-DO) for import shipments after customs clearance.\n\n**Shipment Types**:\n\n- **DIRECT**: Direct shipment (MAWB only) - GHA issues directly to Consignee\n    \n- **CONSOLIDATED**: Consolidated shipment (HAWB under MAWB) - GHA issues to ACA who then issues to Consignee\n    \n\n**Process Flow**: GHA System (I15GHA) → Airport Community System\n\n**Priority**: P1\n\nAPI Parameters:\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| doReference | String | 70 | M | Alphanumeric with dashes; unique (e.g., EDO-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | AWB number format (nnn-nnnnnnnn) |\n| shipmentType | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\"\\] |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| arrivalDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignee | Object | n/a | M | Contains consignee details |\n| consignee.name | String | 255 | M | Valid business/person name |\n| consignee.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignee.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignee.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| consignee.email | String | 255 | O | Must be valid email address |\n| consignee.address | Object | n/a | O | Address fields |\n| consignee.address.street | String | 255 | O | Free text allowed |\n| consignee.address.city | String | 70 | O | Must be a valid city name |\n| consignee.address.state | String | 70 | O | Must be a valid state/province |\n| consignee.address.postalCode | String | 35 | O | Must be a valid postal code |\n| consignee.address.country | String | 255 | O | Valid country name |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| aca | Object | n/a | O | ACA details (Air Cargo Agent) |\n| aca.name | String | 255 | O | Valid agent name |\n| aca.code | String | 70 | O | Agent code/abbreviation |\n| aca.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| cargo | Object | n/a | M | Cargo info |\n| cargo.pieces | Integer | n/a | M | Positive integer |\n| cargo.weight | Number | n/a | M | Positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| cargo.volume | Number | n/a | O | Positive number if present |\n| cargo.volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if cargo.volume is included. |\n| cargo.commodityDescription | String | 255 | O | Free text |\n| signatoryDetails | Object | n/a | O | Signing party info |\n| signatoryDetails.name | String | 255 | O | Alphabetic with spaces/hyphens |\n| signatoryDetails.designation | String | 255 | O | Free text job title |\n| signatoryDetails.cnicNumber | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDatetime | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | O | Must be valid IPv4/IPv6 |\n| warehouseLocation | String | 255 | O | Free text location code |\n| gdNumber | String | 35 | O | GD ref format (GD-YYYY-XXXXXX) |\n| gdStatus | String | 35 | O | Must be one of \\[\"CLEARED\", \"HELD\", \"RELEASED\", etc.\\] |\n| gdClearanceDate | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| customsDutyPaid | Number | n/a | O | Positive number |\n| currency | String | 3 | M | ISO 4217 currency code |\n| releaseConditions | String | 255 | O | Free text |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS); must be ≥ createdAt |\n| remarks | String | 255 | O | Free text |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"b0ba18ef-ab5d-4308-bbe2-4b919dba0ef5","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"8ef71303-cea2-4557-9fcc-177043d6c47a","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.665Z","description":"ISO 8601 timestamp of the request","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/import/delivery-orders","description":"**Requirement Reference**: G.I15GHA.22\n\n**Use Case**: Send e-DO to ACS\n\n**Integration Point**: IN_FR-6-GHAI-EDO-R-01-UC-01\n\n**Description**: GHA creates electronic Delivery Order (e-DO) for import shipments after customs clearance.\n\n**Shipment Types**:\n\n- **DIRECT**: Direct shipment (MAWB only) - GHA issues directly to Consignee\n    \n- **CONSOLIDATED**: Consolidated shipment (HAWB under MAWB) - GHA issues to ACA who then issues to Consignee\n    \n\n**Process Flow**: GHA System (I15GHA) → Airport Community System\n\n**Priority**: P1\n\nAPI Parameters:\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| doReference | String | 70 | M | Alphanumeric with dashes; unique (e.g., EDO-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | AWB number format (nnn-nnnnnnnn) |\n| shipmentType | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\"\\] |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| arrivalDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignee | Object | n/a | M | Contains consignee details |\n| consignee.name | String | 255 | M | Valid business/person name |\n| consignee.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignee.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignee.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| consignee.email | String | 255 | O | Must be valid email address |\n| consignee.address | Object | n/a | O | Address fields |\n| consignee.address.street | String | 255 | O | Free text allowed |\n| consignee.address.city | String | 70 | O | Must be a valid city name |\n| consignee.address.state | String | 70 | O | Must be a valid state/province |\n| consignee.address.postalCode | String | 35 | O | Must be a valid postal code |\n| consignee.address.country | String | 255 | O | Valid country name |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| aca | Object | n/a | O | ACA details (Air Cargo Agent) |\n| aca.name | String | 255 | O | Valid agent name |\n| aca.code | String | 70 | O | Agent code/abbreviation |\n| aca.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| cargo | Object | n/a | M | Cargo info |\n| cargo.pieces | Integer | n/a | M | Positive integer |\n| cargo.weight | Number | n/a | M | Positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| cargo.volume | Number | n/a | O | Positive number if present |\n| cargo.volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if cargo.volume is included. |\n| cargo.commodityDescription | String | 255 | O | Free text |\n| signatoryDetails | Object | n/a | O | Signing party info |\n| signatoryDetails.name | String | 255 | O | Alphabetic with spaces/hyphens |\n| signatoryDetails.designation | String | 255 | O | Free text job title |\n| signatoryDetails.cnicNumber | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDatetime | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | O | Must be valid IPv4/IPv6 |\n| warehouseLocation | String | 255 | O | Free text location code |\n| gdNumber | String | 35 | O | GD ref format (GD-YYYY-XXXXXX) |\n| gdStatus | String | 35 | O | Must be one of \\[\"CLEARED\", \"HELD\", \"RELEASED\", etc.\\] |\n| gdClearanceDate | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| customsDutyPaid | Number | n/a | O | Positive number |\n| currency | String | 3 | M | ISO 4217 currency code |\n| releaseConditions | String | 255 | O | Free text |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS); must be ≥ createdAt |\n| remarks | String | 255 | O | Free text |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"9f66f80d-5d23-4e43-8b5f-9f39eff1005c"},{"name":"Create e-DO Payment","id":"e99fcb22-1619-4be3-841c-19ba27b3143d","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"656bc641-0367-4815-bf0f-eb9787d1eac5","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-06-04T08:28:25.665Z","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":[{"id":"7829f1b4-288e-4dcb-a8ce-3bb428e38e5f","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"30856888-e8bc-40d7-bb0d-5a4ab1dc655d","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-06-04T08:28:25.665Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- G.I16CNE.24\n    \n- G.I17CNE.25\n    \n- G.I17ACA.26\n    \n- G.I18CNE.27\n    \n- G.I17GHA.29\n    \n\n**Use Case**: Generate Invoice for e-DO fees\n\n**Integration Points:**\n\n- IN_FR-4-EOPSI-PAY-R-01-UC-01\n    \n- IN_FR-4-EOPSI-PAY-R-01-UC-02\n    \n- IN_FR-6-GHAI-EDO-R-01-UC-07\n    \n\n**Description**: 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.\n\n**Payment Workflows**:\n\n**Consolidated Shipments** (Two-step):\n\n1. Consignee pays e-DO fee to ACA via PSW UPS\n    \n2. ACA receives payment confirmation\n    \n3. ACA pays GHA e-DO fee via PSW UPS\n    \n4. GHA receives payment and authorizes cargo release\n    \n\n**Direct Shipments** (Direct):\n\n1. Consignee pays e-DO fee to GHA via PSW UPS\n    \n2. GHA receives payment and authorizes cargo release\n    \n\n**PSW UPS Integration**:\n\n- Generates PSID (Payment System ID) for tracking\n    \n- Provides payment link for online/bank payment\n    \n- Sends payment confirmation to all parties\n    \n- Real-time status updates\n    \n\n**Process Flows**:\n\n- CONSOLIDATED: Consignee System → Airport Community System → Pakistan Single Window UPS → Air Cargo Agent (I17ACA) → GHA System (I20GHA)\n    \n- DIRECT: Consignee System → Airport Community System → Pakistan Single Window UPS → GHA System (I20GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `doId` | String | 70 | M | Alphanumeric with dashes/underscores allowed (e.g., edo-12345) |\n| `payerType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `payerId` | String | 70 | C | Required if `payerType` ≠ `INDIVIDUAL`; alphanumeric identifier |\n| `payerCNIC` | String | 15 | C | Required if payer is an individual; CNIC format (nnnnn-nnnnnnn-n) |\n| `payerName` | String | 255 | M | Valid business/person name |\n| `paymentMethod` | String | 35 | M | Must be one of \\[\"PSW_UPS\", \"CASH\", \"BANK_TRANSFER\", \"CARD\"\\] |\n| `amount` | Number | n/a | M | Must be a positive number |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `paymentDescription` | String | 255 | O | Free text description |\n| `shipmentType` | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\", etc\\] |\n| `receiverType` | String | 35 | M | Must be one of \\[\"ACA\", \"GHA\", \"AIRLINE\", \"CONSIGNEE\", etc\\] |\n| `receiverId` | String | 70 | C | Required when `receiverType` is organizational; alphanumeric identifier |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e7d2cedc-f193-4928-893a-d800397d424f","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"a7f4294d-256a-41f1-b26c-89fc24e3e9e4","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-06-04T08:28:25.666Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- G.I16CNE.24\n    \n- G.I17CNE.25\n    \n- G.I17ACA.26\n    \n- G.I18CNE.27\n    \n- G.I17GHA.29\n    \n\n**Use Case**: Generate Invoice for e-DO fees\n\n**Integration Points:**\n\n- IN_FR-4-EOPSI-PAY-R-01-UC-01\n    \n- IN_FR-4-EOPSI-PAY-R-01-UC-02\n    \n- IN_FR-6-GHAI-EDO-R-01-UC-07\n    \n\n**Description**: 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.\n\n**Payment Workflows**:\n\n**Consolidated Shipments** (Two-step):\n\n1. Consignee pays e-DO fee to ACA via PSW UPS\n    \n2. ACA receives payment confirmation\n    \n3. ACA pays GHA e-DO fee via PSW UPS\n    \n4. GHA receives payment and authorizes cargo release\n    \n\n**Direct Shipments** (Direct):\n\n1. Consignee pays e-DO fee to GHA via PSW UPS\n    \n2. GHA receives payment and authorizes cargo release\n    \n\n**PSW UPS Integration**:\n\n- Generates PSID (Payment System ID) for tracking\n    \n- Provides payment link for online/bank payment\n    \n- Sends payment confirmation to all parties\n    \n- Real-time status updates\n    \n\n**Process Flows**:\n\n- CONSOLIDATED: Consignee System → Airport Community System → Pakistan Single Window UPS → Air Cargo Agent (I17ACA) → GHA System (I20GHA)\n    \n- DIRECT: Consignee System → Airport Community System → Pakistan Single Window UPS → GHA System (I20GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `doId` | String | 70 | M | Alphanumeric with dashes/underscores allowed (e.g., edo-12345) |\n| `payerType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `payerId` | String | 70 | C | Required if `payerType` ≠ `INDIVIDUAL`; alphanumeric identifier |\n| `payerCNIC` | String | 15 | C | Required if payer is an individual; CNIC format (nnnnn-nnnnnnn-n) |\n| `payerName` | String | 255 | M | Valid business/person name |\n| `paymentMethod` | String | 35 | M | Must be one of \\[\"PSW_UPS\", \"CASH\", \"BANK_TRANSFER\", \"CARD\"\\] |\n| `amount` | Number | n/a | M | Must be a positive number |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `paymentDescription` | String | 255 | O | Free text description |\n| `shipmentType` | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\", etc\\] |\n| `receiverType` | String | 35 | M | Must be one of \\[\"ACA\", \"GHA\", \"AIRLINE\", \"CONSIGNEE\", etc\\] |\n| `receiverId` | String | 70 | C | Required when `receiverType` is organizational; alphanumeric identifier |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"b0878e1d-433e-44f4-86f4-c0abdb3240f6","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"18c95b51-fb3e-4e51-aa78-2acc7b1f25f1","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-06-04T08:28:25.666Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- G.I16CNE.24\n    \n- G.I17CNE.25\n    \n- G.I17ACA.26\n    \n- G.I18CNE.27\n    \n- G.I17GHA.29\n    \n\n**Use Case**: Generate Invoice for e-DO fees\n\n**Integration Points:**\n\n- IN_FR-4-EOPSI-PAY-R-01-UC-01\n    \n- IN_FR-4-EOPSI-PAY-R-01-UC-02\n    \n- IN_FR-6-GHAI-EDO-R-01-UC-07\n    \n\n**Description**: 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.\n\n**Payment Workflows**:\n\n**Consolidated Shipments** (Two-step):\n\n1. Consignee pays e-DO fee to ACA via PSW UPS\n    \n2. ACA receives payment confirmation\n    \n3. ACA pays GHA e-DO fee via PSW UPS\n    \n4. GHA receives payment and authorizes cargo release\n    \n\n**Direct Shipments** (Direct):\n\n1. Consignee pays e-DO fee to GHA via PSW UPS\n    \n2. GHA receives payment and authorizes cargo release\n    \n\n**PSW UPS Integration**:\n\n- Generates PSID (Payment System ID) for tracking\n    \n- Provides payment link for online/bank payment\n    \n- Sends payment confirmation to all parties\n    \n- Real-time status updates\n    \n\n**Process Flows**:\n\n- CONSOLIDATED: Consignee System → Airport Community System → Pakistan Single Window UPS → Air Cargo Agent (I17ACA) → GHA System (I20GHA)\n    \n- DIRECT: Consignee System → Airport Community System → Pakistan Single Window UPS → GHA System (I20GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `doId` | String | 70 | M | Alphanumeric with dashes/underscores allowed (e.g., edo-12345) |\n| `payerType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `payerId` | String | 70 | C | Required if `payerType` ≠ `INDIVIDUAL`; alphanumeric identifier |\n| `payerCNIC` | String | 15 | C | Required if payer is an individual; CNIC format (nnnnn-nnnnnnn-n) |\n| `payerName` | String | 255 | M | Valid business/person name |\n| `paymentMethod` | String | 35 | M | Must be one of \\[\"PSW_UPS\", \"CASH\", \"BANK_TRANSFER\", \"CARD\"\\] |\n| `amount` | Number | n/a | M | Must be a positive number |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `paymentDescription` | String | 255 | O | Free text description |\n| `shipmentType` | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\", etc\\] |\n| `receiverType` | String | 35 | M | Must be one of \\[\"ACA\", \"GHA\", \"AIRLINE\", \"CONSIGNEE\", etc\\] |\n| `receiverId` | String | 70 | C | Required when `receiverType` is organizational; alphanumeric identifier |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"48fbf4b3-1b51-40d6-8f50-1b2573b40be2","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"f37f3397-da94-42b8-97b9-6afce6e00028","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-06-04T08:28:25.666Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- G.I16CNE.24\n    \n- G.I17CNE.25\n    \n- G.I17ACA.26\n    \n- G.I18CNE.27\n    \n- G.I17GHA.29\n    \n\n**Use Case**: Generate Invoice for e-DO fees\n\n**Integration Points:**\n\n- IN_FR-4-EOPSI-PAY-R-01-UC-01\n    \n- IN_FR-4-EOPSI-PAY-R-01-UC-02\n    \n- IN_FR-6-GHAI-EDO-R-01-UC-07\n    \n\n**Description**: 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.\n\n**Payment Workflows**:\n\n**Consolidated Shipments** (Two-step):\n\n1. Consignee pays e-DO fee to ACA via PSW UPS\n    \n2. ACA receives payment confirmation\n    \n3. ACA pays GHA e-DO fee via PSW UPS\n    \n4. GHA receives payment and authorizes cargo release\n    \n\n**Direct Shipments** (Direct):\n\n1. Consignee pays e-DO fee to GHA via PSW UPS\n    \n2. GHA receives payment and authorizes cargo release\n    \n\n**PSW UPS Integration**:\n\n- Generates PSID (Payment System ID) for tracking\n    \n- Provides payment link for online/bank payment\n    \n- Sends payment confirmation to all parties\n    \n- Real-time status updates\n    \n\n**Process Flows**:\n\n- CONSOLIDATED: Consignee System → Airport Community System → Pakistan Single Window UPS → Air Cargo Agent (I17ACA) → GHA System (I20GHA)\n    \n- DIRECT: Consignee System → Airport Community System → Pakistan Single Window UPS → GHA System (I20GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `doId` | String | 70 | M | Alphanumeric with dashes/underscores allowed (e.g., edo-12345) |\n| `payerType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `payerId` | String | 70 | C | Required if `payerType` ≠ `INDIVIDUAL`; alphanumeric identifier |\n| `payerCNIC` | String | 15 | C | Required if payer is an individual; CNIC format (nnnnn-nnnnnnn-n) |\n| `payerName` | String | 255 | M | Valid business/person name |\n| `paymentMethod` | String | 35 | M | Must be one of \\[\"PSW_UPS\", \"CASH\", \"BANK_TRANSFER\", \"CARD\"\\] |\n| `amount` | Number | n/a | M | Must be a positive number |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `paymentDescription` | String | 255 | O | Free text description |\n| `shipmentType` | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\", etc\\] |\n| `receiverType` | String | 35 | M | Must be one of \\[\"ACA\", \"GHA\", \"AIRLINE\", \"CONSIGNEE\", etc\\] |\n| `receiverId` | String | 70 | C | Required when `receiverType` is organizational; alphanumeric identifier |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d17fc114-16eb-4ca3-a90d-6ea27bf4c17a","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{jwt_token}}"},{"key":"X-Request-ID","value":"1a7e422f-3353-4543-ba6f-cc6cbbf363d8","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-06-04T08:28:25.666Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- G.I16CNE.24\n    \n- G.I17CNE.25\n    \n- G.I17ACA.26\n    \n- G.I18CNE.27\n    \n- G.I17GHA.29\n    \n\n**Use Case**: Generate Invoice for e-DO fees\n\n**Integration Points:**\n\n- IN_FR-4-EOPSI-PAY-R-01-UC-01\n    \n- IN_FR-4-EOPSI-PAY-R-01-UC-02\n    \n- IN_FR-6-GHAI-EDO-R-01-UC-07\n    \n\n**Description**: 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.\n\n**Payment Workflows**:\n\n**Consolidated Shipments** (Two-step):\n\n1. Consignee pays e-DO fee to ACA via PSW UPS\n    \n2. ACA receives payment confirmation\n    \n3. ACA pays GHA e-DO fee via PSW UPS\n    \n4. GHA receives payment and authorizes cargo release\n    \n\n**Direct Shipments** (Direct):\n\n1. Consignee pays e-DO fee to GHA via PSW UPS\n    \n2. GHA receives payment and authorizes cargo release\n    \n\n**PSW UPS Integration**:\n\n- Generates PSID (Payment System ID) for tracking\n    \n- Provides payment link for online/bank payment\n    \n- Sends payment confirmation to all parties\n    \n- Real-time status updates\n    \n\n**Process Flows**:\n\n- CONSOLIDATED: Consignee System → Airport Community System → Pakistan Single Window UPS → Air Cargo Agent (I17ACA) → GHA System (I20GHA)\n    \n- DIRECT: Consignee System → Airport Community System → Pakistan Single Window UPS → GHA System (I20GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `doId` | String | 70 | M | Alphanumeric with dashes/underscores allowed (e.g., edo-12345) |\n| `payerType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `payerId` | String | 70 | C | Required if `payerType` ≠ `INDIVIDUAL`; alphanumeric identifier |\n| `payerCNIC` | String | 15 | C | Required if payer is an individual; CNIC format (nnnnn-nnnnnnn-n) |\n| `payerName` | String | 255 | M | Valid business/person name |\n| `paymentMethod` | String | 35 | M | Must be one of \\[\"PSW_UPS\", \"CASH\", \"BANK_TRANSFER\", \"CARD\"\\] |\n| `amount` | Number | n/a | M | Must be a positive number |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `paymentDescription` | String | 255 | O | Free text description |\n| `shipmentType` | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\", etc\\] |\n| `receiverType` | String | 35 | M | Must be one of \\[\"ACA\", \"GHA\", \"AIRLINE\", \"CONSIGNEE\", etc\\] |\n| `receiverId` | String | 70 | C | Required when `receiverType` is organizational; alphanumeric identifier |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"e99fcb22-1619-4be3-841c-19ba27b3143d"}],"id":"44c72928-6176-4bdf-ae66-093dbd9a4e3f","description":"<p>A delivery order is the release document used to collect cargo. Users create the e-DO and its payment record.</p>\n","_postman_id":"44c72928-6176-4bdf-ae66-093dbd9a4e3f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"84e55732-91eb-4666-bc2b-81aac78ebfe5","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"e9c8f973-8cfe-41fc-a025-fa7c4ecf9463","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-06-04T08:28:25.666Z","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":[{"id":"b9a6bf94-ab16-4c8e-acb5-7a1c518619ea","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"bbbc3226-4bab-44f4-9765-31ef9178f0d3","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-06-04T08:28:25.666Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: G.I20GHA.31\n\n**Use Case**: Create GHA Handling & Storage Charges Invoice in ACS\n\n**Integration Point**: IN_FR-7-GHAI-HSC-R-01-UC-01\n\n**Description**: GHA creates handling & storage charge invoices through ACS.\n\n**Process Flow**: GHA System (I20GHA) → Airport Community System\n\n**Priority**: P2\n\nAPI Parameters:\n\n| Field name | Field type | Field length | Condition (M/O/C) | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | If provided, each must be valid AWB number format (nnn-nnnnnnnn) |\n| `gdNumber` | String | 70 | O | Alphanumeric with dashes allowed (e.g., GD-YYYY-XXXXXX) |\n| `clearanceDate` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceType` | String | 70 | M | Must be one of \\[\"HANDLING_AND_STORAGE\", \"XRAY\", etc.\\] |\n| `cargo` | Object | n/a | M | Contains cargo details |\n| `cargo.pieces` | Integer | n/a | M | Positive integer |\n| `cargo.weight` | Number | n/a | M | Positive number |\n| `cargo.weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `cargo.volume` | Number | n/a | O | Positive number |\n| `cargo.volumeUnit` | String | 3 | O | UNECE Rec.20 unit of measure. |\n| `arrivalDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `handlingFee` | Number | n/a | O | Positive number or zero |\n| `storageDays` | Integer | n/a | O | Non-negative integer |\n| `freeDays` | Integer | n/a | O | Non-negative integer |\n| `storageRatePerDay` | Number | n/a | O | Positive number |\n| `totalStorageFee` | Number | n/a | O | Must equal (storageDays - freeDays) \\* storageRatePerDay if >0 else 0 |\n| `xrayRequired` | Boolean | n/a | O | `true` or `false` |\n| `xrayFee` | Number | n/a | O | Required if `xrayRequired=true`; positive number |\n| `otherCharges` | Number | n/a | O | Positive number or zero |\n| `otherChargesDescription` | String | 255 | O | Free text |\n| `subtotal` | Number | n/a | M | Must be sum of applicable charges (handlingFee + totalStorageFee + xrayFee + otherCharges) |\n| `taxRate` | Number | n/a | O | Decimal (e.g., `0.13`) between `0–1` |\n| `taxAmount` | Number | n/a | O | Must equal `subtotal \\\\\\\\* taxRate` |\n| `totalAmount` | Number | n/a | M | Must equal `subtotal + taxAmount` |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `billToType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `billToId` | String | 70 | C | Required if billToType ≠ INDIVIDUAL |\n| `billToName` | String | 255 | M | Valid business/person name |\n| `billToCNIC` | String | 15 | C | CNIC format (nnnnn-nnnnnnn-n) |\n| `dueDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4754dda9-adef-4bcf-a6bf-1c04be6126c3","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"8b65f487-8aef-4721-84ea-2664d8340ffe","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-06-04T08:28:25.666Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: G.I20GHA.31\n\n**Use Case**: Create GHA Handling & Storage Charges Invoice in ACS\n\n**Integration Point**: IN_FR-7-GHAI-HSC-R-01-UC-01\n\n**Description**: GHA creates handling & storage charge invoices through ACS.\n\n**Process Flow**: GHA System (I20GHA) → Airport Community System\n\n**Priority**: P2\n\nAPI Parameters:\n\n| Field name | Field type | Field length | Condition (M/O/C) | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | If provided, each must be valid AWB number format (nnn-nnnnnnnn) |\n| `gdNumber` | String | 70 | O | Alphanumeric with dashes allowed (e.g., GD-YYYY-XXXXXX) |\n| `clearanceDate` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceType` | String | 70 | M | Must be one of \\[\"HANDLING_AND_STORAGE\", \"XRAY\", etc.\\] |\n| `cargo` | Object | n/a | M | Contains cargo details |\n| `cargo.pieces` | Integer | n/a | M | Positive integer |\n| `cargo.weight` | Number | n/a | M | Positive number |\n| `cargo.weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `cargo.volume` | Number | n/a | O | Positive number |\n| `cargo.volumeUnit` | String | 3 | O | UNECE Rec.20 unit of measure. |\n| `arrivalDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `handlingFee` | Number | n/a | O | Positive number or zero |\n| `storageDays` | Integer | n/a | O | Non-negative integer |\n| `freeDays` | Integer | n/a | O | Non-negative integer |\n| `storageRatePerDay` | Number | n/a | O | Positive number |\n| `totalStorageFee` | Number | n/a | O | Must equal (storageDays - freeDays) \\* storageRatePerDay if >0 else 0 |\n| `xrayRequired` | Boolean | n/a | O | `true` or `false` |\n| `xrayFee` | Number | n/a | O | Required if `xrayRequired=true`; positive number |\n| `otherCharges` | Number | n/a | O | Positive number or zero |\n| `otherChargesDescription` | String | 255 | O | Free text |\n| `subtotal` | Number | n/a | M | Must be sum of applicable charges (handlingFee + totalStorageFee + xrayFee + otherCharges) |\n| `taxRate` | Number | n/a | O | Decimal (e.g., `0.13`) between `0–1` |\n| `taxAmount` | Number | n/a | O | Must equal `subtotal \\\\\\\\* taxRate` |\n| `totalAmount` | Number | n/a | M | Must equal `subtotal + taxAmount` |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `billToType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `billToId` | String | 70 | C | Required if billToType ≠ INDIVIDUAL |\n| `billToName` | String | 255 | M | Valid business/person name |\n| `billToCNIC` | String | 15 | C | CNIC format (nnnnn-nnnnnnn-n) |\n| `dueDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"97517485-3adc-4cb8-8d4d-b4f2a0802d67","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"bd0f55c0-2bba-4410-a869-25646b845457","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-06-04T08:28:25.666Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: G.I20GHA.31\n\n**Use Case**: Create GHA Handling & Storage Charges Invoice in ACS\n\n**Integration Point**: IN_FR-7-GHAI-HSC-R-01-UC-01\n\n**Description**: GHA creates handling & storage charge invoices through ACS.\n\n**Process Flow**: GHA System (I20GHA) → Airport Community System\n\n**Priority**: P2\n\nAPI Parameters:\n\n| Field name | Field type | Field length | Condition (M/O/C) | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | If provided, each must be valid AWB number format (nnn-nnnnnnnn) |\n| `gdNumber` | String | 70 | O | Alphanumeric with dashes allowed (e.g., GD-YYYY-XXXXXX) |\n| `clearanceDate` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceType` | String | 70 | M | Must be one of \\[\"HANDLING_AND_STORAGE\", \"XRAY\", etc.\\] |\n| `cargo` | Object | n/a | M | Contains cargo details |\n| `cargo.pieces` | Integer | n/a | M | Positive integer |\n| `cargo.weight` | Number | n/a | M | Positive number |\n| `cargo.weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `cargo.volume` | Number | n/a | O | Positive number |\n| `cargo.volumeUnit` | String | 3 | O | UNECE Rec.20 unit of measure. |\n| `arrivalDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `handlingFee` | Number | n/a | O | Positive number or zero |\n| `storageDays` | Integer | n/a | O | Non-negative integer |\n| `freeDays` | Integer | n/a | O | Non-negative integer |\n| `storageRatePerDay` | Number | n/a | O | Positive number |\n| `totalStorageFee` | Number | n/a | O | Must equal (storageDays - freeDays) \\* storageRatePerDay if >0 else 0 |\n| `xrayRequired` | Boolean | n/a | O | `true` or `false` |\n| `xrayFee` | Number | n/a | O | Required if `xrayRequired=true`; positive number |\n| `otherCharges` | Number | n/a | O | Positive number or zero |\n| `otherChargesDescription` | String | 255 | O | Free text |\n| `subtotal` | Number | n/a | M | Must be sum of applicable charges (handlingFee + totalStorageFee + xrayFee + otherCharges) |\n| `taxRate` | Number | n/a | O | Decimal (e.g., `0.13`) between `0–1` |\n| `taxAmount` | Number | n/a | O | Must equal `subtotal \\\\\\\\* taxRate` |\n| `totalAmount` | Number | n/a | M | Must equal `subtotal + taxAmount` |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `billToType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `billToId` | String | 70 | C | Required if billToType ≠ INDIVIDUAL |\n| `billToName` | String | 255 | M | Valid business/person name |\n| `billToCNIC` | String | 15 | C | CNIC format (nnnnn-nnnnnnn-n) |\n| `dueDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"01384e48-a10c-4153-973f-e3c46d09f785","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"7d59f693-c6fb-4790-be2a-d49b5417b63d","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-06-04T08:28:25.666Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: G.I20GHA.31\n\n**Use Case**: Create GHA Handling & Storage Charges Invoice in ACS\n\n**Integration Point**: IN_FR-7-GHAI-HSC-R-01-UC-01\n\n**Description**: GHA creates handling & storage charge invoices through ACS.\n\n**Process Flow**: GHA System (I20GHA) → Airport Community System\n\n**Priority**: P2\n\nAPI Parameters:\n\n| Field name | Field type | Field length | Condition (M/O/C) | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | If provided, each must be valid AWB number format (nnn-nnnnnnnn) |\n| `gdNumber` | String | 70 | O | Alphanumeric with dashes allowed (e.g., GD-YYYY-XXXXXX) |\n| `clearanceDate` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceType` | String | 70 | M | Must be one of \\[\"HANDLING_AND_STORAGE\", \"XRAY\", etc.\\] |\n| `cargo` | Object | n/a | M | Contains cargo details |\n| `cargo.pieces` | Integer | n/a | M | Positive integer |\n| `cargo.weight` | Number | n/a | M | Positive number |\n| `cargo.weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `cargo.volume` | Number | n/a | O | Positive number |\n| `cargo.volumeUnit` | String | 3 | O | UNECE Rec.20 unit of measure. |\n| `arrivalDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `handlingFee` | Number | n/a | O | Positive number or zero |\n| `storageDays` | Integer | n/a | O | Non-negative integer |\n| `freeDays` | Integer | n/a | O | Non-negative integer |\n| `storageRatePerDay` | Number | n/a | O | Positive number |\n| `totalStorageFee` | Number | n/a | O | Must equal (storageDays - freeDays) \\* storageRatePerDay if >0 else 0 |\n| `xrayRequired` | Boolean | n/a | O | `true` or `false` |\n| `xrayFee` | Number | n/a | O | Required if `xrayRequired=true`; positive number |\n| `otherCharges` | Number | n/a | O | Positive number or zero |\n| `otherChargesDescription` | String | 255 | O | Free text |\n| `subtotal` | Number | n/a | M | Must be sum of applicable charges (handlingFee + totalStorageFee + xrayFee + otherCharges) |\n| `taxRate` | Number | n/a | O | Decimal (e.g., `0.13`) between `0–1` |\n| `taxAmount` | Number | n/a | O | Must equal `subtotal \\\\\\\\* taxRate` |\n| `totalAmount` | Number | n/a | M | Must equal `subtotal + taxAmount` |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `billToType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `billToId` | String | 70 | C | Required if billToType ≠ INDIVIDUAL |\n| `billToName` | String | 255 | M | Valid business/person name |\n| `billToCNIC` | String | 15 | C | CNIC format (nnnnn-nnnnnnn-n) |\n| `dueDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d1bd6538-7a00-4017-a2e0-a2da2b1c8f45","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"019b1549-a6c0-4e29-9cf5-387821886eb7","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-06-04T08:28:25.666Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: G.I20GHA.31\n\n**Use Case**: Create GHA Handling & Storage Charges Invoice in ACS\n\n**Integration Point**: IN_FR-7-GHAI-HSC-R-01-UC-01\n\n**Description**: GHA creates handling & storage charge invoices through ACS.\n\n**Process Flow**: GHA System (I20GHA) → Airport Community System\n\n**Priority**: P2\n\nAPI Parameters:\n\n| Field name | Field type | Field length | Condition (M/O/C) | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | If provided, each must be valid AWB number format (nnn-nnnnnnnn) |\n| `gdNumber` | String | 70 | O | Alphanumeric with dashes allowed (e.g., GD-YYYY-XXXXXX) |\n| `clearanceDate` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceType` | String | 70 | M | Must be one of \\[\"HANDLING_AND_STORAGE\", \"XRAY\", etc.\\] |\n| `cargo` | Object | n/a | M | Contains cargo details |\n| `cargo.pieces` | Integer | n/a | M | Positive integer |\n| `cargo.weight` | Number | n/a | M | Positive number |\n| `cargo.weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `cargo.volume` | Number | n/a | O | Positive number |\n| `cargo.volumeUnit` | String | 3 | O | UNECE Rec.20 unit of measure. |\n| `arrivalDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `handlingFee` | Number | n/a | O | Positive number or zero |\n| `storageDays` | Integer | n/a | O | Non-negative integer |\n| `freeDays` | Integer | n/a | O | Non-negative integer |\n| `storageRatePerDay` | Number | n/a | O | Positive number |\n| `totalStorageFee` | Number | n/a | O | Must equal (storageDays - freeDays) \\* storageRatePerDay if >0 else 0 |\n| `xrayRequired` | Boolean | n/a | O | `true` or `false` |\n| `xrayFee` | Number | n/a | O | Required if `xrayRequired=true`; positive number |\n| `otherCharges` | Number | n/a | O | Positive number or zero |\n| `otherChargesDescription` | String | 255 | O | Free text |\n| `subtotal` | Number | n/a | M | Must be sum of applicable charges (handlingFee + totalStorageFee + xrayFee + otherCharges) |\n| `taxRate` | Number | n/a | O | Decimal (e.g., `0.13`) between `0–1` |\n| `taxAmount` | Number | n/a | O | Must equal `subtotal \\\\\\\\* taxRate` |\n| `totalAmount` | Number | n/a | M | Must equal `subtotal + taxAmount` |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `billToType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `billToId` | String | 70 | C | Required if billToType ≠ INDIVIDUAL |\n| `billToName` | String | 255 | M | Valid business/person name |\n| `billToCNIC` | String | 15 | C | CNIC format (nnnnn-nnnnnnn-n) |\n| `dueDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"84e55732-91eb-4666-bc2b-81aac78ebfe5"}],"id":"0d0aff9e-8653-4e3c-ab40-da1deedc9e3f","description":"<p>A GHA handling invoice is the bill for ground-handling charges. Users create the invoice for the shipment.</p>\n","_postman_id":"0d0aff9e-8653-4e3c-ab40-da1deedc9e3f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"3fab0953-6dce-4614-b62e-751dd6bb9cbf","description":"<p>Import and GHA operations cover the cargo-handling steps that happen after a shipment reaches the airport. Users record flight data, arrival details, delivery orders, and handling invoices.</p>\n","_postman_id":"3fab0953-6dce-4614-b62e-751dd6bb9cbf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"1103f6cc-1145-4a1f-b826-28684efadf74","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"47b5d576-f844-45e5-b93c-15ae5b4c7e5b","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":[{"id":"52dadd2f-2364-419a-84c7-ea8004929e99","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"48ef716c-3d0a-4702-b0b8-5fad7943024d","description":"Unique identifier for request tracing"}],"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":"**Global API Reference:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E7ACA.1\n\n**Use Case**: Transmit and Exchange Draft HAWB with Consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-01\n\n**Description**: The ACS(ACA) shall share the draft HAWB with the Consignor for providing missing information or correction.\n\n**Process Flow**: Air Cargo Agent System (E6ACA) → Airport Community System → Consignor System (E7CGNR)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8cf5e228-0f02-4491-bd04-69042338f5bd","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"7efe6f10-4327-4b5f-b9bc-521ec1c9cc2f","description":"Unique identifier for request tracing"}],"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":"**Global API Reference:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E7ACA.1\n\n**Use Case**: Transmit and Exchange Draft HAWB with Consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-01\n\n**Description**: The ACS(ACA) shall share the draft HAWB with the Consignor for providing missing information or correction.\n\n**Process Flow**: Air Cargo Agent System (E6ACA) → Airport Community System → Consignor System (E7CGNR)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"14922a8f-8b70-44ab-87b7-aaab3acf8c3c","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a00ea979-f38d-428d-bb56-a884233b7c63","description":"Unique identifier for request tracing"}],"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":"**Global API Reference:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E7ACA.1\n\n**Use Case**: Transmit and Exchange Draft HAWB with Consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-01\n\n**Description**: The ACS(ACA) shall share the draft HAWB with the Consignor for providing missing information or correction.\n\n**Process Flow**: Air Cargo Agent System (E6ACA) → Airport Community System → Consignor System (E7CGNR)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"dcea5249-4f05-4c34-9550-699143e1e06d","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"8579340e-4c2c-4d06-96a3-35edb614a7fe","description":"Unique identifier for request tracing"}],"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":"**Global API Reference:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E7ACA.1\n\n**Use Case**: Transmit and Exchange Draft HAWB with Consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-01\n\n**Description**: The ACS(ACA) shall share the draft HAWB with the Consignor for providing missing information or correction.\n\n**Process Flow**: Air Cargo Agent System (E6ACA) → Airport Community System → Consignor System (E7CGNR)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"93451841-8612-48d4-8739-4be482722b93","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"5ce11acc-986f-4726-a9aa-85a866594e4d","description":"Unique identifier for request tracing"}],"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":"**Global API Reference:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E7ACA.1\n\n**Use Case**: Transmit and Exchange Draft HAWB with Consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-01\n\n**Description**: The ACS(ACA) shall share the draft HAWB with the Consignor for providing missing information or correction.\n\n**Process Flow**: Air Cargo Agent System (E6ACA) → Airport Community System → Consignor System (E7CGNR)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"1103f6cc-1145-4a1f-b826-28684efadf74"}],"id":"a1818ad7-0a43-4b20-ac1f-b1c7888e177d","description":"<p>A HAWB draft is the first version of a house air waybill. Users create a draft HAWB.</p>\n","_postman_id":"a1818ad7-0a43-4b20-ac1f-b1c7888e177d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"c660fd78-e84d-4195-b472-b71e3bad3d33","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"b53c0813-0a18-497d-9443-f2dda1955a06","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":[{"id":"9dbb3e3f-9aee-49a3-bcd1-194c5f817032","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"679e48bb-38c0-4461-8f4a-62de5ae45962","description":"Unique identifier for request tracing"}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/complete","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","complete"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Global API Reference:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**Description**: The ACS system shall allow the Consignor to complete and confirm the HAWB and allow the Consignor to amend specific details.\n\n**Process Flow**: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ce38edc1-405e-448d-860b-30daa615fb6a","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"3d7ea827-ea72-4fd4-b80a-f509a5fdc208","description":"Unique identifier for request tracing"}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/complete","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","complete"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Global API Reference:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**Description**: The ACS system shall allow the Consignor to complete and confirm the HAWB and allow the Consignor to amend specific details.\n\n**Process Flow**: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"31210b97-c2a7-451a-bad2-5895f80ece05","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"206646fb-3f85-452b-aa99-a0efa48df6c3","description":"Unique identifier for request tracing"}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/complete","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","complete"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Global API Reference:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**Description**: The ACS system shall allow the Consignor to complete and confirm the HAWB and allow the Consignor to amend specific details.\n\n**Process Flow**: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"3030abc7-36c2-4732-9d9a-b0feb8fdc0b7","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"dd434e82-17de-4e53-a216-d93a413b0ed0","description":"Unique identifier for request tracing"}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/complete","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","complete"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Global API Reference:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**Description**: The ACS system shall allow the Consignor to complete and confirm the HAWB and allow the Consignor to amend specific details.\n\n**Process Flow**: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d1908439-0a2e-496c-a64b-dbad489fc9d5","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"869de363-3205-49ff-9ba8-060f9d459110","description":"Unique identifier for request tracing"}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/complete","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","complete"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Global API Reference:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**Description**: The ACS system shall allow the Consignor to complete and confirm the HAWB and allow the Consignor to amend specific details.\n\n**Process Flow**: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"6cecf497-1c41-43f8-a2ed-a27f85bc2460","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"87cadc7e-2a15-4b74-86f8-a2276e8fb5bc","description":"Unique identifier for request tracing"}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/complete","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","complete"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Global API Reference:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**Description**: The ACS system shall allow the Consignor to complete and confirm the HAWB and allow the Consignor to amend specific details.\n\n**Process Flow**: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"a334d5b6-9889-46f3-b553-ce94722e6411","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"bec97b95-cafa-4d36-9537-8c746f409914","description":"Unique identifier for request tracing"}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/complete","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","complete"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Global API Reference:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**Description**: The ACS system shall allow the Consignor to complete and confirm the HAWB and allow the Consignor to amend specific details.\n\n**Process Flow**: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"c660fd78-e84d-4195-b472-b71e3bad3d33"},{"name":"Request HAWB Amendment","id":"ba8494c7-4a5b-4be6-810e-e64cbcd9396c","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"0c834be8-85c7-468f-bee2-4061ac887fb4","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":[{"id":"07547c2e-3b4d-43a4-bf55-465a6891ee4e","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-ID","value":"5db6fa01-e033-478f-a338-1cff653e085f","description":"Unique identifier for request tracing","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","amendment-request"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**Description**: 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.\n\n**Process Flow**: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| amendmentType | String | 255 | M | Required format as per standard |\n| requestedChanges | Array | n/a | M | Array of Object |\n| requestedChanges.field | String | 70 | M | Must match HAWB field |\n| requestedChanges.currentValue | String | 70 | M | Required format as per standard |\n| requestedChanges.requestedValue | String | 70 | M | Required format as per standard |\n| requestedChanges.reason | String | 255 | M | Required format as per standard |\n| remarks | String | 255 | O | Additional notes |\n| status | String | 35 | M | Must be one of: \\[\"draft\", \"submitted\", \"under review\"\\] |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"bc2f76c8-bbea-4103-8862-f41a87c4ee2b","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-ID","value":"ad7c53c5-de1f-43b3-ac2f-6b87c9603953","description":"Unique identifier for request tracing","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","amendment-request"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**Description**: 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.\n\n**Process Flow**: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| amendmentType | String | 255 | M | Required format as per standard |\n| requestedChanges | Array | n/a | M | Array of Object |\n| requestedChanges.field | String | 70 | M | Must match HAWB field |\n| requestedChanges.currentValue | String | 70 | M | Required format as per standard |\n| requestedChanges.requestedValue | String | 70 | M | Required format as per standard |\n| requestedChanges.reason | String | 255 | M | Required format as per standard |\n| remarks | String | 255 | O | Additional notes |\n| status | String | 35 | M | Must be one of: \\[\"draft\", \"submitted\", \"under review\"\\] |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"fad4bbe0-6865-4df3-9aa2-ef6eca5a0ad1","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-ID","value":"b0553645-a79c-481e-a08e-6d31f33384f1","description":"Unique identifier for request tracing","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","amendment-request"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**Description**: 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.\n\n**Process Flow**: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| amendmentType | String | 255 | M | Required format as per standard |\n| requestedChanges | Array | n/a | M | Array of Object |\n| requestedChanges.field | String | 70 | M | Must match HAWB field |\n| requestedChanges.currentValue | String | 70 | M | Required format as per standard |\n| requestedChanges.requestedValue | String | 70 | M | Required format as per standard |\n| requestedChanges.reason | String | 255 | M | Required format as per standard |\n| remarks | String | 255 | O | Additional notes |\n| status | String | 35 | M | Must be one of: \\[\"draft\", \"submitted\", \"under review\"\\] |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"5192127d-ae97-40fc-9987-a9bf0902b569","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-ID","value":"71962601-ddb4-4a3a-8ad4-bc0f8d3ed1a6","description":"Unique identifier for request tracing","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","amendment-request"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**Description**: 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.\n\n**Process Flow**: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| amendmentType | String | 255 | M | Required format as per standard |\n| requestedChanges | Array | n/a | M | Array of Object |\n| requestedChanges.field | String | 70 | M | Must match HAWB field |\n| requestedChanges.currentValue | String | 70 | M | Required format as per standard |\n| requestedChanges.requestedValue | String | 70 | M | Required format as per standard |\n| requestedChanges.reason | String | 255 | M | Required format as per standard |\n| remarks | String | 255 | O | Additional notes |\n| status | String | 35 | M | Must be one of: \\[\"draft\", \"submitted\", \"under review\"\\] |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"fda1c4c0-2f7c-4131-ae5f-ee7a88e95bde","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-ID","value":"5ff7e325-4465-4046-a35a-9df628cb5bbd","description":"Unique identifier for request tracing","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","amendment-request"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**Description**: 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.\n\n**Process Flow**: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| amendmentType | String | 255 | M | Required format as per standard |\n| requestedChanges | Array | n/a | M | Array of Object |\n| requestedChanges.field | String | 70 | M | Must match HAWB field |\n| requestedChanges.currentValue | String | 70 | M | Required format as per standard |\n| requestedChanges.requestedValue | String | 70 | M | Required format as per standard |\n| requestedChanges.reason | String | 255 | M | Required format as per standard |\n| remarks | String | 255 | O | Additional notes |\n| status | String | 35 | M | Must be one of: \\[\"draft\", \"submitted\", \"under review\"\\] |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"fb43a0bf-7f38-416c-8a37-55b9613e7ecf","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-ID","value":"6952e6cb-6c12-4d37-9a39-26607162f62d","description":"Unique identifier for request tracing","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","amendment-request"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**Description**: 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.\n\n**Process Flow**: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| amendmentType | String | 255 | M | Required format as per standard |\n| requestedChanges | Array | n/a | M | Array of Object |\n| requestedChanges.field | String | 70 | M | Must match HAWB field |\n| requestedChanges.currentValue | String | 70 | M | Required format as per standard |\n| requestedChanges.requestedValue | String | 70 | M | Required format as per standard |\n| requestedChanges.reason | String | 255 | M | Required format as per standard |\n| remarks | String | 255 | O | Additional notes |\n| status | String | 35 | M | Must be one of: \\[\"draft\", \"submitted\", \"under review\"\\] |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"7637d570-331e-4fa4-ac52-766088d78933","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-ID","value":"3308a424-a5ee-4d98-8733-4d0ba46b5123","description":"Unique identifier for request tracing","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","amendment-request"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**Description**: 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.\n\n**Process Flow**: Consignor System (E7CGNR) → Airport Community System → Air Cargo Agent System (E7ACA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| amendmentType | String | 255 | M | Required format as per standard |\n| requestedChanges | Array | n/a | M | Array of Object |\n| requestedChanges.field | String | 70 | M | Must match HAWB field |\n| requestedChanges.currentValue | String | 70 | M | Required format as per standard |\n| requestedChanges.requestedValue | String | 70 | M | Required format as per standard |\n| requestedChanges.reason | String | 255 | M | Required format as per standard |\n| remarks | String | 255 | O | Additional notes |\n| status | String | 35 | M | Must be one of: \\[\"draft\", \"submitted\", \"under review\"\\] |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"ba8494c7-4a5b-4be6-810e-e64cbcd9396c"},{"name":"Respond to Amendment Request","id":"21fcd2c3-e15f-43ff-9d02-2ced6456d7e0","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"16741ed5-1f3c-49c9-a3fc-6ddf98e27dbf","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":[{"id":"dfcdefdc-8910-4515-9bdd-c8f533e043f9","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"a2f21eb9-c46a-4904-9518-faffcc6276d6","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request/response","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","amendment-request","response"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**ACA Response Options**:\n\n- `accepted` - Accept the amendment\n    \n- `rejected` - Reject with reason\n    \n\n**Process Flow**: Air Cargo Agent System ((E7ACA)) → Airport Community System → Consignor System (E8CGNR)\n\n**Priority:**\n\n- P1\n    \n- P2\n    \n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| amendmentType | String | 255 | M | Required format as per standard |\n| requestedChanges | Array | n/a | M | Array of Object |\n| requestedChanges.field | String | 70 | M | Must match HAWB field |\n| requestedChanges.currentValue | String | 70 | M | Required format as per standard |\n| requestedChanges.requestedValue | String | 70 | M | Required format as per standard |\n| requestedChanges.reason | String | 255 | M | Required format as per standard |\n| remarks | String | 255 | O | Additional notes |\n| status | String | 35 | M | Must be one of: \\[\"accepted\", \"rejected\"\\] |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"73cdd782-0510-4d75-9f2b-fe4cda5c08f3","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"688e61fd-3756-460d-b848-3b9b112d4914","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request/response","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","amendment-request","response"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**ACA Response Options**:\n\n- `accepted` - Accept the amendment\n    \n- `rejected` - Reject with reason\n    \n\n**Process Flow**: Air Cargo Agent System ((E7ACA)) → Airport Community System → Consignor System (E8CGNR)\n\n**Priority:**\n\n- P1\n    \n- P2\n    \n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| amendmentType | String | 255 | M | Required format as per standard |\n| requestedChanges | Array | n/a | M | Array of Object |\n| requestedChanges.field | String | 70 | M | Must match HAWB field |\n| requestedChanges.currentValue | String | 70 | M | Required format as per standard |\n| requestedChanges.requestedValue | String | 70 | M | Required format as per standard |\n| requestedChanges.reason | String | 255 | M | Required format as per standard |\n| remarks | String | 255 | O | Additional notes |\n| status | String | 35 | M | Must be one of: \\[\"accepted\", \"rejected\"\\] |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"457dc04c-a6c1-41cf-ba02-02f9a033153b","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"13d2a4d5-5e8d-4cc4-be55-23e10cfcafb2","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request/response","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","amendment-request","response"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**ACA Response Options**:\n\n- `accepted` - Accept the amendment\n    \n- `rejected` - Reject with reason\n    \n\n**Process Flow**: Air Cargo Agent System ((E7ACA)) → Airport Community System → Consignor System (E8CGNR)\n\n**Priority:**\n\n- P1\n    \n- P2\n    \n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| amendmentType | String | 255 | M | Required format as per standard |\n| requestedChanges | Array | n/a | M | Array of Object |\n| requestedChanges.field | String | 70 | M | Must match HAWB field |\n| requestedChanges.currentValue | String | 70 | M | Required format as per standard |\n| requestedChanges.requestedValue | String | 70 | M | Required format as per standard |\n| requestedChanges.reason | String | 255 | M | Required format as per standard |\n| remarks | String | 255 | O | Additional notes |\n| status | String | 35 | M | Must be one of: \\[\"accepted\", \"rejected\"\\] |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"c328e383-ebd4-4043-8587-ec7461761ff2","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"8f82795a-7516-4cec-8109-f8302c6a021d","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request/response","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","amendment-request","response"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**ACA Response Options**:\n\n- `accepted` - Accept the amendment\n    \n- `rejected` - Reject with reason\n    \n\n**Process Flow**: Air Cargo Agent System ((E7ACA)) → Airport Community System → Consignor System (E8CGNR)\n\n**Priority:**\n\n- P1\n    \n- P2\n    \n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| amendmentType | String | 255 | M | Required format as per standard |\n| requestedChanges | Array | n/a | M | Array of Object |\n| requestedChanges.field | String | 70 | M | Must match HAWB field |\n| requestedChanges.currentValue | String | 70 | M | Required format as per standard |\n| requestedChanges.requestedValue | String | 70 | M | Required format as per standard |\n| requestedChanges.reason | String | 255 | M | Required format as per standard |\n| remarks | String | 255 | O | Additional notes |\n| status | String | 35 | M | Must be one of: \\[\"accepted\", \"rejected\"\\] |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"e0a4e671-34fb-489a-a599-9f404f116eda","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"551e532e-64c0-48ca-b9b4-448698b27de8","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request/response","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","amendment-request","response"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**ACA Response Options**:\n\n- `accepted` - Accept the amendment\n    \n- `rejected` - Reject with reason\n    \n\n**Process Flow**: Air Cargo Agent System ((E7ACA)) → Airport Community System → Consignor System (E8CGNR)\n\n**Priority:**\n\n- P1\n    \n- P2\n    \n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| amendmentType | String | 255 | M | Required format as per standard |\n| requestedChanges | Array | n/a | M | Array of Object |\n| requestedChanges.field | String | 70 | M | Must match HAWB field |\n| requestedChanges.currentValue | String | 70 | M | Required format as per standard |\n| requestedChanges.requestedValue | String | 70 | M | Required format as per standard |\n| requestedChanges.reason | String | 255 | M | Required format as per standard |\n| remarks | String | 255 | O | Additional notes |\n| status | String | 35 | M | Must be one of: \\[\"accepted\", \"rejected\"\\] |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"ffaded22-55b9-4105-806f-543837341eee","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"cb7256f9-0b0d-4d9b-8cf8-a761f407368b","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request/response","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","amendment-request","response"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**ACA Response Options**:\n\n- `accepted` - Accept the amendment\n    \n- `rejected` - Reject with reason\n    \n\n**Process Flow**: Air Cargo Agent System ((E7ACA)) → Airport Community System → Consignor System (E8CGNR)\n\n**Priority:**\n\n- P1\n    \n- P2\n    \n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| amendmentType | String | 255 | M | Required format as per standard |\n| requestedChanges | Array | n/a | M | Array of Object |\n| requestedChanges.field | String | 70 | M | Must match HAWB field |\n| requestedChanges.currentValue | String | 70 | M | Required format as per standard |\n| requestedChanges.requestedValue | String | 70 | M | Required format as per standard |\n| requestedChanges.reason | String | 255 | M | Required format as per standard |\n| remarks | String | 255 | O | Additional notes |\n| status | String | 35 | M | Must be one of: \\[\"accepted\", \"rejected\"\\] |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"daca7b89-c374-4d35-8f64-96cc69100c36","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"9b528042-a4f4-4e9c-8090-e7d0a4533edb","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawbs/:hawbId/amendment-request/response","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["hawbs",":hawbId","amendment-request","response"],"variable":[{"key":"hawbId","value":"hawb-KHI12345678"}]},"description":"**Requirement Reference**: EO.E7CGNR.2\n\n**Use Case**: HAWB draft received to consignor\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-02\n\n**ACA Response Options**:\n\n- `accepted` - Accept the amendment\n    \n- `rejected` - Reject with reason\n    \n\n**Process Flow**: Air Cargo Agent System ((E7ACA)) → Airport Community System → Consignor System (E8CGNR)\n\n**Priority:**\n\n- P1\n    \n- P2\n    \n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| amendmentType | String | 255 | M | Required format as per standard |\n| requestedChanges | Array | n/a | M | Array of Object |\n| requestedChanges.field | String | 70 | M | Must match HAWB field |\n| requestedChanges.currentValue | String | 70 | M | Required format as per standard |\n| requestedChanges.requestedValue | String | 70 | M | Required format as per standard |\n| requestedChanges.reason | String | 255 | M | Required format as per standard |\n| remarks | String | 255 | O | Additional notes |\n| status | String | 35 | M | Must be one of: \\[\"accepted\", \"rejected\"\\] |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"21fcd2c3-e15f-43ff-9d02-2ced6456d7e0"}],"id":"a4368937-b002-4dd4-ae1a-1249d7e472dd","description":"<p>HAWB completion is the step where the consignor finishes or corrects the house air waybill. Users complete the HAWB, request amendments, or respond to an amendment request.</p>\n","_postman_id":"a4368937-b002-4dd4-ae1a-1249d7e472dd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"c54fe181-9fbe-444b-b7e2-c04a165e7b72","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"1b9516b9-3cbe-4e24-8b75-40414dca06ab","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":[{"id":"30dad178-270e-430a-b447-258bfc1f9660","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"215d91e3-4b29-4470-9049-6b933c78b2e2","description":"Unique identifier for request tracing"}],"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":"**Global API Reference:**\n\n- [FBL](https://postman.belli.app/#a676aa6e-f443-4d9e-8bcb-51c5267c9631)\n    \n\n**Requirement Reference**: EO.E7AL.3\n\n**Use Case**: Airline sends flight booking list to GHA\n\n**Integration Point**: IN_FR-3-EO-SBI-R-01-UC-01\n\n**Description**: The ACS system will transmit flight booking details received from the Airline system to the GHA system in digital format.\n\n**Process Flow**: Airline system (E6AL) → Airport Community System → GHA System (E7GHA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fa4d22e3-dda7-4c8a-898c-dbd9cdd82791","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"102849d7-4158-4a3e-bed9-249e65399020","description":"Unique identifier for request tracing"}],"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":"**Global API Reference:**\n\n- [FBL](https://postman.belli.app/#a676aa6e-f443-4d9e-8bcb-51c5267c9631)\n    \n\n**Requirement Reference**: EO.E7AL.3\n\n**Use Case**: Airline sends flight booking list to GHA\n\n**Integration Point**: IN_FR-3-EO-SBI-R-01-UC-01\n\n**Description**: The ACS system will transmit flight booking details received from the Airline system to the GHA system in digital format.\n\n**Process Flow**: Airline system (E6AL) → Airport Community System → GHA System (E7GHA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"12e9ab04-b9c8-4656-85df-c8b6e5e414b0","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ff6f5680-56bd-493c-8f02-befd4d476a83","description":"Unique identifier for request tracing"}],"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":"**Global API Reference:**\n\n- [FBL](https://postman.belli.app/#a676aa6e-f443-4d9e-8bcb-51c5267c9631)\n    \n\n**Requirement Reference**: EO.E7AL.3\n\n**Use Case**: Airline sends flight booking list to GHA\n\n**Integration Point**: IN_FR-3-EO-SBI-R-01-UC-01\n\n**Description**: The ACS system will transmit flight booking details received from the Airline system to the GHA system in digital format.\n\n**Process Flow**: Airline system (E6AL) → Airport Community System → GHA System (E7GHA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"a50706b2-7c20-47a9-a0c4-65fe98870378","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d0725866-8f8f-468b-9f0c-88fb1e8def8c","description":"Unique identifier for request tracing"}],"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":"**Global API Reference:**\n\n- [FBL](https://postman.belli.app/#a676aa6e-f443-4d9e-8bcb-51c5267c9631)\n    \n\n**Requirement Reference**: EO.E7AL.3\n\n**Use Case**: Airline sends flight booking list to GHA\n\n**Integration Point**: IN_FR-3-EO-SBI-R-01-UC-01\n\n**Description**: The ACS system will transmit flight booking details received from the Airline system to the GHA system in digital format.\n\n**Process Flow**: Airline system (E6AL) → Airport Community System → GHA System (E7GHA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"c1de9647-d08f-4189-9c35-fa1ca018cdad","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a6d8b122-1ab6-4892-8764-375d4d65e23d","description":"Unique identifier for request tracing"}],"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":"**Global API Reference:**\n\n- [FBL](https://postman.belli.app/#a676aa6e-f443-4d9e-8bcb-51c5267c9631)\n    \n\n**Requirement Reference**: EO.E7AL.3\n\n**Use Case**: Airline sends flight booking list to GHA\n\n**Integration Point**: IN_FR-3-EO-SBI-R-01-UC-01\n\n**Description**: The ACS system will transmit flight booking details received from the Airline system to the GHA system in digital format.\n\n**Process Flow**: Airline system (E6AL) → Airport Community System → GHA System (E7GHA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"c54fe181-9fbe-444b-b7e2-c04a165e7b72"}],"id":"0bf6fc48-1d34-473b-b89f-46c928480559","description":"<p>A flight booking list groups the cargo bookings planned for a flight. Users create the booking list for a shipment.</p>\n","_postman_id":"0bf6fc48-1d34-473b-b89f-46c928480559","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"4ded5c7f-674e-41c3-94a6-399684a316fd","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"9cf18847-22af-4397-b962-cf4395b78faa","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":[{"id":"2c6a03b1-b750-44c6-9d6d-b269369d13fa","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"2c7e0a0b-0197-458a-a529-5e98c10a703c","description":"Unique identifier for request tracing"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/mawb/consolidate-hawbs","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**:\n\n- The ACS(ACA) consolidate multiple HAWBs for the same destination into a single MAWB\n    \n- Share MAWB details digitally with WeBOC (Customs Broker)\n    \n- Create and transmit MAWB and assigned HAWB information digitally to Airline system\n    \n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"82928e6b-4774-49f6-af7a-2757eb35439a","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e20f9665-e50d-44fd-9f3b-158506ef4985","description":"Unique identifier for request tracing"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/mawb/consolidate-hawbs","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**:\n\n- The ACS(ACA) consolidate multiple HAWBs for the same destination into a single MAWB\n    \n- Share MAWB details digitally with WeBOC (Customs Broker)\n    \n- Create and transmit MAWB and assigned HAWB information digitally to Airline system\n    \n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"d29771e0-e427-400a-8e65-96993196455f","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"8d507d94-3b1a-4584-ba2c-9e92e6a7e4f9","description":"Unique identifier for request tracing"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/mawb/consolidate-hawbs","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**:\n\n- The ACS(ACA) consolidate multiple HAWBs for the same destination into a single MAWB\n    \n- Share MAWB details digitally with WeBOC (Customs Broker)\n    \n- Create and transmit MAWB and assigned HAWB information digitally to Airline system\n    \n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"433d9dcc-0566-4d8d-8179-76ae6d9f7b30","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"50041a72-9fcd-4a03-9c11-2b762770f4d0","description":"Unique identifier for request tracing"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/mawb/consolidate-hawbs","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**:\n\n- The ACS(ACA) consolidate multiple HAWBs for the same destination into a single MAWB\n    \n- Share MAWB details digitally with WeBOC (Customs Broker)\n    \n- Create and transmit MAWB and assigned HAWB information digitally to Airline system\n    \n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"1f890838-a019-4660-92f2-bb412d4d4e60","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"9d956c36-9657-4e6f-8eb4-4f1b9380a596","description":"Unique identifier for request tracing"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/mawb/consolidate-hawbs","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**:\n\n- The ACS(ACA) consolidate multiple HAWBs for the same destination into a single MAWB\n    \n- Share MAWB details digitally with WeBOC (Customs Broker)\n    \n- Create and transmit MAWB and assigned HAWB information digitally to Airline system\n    \n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"4ded5c7f-674e-41c3-94a6-399684a316fd"},{"name":"Set HAWBs in MAWB","id":"78e46a27-650b-45bc-91c9-1a6801c4e174","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"cdaf256f-2344-40ea-b3ae-c382bc010b4a","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":[{"id":"c263be20-d63e-4427-a7a6-1163cc5426b8","name":"204 - No Content","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-ID","value":"c6287673-7a44-461f-a925-aa343148d71c","description":"Unique identifier for request tracing","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API References:**\n\n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**: Add additional confirmed HAWBs to existing MAWB consolidation.\n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"92489768-9cbe-46a7-af20-903a8369dffa","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-ID","value":"810a42d8-d914-447a-80e2-e9e366d670f0","description":"Unique identifier for request tracing","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API References:**\n\n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**: Add additional confirmed HAWBs to existing MAWB consolidation.\n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"b13d5d91-a896-4a02-945e-3ea45412aa0f","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-ID","value":"1f0aa51f-5041-4a56-8aed-bd995b69b6d3","description":"Unique identifier for request tracing","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API References:**\n\n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**: Add additional confirmed HAWBs to existing MAWB consolidation.\n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"d8024c68-4717-4d69-96bb-2711079f6ec6","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-ID","value":"6f846660-3ade-4995-8bf6-389fe7a7d3cf","description":"Unique identifier for request tracing","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API References:**\n\n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**: Add additional confirmed HAWBs to existing MAWB consolidation.\n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"dbf73e35-35fb-4f1f-bada-49a6b0c4daee","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-ID","value":"b63ac738-d99a-4a9e-a0e6-4d1e0c2bad61","description":"Unique identifier for request tracing","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API References:**\n\n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**: Add additional confirmed HAWBs to existing MAWB consolidation.\n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"92429ec8-1894-4d66-a055-28ba0ff46c02","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-ID","value":"16f62769-cc73-4577-ab00-33d74a067ef4","description":"Unique identifier for request tracing","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API References:**\n\n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**: Add additional confirmed HAWBs to existing MAWB consolidation.\n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"ddd38c83-8ef1-4078-9038-7281616045d3","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-ID","value":"cd9e6cc4-7c97-4052-b4ba-a2e082e28ab5","description":"Unique identifier for request tracing","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API References:**\n\n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**: Add additional confirmed HAWBs to existing MAWB consolidation.\n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"78e46a27-650b-45bc-91c9-1a6801c4e174"},{"name":"Add HAWB to MAWB","id":"0c3e35b1-e4d8-4d34-9e96-0950f79aa429","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"7d0c07af-74a9-4fbd-9523-a09fa8cc1775","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":[{"id":"acfb28ae-7986-4561-bfd7-c34bd42a7504","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"7396070e-416f-4d25-8f52-9ade6017dfee","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**: Add additional confirmed HAWB to existing MAWB consolidation.\n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9b0040a7-af35-4d15-b7cd-12ee24fc71d3","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"0c6f6ae9-96f8-44cb-8909-256881d7ff7d","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**: Add additional confirmed HAWB to existing MAWB consolidation.\n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"c1a50e17-3be6-4679-8eb7-dc7645a6acc3","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"9d388b9b-5bc0-42dc-9bbe-ec96ba101a58","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**: Add additional confirmed HAWB to existing MAWB consolidation.\n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"0c82c58e-c8b8-40b6-8084-1864e7e94448","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"cfdee91d-167e-4011-80c2-5017a08440d8","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**: Add additional confirmed HAWB to existing MAWB consolidation.\n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"52cf88ff-1e48-4bd2-804c-2289bd3468d8","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"e0352749-2bb3-4473-a9bb-23b581db2c2c","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**: Add additional confirmed HAWB to existing MAWB consolidation.\n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"df995e39-6625-4b95-aa99-e6b1d3e18390","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"1d449f48-dce3-4030-80c5-6a5100fad3aa","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**: Add additional confirmed HAWB to existing MAWB consolidation.\n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"9fc70f96-b81a-4903-ae6b-d08eb8e94149","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"89071b24-da17-4167-8fa7-8053c1210281","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EO.E8ACA.6\n\n**Use Case**: Confirmed HAWB Ready/ Multiple HAWB for same Destination\n\n**Integration Point:** IN_FR-1-EO-AWB-R-01-UC-03\n\n**Description**: Add additional confirmed HAWB to existing MAWB consolidation.\n\n**Process Flow**: Air Cargo Agent System (E8ACA) → Airport Community System → Airline System\n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"0c3e35b1-e4d8-4d34-9e96-0950f79aa429"}],"id":"ed01530c-8aec-46de-801a-8873088188dd","description":"<p>HAWB and MAWB consolidation groups house air waybills under one master air waybill. Users create the consolidation and add or set HAWBs in the MAWB.</p>\n","_postman_id":"ed01530c-8aec-46de-801a-8873088188dd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"99d03b7e-11f2-48a3-9359-0a9b9d3e3335","description":"<p>HAWB management covers the export paperwork used to organize house air waybills. Users draft HAWBs, finish them with the consignor, build flight booking lists, and consolidate HAWBs into a MAWB.</p>\n","_postman_id":"99d03b7e-11f2-48a3-9359-0a9b9d3e3335","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"e22df433-a70a-4a31-83f2-e7f1c41383d9","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"5f357900-4ca1-4656-86d8-c06c888ad918","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-06-04T08:28:25.671Z","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":[{"id":"282ad1e7-fa68-4f9b-b84d-e56f0a3fc7e9","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"c059ee5d-7a04-493c-9700-cbcf691ccd4a","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-06-04T08:28:25.671Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- EO.E9ACA.10\n    \n- EO.E10CGNR.11\n    \n- EO.E10CB.12\n    \n- EO.E10GHA.13\n    \n- EO.E10AL.14\n    \n- EO.E10CUS.15\n    \n\n**Use Case**: Send ASI (Advance Shipment Information) to Stakeholder\n\n**Integration Point:** IN_FR-2-EO-ASI-R-01-UC-01\n\n**Description**: ACS will enable ACA to send ASI (advance shipment information) to GHA, Consignor, Airlines, Customs and Customs broker.\n\n**Process Flows**:\n\n- Air Cargo Agent System (E9ACA) → Airport Community System → GHA System (E10GHA)\n    \n- Air Cargo Agent System (E9ACA) → Airport Community System → Consignor System (E10CGNR)\n    \n- Air Cargo Agent System (E9ACA) → Airport Community System → Airline System (E10AL)\n    \n\n**Priority**:\n\n- P2"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5f102211-8d44-4754-b4a4-29e157c008ba","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"b50c08e4-ca76-4f8b-9e1e-98862e86a7a0","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-06-04T08:28:25.671Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- EO.E9ACA.10\n    \n- EO.E10CGNR.11\n    \n- EO.E10CB.12\n    \n- EO.E10GHA.13\n    \n- EO.E10AL.14\n    \n- EO.E10CUS.15\n    \n\n**Use Case**: Send ASI (Advance Shipment Information) to Stakeholder\n\n**Integration Point:** IN_FR-2-EO-ASI-R-01-UC-01\n\n**Description**: ACS will enable ACA to send ASI (advance shipment information) to GHA, Consignor, Airlines, Customs and Customs broker.\n\n**Process Flows**:\n\n- Air Cargo Agent System (E9ACA) → Airport Community System → GHA System (E10GHA)\n    \n- Air Cargo Agent System (E9ACA) → Airport Community System → Consignor System (E10CGNR)\n    \n- Air Cargo Agent System (E9ACA) → Airport Community System → Airline System (E10AL)\n    \n\n**Priority**:\n\n- P2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"76dcbd52-86ee-4d1e-9dbb-bec4cae35928","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"7b6341e9-6487-483e-9bb9-9a896923443e","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-06-04T08:28:25.671Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- EO.E9ACA.10\n    \n- EO.E10CGNR.11\n    \n- EO.E10CB.12\n    \n- EO.E10GHA.13\n    \n- EO.E10AL.14\n    \n- EO.E10CUS.15\n    \n\n**Use Case**: Send ASI (Advance Shipment Information) to Stakeholder\n\n**Integration Point:** IN_FR-2-EO-ASI-R-01-UC-01\n\n**Description**: ACS will enable ACA to send ASI (advance shipment information) to GHA, Consignor, Airlines, Customs and Customs broker.\n\n**Process Flows**:\n\n- Air Cargo Agent System (E9ACA) → Airport Community System → GHA System (E10GHA)\n    \n- Air Cargo Agent System (E9ACA) → Airport Community System → Consignor System (E10CGNR)\n    \n- Air Cargo Agent System (E9ACA) → Airport Community System → Airline System (E10AL)\n    \n\n**Priority**:\n\n- P2"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"35a0a2ac-fcca-4168-9f35-9461789b0bc9","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"3e54f140-331b-456f-8536-ea19b0f212a4","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-06-04T08:28:25.671Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- EO.E9ACA.10\n    \n- EO.E10CGNR.11\n    \n- EO.E10CB.12\n    \n- EO.E10GHA.13\n    \n- EO.E10AL.14\n    \n- EO.E10CUS.15\n    \n\n**Use Case**: Send ASI (Advance Shipment Information) to Stakeholder\n\n**Integration Point:** IN_FR-2-EO-ASI-R-01-UC-01\n\n**Description**: ACS will enable ACA to send ASI (advance shipment information) to GHA, Consignor, Airlines, Customs and Customs broker.\n\n**Process Flows**:\n\n- Air Cargo Agent System (E9ACA) → Airport Community System → GHA System (E10GHA)\n    \n- Air Cargo Agent System (E9ACA) → Airport Community System → Consignor System (E10CGNR)\n    \n- Air Cargo Agent System (E9ACA) → Airport Community System → Airline System (E10AL)\n    \n\n**Priority**:\n\n- P2"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"0ca86dcc-8267-4fca-8166-adc2c4888628","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e426af4e-0351-4f4e-b2ad-1473bbd6fc36","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-06-04T08:28:25.671Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- EO.E9ACA.10\n    \n- EO.E10CGNR.11\n    \n- EO.E10CB.12\n    \n- EO.E10GHA.13\n    \n- EO.E10AL.14\n    \n- EO.E10CUS.15\n    \n\n**Use Case**: Send ASI (Advance Shipment Information) to Stakeholder\n\n**Integration Point:** IN_FR-2-EO-ASI-R-01-UC-01\n\n**Description**: ACS will enable ACA to send ASI (advance shipment information) to GHA, Consignor, Airlines, Customs and Customs broker.\n\n**Process Flows**:\n\n- Air Cargo Agent System (E9ACA) → Airport Community System → GHA System (E10GHA)\n    \n- Air Cargo Agent System (E9ACA) → Airport Community System → Consignor System (E10CGNR)\n    \n- Air Cargo Agent System (E9ACA) → Airport Community System → Airline System (E10AL)\n    \n\n**Priority**:\n\n- P2"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"e22df433-a70a-4a31-83f2-e7f1c41383d9"}],"id":"2207fdfd-518b-4487-8736-d73fbfea9496","description":"<p>Advance Shipment Information is the shipment data shared before export screening. Users send ASI to the parties that need it.</p>\n","_postman_id":"2207fdfd-518b-4487-8736-d73fbfea9496","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"249605f5-1958-4a2b-8c60-ef5717c4f68a","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"f0ff81d2-9c8d-437a-9411-2bab54916958","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-06-04T08:28:25.671Z","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":[{"id":"7804c59b-481f-4af7-a18c-db2cfe7faf95","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"7fdb11f5-c42f-4f04-be9a-58891f876321","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E11ACA.16\n\n**Use Case**: ACS(ACA) is arranging transport to Airport\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-01\n\n**Description**: ACS (ACA) to inform GHA, that they will be arranging transport for the consignment.\n\n**Transport Options**:\n\n- `aca` - ACA will arrange trucking (Yes) → E11ACA → E12ACA\n    \n- `consignor` - Consignor will arrange trucking (No) → E11ACA → E12CGNR\n    \n\n**Process Flow**: Air Cargo Agent System (E9ACA) → Airport Community System\n\n**Priority**: P3\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | Array must contain ≥1 HAWB if provided |\n| `transportArrangement` | String | 10 | M | Must be one of \\[\"aca\", \"self\", \"forwarder\"\\] |\n| `remarks` | String | 255 | C | Required if `transportArrangement='aca'` |\n| `expectedPickupDatetime` | DateTime | n/a | C | Required if `transportArrangement='aca'`; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `pickupLocation` | Object | n/a | C | Required if `transportArrangement='aca'` |\n| `pickupLocation.address` | String | 255 | C | Required when `pickupLocation` present |\n| `pickupLocation.contactPerson` | String | 100 chars | C | Required when `pickupLocation` present |\n| `pickupLocation.contactPhone` | String | 20 chars | C | Required when `pickupLocation` present; must match phone pattern `+` and digits |\n| `acaCassNumber` | String | 255 | C | Required if `transportArrangement='aca'` and `acaIataNumber` is empty |\n| `acaIataNumber` | String | 255 | C | Required if transportArrangement='aca'and acaCassNumber is empty |\n| `ghaCode` | String | 255 | O | If provided, must be alphanumeric |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"387b3dff-f5d0-4c68-a767-1ec92179eba2","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d5114010-fea8-458b-83c7-59decd94eee5","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E11ACA.16\n\n**Use Case**: ACS(ACA) is arranging transport to Airport\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-01\n\n**Description**: ACS (ACA) to inform GHA, that they will be arranging transport for the consignment.\n\n**Transport Options**:\n\n- `aca` - ACA will arrange trucking (Yes) → E11ACA → E12ACA\n    \n- `consignor` - Consignor will arrange trucking (No) → E11ACA → E12CGNR\n    \n\n**Process Flow**: Air Cargo Agent System (E9ACA) → Airport Community System\n\n**Priority**: P3\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | Array must contain ≥1 HAWB if provided |\n| `transportArrangement` | String | 10 | M | Must be one of \\[\"aca\", \"self\", \"forwarder\"\\] |\n| `remarks` | String | 255 | C | Required if `transportArrangement='aca'` |\n| `expectedPickupDatetime` | DateTime | n/a | C | Required if `transportArrangement='aca'`; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `pickupLocation` | Object | n/a | C | Required if `transportArrangement='aca'` |\n| `pickupLocation.address` | String | 255 | C | Required when `pickupLocation` present |\n| `pickupLocation.contactPerson` | String | 100 chars | C | Required when `pickupLocation` present |\n| `pickupLocation.contactPhone` | String | 20 chars | C | Required when `pickupLocation` present; must match phone pattern `+` and digits |\n| `acaCassNumber` | String | 255 | C | Required if `transportArrangement='aca'` and `acaIataNumber` is empty |\n| `acaIataNumber` | String | 255 | C | Required if transportArrangement='aca'and acaCassNumber is empty |\n| `ghaCode` | String | 255 | O | If provided, must be alphanumeric |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"92db7287-7b2f-4b26-9c32-4d404037c25a","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"55cf4417-2332-4e21-96ce-d0261c47fbf6","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E11ACA.16\n\n**Use Case**: ACS(ACA) is arranging transport to Airport\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-01\n\n**Description**: ACS (ACA) to inform GHA, that they will be arranging transport for the consignment.\n\n**Transport Options**:\n\n- `aca` - ACA will arrange trucking (Yes) → E11ACA → E12ACA\n    \n- `consignor` - Consignor will arrange trucking (No) → E11ACA → E12CGNR\n    \n\n**Process Flow**: Air Cargo Agent System (E9ACA) → Airport Community System\n\n**Priority**: P3\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | Array must contain ≥1 HAWB if provided |\n| `transportArrangement` | String | 10 | M | Must be one of \\[\"aca\", \"self\", \"forwarder\"\\] |\n| `remarks` | String | 255 | C | Required if `transportArrangement='aca'` |\n| `expectedPickupDatetime` | DateTime | n/a | C | Required if `transportArrangement='aca'`; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `pickupLocation` | Object | n/a | C | Required if `transportArrangement='aca'` |\n| `pickupLocation.address` | String | 255 | C | Required when `pickupLocation` present |\n| `pickupLocation.contactPerson` | String | 100 chars | C | Required when `pickupLocation` present |\n| `pickupLocation.contactPhone` | String | 20 chars | C | Required when `pickupLocation` present; must match phone pattern `+` and digits |\n| `acaCassNumber` | String | 255 | C | Required if `transportArrangement='aca'` and `acaIataNumber` is empty |\n| `acaIataNumber` | String | 255 | C | Required if transportArrangement='aca'and acaCassNumber is empty |\n| `ghaCode` | String | 255 | O | If provided, must be alphanumeric |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"2fe1f4aa-555b-43ed-b170-05ead0f7768d","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"3ad97e41-2a6b-4831-836a-94064378b0c4","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E11ACA.16\n\n**Use Case**: ACS(ACA) is arranging transport to Airport\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-01\n\n**Description**: ACS (ACA) to inform GHA, that they will be arranging transport for the consignment.\n\n**Transport Options**:\n\n- `aca` - ACA will arrange trucking (Yes) → E11ACA → E12ACA\n    \n- `consignor` - Consignor will arrange trucking (No) → E11ACA → E12CGNR\n    \n\n**Process Flow**: Air Cargo Agent System (E9ACA) → Airport Community System\n\n**Priority**: P3\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | Array must contain ≥1 HAWB if provided |\n| `transportArrangement` | String | 10 | M | Must be one of \\[\"aca\", \"self\", \"forwarder\"\\] |\n| `remarks` | String | 255 | C | Required if `transportArrangement='aca'` |\n| `expectedPickupDatetime` | DateTime | n/a | C | Required if `transportArrangement='aca'`; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `pickupLocation` | Object | n/a | C | Required if `transportArrangement='aca'` |\n| `pickupLocation.address` | String | 255 | C | Required when `pickupLocation` present |\n| `pickupLocation.contactPerson` | String | 100 chars | C | Required when `pickupLocation` present |\n| `pickupLocation.contactPhone` | String | 20 chars | C | Required when `pickupLocation` present; must match phone pattern `+` and digits |\n| `acaCassNumber` | String | 255 | C | Required if `transportArrangement='aca'` and `acaIataNumber` is empty |\n| `acaIataNumber` | String | 255 | C | Required if transportArrangement='aca'and acaCassNumber is empty |\n| `ghaCode` | String | 255 | O | If provided, must be alphanumeric |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"eb3c25a2-0ebc-432a-9207-212ea11dc3a6","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"cea9bf05-7d5b-4b33-b2f5-ec1a319c9769","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E11ACA.16\n\n**Use Case**: ACS(ACA) is arranging transport to Airport\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-01\n\n**Description**: ACS (ACA) to inform GHA, that they will be arranging transport for the consignment.\n\n**Transport Options**:\n\n- `aca` - ACA will arrange trucking (Yes) → E11ACA → E12ACA\n    \n- `consignor` - Consignor will arrange trucking (No) → E11ACA → E12CGNR\n    \n\n**Process Flow**: Air Cargo Agent System (E9ACA) → Airport Community System\n\n**Priority**: P3\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | Array must contain ≥1 HAWB if provided |\n| `transportArrangement` | String | 10 | M | Must be one of \\[\"aca\", \"self\", \"forwarder\"\\] |\n| `remarks` | String | 255 | C | Required if `transportArrangement='aca'` |\n| `expectedPickupDatetime` | DateTime | n/a | C | Required if `transportArrangement='aca'`; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `pickupLocation` | Object | n/a | C | Required if `transportArrangement='aca'` |\n| `pickupLocation.address` | String | 255 | C | Required when `pickupLocation` present |\n| `pickupLocation.contactPerson` | String | 100 chars | C | Required when `pickupLocation` present |\n| `pickupLocation.contactPhone` | String | 20 chars | C | Required when `pickupLocation` present; must match phone pattern `+` and digits |\n| `acaCassNumber` | String | 255 | C | Required if `transportArrangement='aca'` and `acaIataNumber` is empty |\n| `acaIataNumber` | String | 255 | C | Required if transportArrangement='aca'and acaCassNumber is empty |\n| `ghaCode` | String | 255 | O | If provided, must be alphanumeric |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"249605f5-1958-4a2b-8c60-ef5717c4f68a"}],"id":"c9a07ced-04aa-4ab7-9203-3bb508f34ae4","description":"<p>Transport arrangement is the plan for moving cargo to the airport. Users set the transport details for the shipment.</p>\n","_postman_id":"c9a07ced-04aa-4ab7-9203-3bb508f34ae4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"ad96972d-874f-4565-999f-088208ea91e5","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b4befb97-28c8-4815-ad59-924cf59d3145","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-06-04T08:28:25.672Z","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":[{"id":"63ed6d16-97c4-420c-a575-3f8eab3232a4","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"06937fa0-caad-4189-bbd6-11ae8ac64c84","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [Risk Assessments](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- EO.E11CUS.17\n    \n- EO.E11GHA.18\n    \n\n**Use Case**: Risk Assessment Shared by Customs\n\n**Integration Point**: IN_FR-5-EO-EGD-R-01-UC-02\n\n**Risk Classifications**:\n\n- `green` - No inspection required\n    \n- `yellow` - Document check required\n    \n- `red` - Document + physical check of goods required\n    \n\n**Process Flow**: Web Based One Customs (E9CUS) → Airport Community System → GHA System (E11GHA)\n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"477c0eee-f6e7-403a-9fe9-818c34cf003f","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"dc5e0fa8-a6a3-4e45-8129-6fe34b62c236","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [Risk Assessments](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- EO.E11CUS.17\n    \n- EO.E11GHA.18\n    \n\n**Use Case**: Risk Assessment Shared by Customs\n\n**Integration Point**: IN_FR-5-EO-EGD-R-01-UC-02\n\n**Risk Classifications**:\n\n- `green` - No inspection required\n    \n- `yellow` - Document check required\n    \n- `red` - Document + physical check of goods required\n    \n\n**Process Flow**: Web Based One Customs (E9CUS) → Airport Community System → GHA System (E11GHA)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"d1b53d29-72c7-4530-9103-fe190ccc57c9","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"44ea9206-6d1c-4b9d-b9e8-30a579bc6ee2","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [Risk Assessments](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- EO.E11CUS.17\n    \n- EO.E11GHA.18\n    \n\n**Use Case**: Risk Assessment Shared by Customs\n\n**Integration Point**: IN_FR-5-EO-EGD-R-01-UC-02\n\n**Risk Classifications**:\n\n- `green` - No inspection required\n    \n- `yellow` - Document check required\n    \n- `red` - Document + physical check of goods required\n    \n\n**Process Flow**: Web Based One Customs (E9CUS) → Airport Community System → GHA System (E11GHA)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"9d7435c9-c502-4e99-83a6-d5459ce680b8","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a5351070-1c99-4af4-99fc-506166900fb4","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [Risk Assessments](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- EO.E11CUS.17\n    \n- EO.E11GHA.18\n    \n\n**Use Case**: Risk Assessment Shared by Customs\n\n**Integration Point**: IN_FR-5-EO-EGD-R-01-UC-02\n\n**Risk Classifications**:\n\n- `green` - No inspection required\n    \n- `yellow` - Document check required\n    \n- `red` - Document + physical check of goods required\n    \n\n**Process Flow**: Web Based One Customs (E9CUS) → Airport Community System → GHA System (E11GHA)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d557cea6-12ea-4620-b6b9-10f948caf9d4","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"f81c0849-60fd-41bf-a919-9afa9010e697","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [Risk Assessments](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- EO.E11CUS.17\n    \n- EO.E11GHA.18\n    \n\n**Use Case**: Risk Assessment Shared by Customs\n\n**Integration Point**: IN_FR-5-EO-EGD-R-01-UC-02\n\n**Risk Classifications**:\n\n- `green` - No inspection required\n    \n- `yellow` - Document check required\n    \n- `red` - Document + physical check of goods required\n    \n\n**Process Flow**: Web Based One Customs (E9CUS) → Airport Community System → GHA System (E11GHA)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"ad96972d-874f-4565-999f-088208ea91e5"},{"name":"Update Inspection Result","id":"35562493-cb98-45c7-86bc-63f146ca96c5","request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"f5233f19-5def-43c9-b3f5-7b09d4b11b96","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-06-04T08:28:25.672Z","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":[{"id":"9ac4a21f-2f34-449a-a9c0-85920b4c72b2","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"b63bc957-2920-4819-b2a5-f2bfce3ccae9","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/risk-assessments/:assessmentId/inspection","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["risk-assessments",":assessmentId","inspection"],"variable":[{"key":"assessmentId","value":"ra-2025-001234"}]},"description":"**Global API References:**\n\n- [Risk Assessments](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement Reference**: EO.E11CUS.17\n\n**Use Case**: Risk Assessment Shared by Customs\n\n**Integration Point**: IN_FR-5-EO-EGD-R-01-UC-03\n\n**Description**: Update risk assessment after inspection.\n\n**Risk Classifications**:\n\n- `green` - No inspection required\n    \n- `yellow` - Document check required\n    \n- `red` - Document + physical check of goods required\n    \n\n**Process Flow**: Web Based One Customs (E9CUS) → Airport Community System → GHA System (E11GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | O | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | O | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | O | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | O | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | O | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9f20761c-0135-4768-9f11-2c676ab09c98","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"cbdecfb1-af18-480e-b7d4-6b6d76b96354","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/risk-assessments/:assessmentId/inspection","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["risk-assessments",":assessmentId","inspection"],"variable":[{"key":"assessmentId","value":"ra-2025-001234"}]},"description":"**Global API References:**\n\n- [Risk Assessments](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement Reference**: EO.E11CUS.17\n\n**Use Case**: Risk Assessment Shared by Customs\n\n**Integration Point**: IN_FR-5-EO-EGD-R-01-UC-03\n\n**Description**: Update risk assessment after inspection.\n\n**Risk Classifications**:\n\n- `green` - No inspection required\n    \n- `yellow` - Document check required\n    \n- `red` - Document + physical check of goods required\n    \n\n**Process Flow**: Web Based One Customs (E9CUS) → Airport Community System → GHA System (E11GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | O | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | O | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | O | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | O | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | O | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"b63d0162-4d02-458b-8bee-5db38e798594","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"4755f7f8-5e5c-45fc-9828-be272d0ae1b4","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/risk-assessments/:assessmentId/inspection","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["risk-assessments",":assessmentId","inspection"],"variable":[{"key":"assessmentId","value":"ra-2025-001234"}]},"description":"**Global API References:**\n\n- [Risk Assessments](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement Reference**: EO.E11CUS.17\n\n**Use Case**: Risk Assessment Shared by Customs\n\n**Integration Point**: IN_FR-5-EO-EGD-R-01-UC-03\n\n**Description**: Update risk assessment after inspection.\n\n**Risk Classifications**:\n\n- `green` - No inspection required\n    \n- `yellow` - Document check required\n    \n- `red` - Document + physical check of goods required\n    \n\n**Process Flow**: Web Based One Customs (E9CUS) → Airport Community System → GHA System (E11GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | O | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | O | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | O | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | O | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | O | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"6840015e-b30f-43a7-8a44-827617a504d4","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"34d339d1-0a38-4e65-b7db-d4806ae040bb","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/risk-assessments/:assessmentId/inspection","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["risk-assessments",":assessmentId","inspection"],"variable":[{"key":"assessmentId","value":"ra-2025-001234"}]},"description":"**Global API References:**\n\n- [Risk Assessments](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement Reference**: EO.E11CUS.17\n\n**Use Case**: Risk Assessment Shared by Customs\n\n**Integration Point**: IN_FR-5-EO-EGD-R-01-UC-03\n\n**Description**: Update risk assessment after inspection.\n\n**Risk Classifications**:\n\n- `green` - No inspection required\n    \n- `yellow` - Document check required\n    \n- `red` - Document + physical check of goods required\n    \n\n**Process Flow**: Web Based One Customs (E9CUS) → Airport Community System → GHA System (E11GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | O | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | O | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | O | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | O | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | O | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d041fe7c-9dd4-4aa5-b51a-f8bc8206d19f","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"1083650b-1485-4173-a551-e97cd92e2182","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-06-04T08:28:25.672Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/risk-assessments/:assessmentId/inspection","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["risk-assessments",":assessmentId","inspection"],"variable":[{"key":"assessmentId","value":"ra-2025-001234"}]},"description":"**Global API References:**\n\n- [Risk Assessments](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement Reference**: EO.E11CUS.17\n\n**Use Case**: Risk Assessment Shared by Customs\n\n**Integration Point**: IN_FR-5-EO-EGD-R-01-UC-03\n\n**Description**: Update risk assessment after inspection.\n\n**Risk Classifications**:\n\n- `green` - No inspection required\n    \n- `yellow` - Document check required\n    \n- `red` - Document + physical check of goods required\n    \n\n**Process Flow**: Web Based One Customs (E9CUS) → Airport Community System → GHA System (E11GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | O | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | O | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | O | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | O | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | O | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"6254ee87-28ce-462c-bd62-975194f8a5d4","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d7486bcf-68ff-4296-97ed-572496dc71f2","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-06-04T08:28:25.673Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/risk-assessments/:assessmentId/inspection","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["risk-assessments",":assessmentId","inspection"],"variable":[{"key":"assessmentId","value":"ra-2025-001234"}]},"description":"**Global API References:**\n\n- [Risk Assessments](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement Reference**: EO.E11CUS.17\n\n**Use Case**: Risk Assessment Shared by Customs\n\n**Integration Point**: IN_FR-5-EO-EGD-R-01-UC-03\n\n**Description**: Update risk assessment after inspection.\n\n**Risk Classifications**:\n\n- `green` - No inspection required\n    \n- `yellow` - Document check required\n    \n- `red` - Document + physical check of goods required\n    \n\n**Process Flow**: Web Based One Customs (E9CUS) → Airport Community System → GHA System (E11GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | O | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | O | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | O | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | O | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | O | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"2f674de6-25b5-4f44-9a13-43369235e15a","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"942cfee2-a4bb-43d1-8125-993f10531de6","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-06-04T08:28:25.673Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/risk-assessments/:assessmentId/inspection","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["risk-assessments",":assessmentId","inspection"],"variable":[{"key":"assessmentId","value":"ra-2025-001234"}]},"description":"**Global API References:**\n\n- [Risk Assessments](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement Reference**: EO.E11CUS.17\n\n**Use Case**: Risk Assessment Shared by Customs\n\n**Integration Point**: IN_FR-5-EO-EGD-R-01-UC-03\n\n**Description**: Update risk assessment after inspection.\n\n**Risk Classifications**:\n\n- `green` - No inspection required\n    \n- `yellow` - Document check required\n    \n- `red` - Document + physical check of goods required\n    \n\n**Process Flow**: Web Based One Customs (E9CUS) → Airport Community System → GHA System (E11GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | O | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | O | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | O | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | O | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | O | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"35562493-cb98-45c7-86bc-63f146ca96c5"}],"id":"88453ede-3cc7-4cb4-92b7-1dc041212541","description":"<p>Risk assessment is the customs review that checks whether cargo needs further inspection. Users submit the assessment and update the inspection result.</p>\n","_postman_id":"88453ede-3cc7-4cb4-92b7-1dc041212541","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"11569804-9d7c-40ca-b38e-c15bbb9c5128","description":"<p>ASI and risk assessment cover the shipment details sent before export and the customs screening that follows. Users send ASI, set transport details, and submit or update risk results.</p>\n","_postman_id":"11569804-9d7c-40ca-b38e-c15bbb9c5128","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"fe6b40b7-2910-4789-be30-ec20460f3d67","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"3bf0da46-d150-4301-b969-1e08dfe14b2d","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-06-04T08:28:25.673Z","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":"9477e11e-d60e-441a-aa6f-06cea57043ff","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d6c915c3-ff5a-46ca-b63b-1513a66d2635","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-06-04T08:28:25.673Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E12ACA.19\n    \n- EO.E12CGNR.20\n    \n\n**Use Case**: Transport arranged by ACA/Consignor\n\n**Integration Point**: FR-4-EO-TS-R-01-UC-01\n\n**Description**:\n\n- Pickup Request: ACS enables ACA to contact and request a pickup quota from the Trucker\n    \n- ACS will enable the Consignor to communicate shipment details digitally to the Trucker.\n    \n\n**Process Flows**:\n\n- Air Cargo Agent System (E11ACA) → Airport Community System → Transporter / Truck Operator (E12TRK)\n    \n- Consignor System (E12CNGR) → Airport Community System → Transporter / Truck Operator (E12TRK)\n    \n\n**Priority**: P3\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| requestedBy | String | 255 | M | Requesting party code (e.g., ACA) |\n| pickup | Object | n/a | M | Contains pickup details |\n| pickup.address | Object | n/a | M | Must contain full address fields |\n| pickup.address.street | String | 255 | M | Free text allowed |\n| pickup.address.city | String | 70 | M | Must be a valid city name |\n| pickup.address.postalCode | String | 35 | M | Must be a valid postal code |\n| pickup.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| pickup.contactPerson | String | 255 | M | Alphabetic + spaces/hyphens |\n| pickup.contactPhone | String | 16 | M | ITU E.164 numbering format |\n| pickup.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| delivery | Object | n/a | M | Contains delivery details |\n| delivery.address | Object | n/a | M | Must contain full address fields |\n| delivery.address.street | String | 255 | M | Free text allowed |\n| delivery.address.city | String | 70 | M | Must be a valid city name |\n| delivery.address.postalCode | String | 35 | M | Must be a valid postal code |\n| delivery.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| delivery.airport | String | 3 (IATA) / 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| delivery.ghaName | String | 2 | M | Valid GHA organization name |\n| delivery.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS), future date |\n| shipmentDetails | Object | n/a | M | Contains shipment details |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| shipmentDetails.weight.value | Number | n/a | M | Positive number |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensions.length | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.width | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.height | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.commodity | String | 255 | M | Valid commodity name |\n| shipmentDetails.specialRequirements | String | 255 | O | Free text |\n| quoteRequired | Boolean | n/a | M | true or false |\n| quoteExpiredAt | DateTime | n/a | C | Required if quoteRequired=true; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedNumberOfVehicles | String | 2 | M | Numeric string, positive |\n| cargoType | String | 35 | M | Must be valid enum (e.g., \"general\", \"perishable\", \"dg\") |\n| pieces | Integer | n/a | M | Must be positive integer |\n| weight | Number | n/a | M | Must be positive number |\n| specialRequirements | Array | n/a | O | Free text entries, can be empty |\n| truckingCompany | String | 255 | M | Name of the trucking company |\n| offerPricePkr | Number | n/a | M | Price in PKR |\n| remarks | String | 255 | O | Additional remarks (e.g., \"Please ensure careful handling during transport\") |\n| vehicleType | String | 50 | M | Type of vehicle (e.g., \"20FT_CONTAINER_TRUCK\") |\n| requestingParty.name | String | 255 | M | Name of the requesting party |\n| requestingParty.phone | String | 16 | O | ITU E.164 numbering format |\n| requestingParty.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| requestingParty.iataNumber | String | 255 | C | Required if requestedBy = “aca” and cassNumber is empty |\n| requestingParty.cassNumber | String | 255 | C | Required if requestedBy = “aca” and iataNumber is empty |\n| requestingParty.ntn | String | 9 | C | Required if requestedBy = “consignor”; NTN tax identifier format (nnnnnnn-n) |\n| requestingParty.cnic | String | 15 | C | Required if requestedBy = “consignor”; CNIC format (nnnnn-nnnnnnn-n) |\n| targetTruckers | Array | n/a | M | Array of trucker IDs (e.g., \\[\"trucker-001\", \"trucker-002\"\\]) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"aeb4008b-d4a3-4b0b-afa8-1d01dd231ab2","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"dc00b8bb-2fe8-4e96-954b-7b6e4b882678","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-06-04T08:28:25.673Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E12ACA.19\n    \n- EO.E12CGNR.20\n    \n\n**Use Case**: Transport arranged by ACA/Consignor\n\n**Integration Point**: FR-4-EO-TS-R-01-UC-01\n\n**Description**:\n\n- Pickup Request: ACS enables ACA to contact and request a pickup quota from the Trucker\n    \n- ACS will enable the Consignor to communicate shipment details digitally to the Trucker.\n    \n\n**Process Flows**:\n\n- Air Cargo Agent System (E11ACA) → Airport Community System → Transporter / Truck Operator (E12TRK)\n    \n- Consignor System (E12CNGR) → Airport Community System → Transporter / Truck Operator (E12TRK)\n    \n\n**Priority**: P3\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| requestedBy | String | 255 | M | Requesting party code (e.g., ACA) |\n| pickup | Object | n/a | M | Contains pickup details |\n| pickup.address | Object | n/a | M | Must contain full address fields |\n| pickup.address.street | String | 255 | M | Free text allowed |\n| pickup.address.city | String | 70 | M | Must be a valid city name |\n| pickup.address.postalCode | String | 35 | M | Must be a valid postal code |\n| pickup.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| pickup.contactPerson | String | 255 | M | Alphabetic + spaces/hyphens |\n| pickup.contactPhone | String | 16 | M | ITU E.164 numbering format |\n| pickup.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| delivery | Object | n/a | M | Contains delivery details |\n| delivery.address | Object | n/a | M | Must contain full address fields |\n| delivery.address.street | String | 255 | M | Free text allowed |\n| delivery.address.city | String | 70 | M | Must be a valid city name |\n| delivery.address.postalCode | String | 35 | M | Must be a valid postal code |\n| delivery.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| delivery.airport | String | 3 (IATA) / 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| delivery.ghaName | String | 2 | M | Valid GHA organization name |\n| delivery.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS), future date |\n| shipmentDetails | Object | n/a | M | Contains shipment details |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| shipmentDetails.weight.value | Number | n/a | M | Positive number |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensions.length | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.width | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.height | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.commodity | String | 255 | M | Valid commodity name |\n| shipmentDetails.specialRequirements | String | 255 | O | Free text |\n| quoteRequired | Boolean | n/a | M | true or false |\n| quoteExpiredAt | DateTime | n/a | C | Required if quoteRequired=true; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedNumberOfVehicles | String | 2 | M | Numeric string, positive |\n| cargoType | String | 35 | M | Must be valid enum (e.g., \"general\", \"perishable\", \"dg\") |\n| pieces | Integer | n/a | M | Must be positive integer |\n| weight | Number | n/a | M | Must be positive number |\n| specialRequirements | Array | n/a | O | Free text entries, can be empty |\n| truckingCompany | String | 255 | M | Name of the trucking company |\n| offerPricePkr | Number | n/a | M | Price in PKR |\n| remarks | String | 255 | O | Additional remarks (e.g., \"Please ensure careful handling during transport\") |\n| vehicleType | String | 50 | M | Type of vehicle (e.g., \"20FT_CONTAINER_TRUCK\") |\n| requestingParty.name | String | 255 | M | Name of the requesting party |\n| requestingParty.phone | String | 16 | O | ITU E.164 numbering format |\n| requestingParty.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| requestingParty.iataNumber | String | 255 | C | Required if requestedBy = “aca” and cassNumber is empty |\n| requestingParty.cassNumber | String | 255 | C | Required if requestedBy = “aca” and iataNumber is empty |\n| requestingParty.ntn | String | 9 | C | Required if requestedBy = “consignor”; NTN tax identifier format (nnnnnnn-n) |\n| requestingParty.cnic | String | 15 | C | Required if requestedBy = “consignor”; CNIC format (nnnnn-nnnnnnn-n) |\n| targetTruckers | Array | n/a | M | Array of trucker IDs (e.g., \\[\"trucker-001\", \"trucker-002\"\\]) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"153e05ff-8657-4a12-9127-ac2f7fbbf549","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"dde2f808-22d7-4aa5-b021-4b68ca210bc5","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-06-04T08:28:25.673Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E12ACA.19\n    \n- EO.E12CGNR.20\n    \n\n**Use Case**: Transport arranged by ACA/Consignor\n\n**Integration Point**: FR-4-EO-TS-R-01-UC-01\n\n**Description**:\n\n- Pickup Request: ACS enables ACA to contact and request a pickup quota from the Trucker\n    \n- ACS will enable the Consignor to communicate shipment details digitally to the Trucker.\n    \n\n**Process Flows**:\n\n- Air Cargo Agent System (E11ACA) → Airport Community System → Transporter / Truck Operator (E12TRK)\n    \n- Consignor System (E12CNGR) → Airport Community System → Transporter / Truck Operator (E12TRK)\n    \n\n**Priority**: P3\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| requestedBy | String | 255 | M | Requesting party code (e.g., ACA) |\n| pickup | Object | n/a | M | Contains pickup details |\n| pickup.address | Object | n/a | M | Must contain full address fields |\n| pickup.address.street | String | 255 | M | Free text allowed |\n| pickup.address.city | String | 70 | M | Must be a valid city name |\n| pickup.address.postalCode | String | 35 | M | Must be a valid postal code |\n| pickup.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| pickup.contactPerson | String | 255 | M | Alphabetic + spaces/hyphens |\n| pickup.contactPhone | String | 16 | M | ITU E.164 numbering format |\n| pickup.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| delivery | Object | n/a | M | Contains delivery details |\n| delivery.address | Object | n/a | M | Must contain full address fields |\n| delivery.address.street | String | 255 | M | Free text allowed |\n| delivery.address.city | String | 70 | M | Must be a valid city name |\n| delivery.address.postalCode | String | 35 | M | Must be a valid postal code |\n| delivery.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| delivery.airport | String | 3 (IATA) / 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| delivery.ghaName | String | 2 | M | Valid GHA organization name |\n| delivery.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS), future date |\n| shipmentDetails | Object | n/a | M | Contains shipment details |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| shipmentDetails.weight.value | Number | n/a | M | Positive number |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensions.length | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.width | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.height | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.commodity | String | 255 | M | Valid commodity name |\n| shipmentDetails.specialRequirements | String | 255 | O | Free text |\n| quoteRequired | Boolean | n/a | M | true or false |\n| quoteExpiredAt | DateTime | n/a | C | Required if quoteRequired=true; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedNumberOfVehicles | String | 2 | M | Numeric string, positive |\n| cargoType | String | 35 | M | Must be valid enum (e.g., \"general\", \"perishable\", \"dg\") |\n| pieces | Integer | n/a | M | Must be positive integer |\n| weight | Number | n/a | M | Must be positive number |\n| specialRequirements | Array | n/a | O | Free text entries, can be empty |\n| truckingCompany | String | 255 | M | Name of the trucking company |\n| offerPricePkr | Number | n/a | M | Price in PKR |\n| remarks | String | 255 | O | Additional remarks (e.g., \"Please ensure careful handling during transport\") |\n| vehicleType | String | 50 | M | Type of vehicle (e.g., \"20FT_CONTAINER_TRUCK\") |\n| requestingParty.name | String | 255 | M | Name of the requesting party |\n| requestingParty.phone | String | 16 | O | ITU E.164 numbering format |\n| requestingParty.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| requestingParty.iataNumber | String | 255 | C | Required if requestedBy = “aca” and cassNumber is empty |\n| requestingParty.cassNumber | String | 255 | C | Required if requestedBy = “aca” and iataNumber is empty |\n| requestingParty.ntn | String | 9 | C | Required if requestedBy = “consignor”; NTN tax identifier format (nnnnnnn-n) |\n| requestingParty.cnic | String | 15 | C | Required if requestedBy = “consignor”; CNIC format (nnnnn-nnnnnnn-n) |\n| targetTruckers | Array | n/a | M | Array of trucker IDs (e.g., \\[\"trucker-001\", \"trucker-002\"\\]) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"e78bc25a-8265-4110-a681-8b8da487e98d","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"5b77d09f-15bd-4cab-9cd5-471288f0914c","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-06-04T08:28:25.673Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E12ACA.19\n    \n- EO.E12CGNR.20\n    \n\n**Use Case**: Transport arranged by ACA/Consignor\n\n**Integration Point**: FR-4-EO-TS-R-01-UC-01\n\n**Description**:\n\n- Pickup Request: ACS enables ACA to contact and request a pickup quota from the Trucker\n    \n- ACS will enable the Consignor to communicate shipment details digitally to the Trucker.\n    \n\n**Process Flows**:\n\n- Air Cargo Agent System (E11ACA) → Airport Community System → Transporter / Truck Operator (E12TRK)\n    \n- Consignor System (E12CNGR) → Airport Community System → Transporter / Truck Operator (E12TRK)\n    \n\n**Priority**: P3\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| requestedBy | String | 255 | M | Requesting party code (e.g., ACA) |\n| pickup | Object | n/a | M | Contains pickup details |\n| pickup.address | Object | n/a | M | Must contain full address fields |\n| pickup.address.street | String | 255 | M | Free text allowed |\n| pickup.address.city | String | 70 | M | Must be a valid city name |\n| pickup.address.postalCode | String | 35 | M | Must be a valid postal code |\n| pickup.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| pickup.contactPerson | String | 255 | M | Alphabetic + spaces/hyphens |\n| pickup.contactPhone | String | 16 | M | ITU E.164 numbering format |\n| pickup.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| delivery | Object | n/a | M | Contains delivery details |\n| delivery.address | Object | n/a | M | Must contain full address fields |\n| delivery.address.street | String | 255 | M | Free text allowed |\n| delivery.address.city | String | 70 | M | Must be a valid city name |\n| delivery.address.postalCode | String | 35 | M | Must be a valid postal code |\n| delivery.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| delivery.airport | String | 3 (IATA) / 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| delivery.ghaName | String | 2 | M | Valid GHA organization name |\n| delivery.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS), future date |\n| shipmentDetails | Object | n/a | M | Contains shipment details |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| shipmentDetails.weight.value | Number | n/a | M | Positive number |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensions.length | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.width | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.height | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.commodity | String | 255 | M | Valid commodity name |\n| shipmentDetails.specialRequirements | String | 255 | O | Free text |\n| quoteRequired | Boolean | n/a | M | true or false |\n| quoteExpiredAt | DateTime | n/a | C | Required if quoteRequired=true; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedNumberOfVehicles | String | 2 | M | Numeric string, positive |\n| cargoType | String | 35 | M | Must be valid enum (e.g., \"general\", \"perishable\", \"dg\") |\n| pieces | Integer | n/a | M | Must be positive integer |\n| weight | Number | n/a | M | Must be positive number |\n| specialRequirements | Array | n/a | O | Free text entries, can be empty |\n| truckingCompany | String | 255 | M | Name of the trucking company |\n| offerPricePkr | Number | n/a | M | Price in PKR |\n| remarks | String | 255 | O | Additional remarks (e.g., \"Please ensure careful handling during transport\") |\n| vehicleType | String | 50 | M | Type of vehicle (e.g., \"20FT_CONTAINER_TRUCK\") |\n| requestingParty.name | String | 255 | M | Name of the requesting party |\n| requestingParty.phone | String | 16 | O | ITU E.164 numbering format |\n| requestingParty.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| requestingParty.iataNumber | String | 255 | C | Required if requestedBy = “aca” and cassNumber is empty |\n| requestingParty.cassNumber | String | 255 | C | Required if requestedBy = “aca” and iataNumber is empty |\n| requestingParty.ntn | String | 9 | C | Required if requestedBy = “consignor”; NTN tax identifier format (nnnnnnn-n) |\n| requestingParty.cnic | String | 15 | C | Required if requestedBy = “consignor”; CNIC format (nnnnn-nnnnnnn-n) |\n| targetTruckers | Array | n/a | M | Array of trucker IDs (e.g., \\[\"trucker-001\", \"trucker-002\"\\]) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"000ab5a5-9643-41a8-90af-18800886b3d4","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a5e2cc6a-c72b-4f15-bf6b-85762bf17ff3","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-06-04T08:28:25.673Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E12ACA.19\n    \n- EO.E12CGNR.20\n    \n\n**Use Case**: Transport arranged by ACA/Consignor\n\n**Integration Point**: FR-4-EO-TS-R-01-UC-01\n\n**Description**:\n\n- Pickup Request: ACS enables ACA to contact and request a pickup quota from the Trucker\n    \n- ACS will enable the Consignor to communicate shipment details digitally to the Trucker.\n    \n\n**Process Flows**:\n\n- Air Cargo Agent System (E11ACA) → Airport Community System → Transporter / Truck Operator (E12TRK)\n    \n- Consignor System (E12CNGR) → Airport Community System → Transporter / Truck Operator (E12TRK)\n    \n\n**Priority**: P3\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| requestedBy | String | 255 | M | Requesting party code (e.g., ACA) |\n| pickup | Object | n/a | M | Contains pickup details |\n| pickup.address | Object | n/a | M | Must contain full address fields |\n| pickup.address.street | String | 255 | M | Free text allowed |\n| pickup.address.city | String | 70 | M | Must be a valid city name |\n| pickup.address.postalCode | String | 35 | M | Must be a valid postal code |\n| pickup.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| pickup.contactPerson | String | 255 | M | Alphabetic + spaces/hyphens |\n| pickup.contactPhone | String | 16 | M | ITU E.164 numbering format |\n| pickup.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| delivery | Object | n/a | M | Contains delivery details |\n| delivery.address | Object | n/a | M | Must contain full address fields |\n| delivery.address.street | String | 255 | M | Free text allowed |\n| delivery.address.city | String | 70 | M | Must be a valid city name |\n| delivery.address.postalCode | String | 35 | M | Must be a valid postal code |\n| delivery.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| delivery.airport | String | 3 (IATA) / 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| delivery.ghaName | String | 2 | M | Valid GHA organization name |\n| delivery.requestedTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS), future date |\n| shipmentDetails | Object | n/a | M | Contains shipment details |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Positive integer |\n| shipmentDetails.weight.value | Number | n/a | M | Positive number |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.dimensions.length | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.width | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.height | Number | n/a | M | Positive number |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentDetails.commodity | String | 255 | M | Valid commodity name |\n| shipmentDetails.specialRequirements | String | 255 | O | Free text |\n| quoteRequired | Boolean | n/a | M | true or false |\n| quoteExpiredAt | DateTime | n/a | C | Required if quoteRequired=true; ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedNumberOfVehicles | String | 2 | M | Numeric string, positive |\n| cargoType | String | 35 | M | Must be valid enum (e.g., \"general\", \"perishable\", \"dg\") |\n| pieces | Integer | n/a | M | Must be positive integer |\n| weight | Number | n/a | M | Must be positive number |\n| specialRequirements | Array | n/a | O | Free text entries, can be empty |\n| truckingCompany | String | 255 | M | Name of the trucking company |\n| offerPricePkr | Number | n/a | M | Price in PKR |\n| remarks | String | 255 | O | Additional remarks (e.g., \"Please ensure careful handling during transport\") |\n| vehicleType | String | 50 | M | Type of vehicle (e.g., \"20FT_CONTAINER_TRUCK\") |\n| requestingParty.name | String | 255 | M | Name of the requesting party |\n| requestingParty.phone | String | 16 | O | ITU E.164 numbering format |\n| requestingParty.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| requestingParty.iataNumber | String | 255 | C | Required if requestedBy = “aca” and cassNumber is empty |\n| requestingParty.cassNumber | String | 255 | C | Required if requestedBy = “aca” and iataNumber is empty |\n| requestingParty.ntn | String | 9 | C | Required if requestedBy = “consignor”; NTN tax identifier format (nnnnnnn-n) |\n| requestingParty.cnic | String | 15 | C | Required if requestedBy = “consignor”; CNIC format (nnnnn-nnnnnnn-n) |\n| targetTruckers | Array | n/a | M | Array of trucker IDs (e.g., \\[\"trucker-001\", \"trucker-002\"\\]) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"fe6b40b7-2910-4789-be30-ec20460f3d67"}],"id":"e560475c-cc7d-4589-ab48-6628f74cfc45","description":"<p>A trucking request asks a transporter to move cargo between locations. Users create the request.</p>\n","_postman_id":"e560475c-cc7d-4589-ab48-6628f74cfc45","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"128a1692-bdee-42f4-a78c-0736372a929d","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"24039585-a83b-40da-9cd9-4aa4d58086e3","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-06-04T08:28:25.673Z","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":[{"id":"bfdbbc05-1771-4d39-964b-837d7e23687e","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"73595feb-35ec-44c4-bcce-e900b6ac82f9","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-06-04T08:28:25.673Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","quote"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-03\n\n**Description**: ACS will enable the Trucker to prepare and send a price proposal digitally to ACA or Consignor.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckingRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `quote` | Object | n/a | M | Object containing the details for the trucking request quote. |\n| `quote.transportPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `quote.currency` | String | 3 | M | ISO 4217 currency code |\n| `quote.priceValidity` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `quote.vehicleType` | String | 255 | M | Must be a string representing the type of vehicle, e.g., \"Enclosed Truck 10T\". |\n| `quote.estimatedPickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `quote.estimatedDeliveryAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)  <br>Must be after `estimatedPickupAt`. |\n| `alternativeDate` | Object | n/a | O | Optional object containing details for an alternative date and price. |\n| `alternativeDate.available` | Boolean | n/a | O | Must be a boolean (`true` or `false`). |\n| `alternativeDate.suggestedDateTime` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `alternativeDate.alternativePrice` | Number | n/a | O | Must be a positive integer or float. |\n| `remarks` | String | 255 chars | O | Free text allowed. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2cd583ab-d4fa-4f3a-a12f-abaa08543e11","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"034432ef-b2dc-46e8-bdad-82d2facff0ec","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-06-04T08:28:25.673Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","quote"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-03\n\n**Description**: ACS will enable the Trucker to prepare and send a price proposal digitally to ACA or Consignor.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckingRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `quote` | Object | n/a | M | Object containing the details for the trucking request quote. |\n| `quote.transportPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `quote.currency` | String | 3 | M | ISO 4217 currency code |\n| `quote.priceValidity` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `quote.vehicleType` | String | 255 | M | Must be a string representing the type of vehicle, e.g., \"Enclosed Truck 10T\". |\n| `quote.estimatedPickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `quote.estimatedDeliveryAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)  <br>Must be after `estimatedPickupAt`. |\n| `alternativeDate` | Object | n/a | O | Optional object containing details for an alternative date and price. |\n| `alternativeDate.available` | Boolean | n/a | O | Must be a boolean (`true` or `false`). |\n| `alternativeDate.suggestedDateTime` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `alternativeDate.alternativePrice` | Number | n/a | O | Must be a positive integer or float. |\n| `remarks` | String | 255 chars | O | Free text allowed. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"24a397cf-1bec-4959-a84f-ebbdcd6bd508","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ddcc3d88-ec46-4ed9-9ad0-3625b31be5c9","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-06-04T08:28:25.673Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","quote"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-03\n\n**Description**: ACS will enable the Trucker to prepare and send a price proposal digitally to ACA or Consignor.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckingRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `quote` | Object | n/a | M | Object containing the details for the trucking request quote. |\n| `quote.transportPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `quote.currency` | String | 3 | M | ISO 4217 currency code |\n| `quote.priceValidity` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `quote.vehicleType` | String | 255 | M | Must be a string representing the type of vehicle, e.g., \"Enclosed Truck 10T\". |\n| `quote.estimatedPickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `quote.estimatedDeliveryAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)  <br>Must be after `estimatedPickupAt`. |\n| `alternativeDate` | Object | n/a | O | Optional object containing details for an alternative date and price. |\n| `alternativeDate.available` | Boolean | n/a | O | Must be a boolean (`true` or `false`). |\n| `alternativeDate.suggestedDateTime` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `alternativeDate.alternativePrice` | Number | n/a | O | Must be a positive integer or float. |\n| `remarks` | String | 255 chars | O | Free text allowed. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"a31b64a6-ef79-45f3-aef2-e8bbcd0464a3","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"4b8a4102-fd84-4afb-9d9a-125b7807cae6","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-06-04T08:28:25.674Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","quote"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-03\n\n**Description**: ACS will enable the Trucker to prepare and send a price proposal digitally to ACA or Consignor.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckingRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `quote` | Object | n/a | M | Object containing the details for the trucking request quote. |\n| `quote.transportPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `quote.currency` | String | 3 | M | ISO 4217 currency code |\n| `quote.priceValidity` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `quote.vehicleType` | String | 255 | M | Must be a string representing the type of vehicle, e.g., \"Enclosed Truck 10T\". |\n| `quote.estimatedPickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `quote.estimatedDeliveryAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)  <br>Must be after `estimatedPickupAt`. |\n| `alternativeDate` | Object | n/a | O | Optional object containing details for an alternative date and price. |\n| `alternativeDate.available` | Boolean | n/a | O | Must be a boolean (`true` or `false`). |\n| `alternativeDate.suggestedDateTime` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `alternativeDate.alternativePrice` | Number | n/a | O | Must be a positive integer or float. |\n| `remarks` | String | 255 chars | O | Free text allowed. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"7138a5df-7f78-456d-a9ea-9a54d6debc0c","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"32bad5c0-51da-43d1-9197-ac55ad7e2ab0","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-06-04T08:28:25.674Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","quote"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-03\n\n**Description**: ACS will enable the Trucker to prepare and send a price proposal digitally to ACA or Consignor.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckingRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `quote` | Object | n/a | M | Object containing the details for the trucking request quote. |\n| `quote.transportPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `quote.currency` | String | 3 | M | ISO 4217 currency code |\n| `quote.priceValidity` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `quote.vehicleType` | String | 255 | M | Must be a string representing the type of vehicle, e.g., \"Enclosed Truck 10T\". |\n| `quote.estimatedPickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `quote.estimatedDeliveryAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)  <br>Must be after `estimatedPickupAt`. |\n| `alternativeDate` | Object | n/a | O | Optional object containing details for an alternative date and price. |\n| `alternativeDate.available` | Boolean | n/a | O | Must be a boolean (`true` or `false`). |\n| `alternativeDate.suggestedDateTime` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `alternativeDate.alternativePrice` | Number | n/a | O | Must be a positive integer or float. |\n| `remarks` | String | 255 chars | O | Free text allowed. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"a4be8e74-6409-4efe-917e-e785aa7805d7","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"b3a1dde4-8ab3-469f-af0c-5ba9d859253a","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-06-04T08:28:25.674Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","quote"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-03\n\n**Description**: ACS will enable the Trucker to prepare and send a price proposal digitally to ACA or Consignor.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckingRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `quote` | Object | n/a | M | Object containing the details for the trucking request quote. |\n| `quote.transportPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `quote.currency` | String | 3 | M | ISO 4217 currency code |\n| `quote.priceValidity` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `quote.vehicleType` | String | 255 | M | Must be a string representing the type of vehicle, e.g., \"Enclosed Truck 10T\". |\n| `quote.estimatedPickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `quote.estimatedDeliveryAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)  <br>Must be after `estimatedPickupAt`. |\n| `alternativeDate` | Object | n/a | O | Optional object containing details for an alternative date and price. |\n| `alternativeDate.available` | Boolean | n/a | O | Must be a boolean (`true` or `false`). |\n| `alternativeDate.suggestedDateTime` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `alternativeDate.alternativePrice` | Number | n/a | O | Must be a positive integer or float. |\n| `remarks` | String | 255 chars | O | Free text allowed. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"23e1dc7d-a264-4982-b8b0-d68063e11ddc","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"b7744f38-5b93-457a-a36d-9ee180736d65","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-06-04T08:28:25.674Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","quote"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-03\n\n**Description**: ACS will enable the Trucker to prepare and send a price proposal digitally to ACA or Consignor.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckingRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `quote` | Object | n/a | M | Object containing the details for the trucking request quote. |\n| `quote.transportPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `quote.currency` | String | 3 | M | ISO 4217 currency code |\n| `quote.priceValidity` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `quote.vehicleType` | String | 255 | M | Must be a string representing the type of vehicle, e.g., \"Enclosed Truck 10T\". |\n| `quote.estimatedPickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `quote.estimatedDeliveryAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS)  <br>Must be after `estimatedPickupAt`. |\n| `alternativeDate` | Object | n/a | O | Optional object containing details for an alternative date and price. |\n| `alternativeDate.available` | Boolean | n/a | O | Must be a boolean (`true` or `false`). |\n| `alternativeDate.suggestedDateTime` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `alternativeDate.alternativePrice` | Number | n/a | O | Must be a positive integer or float. |\n| `remarks` | String | 255 chars | O | Free text allowed. |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"128a1692-bdee-42f4-a78c-0736372a929d"},{"name":"Accept/Reject Quote (ACA/Consignor)","id":"616ead44-86df-4920-8201-4a506feaa1d1","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"0f8a2ad7-b6c2-4735-9462-6106785c3846","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-06-04T08:28:25.674Z","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":[{"id":"ee87b2f5-0f82-4438-8f6f-dc70fbcbdc76","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"6eddcb63-411e-4b31-bf6e-cca58ea0ce40","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-06-04T08:28:25.674Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote-response","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","quote-response"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-04\n\n**Description**: ACS will enable the Consignor or ACA to receive the price proposal, review it, and send confirmation digitally.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `quoteId` | String | 70 | M | Must be alphanumeric and unique. |\n| `decision` | String | 35 | M | Must be one of \\[ \"accepted\", \"rejected\" \\] |\n| `acceptedPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `confirmedPickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text allowed. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4d53d764-e5d5-436d-ab01-08d47dd3d7c4","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"234d682a-db52-4dd1-9edd-00173e871628","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-06-04T08:28:25.674Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote-response","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","quote-response"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-04\n\n**Description**: ACS will enable the Consignor or ACA to receive the price proposal, review it, and send confirmation digitally.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `quoteId` | String | 70 | M | Must be alphanumeric and unique. |\n| `decision` | String | 35 | M | Must be one of \\[ \"accepted\", \"rejected\" \\] |\n| `acceptedPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `confirmedPickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text allowed. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"bc485003-c144-44dd-978f-8b749fb6680d","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"68f724e0-97c8-4345-9cf9-aa53fb1549ad","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-06-04T08:28:25.674Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote-response","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","quote-response"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-04\n\n**Description**: ACS will enable the Consignor or ACA to receive the price proposal, review it, and send confirmation digitally.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `quoteId` | String | 70 | M | Must be alphanumeric and unique. |\n| `decision` | String | 35 | M | Must be one of \\[ \"accepted\", \"rejected\" \\] |\n| `acceptedPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `confirmedPickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text allowed. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"09e3f40b-fcd5-4adf-b6cb-e487d09529e5","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"7476ea65-459b-42f6-8d74-233a3eff693d","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-06-04T08:28:25.674Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote-response","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","quote-response"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-04\n\n**Description**: ACS will enable the Consignor or ACA to receive the price proposal, review it, and send confirmation digitally.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `quoteId` | String | 70 | M | Must be alphanumeric and unique. |\n| `decision` | String | 35 | M | Must be one of \\[ \"accepted\", \"rejected\" \\] |\n| `acceptedPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `confirmedPickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text allowed. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"fb483336-4f05-454d-8cd0-8c37c73b25e8","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"29f04677-5d75-4770-915d-8e1a28e192bf","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-06-04T08:28:25.674Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote-response","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","quote-response"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-04\n\n**Description**: ACS will enable the Consignor or ACA to receive the price proposal, review it, and send confirmation digitally.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `quoteId` | String | 70 | M | Must be alphanumeric and unique. |\n| `decision` | String | 35 | M | Must be one of \\[ \"accepted\", \"rejected\" \\] |\n| `acceptedPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `confirmedPickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text allowed. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"73d66cc3-6d83-4aac-9a7a-4c47fdbd1dba","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"84cd9d7c-7d36-40a2-8ddb-6d5da4698474","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-06-04T08:28:25.674Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote-response","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","quote-response"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-04\n\n**Description**: ACS will enable the Consignor or ACA to receive the price proposal, review it, and send confirmation digitally.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `quoteId` | String | 70 | M | Must be alphanumeric and unique. |\n| `decision` | String | 35 | M | Must be one of \\[ \"accepted\", \"rejected\" \\] |\n| `acceptedPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `confirmedPickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text allowed. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"567d1700-e8cf-4031-a61c-32c8977007a0","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"7caf758e-c282-4b16-b163-00565c0b377f","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-06-04T08:28:25.674Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/quote-response","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","quote-response"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-04\n\n**Description**: ACS will enable the Consignor or ACA to receive the price proposal, review it, and send confirmation digitally.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `quoteId` | String | 70 | M | Must be alphanumeric and unique. |\n| `decision` | String | 35 | M | Must be one of \\[ \"accepted\", \"rejected\" \\] |\n| `acceptedPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `confirmedPickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text allowed. |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"616ead44-86df-4920-8201-4a506feaa1d1"},{"name":"Confirm Vehicle Details (Trucker)","id":"fc76edc9-9674-46c1-b3df-c2eddfc59e19","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"1e3e2265-e74d-485b-976d-0f31f92b85ae","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-06-04T08:28:25.674Z","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":[{"id":"d58a8c84-1fe8-4620-a90d-e99c4bd63ec2","name":"204 - No Content","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"9b31606e-c9b9-42d5-9287-33be076f6da1","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-06-04T08:28:25.674Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/vehicle-confirmation","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","vehicle-confirmation"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-05\n\n**Description**: ACS will enable the Trucker to reply with confirmation, including price, date, vehicle, and driver details, in digital format.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckingRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `confirmedPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `pickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicle` | Object | n/a | M | Object containing vehicle details. |\n| `vehicle.type` | String | 70 | M | Must be a valid vehicle type, e.g., `Enclosed Truck 10T`. |\n| `vehicle.registration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `vehicle.make` | String | 70 | M | Must be the make of the vehicle (e.g., `Hino`). |\n| `vehicle.model` | String | 70 | M | Must be the model of the vehicle (e.g., `300 Series`). |\n| `driver` | Object | n/a | M | Object containing driver details. |\n| `driver.name` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `driver.cnic` | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| `driver.mobilePhone` | String | 20 | M | Must match phone pattern `+` and digits. |\n| `driver.licenseNumber` | String | 70 | M | Must follow license number pattern (e.g., `KHI-HTV-2024-001`). |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"99c83cb5-3ef4-452c-a980-c2300c736e4a","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"0f2cd3f8-df2d-4360-b323-a042bc76d4e9","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-06-04T08:28:25.674Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/vehicle-confirmation","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","vehicle-confirmation"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-05\n\n**Description**: ACS will enable the Trucker to reply with confirmation, including price, date, vehicle, and driver details, in digital format.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckingRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `confirmedPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `pickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicle` | Object | n/a | M | Object containing vehicle details. |\n| `vehicle.type` | String | 70 | M | Must be a valid vehicle type, e.g., `Enclosed Truck 10T`. |\n| `vehicle.registration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `vehicle.make` | String | 70 | M | Must be the make of the vehicle (e.g., `Hino`). |\n| `vehicle.model` | String | 70 | M | Must be the model of the vehicle (e.g., `300 Series`). |\n| `driver` | Object | n/a | M | Object containing driver details. |\n| `driver.name` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `driver.cnic` | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| `driver.mobilePhone` | String | 20 | M | Must match phone pattern `+` and digits. |\n| `driver.licenseNumber` | String | 70 | M | Must follow license number pattern (e.g., `KHI-HTV-2024-001`). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"53136098-d7ea-41f5-8fc2-da5e08d1e911","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d02239eb-9a24-4d54-9016-a25c0949803d","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-06-04T08:28:25.674Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/vehicle-confirmation","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","vehicle-confirmation"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-05\n\n**Description**: ACS will enable the Trucker to reply with confirmation, including price, date, vehicle, and driver details, in digital format.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckingRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `confirmedPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `pickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicle` | Object | n/a | M | Object containing vehicle details. |\n| `vehicle.type` | String | 70 | M | Must be a valid vehicle type, e.g., `Enclosed Truck 10T`. |\n| `vehicle.registration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `vehicle.make` | String | 70 | M | Must be the make of the vehicle (e.g., `Hino`). |\n| `vehicle.model` | String | 70 | M | Must be the model of the vehicle (e.g., `300 Series`). |\n| `driver` | Object | n/a | M | Object containing driver details. |\n| `driver.name` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `driver.cnic` | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| `driver.mobilePhone` | String | 20 | M | Must match phone pattern `+` and digits. |\n| `driver.licenseNumber` | String | 70 | M | Must follow license number pattern (e.g., `KHI-HTV-2024-001`). |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"12323c0e-e07f-4e43-9802-e5952ea31a5a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a2c31b7d-ba39-4bcc-944b-bbbad0229153","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-06-04T08:28:25.675Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/vehicle-confirmation","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","vehicle-confirmation"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-05\n\n**Description**: ACS will enable the Trucker to reply with confirmation, including price, date, vehicle, and driver details, in digital format.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckingRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `confirmedPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `pickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicle` | Object | n/a | M | Object containing vehicle details. |\n| `vehicle.type` | String | 70 | M | Must be a valid vehicle type, e.g., `Enclosed Truck 10T`. |\n| `vehicle.registration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `vehicle.make` | String | 70 | M | Must be the make of the vehicle (e.g., `Hino`). |\n| `vehicle.model` | String | 70 | M | Must be the model of the vehicle (e.g., `300 Series`). |\n| `driver` | Object | n/a | M | Object containing driver details. |\n| `driver.name` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `driver.cnic` | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| `driver.mobilePhone` | String | 20 | M | Must match phone pattern `+` and digits. |\n| `driver.licenseNumber` | String | 70 | M | Must follow license number pattern (e.g., `KHI-HTV-2024-001`). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"eed50b83-36b5-4343-b9ae-9ad8506aa047","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"eb294211-793e-4ae2-b286-1bbf0ba7ec56","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-06-04T08:28:25.675Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/vehicle-confirmation","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","vehicle-confirmation"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-05\n\n**Description**: ACS will enable the Trucker to reply with confirmation, including price, date, vehicle, and driver details, in digital format.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckingRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `confirmedPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `pickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicle` | Object | n/a | M | Object containing vehicle details. |\n| `vehicle.type` | String | 70 | M | Must be a valid vehicle type, e.g., `Enclosed Truck 10T`. |\n| `vehicle.registration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `vehicle.make` | String | 70 | M | Must be the make of the vehicle (e.g., `Hino`). |\n| `vehicle.model` | String | 70 | M | Must be the model of the vehicle (e.g., `300 Series`). |\n| `driver` | Object | n/a | M | Object containing driver details. |\n| `driver.name` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `driver.cnic` | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| `driver.mobilePhone` | String | 20 | M | Must match phone pattern `+` and digits. |\n| `driver.licenseNumber` | String | 70 | M | Must follow license number pattern (e.g., `KHI-HTV-2024-001`). |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"d68496db-2c80-45b9-9892-49a2db70c943","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"2e3ac9b6-7c69-4084-8503-b817c3f8e34c","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-06-04T08:28:25.675Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/vehicle-confirmation","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","vehicle-confirmation"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-05\n\n**Description**: ACS will enable the Trucker to reply with confirmation, including price, date, vehicle, and driver details, in digital format.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckingRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `confirmedPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `pickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicle` | Object | n/a | M | Object containing vehicle details. |\n| `vehicle.type` | String | 70 | M | Must be a valid vehicle type, e.g., `Enclosed Truck 10T`. |\n| `vehicle.registration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `vehicle.make` | String | 70 | M | Must be the make of the vehicle (e.g., `Hino`). |\n| `vehicle.model` | String | 70 | M | Must be the model of the vehicle (e.g., `300 Series`). |\n| `driver` | Object | n/a | M | Object containing driver details. |\n| `driver.name` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `driver.cnic` | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| `driver.mobilePhone` | String | 20 | M | Must match phone pattern `+` and digits. |\n| `driver.licenseNumber` | String | 70 | M | Must follow license number pattern (e.g., `KHI-HTV-2024-001`). |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"92369694-0837-4064-8395-a1d99ff9d03f","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"26cffb35-7b97-497b-b7b1-e296a7890dc5","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-06-04T08:28:25.675Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/trucking-requests/:requestId/vehicle-confirmation","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["trucking-requests",":requestId","vehicle-confirmation"],"variable":[{"key":"requestId","value":"tr-req-001"}]},"description":"**Requirement Reference**: EO.E12TRK.21\n\n**Use Case**: Shipment and delivery details received, vehicle information sent.\n\n**Integration Point:** IN_FR-4-EO-TS-R-01-UC-05\n\n**Description**: ACS will enable the Trucker to reply with confirmation, including price, date, vehicle, and driver details, in digital format.\n\n**Process Flows**:\n\n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Air Cargo Agent System (E12ACA)\n    \n- Transporter / Truck Operator System (E12TRK) → Airport Community System → Consignor System (E12CGNR)\n    \n\n**Priority**: P3\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `truckingRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `confirmedPrice` | Number | n/a | M | Must be a positive integer or float. |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `pickupAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicle` | Object | n/a | M | Object containing vehicle details. |\n| `vehicle.type` | String | 70 | M | Must be a valid vehicle type, e.g., `Enclosed Truck 10T`. |\n| `vehicle.registration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `vehicle.make` | String | 70 | M | Must be the make of the vehicle (e.g., `Hino`). |\n| `vehicle.model` | String | 70 | M | Must be the model of the vehicle (e.g., `300 Series`). |\n| `driver` | Object | n/a | M | Object containing driver details. |\n| `driver.name` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `driver.cnic` | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| `driver.mobilePhone` | String | 20 | M | Must match phone pattern `+` and digits. |\n| `driver.licenseNumber` | String | 70 | M | Must follow license number pattern (e.g., `KHI-HTV-2024-001`). |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"fc76edc9-9674-46c1-b3df-c2eddfc59e19"}],"id":"2c9c4def-9e1e-4cfa-a27d-accd04f8a3a7","description":"<p>A trucker quote is the price and availability a transporter sends back for a job. Users submit a quote, accept or reject it, and confirm vehicle details.</p>\n","_postman_id":"2c9c4def-9e1e-4cfa-a27d-accd04f8a3a7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"4db69d40-3a60-4432-a9b3-0631867c1b8e","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"6a9c52e8-685d-487f-b715-bac0131dc90d","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-06-04T08:28:25.675Z","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":[{"id":"905771d3-b560-45f3-9dfe-e25d7910eea6","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ab9a22a6-f7b2-4c56-a5c2-b7c0a183e2c3","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-06-04T08:28:25.675Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E13ACA.22\n    \n- EO.E13CGNR.23\n    \n- G.E13ACA.8\n    \n\n**Use Case**:\n\n- Obtain TSM delivery slot (time & dock number) and receive vehicle token.\n    \n- Transmission of vehicle & delivery day for Truck Slot Management (TSM) booking\n    \n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-06\n\n**Description**:\n\n- ACS will enable ACA to digitally transmit vehicle details to GHA and request an unloading slot.\n    \n- ACS will enable ACA to transmit to GHA vehicle details and request unloading slot in digital format.\n    \n\n**Process Flows**:\n\n- Air Cargo Agent System (E12ACA) → Airport Community System → GHA System (E13GHA)\n    \n- Consignor System (E12CGNR) → Airport Community System → GHA System (E13GHA)\n    \n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `requestedBy` | String | 10 | M | Must be one of \\[\"aca\", \"consignor\"\\]. |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumbers` | Array | n/a | M | Array must contain at least one valid HAWB number AWB number format (nnn-nnnnnnnn) |\n| `airport` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `targetGHA` | String | 70 | M | Must be a valid Ground Handling Agent (GHA) identifier. |\n| `asiReference` | String | 70 | M | Must follow the predefined reference format (e.g., `asi-YYYYMMDD-XXX`). |\n| `vehicle` | Object | n/a | M | Object containing vehicle details. |\n| `vehicle.type` | String | 70 | M | Must be a valid vehicle type, e.g., `Enclosed Truck 10T`. |\n| `vehicle.registration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `driver` | Object | n/a | M | Object containing driver details. |\n| `driver.name` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `driver.mobilePhone` | String | 16 | M | ITU E.164 numbering format |\n| `requestedSlot` | Object | n/a | M | Object containing requested slot details. |\n| `requestedSlot.date` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `requestedSlot.preferredTime` | Time | n/a | M | ISO 8601-1:2019 extended time format (e.g THH:MM:SS) |\n| `requestedSlot.alternativeTimes` | Array | n/a | M | Array of alternative times, ISO 8601-1:2019 extended time format (e.g THH:MM:SS) |\n| `shipmentDetails` | Object | n/a | M | Object containing shipment details. |\n| `shipmentDetails.pieces` | Integer | n/a | M | Must be a positive integer. |\n| `shipmentDetails.weight` | Object | n/a | M | Object containing weight details. |\n| `shipmentDetails.weight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `shipmentDetails.weight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fae921b9-b5fe-4c59-b976-afe7c36ef9d3","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"280c6d1f-a3c8-47d7-91d4-71d9f08dfede","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-06-04T08:28:25.675Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E13ACA.22\n    \n- EO.E13CGNR.23\n    \n- G.E13ACA.8\n    \n\n**Use Case**:\n\n- Obtain TSM delivery slot (time & dock number) and receive vehicle token.\n    \n- Transmission of vehicle & delivery day for Truck Slot Management (TSM) booking\n    \n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-06\n\n**Description**:\n\n- ACS will enable ACA to digitally transmit vehicle details to GHA and request an unloading slot.\n    \n- ACS will enable ACA to transmit to GHA vehicle details and request unloading slot in digital format.\n    \n\n**Process Flows**:\n\n- Air Cargo Agent System (E12ACA) → Airport Community System → GHA System (E13GHA)\n    \n- Consignor System (E12CGNR) → Airport Community System → GHA System (E13GHA)\n    \n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `requestedBy` | String | 10 | M | Must be one of \\[\"aca\", \"consignor\"\\]. |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumbers` | Array | n/a | M | Array must contain at least one valid HAWB number AWB number format (nnn-nnnnnnnn) |\n| `airport` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `targetGHA` | String | 70 | M | Must be a valid Ground Handling Agent (GHA) identifier. |\n| `asiReference` | String | 70 | M | Must follow the predefined reference format (e.g., `asi-YYYYMMDD-XXX`). |\n| `vehicle` | Object | n/a | M | Object containing vehicle details. |\n| `vehicle.type` | String | 70 | M | Must be a valid vehicle type, e.g., `Enclosed Truck 10T`. |\n| `vehicle.registration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `driver` | Object | n/a | M | Object containing driver details. |\n| `driver.name` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `driver.mobilePhone` | String | 16 | M | ITU E.164 numbering format |\n| `requestedSlot` | Object | n/a | M | Object containing requested slot details. |\n| `requestedSlot.date` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `requestedSlot.preferredTime` | Time | n/a | M | ISO 8601-1:2019 extended time format (e.g THH:MM:SS) |\n| `requestedSlot.alternativeTimes` | Array | n/a | M | Array of alternative times, ISO 8601-1:2019 extended time format (e.g THH:MM:SS) |\n| `shipmentDetails` | Object | n/a | M | Object containing shipment details. |\n| `shipmentDetails.pieces` | Integer | n/a | M | Must be a positive integer. |\n| `shipmentDetails.weight` | Object | n/a | M | Object containing weight details. |\n| `shipmentDetails.weight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `shipmentDetails.weight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"b0ddc138-90ac-48ca-a0f6-698648de23ef","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"18ba7817-59bc-443e-992e-aec585bad933","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-06-04T08:28:25.675Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E13ACA.22\n    \n- EO.E13CGNR.23\n    \n- G.E13ACA.8\n    \n\n**Use Case**:\n\n- Obtain TSM delivery slot (time & dock number) and receive vehicle token.\n    \n- Transmission of vehicle & delivery day for Truck Slot Management (TSM) booking\n    \n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-06\n\n**Description**:\n\n- ACS will enable ACA to digitally transmit vehicle details to GHA and request an unloading slot.\n    \n- ACS will enable ACA to transmit to GHA vehicle details and request unloading slot in digital format.\n    \n\n**Process Flows**:\n\n- Air Cargo Agent System (E12ACA) → Airport Community System → GHA System (E13GHA)\n    \n- Consignor System (E12CGNR) → Airport Community System → GHA System (E13GHA)\n    \n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `requestedBy` | String | 10 | M | Must be one of \\[\"aca\", \"consignor\"\\]. |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumbers` | Array | n/a | M | Array must contain at least one valid HAWB number AWB number format (nnn-nnnnnnnn) |\n| `airport` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `targetGHA` | String | 70 | M | Must be a valid Ground Handling Agent (GHA) identifier. |\n| `asiReference` | String | 70 | M | Must follow the predefined reference format (e.g., `asi-YYYYMMDD-XXX`). |\n| `vehicle` | Object | n/a | M | Object containing vehicle details. |\n| `vehicle.type` | String | 70 | M | Must be a valid vehicle type, e.g., `Enclosed Truck 10T`. |\n| `vehicle.registration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `driver` | Object | n/a | M | Object containing driver details. |\n| `driver.name` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `driver.mobilePhone` | String | 16 | M | ITU E.164 numbering format |\n| `requestedSlot` | Object | n/a | M | Object containing requested slot details. |\n| `requestedSlot.date` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `requestedSlot.preferredTime` | Time | n/a | M | ISO 8601-1:2019 extended time format (e.g THH:MM:SS) |\n| `requestedSlot.alternativeTimes` | Array | n/a | M | Array of alternative times, ISO 8601-1:2019 extended time format (e.g THH:MM:SS) |\n| `shipmentDetails` | Object | n/a | M | Object containing shipment details. |\n| `shipmentDetails.pieces` | Integer | n/a | M | Must be a positive integer. |\n| `shipmentDetails.weight` | Object | n/a | M | Object containing weight details. |\n| `shipmentDetails.weight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `shipmentDetails.weight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"9bb3ec60-c1f7-4bca-af10-9ba7065f297f","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a2fad4e1-32fd-410b-bb8b-cae8b19dba7e","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-06-04T08:28:25.675Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E13ACA.22\n    \n- EO.E13CGNR.23\n    \n- G.E13ACA.8\n    \n\n**Use Case**:\n\n- Obtain TSM delivery slot (time & dock number) and receive vehicle token.\n    \n- Transmission of vehicle & delivery day for Truck Slot Management (TSM) booking\n    \n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-06\n\n**Description**:\n\n- ACS will enable ACA to digitally transmit vehicle details to GHA and request an unloading slot.\n    \n- ACS will enable ACA to transmit to GHA vehicle details and request unloading slot in digital format.\n    \n\n**Process Flows**:\n\n- Air Cargo Agent System (E12ACA) → Airport Community System → GHA System (E13GHA)\n    \n- Consignor System (E12CGNR) → Airport Community System → GHA System (E13GHA)\n    \n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `requestedBy` | String | 10 | M | Must be one of \\[\"aca\", \"consignor\"\\]. |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumbers` | Array | n/a | M | Array must contain at least one valid HAWB number AWB number format (nnn-nnnnnnnn) |\n| `airport` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `targetGHA` | String | 70 | M | Must be a valid Ground Handling Agent (GHA) identifier. |\n| `asiReference` | String | 70 | M | Must follow the predefined reference format (e.g., `asi-YYYYMMDD-XXX`). |\n| `vehicle` | Object | n/a | M | Object containing vehicle details. |\n| `vehicle.type` | String | 70 | M | Must be a valid vehicle type, e.g., `Enclosed Truck 10T`. |\n| `vehicle.registration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `driver` | Object | n/a | M | Object containing driver details. |\n| `driver.name` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `driver.mobilePhone` | String | 16 | M | ITU E.164 numbering format |\n| `requestedSlot` | Object | n/a | M | Object containing requested slot details. |\n| `requestedSlot.date` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `requestedSlot.preferredTime` | Time | n/a | M | ISO 8601-1:2019 extended time format (e.g THH:MM:SS) |\n| `requestedSlot.alternativeTimes` | Array | n/a | M | Array of alternative times, ISO 8601-1:2019 extended time format (e.g THH:MM:SS) |\n| `shipmentDetails` | Object | n/a | M | Object containing shipment details. |\n| `shipmentDetails.pieces` | Integer | n/a | M | Must be a positive integer. |\n| `shipmentDetails.weight` | Object | n/a | M | Object containing weight details. |\n| `shipmentDetails.weight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `shipmentDetails.weight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"f6b4cf48-2db3-434d-bc65-fd2f0d81c2fd","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"98015d4b-9a8e-488c-af09-0e136097dbbc","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-06-04T08:28:25.675Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E13ACA.22\n    \n- EO.E13CGNR.23\n    \n- G.E13ACA.8\n    \n\n**Use Case**:\n\n- Obtain TSM delivery slot (time & dock number) and receive vehicle token.\n    \n- Transmission of vehicle & delivery day for Truck Slot Management (TSM) booking\n    \n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-06\n\n**Description**:\n\n- ACS will enable ACA to digitally transmit vehicle details to GHA and request an unloading slot.\n    \n- ACS will enable ACA to transmit to GHA vehicle details and request unloading slot in digital format.\n    \n\n**Process Flows**:\n\n- Air Cargo Agent System (E12ACA) → Airport Community System → GHA System (E13GHA)\n    \n- Consignor System (E12CGNR) → Airport Community System → GHA System (E13GHA)\n    \n\n**Priority**:\n\n- P1 (Integration)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `requestedBy` | String | 10 | M | Must be one of \\[\"aca\", \"consignor\"\\]. |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumbers` | Array | n/a | M | Array must contain at least one valid HAWB number AWB number format (nnn-nnnnnnnn) |\n| `airport` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `targetGHA` | String | 70 | M | Must be a valid Ground Handling Agent (GHA) identifier. |\n| `asiReference` | String | 70 | M | Must follow the predefined reference format (e.g., `asi-YYYYMMDD-XXX`). |\n| `vehicle` | Object | n/a | M | Object containing vehicle details. |\n| `vehicle.type` | String | 70 | M | Must be a valid vehicle type, e.g., `Enclosed Truck 10T`. |\n| `vehicle.registration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `driver` | Object | n/a | M | Object containing driver details. |\n| `driver.name` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `driver.mobilePhone` | String | 16 | M | ITU E.164 numbering format |\n| `requestedSlot` | Object | n/a | M | Object containing requested slot details. |\n| `requestedSlot.date` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `requestedSlot.preferredTime` | Time | n/a | M | ISO 8601-1:2019 extended time format (e.g THH:MM:SS) |\n| `requestedSlot.alternativeTimes` | Array | n/a | M | Array of alternative times, ISO 8601-1:2019 extended time format (e.g THH:MM:SS) |\n| `shipmentDetails` | Object | n/a | M | Object containing shipment details. |\n| `shipmentDetails.pieces` | Integer | n/a | M | Must be a positive integer. |\n| `shipmentDetails.weight` | Object | n/a | M | Object containing weight details. |\n| `shipmentDetails.weight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `shipmentDetails.weight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"4db69d40-3a60-4432-a9b3-0631867c1b8e"}],"id":"88df521e-f8e6-4030-be9e-af867d3ed2f0","description":"<p>A TSM slot is a time window reserved for transport and handling. Users request the slot.</p>\n","_postman_id":"88df521e-f8e6-4030-be9e-af867d3ed2f0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"f84c5344-9524-4207-b555-43a61ffffa33","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"ff2bd5f4-6fca-4bf2-afff-d6e6a856fb9c","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-06-04T08:28:25.675Z","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":[{"id":"4f1b6ea0-8d51-4bdd-b517-82f4c1efca83","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"521a1bb6-ae4c-4e14-b5e7-a72cf196dcc0","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-06-04T08:28:25.675Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement Reference**: EO.E13GHA.24\n\n**Use Case**: Receive vehicle details, assign time & dock via TSM, and create vehicle token\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-07\n\n**Description**:\n\n- ACS will enable GHA to receive vehicle information digitally from ACA or Consignor\n    \n- ACS will enable GHA to assign time and dock through TSM in ACS and share it with ACA\n    \n- ACS will enable GHA to create a vehicle token in ACS and transmit it digitally to ACA or Consignor\n    \n- If GHA lacks infrastructure or IT capacity to run TSM, ACS will enable GHA to operate TSM via ACS\n    \n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ASI` | Object | n/a | M | Main object containing shipment, flight, and recipient details. |\n| `vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `driverName` | String | 255 | M | Must be a valid name. |\n| `driverCnic` | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| `driverPhone` | String | 16 | M | ITU E.164 numbering format |\n| `slotRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `assignment` | Object | n/a | M | Object containing assignment details. |\n| `assignment.date` | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| `assignment.timeSlot` | String | 35 | M | Must be in `HH:mm-HH:mm` format. |\n| `assignment.dock` | String | 70 | M | Must be a valid dock ID. |\n| `assignment.warehouse` | String | 255 | M | Must be a valid warehouse name. |\n| `vehicleToken` | Object | n/a | M | Object containing vehicle token details. |\n| `vehicleToken.tokenNumber` | String | 70 | M | Must follow token number pattern (e.g., `VT-KHI-YYYYMMDD-XXXX`). |\n| `vehicleToken.qrCode` | String | n/a | M | Must be a valid base64-encoded QR code string. |\n| `vehicleToken.validFrom` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleToken.validUntil` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `instructions` | Object | n/a | M | Object containing instructions for the vehicle. |\n| `instructions.entryGate` | String | 35 | M | Must be a valid gate ID (e.g., `Gate 3 - Cargo Area`). |\n| `instructions.reportingPoint` | String | 70 | M | Must be a valid reporting point (e.g., `Security Checkpoint C`). |\n| `instructions.specialInstructions` | String | 255 | O | Free text allowed. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"063fb0b0-649f-49a3-b862-e0af73a3c069","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"33a7482c-a1ff-4a63-8569-26cd5f6ab796","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-06-04T08:28:25.675Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement Reference**: EO.E13GHA.24\n\n**Use Case**: Receive vehicle details, assign time & dock via TSM, and create vehicle token\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-07\n\n**Description**:\n\n- ACS will enable GHA to receive vehicle information digitally from ACA or Consignor\n    \n- ACS will enable GHA to assign time and dock through TSM in ACS and share it with ACA\n    \n- ACS will enable GHA to create a vehicle token in ACS and transmit it digitally to ACA or Consignor\n    \n- If GHA lacks infrastructure or IT capacity to run TSM, ACS will enable GHA to operate TSM via ACS\n    \n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ASI` | Object | n/a | M | Main object containing shipment, flight, and recipient details. |\n| `vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `driverName` | String | 255 | M | Must be a valid name. |\n| `driverCnic` | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| `driverPhone` | String | 16 | M | ITU E.164 numbering format |\n| `slotRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `assignment` | Object | n/a | M | Object containing assignment details. |\n| `assignment.date` | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| `assignment.timeSlot` | String | 35 | M | Must be in `HH:mm-HH:mm` format. |\n| `assignment.dock` | String | 70 | M | Must be a valid dock ID. |\n| `assignment.warehouse` | String | 255 | M | Must be a valid warehouse name. |\n| `vehicleToken` | Object | n/a | M | Object containing vehicle token details. |\n| `vehicleToken.tokenNumber` | String | 70 | M | Must follow token number pattern (e.g., `VT-KHI-YYYYMMDD-XXXX`). |\n| `vehicleToken.qrCode` | String | n/a | M | Must be a valid base64-encoded QR code string. |\n| `vehicleToken.validFrom` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleToken.validUntil` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `instructions` | Object | n/a | M | Object containing instructions for the vehicle. |\n| `instructions.entryGate` | String | 35 | M | Must be a valid gate ID (e.g., `Gate 3 - Cargo Area`). |\n| `instructions.reportingPoint` | String | 70 | M | Must be a valid reporting point (e.g., `Security Checkpoint C`). |\n| `instructions.specialInstructions` | String | 255 | O | Free text allowed. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"8de7de03-0bce-4dd6-8a17-27db16a8ae18","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"f61d5bd5-9f04-46cd-ac26-61caba55df59","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-06-04T08:28:25.675Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement Reference**: EO.E13GHA.24\n\n**Use Case**: Receive vehicle details, assign time & dock via TSM, and create vehicle token\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-07\n\n**Description**:\n\n- ACS will enable GHA to receive vehicle information digitally from ACA or Consignor\n    \n- ACS will enable GHA to assign time and dock through TSM in ACS and share it with ACA\n    \n- ACS will enable GHA to create a vehicle token in ACS and transmit it digitally to ACA or Consignor\n    \n- If GHA lacks infrastructure or IT capacity to run TSM, ACS will enable GHA to operate TSM via ACS\n    \n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ASI` | Object | n/a | M | Main object containing shipment, flight, and recipient details. |\n| `vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `driverName` | String | 255 | M | Must be a valid name. |\n| `driverCnic` | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| `driverPhone` | String | 16 | M | ITU E.164 numbering format |\n| `slotRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `assignment` | Object | n/a | M | Object containing assignment details. |\n| `assignment.date` | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| `assignment.timeSlot` | String | 35 | M | Must be in `HH:mm-HH:mm` format. |\n| `assignment.dock` | String | 70 | M | Must be a valid dock ID. |\n| `assignment.warehouse` | String | 255 | M | Must be a valid warehouse name. |\n| `vehicleToken` | Object | n/a | M | Object containing vehicle token details. |\n| `vehicleToken.tokenNumber` | String | 70 | M | Must follow token number pattern (e.g., `VT-KHI-YYYYMMDD-XXXX`). |\n| `vehicleToken.qrCode` | String | n/a | M | Must be a valid base64-encoded QR code string. |\n| `vehicleToken.validFrom` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleToken.validUntil` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `instructions` | Object | n/a | M | Object containing instructions for the vehicle. |\n| `instructions.entryGate` | String | 35 | M | Must be a valid gate ID (e.g., `Gate 3 - Cargo Area`). |\n| `instructions.reportingPoint` | String | 70 | M | Must be a valid reporting point (e.g., `Security Checkpoint C`). |\n| `instructions.specialInstructions` | String | 255 | O | Free text allowed. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"0ae7f706-9b48-4c4f-8726-5aad0d9d73c8","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"6b665713-8e69-4e36-ba39-9cce54d6a4c5","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-06-04T08:28:25.675Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement Reference**: EO.E13GHA.24\n\n**Use Case**: Receive vehicle details, assign time & dock via TSM, and create vehicle token\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-07\n\n**Description**:\n\n- ACS will enable GHA to receive vehicle information digitally from ACA or Consignor\n    \n- ACS will enable GHA to assign time and dock through TSM in ACS and share it with ACA\n    \n- ACS will enable GHA to create a vehicle token in ACS and transmit it digitally to ACA or Consignor\n    \n- If GHA lacks infrastructure or IT capacity to run TSM, ACS will enable GHA to operate TSM via ACS\n    \n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ASI` | Object | n/a | M | Main object containing shipment, flight, and recipient details. |\n| `vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `driverName` | String | 255 | M | Must be a valid name. |\n| `driverCnic` | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| `driverPhone` | String | 16 | M | ITU E.164 numbering format |\n| `slotRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `assignment` | Object | n/a | M | Object containing assignment details. |\n| `assignment.date` | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| `assignment.timeSlot` | String | 35 | M | Must be in `HH:mm-HH:mm` format. |\n| `assignment.dock` | String | 70 | M | Must be a valid dock ID. |\n| `assignment.warehouse` | String | 255 | M | Must be a valid warehouse name. |\n| `vehicleToken` | Object | n/a | M | Object containing vehicle token details. |\n| `vehicleToken.tokenNumber` | String | 70 | M | Must follow token number pattern (e.g., `VT-KHI-YYYYMMDD-XXXX`). |\n| `vehicleToken.qrCode` | String | n/a | M | Must be a valid base64-encoded QR code string. |\n| `vehicleToken.validFrom` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleToken.validUntil` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `instructions` | Object | n/a | M | Object containing instructions for the vehicle. |\n| `instructions.entryGate` | String | 35 | M | Must be a valid gate ID (e.g., `Gate 3 - Cargo Area`). |\n| `instructions.reportingPoint` | String | 70 | M | Must be a valid reporting point (e.g., `Security Checkpoint C`). |\n| `instructions.specialInstructions` | String | 255 | O | Free text allowed. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"483deed5-1fde-44db-91ad-f4ddf8ff1793","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"390a49f6-e0cd-448d-84c9-3bd574c6c94b","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-06-04T08:28:25.676Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement Reference**: EO.E13GHA.24\n\n**Use Case**: Receive vehicle details, assign time & dock via TSM, and create vehicle token\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-07\n\n**Description**:\n\n- ACS will enable GHA to receive vehicle information digitally from ACA or Consignor\n    \n- ACS will enable GHA to assign time and dock through TSM in ACS and share it with ACA\n    \n- ACS will enable GHA to create a vehicle token in ACS and transmit it digitally to ACA or Consignor\n    \n- If GHA lacks infrastructure or IT capacity to run TSM, ACS will enable GHA to operate TSM via ACS\n    \n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `ASI` | Object | n/a | M | Main object containing shipment, flight, and recipient details. |\n| `vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `driverName` | String | 255 | M | Must be a valid name. |\n| `driverCnic` | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| `driverPhone` | String | 16 | M | ITU E.164 numbering format |\n| `slotRequestId` | String | 70 | M | Must be alphanumeric and unique. |\n| `assignment` | Object | n/a | M | Object containing assignment details. |\n| `assignment.date` | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| `assignment.timeSlot` | String | 35 | M | Must be in `HH:mm-HH:mm` format. |\n| `assignment.dock` | String | 70 | M | Must be a valid dock ID. |\n| `assignment.warehouse` | String | 255 | M | Must be a valid warehouse name. |\n| `vehicleToken` | Object | n/a | M | Object containing vehicle token details. |\n| `vehicleToken.tokenNumber` | String | 70 | M | Must follow token number pattern (e.g., `VT-KHI-YYYYMMDD-XXXX`). |\n| `vehicleToken.qrCode` | String | n/a | M | Must be a valid base64-encoded QR code string. |\n| `vehicleToken.validFrom` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `vehicleToken.validUntil` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `instructions` | Object | n/a | M | Object containing instructions for the vehicle. |\n| `instructions.entryGate` | String | 35 | M | Must be a valid gate ID (e.g., `Gate 3 - Cargo Area`). |\n| `instructions.reportingPoint` | String | 70 | M | Must be a valid reporting point (e.g., `Security Checkpoint C`). |\n| `instructions.specialInstructions` | String | 255 | O | Free text allowed. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"f84c5344-9524-4207-b555-43a61ffffa33"},{"name":"Update Slot Assignment","id":"dc150476-4366-4fbd-9f02-68cff079ccde","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"f0356d5c-9354-4a78-a987-ab3bc3a452fb","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-06-04T08:28:25.676Z","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":[{"id":"f88b0994-9f1b-4e17-959a-8c1e5856d510","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"84b72097-722e-40fa-9d9b-16e311c41c4a","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-06-04T08:28:25.676Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["tsm","slot-assignments",":assignmentId"],"variable":[{"key":"assignmentId","value":"slot-assign-001"}]},"description":"**Requirement Reference**: EO.E13GHA.24\n\n**Use Case**: Receive vehicle details, assign time & dock via TSM, and create vehicle token.\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-07\n\n**Description**: Update slot assignment.\n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `newTimeSlot` | String | 35 | M | Must be in `HH:mm-HH:mm` format |\n| `newDock` | String | 35 | M | Must be a valid dock ID (e.g., `D-07`). |\n| `reason` | String | 255 | M | Free text allowed, but should describe the reason clearly (e.g., \"Original dock unavailable due to maintenance\"). |\n| `regenerateToken` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"30804d06-99b8-4fa1-909b-850a4d5fe8ac","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"be76b9d2-6d8b-45dc-9a3e-bfb4d9c696d1","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-06-04T08:28:25.676Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["tsm","slot-assignments",":assignmentId"],"variable":[{"key":"assignmentId","value":"slot-assign-001"}]},"description":"**Requirement Reference**: EO.E13GHA.24\n\n**Use Case**: Receive vehicle details, assign time & dock via TSM, and create vehicle token.\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-07\n\n**Description**: Update slot assignment.\n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `newTimeSlot` | String | 35 | M | Must be in `HH:mm-HH:mm` format |\n| `newDock` | String | 35 | M | Must be a valid dock ID (e.g., `D-07`). |\n| `reason` | String | 255 | M | Free text allowed, but should describe the reason clearly (e.g., \"Original dock unavailable due to maintenance\"). |\n| `regenerateToken` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"86ff15b7-11ad-44e9-afe6-b9b5be2d8b45","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ebeccbf6-687e-47de-88d7-28516bc03002","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-06-04T08:28:25.676Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["tsm","slot-assignments",":assignmentId"],"variable":[{"key":"assignmentId","value":"slot-assign-001"}]},"description":"**Requirement Reference**: EO.E13GHA.24\n\n**Use Case**: Receive vehicle details, assign time & dock via TSM, and create vehicle token.\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-07\n\n**Description**: Update slot assignment.\n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `newTimeSlot` | String | 35 | M | Must be in `HH:mm-HH:mm` format |\n| `newDock` | String | 35 | M | Must be a valid dock ID (e.g., `D-07`). |\n| `reason` | String | 255 | M | Free text allowed, but should describe the reason clearly (e.g., \"Original dock unavailable due to maintenance\"). |\n| `regenerateToken` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"043cd087-4651-4041-beb2-6000ed92a203","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"03946313-d31b-44f4-b013-8d1b2852294c","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-06-04T08:28:25.676Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["tsm","slot-assignments",":assignmentId"],"variable":[{"key":"assignmentId","value":"slot-assign-001"}]},"description":"**Requirement Reference**: EO.E13GHA.24\n\n**Use Case**: Receive vehicle details, assign time & dock via TSM, and create vehicle token.\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-07\n\n**Description**: Update slot assignment.\n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `newTimeSlot` | String | 35 | M | Must be in `HH:mm-HH:mm` format |\n| `newDock` | String | 35 | M | Must be a valid dock ID (e.g., `D-07`). |\n| `reason` | String | 255 | M | Free text allowed, but should describe the reason clearly (e.g., \"Original dock unavailable due to maintenance\"). |\n| `regenerateToken` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"84677476-d8c8-4348-9f7b-aa412f366685","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"5f32a12f-6202-4b95-9359-643182c19265","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-06-04T08:28:25.676Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["tsm","slot-assignments",":assignmentId"],"variable":[{"key":"assignmentId","value":"slot-assign-001"}]},"description":"**Requirement Reference**: EO.E13GHA.24\n\n**Use Case**: Receive vehicle details, assign time & dock via TSM, and create vehicle token.\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-07\n\n**Description**: Update slot assignment.\n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `newTimeSlot` | String | 35 | M | Must be in `HH:mm-HH:mm` format |\n| `newDock` | String | 35 | M | Must be a valid dock ID (e.g., `D-07`). |\n| `reason` | String | 255 | M | Free text allowed, but should describe the reason clearly (e.g., \"Original dock unavailable due to maintenance\"). |\n| `regenerateToken` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"7c29c714-d8b3-465e-834c-77666d1713c4","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"77b1f6a5-236c-4091-922d-724e66f12852","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-06-04T08:28:25.676Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["tsm","slot-assignments",":assignmentId"],"variable":[{"key":"assignmentId","value":"slot-assign-001"}]},"description":"**Requirement Reference**: EO.E13GHA.24\n\n**Use Case**: Receive vehicle details, assign time & dock via TSM, and create vehicle token.\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-07\n\n**Description**: Update slot assignment.\n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `newTimeSlot` | String | 35 | M | Must be in `HH:mm-HH:mm` format |\n| `newDock` | String | 35 | M | Must be a valid dock ID (e.g., `D-07`). |\n| `reason` | String | 255 | M | Free text allowed, but should describe the reason clearly (e.g., \"Original dock unavailable due to maintenance\"). |\n| `regenerateToken` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"b96b4f62-eed3-40fe-aaaa-a45def8d626a","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"3f13d967-c645-4fab-b1f6-ce58e9c6ff2e","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-06-04T08:28:25.676Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["tsm","slot-assignments",":assignmentId"],"variable":[{"key":"assignmentId","value":"slot-assign-001"}]},"description":"**Requirement Reference**: EO.E13GHA.24\n\n**Use Case**: Receive vehicle details, assign time & dock via TSM, and create vehicle token.\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-07\n\n**Description**: Update slot assignment.\n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `newTimeSlot` | String | 35 | M | Must be in `HH:mm-HH:mm` format |\n| `newDock` | String | 35 | M | Must be a valid dock ID (e.g., `D-07`). |\n| `reason` | String | 255 | M | Free text allowed, but should describe the reason clearly (e.g., \"Original dock unavailable due to maintenance\"). |\n| `regenerateToken` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"dc150476-4366-4fbd-9f02-68cff079ccde"}],"id":"b6d31b4f-adca-423a-b730-1062a067ccab","description":"<p>GHA slot assignment is the step where the handling agent assigns a transport slot. Users assign the slot and update it when it changes.</p>\n","_postman_id":"b6d31b4f-adca-423a-b730-1062a067ccab","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"500ed6c1-9af8-48e2-a47b-eef1be30e798","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"2029ae76-8cbc-471e-8dc0-52cd741ec78c","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-06-04T08:28:25.676Z","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":[{"id":"02f45f7d-fce4-46ec-9061-c7d042911ecd","name":"204 - No Content","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"37dee96d-8de7-4cc5-be5c-e9f5d115e046","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-06-04T08:28:25.676Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId/acknowledge","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["tsm","slot-assignments",":assignmentId","acknowledge"],"variable":[{"key":"assignmentId","value":"slot-assign-001"}]},"description":"**Requirement Reference**: EO.E14TRK.25\n\n**Use Case**: Delivery Slot information received\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-08\n\n**Description**: Trucker acknowledges slot receipt and provides ETA.\n\n**Process Flow**: GHA System → Airport Community System → Transporter / Truck Operator (E15TRK)\n\n**Priority**:\n\n- P1\n    \n- P2\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ghaName | String | 70 | M | Identifier for the GHA (Ground Handling Agent) |\n| airport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| assignment | Object | n/a | M | Must include date, timeSlot, dock, warehouse |\n| assignment.date | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| assignment.timeSlot | String | 20 | M | Time slot of the assignment (hh:mm-hh:mm) |\n| assignment.dock | String | 35 | M | Dock number or identifier |\n| assignment.warehouse | String | 255 | M | Warehouse name or identifier |\n| acknowledgedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| driverConfirmed | Boolean | n/a | M | Indicates if the driver confirmed the assignment |\n| estimatedArrivalAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a989e033-e238-45a7-9bfd-9266b30f3315","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e5751f69-7109-4403-91de-bc0bc55c2135","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-06-04T08:28:25.676Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId/acknowledge","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["tsm","slot-assignments",":assignmentId","acknowledge"],"variable":[{"key":"assignmentId","value":"slot-assign-001"}]},"description":"**Requirement Reference**: EO.E14TRK.25\n\n**Use Case**: Delivery Slot information received\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-08\n\n**Description**: Trucker acknowledges slot receipt and provides ETA.\n\n**Process Flow**: GHA System → Airport Community System → Transporter / Truck Operator (E15TRK)\n\n**Priority**:\n\n- P1\n    \n- P2\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ghaName | String | 70 | M | Identifier for the GHA (Ground Handling Agent) |\n| airport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| assignment | Object | n/a | M | Must include date, timeSlot, dock, warehouse |\n| assignment.date | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| assignment.timeSlot | String | 20 | M | Time slot of the assignment (hh:mm-hh:mm) |\n| assignment.dock | String | 35 | M | Dock number or identifier |\n| assignment.warehouse | String | 255 | M | Warehouse name or identifier |\n| acknowledgedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| driverConfirmed | Boolean | n/a | M | Indicates if the driver confirmed the assignment |\n| estimatedArrivalAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"79bb0c72-5147-412c-b927-eda10032abda","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"480d2dfe-f3b5-4d2e-a1fe-513c03402d07","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-06-04T08:28:25.676Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId/acknowledge","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["tsm","slot-assignments",":assignmentId","acknowledge"],"variable":[{"key":"assignmentId","value":"slot-assign-001"}]},"description":"**Requirement Reference**: EO.E14TRK.25\n\n**Use Case**: Delivery Slot information received\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-08\n\n**Description**: Trucker acknowledges slot receipt and provides ETA.\n\n**Process Flow**: GHA System → Airport Community System → Transporter / Truck Operator (E15TRK)\n\n**Priority**:\n\n- P1\n    \n- P2\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ghaName | String | 70 | M | Identifier for the GHA (Ground Handling Agent) |\n| airport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| assignment | Object | n/a | M | Must include date, timeSlot, dock, warehouse |\n| assignment.date | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| assignment.timeSlot | String | 20 | M | Time slot of the assignment (hh:mm-hh:mm) |\n| assignment.dock | String | 35 | M | Dock number or identifier |\n| assignment.warehouse | String | 255 | M | Warehouse name or identifier |\n| acknowledgedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| driverConfirmed | Boolean | n/a | M | Indicates if the driver confirmed the assignment |\n| estimatedArrivalAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"26bac6f7-0cf0-4ea4-843e-b8f07d9bd41b","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ace68566-4ec9-49ae-b5f9-680fc5ea82cf","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-06-04T08:28:25.676Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId/acknowledge","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["tsm","slot-assignments",":assignmentId","acknowledge"],"variable":[{"key":"assignmentId","value":"slot-assign-001"}]},"description":"**Requirement Reference**: EO.E14TRK.25\n\n**Use Case**: Delivery Slot information received\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-08\n\n**Description**: Trucker acknowledges slot receipt and provides ETA.\n\n**Process Flow**: GHA System → Airport Community System → Transporter / Truck Operator (E15TRK)\n\n**Priority**:\n\n- P1\n    \n- P2\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ghaName | String | 70 | M | Identifier for the GHA (Ground Handling Agent) |\n| airport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| assignment | Object | n/a | M | Must include date, timeSlot, dock, warehouse |\n| assignment.date | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| assignment.timeSlot | String | 20 | M | Time slot of the assignment (hh:mm-hh:mm) |\n| assignment.dock | String | 35 | M | Dock number or identifier |\n| assignment.warehouse | String | 255 | M | Warehouse name or identifier |\n| acknowledgedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| driverConfirmed | Boolean | n/a | M | Indicates if the driver confirmed the assignment |\n| estimatedArrivalAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"3a348312-86dc-401c-8b48-01693fa5deb3","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"07fec6c0-a52f-41df-a69f-c25c9ab66064","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-06-04T08:28:25.676Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId/acknowledge","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["tsm","slot-assignments",":assignmentId","acknowledge"],"variable":[{"key":"assignmentId","value":"slot-assign-001"}]},"description":"**Requirement Reference**: EO.E14TRK.25\n\n**Use Case**: Delivery Slot information received\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-08\n\n**Description**: Trucker acknowledges slot receipt and provides ETA.\n\n**Process Flow**: GHA System → Airport Community System → Transporter / Truck Operator (E15TRK)\n\n**Priority**:\n\n- P1\n    \n- P2\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ghaName | String | 70 | M | Identifier for the GHA (Ground Handling Agent) |\n| airport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| assignment | Object | n/a | M | Must include date, timeSlot, dock, warehouse |\n| assignment.date | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| assignment.timeSlot | String | 20 | M | Time slot of the assignment (hh:mm-hh:mm) |\n| assignment.dock | String | 35 | M | Dock number or identifier |\n| assignment.warehouse | String | 255 | M | Warehouse name or identifier |\n| acknowledgedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| driverConfirmed | Boolean | n/a | M | Indicates if the driver confirmed the assignment |\n| estimatedArrivalAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"7c9507c6-ad0f-40a8-bc8e-fe9ee93f387a","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"79149282-a5cf-4e30-89e3-485ba4a63741","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-06-04T08:28:25.676Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId/acknowledge","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["tsm","slot-assignments",":assignmentId","acknowledge"],"variable":[{"key":"assignmentId","value":"slot-assign-001"}]},"description":"**Requirement Reference**: EO.E14TRK.25\n\n**Use Case**: Delivery Slot information received\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-08\n\n**Description**: Trucker acknowledges slot receipt and provides ETA.\n\n**Process Flow**: GHA System → Airport Community System → Transporter / Truck Operator (E15TRK)\n\n**Priority**:\n\n- P1\n    \n- P2\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ghaName | String | 70 | M | Identifier for the GHA (Ground Handling Agent) |\n| airport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| assignment | Object | n/a | M | Must include date, timeSlot, dock, warehouse |\n| assignment.date | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| assignment.timeSlot | String | 20 | M | Time slot of the assignment (hh:mm-hh:mm) |\n| assignment.dock | String | 35 | M | Dock number or identifier |\n| assignment.warehouse | String | 255 | M | Warehouse name or identifier |\n| acknowledgedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| driverConfirmed | Boolean | n/a | M | Indicates if the driver confirmed the assignment |\n| estimatedArrivalAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"6f26ce50-c030-48a2-bf4b-342a8a8d8002","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a085656c-c72a-4831-890d-5a75c3c1597a","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-06-04T08:28:25.677Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/tsm/slot-assignments/:assignmentId/acknowledge","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["tsm","slot-assignments",":assignmentId","acknowledge"],"variable":[{"key":"assignmentId","value":"slot-assign-001"}]},"description":"**Requirement Reference**: EO.E14TRK.25\n\n**Use Case**: Delivery Slot information received\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-08\n\n**Description**: Trucker acknowledges slot receipt and provides ETA.\n\n**Process Flow**: GHA System → Airport Community System → Transporter / Truck Operator (E15TRK)\n\n**Priority**:\n\n- P1\n    \n- P2\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ghaName | String | 70 | M | Identifier for the GHA (Ground Handling Agent) |\n| airport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| assignment | Object | n/a | M | Must include date, timeSlot, dock, warehouse |\n| assignment.date | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| assignment.timeSlot | String | 20 | M | Time slot of the assignment (hh:mm-hh:mm) |\n| assignment.dock | String | 35 | M | Dock number or identifier |\n| assignment.warehouse | String | 255 | M | Warehouse name or identifier |\n| acknowledgedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| driverConfirmed | Boolean | n/a | M | Indicates if the driver confirmed the assignment |\n| estimatedArrivalAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"500ed6c1-9af8-48e2-a47b-eef1be30e798"}],"id":"543f9711-fc9b-4356-a951-51bcfc9b9b64","description":"<p>A slot receipt confirms that the transporter received the assigned time window. Users acknowledge the slot receipt.</p>\n","_postman_id":"543f9711-fc9b-4356-a951-51bcfc9b9b64","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"88d7aa30-0f5c-4ea6-9df9-3cebcf1f1012","description":"<p>Transport and TSM cover trucking requests, vehicle details, and slot coordination around airport handling. Users create trucking requests, respond to quotes, request slots, assign slots, and acknowledge receipts.</p>\n","_postman_id":"88d7aa30-0f5c-4ea6-9df9-3cebcf1f1012","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"9b406075-43ed-464d-96bd-25d7c41476b3","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"1a29a243-a36d-42f8-80be-874171236cc9","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-06-04T08:28:25.677Z","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":[{"id":"e69669ef-5246-4908-b6a7-a04da6aa1a1f","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"015efa08-baf9-4893-930b-4b93ee7226b2","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-06-04T08:28:25.677Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E15TRK.26\n    \n- G.E15GHA.11\n    \n- G.E15TRK.12\n    \n\n**Use Case**: Vehicle arrives at the Airport\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-09\n\n**Description**: ACS will enable Trucker to send this arrival at the airport information in digital format.\n\n**Arrival Methods**:\n\n- QR token scan at gate\n    \n- ACS portal check-in\n    \n- Mobile application (Geofencing)\n    \n\n**Process Flows**:\n\n- Transporter / Truck Operator (E14TRK) → Airport Community System→ GHA System (E15GHA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Air Cargo Agent System (E15ACA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Consignor System (E15CGNR)\n    \n\n**Priority**:\n\n- P1 (Broadcast)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `slotAssignmentId` | String | 70 | M | Must be alphanumeric and unique. |\n| `vehicleToken` | String | 70 | M | Must follow token number pattern (e.g., `VT-KHI-YYYYMMDD-XXXX`). |\n| `arrivalMethod` | String | 35 | M | Must be a predefined value \\[\"qr_scan\", \"manual_check\"\\] |\n| `arrivalDetails` | Object | n/a | M | Object containing arrival details. |\n| `arrivalDetails.arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `arrivalDetails.entryGate` | String | 35 | M | Must be a valid gate name (e.g., `Gate 3`). |\n| `arrivalDetails.vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `arrivalDetails.driverName` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `arrivalDetails.driverCnic` | String | 70 | M | Must match CNIC format `XXXXX-XXXXXXX-X`. |\n| `geolocation` | Object | n/a | M | Object containing geolocation details. |\n| `geolocation.value` | String | n/a | M | ISO 6709:2022 geographical location format (e.g. +dd.dddd+ddd.dddd/ or +dd.dddd+ddd.dddd+hhhhh/) |\n| `geolocation.accuracy` | Number | n/a | M | Must be a positive number representing the accuracy of the geolocation in meters. |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumbers` | Array | n/a | O | Array must contain at least one valid HAWB number in AWB number format (nnn-nnnnnnnn) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cbb087ea-e1af-4b26-b814-42bccacd2368","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"92893b9a-cfa7-46d3-9b85-fd443a09ae0d","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-06-04T08:28:25.677Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E15TRK.26\n    \n- G.E15GHA.11\n    \n- G.E15TRK.12\n    \n\n**Use Case**: Vehicle arrives at the Airport\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-09\n\n**Description**: ACS will enable Trucker to send this arrival at the airport information in digital format.\n\n**Arrival Methods**:\n\n- QR token scan at gate\n    \n- ACS portal check-in\n    \n- Mobile application (Geofencing)\n    \n\n**Process Flows**:\n\n- Transporter / Truck Operator (E14TRK) → Airport Community System→ GHA System (E15GHA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Air Cargo Agent System (E15ACA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Consignor System (E15CGNR)\n    \n\n**Priority**:\n\n- P1 (Broadcast)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `slotAssignmentId` | String | 70 | M | Must be alphanumeric and unique. |\n| `vehicleToken` | String | 70 | M | Must follow token number pattern (e.g., `VT-KHI-YYYYMMDD-XXXX`). |\n| `arrivalMethod` | String | 35 | M | Must be a predefined value \\[\"qr_scan\", \"manual_check\"\\] |\n| `arrivalDetails` | Object | n/a | M | Object containing arrival details. |\n| `arrivalDetails.arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `arrivalDetails.entryGate` | String | 35 | M | Must be a valid gate name (e.g., `Gate 3`). |\n| `arrivalDetails.vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `arrivalDetails.driverName` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `arrivalDetails.driverCnic` | String | 70 | M | Must match CNIC format `XXXXX-XXXXXXX-X`. |\n| `geolocation` | Object | n/a | M | Object containing geolocation details. |\n| `geolocation.value` | String | n/a | M | ISO 6709:2022 geographical location format (e.g. +dd.dddd+ddd.dddd/ or +dd.dddd+ddd.dddd+hhhhh/) |\n| `geolocation.accuracy` | Number | n/a | M | Must be a positive number representing the accuracy of the geolocation in meters. |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumbers` | Array | n/a | O | Array must contain at least one valid HAWB number in AWB number format (nnn-nnnnnnnn) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"f442758c-c212-421b-b330-567cc3f7a67e","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e099425b-124a-481c-8b18-c03024d672b6","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-06-04T08:28:25.677Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E15TRK.26\n    \n- G.E15GHA.11\n    \n- G.E15TRK.12\n    \n\n**Use Case**: Vehicle arrives at the Airport\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-09\n\n**Description**: ACS will enable Trucker to send this arrival at the airport information in digital format.\n\n**Arrival Methods**:\n\n- QR token scan at gate\n    \n- ACS portal check-in\n    \n- Mobile application (Geofencing)\n    \n\n**Process Flows**:\n\n- Transporter / Truck Operator (E14TRK) → Airport Community System→ GHA System (E15GHA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Air Cargo Agent System (E15ACA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Consignor System (E15CGNR)\n    \n\n**Priority**:\n\n- P1 (Broadcast)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `slotAssignmentId` | String | 70 | M | Must be alphanumeric and unique. |\n| `vehicleToken` | String | 70 | M | Must follow token number pattern (e.g., `VT-KHI-YYYYMMDD-XXXX`). |\n| `arrivalMethod` | String | 35 | M | Must be a predefined value \\[\"qr_scan\", \"manual_check\"\\] |\n| `arrivalDetails` | Object | n/a | M | Object containing arrival details. |\n| `arrivalDetails.arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `arrivalDetails.entryGate` | String | 35 | M | Must be a valid gate name (e.g., `Gate 3`). |\n| `arrivalDetails.vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `arrivalDetails.driverName` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `arrivalDetails.driverCnic` | String | 70 | M | Must match CNIC format `XXXXX-XXXXXXX-X`. |\n| `geolocation` | Object | n/a | M | Object containing geolocation details. |\n| `geolocation.value` | String | n/a | M | ISO 6709:2022 geographical location format (e.g. +dd.dddd+ddd.dddd/ or +dd.dddd+ddd.dddd+hhhhh/) |\n| `geolocation.accuracy` | Number | n/a | M | Must be a positive number representing the accuracy of the geolocation in meters. |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumbers` | Array | n/a | O | Array must contain at least one valid HAWB number in AWB number format (nnn-nnnnnnnn) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"67dbcb62-6020-4031-9416-95333646eba9","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"4b54954c-1cc8-4cbc-9500-ad222f6dfab1","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-06-04T08:28:25.677Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E15TRK.26\n    \n- G.E15GHA.11\n    \n- G.E15TRK.12\n    \n\n**Use Case**: Vehicle arrives at the Airport\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-09\n\n**Description**: ACS will enable Trucker to send this arrival at the airport information in digital format.\n\n**Arrival Methods**:\n\n- QR token scan at gate\n    \n- ACS portal check-in\n    \n- Mobile application (Geofencing)\n    \n\n**Process Flows**:\n\n- Transporter / Truck Operator (E14TRK) → Airport Community System→ GHA System (E15GHA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Air Cargo Agent System (E15ACA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Consignor System (E15CGNR)\n    \n\n**Priority**:\n\n- P1 (Broadcast)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `slotAssignmentId` | String | 70 | M | Must be alphanumeric and unique. |\n| `vehicleToken` | String | 70 | M | Must follow token number pattern (e.g., `VT-KHI-YYYYMMDD-XXXX`). |\n| `arrivalMethod` | String | 35 | M | Must be a predefined value \\[\"qr_scan\", \"manual_check\"\\] |\n| `arrivalDetails` | Object | n/a | M | Object containing arrival details. |\n| `arrivalDetails.arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `arrivalDetails.entryGate` | String | 35 | M | Must be a valid gate name (e.g., `Gate 3`). |\n| `arrivalDetails.vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `arrivalDetails.driverName` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `arrivalDetails.driverCnic` | String | 70 | M | Must match CNIC format `XXXXX-XXXXXXX-X`. |\n| `geolocation` | Object | n/a | M | Object containing geolocation details. |\n| `geolocation.value` | String | n/a | M | ISO 6709:2022 geographical location format (e.g. +dd.dddd+ddd.dddd/ or +dd.dddd+ddd.dddd+hhhhh/) |\n| `geolocation.accuracy` | Number | n/a | M | Must be a positive number representing the accuracy of the geolocation in meters. |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumbers` | Array | n/a | O | Array must contain at least one valid HAWB number in AWB number format (nnn-nnnnnnnn) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"c1ccfbe7-0f19-4682-b410-fa86e16f6340","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"78fff960-1e09-4304-9a2e-d896aa49019f","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-06-04T08:28:25.677Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EO.E15TRK.26\n    \n- G.E15GHA.11\n    \n- G.E15TRK.12\n    \n\n**Use Case**: Vehicle arrives at the Airport\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-09\n\n**Description**: ACS will enable Trucker to send this arrival at the airport information in digital format.\n\n**Arrival Methods**:\n\n- QR token scan at gate\n    \n- ACS portal check-in\n    \n- Mobile application (Geofencing)\n    \n\n**Process Flows**:\n\n- Transporter / Truck Operator (E14TRK) → Airport Community System→ GHA System (E15GHA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Air Cargo Agent System (E15ACA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Consignor System (E15CGNR)\n    \n\n**Priority**:\n\n- P1 (Broadcast)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `slotAssignmentId` | String | 70 | M | Must be alphanumeric and unique. |\n| `vehicleToken` | String | 70 | M | Must follow token number pattern (e.g., `VT-KHI-YYYYMMDD-XXXX`). |\n| `arrivalMethod` | String | 35 | M | Must be a predefined value \\[\"qr_scan\", \"manual_check\"\\] |\n| `arrivalDetails` | Object | n/a | M | Object containing arrival details. |\n| `arrivalDetails.arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `arrivalDetails.entryGate` | String | 35 | M | Must be a valid gate name (e.g., `Gate 3`). |\n| `arrivalDetails.vehicleRegistration` | String | 70 | M | Must follow vehicle registration pattern (e.g., `KHI-ABC-1234`). |\n| `arrivalDetails.driverName` | String | 255 | M | Must be a valid name with letters, spaces, and hyphens. |\n| `arrivalDetails.driverCnic` | String | 70 | M | Must match CNIC format `XXXXX-XXXXXXX-X`. |\n| `geolocation` | Object | n/a | M | Object containing geolocation details. |\n| `geolocation.value` | String | n/a | M | ISO 6709:2022 geographical location format (e.g. +dd.dddd+ddd.dddd/ or +dd.dddd+ddd.dddd+hhhhh/) |\n| `geolocation.accuracy` | Number | n/a | M | Must be a positive number representing the accuracy of the geolocation in meters. |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumbers` | Array | n/a | O | Array must contain at least one valid HAWB number in AWB number format (nnn-nnnnnnnn) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"9b406075-43ed-464d-96bd-25d7c41476b3"},{"name":"Confirm Cargo Unloading (GHA)","id":"beaa511a-47d3-4fd1-8aeb-3c43d5abe1fc","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"3b98931b-f2d4-4f96-b1ba-b93194947bce","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-06-04T08:28:25.677Z","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":[{"id":"1ef16e9e-7ecc-48ab-b759-49ddefa84ca9","name":"204 - No Content","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"8f6b8d87-9c85-4828-9b3b-3607ea8c263d","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-06-04T08:28:25.677Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/vehicle-arrivals/:arrivalId/unloading-confirmation","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["vehicle-arrivals",":arrivalId","unloading-confirmation"],"variable":[{"key":"arrivalId","value":"arr-20251124-001"}]},"description":"**Requirement Reference**: EO.E15TRK.26\n\n**Use Case**: Vehicle arrives at the Airport\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-09\n\n**Description**: GHA confirms cargo unloading completion.\n\n**Process Flows**:\n\n- Transporter / Truck Operator (E14TRK) → Airport Community System→ GHA System (E15GHA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Air Cargo Agent System (E15ACA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Consignor System (E15CGNR)\n    \n\n**Priority**:\n\n- P1 (Broadcast)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `vehicleArrivalId` | String | 70 | M | Must be alphanumeric and unique, following the format (`arr-YYYYMMDD-XXX`). |\n| `unloadingDetails` | Object | n/a | M | Object containing unloading details. |\n| `unloadingDetails.startedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `unloadingDetails.endedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `unloadingDetails.dock` | String | 35 | M | Must be a valid dock ID (e.g., `D-05`). |\n| `unloadingDetails.receivedPieces` | Integer | n/a | M | Must be a positive integer. |\n| `unloadingDetails.receivedWeight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `unloadingDetails.receivedWeight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `unloadingDetails.conditionOnReceipt` | String | 70 | M | Must be a one of \\[\"good\", \"damaged\", \"missing\"\\] |\n| `unloadingDetails.discrepancies` | Array | n/a | O | Array of discrepancies, if any. |\n| `receivedBy` | String | 255 | M | Must be a valid staff or recipient name (e.g., `GHA Staff - Badge #12345`). |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8520d3df-7bcd-48c2-9133-9f3ba082989c","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"826ed181-3662-4735-972d-a481d6b798d1","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-06-04T08:28:25.677Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/vehicle-arrivals/:arrivalId/unloading-confirmation","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["vehicle-arrivals",":arrivalId","unloading-confirmation"],"variable":[{"key":"arrivalId","value":"arr-20251124-001"}]},"description":"**Requirement Reference**: EO.E15TRK.26\n\n**Use Case**: Vehicle arrives at the Airport\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-09\n\n**Description**: GHA confirms cargo unloading completion.\n\n**Process Flows**:\n\n- Transporter / Truck Operator (E14TRK) → Airport Community System→ GHA System (E15GHA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Air Cargo Agent System (E15ACA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Consignor System (E15CGNR)\n    \n\n**Priority**:\n\n- P1 (Broadcast)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `vehicleArrivalId` | String | 70 | M | Must be alphanumeric and unique, following the format (`arr-YYYYMMDD-XXX`). |\n| `unloadingDetails` | Object | n/a | M | Object containing unloading details. |\n| `unloadingDetails.startedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `unloadingDetails.endedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `unloadingDetails.dock` | String | 35 | M | Must be a valid dock ID (e.g., `D-05`). |\n| `unloadingDetails.receivedPieces` | Integer | n/a | M | Must be a positive integer. |\n| `unloadingDetails.receivedWeight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `unloadingDetails.receivedWeight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `unloadingDetails.conditionOnReceipt` | String | 70 | M | Must be a one of \\[\"good\", \"damaged\", \"missing\"\\] |\n| `unloadingDetails.discrepancies` | Array | n/a | O | Array of discrepancies, if any. |\n| `receivedBy` | String | 255 | M | Must be a valid staff or recipient name (e.g., `GHA Staff - Badge #12345`). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"dcae0bcb-6688-431f-a2cc-1b69a931dc04","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"11d13268-d258-4c20-b82e-8bce4ed22967","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-06-04T08:28:25.677Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/vehicle-arrivals/:arrivalId/unloading-confirmation","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["vehicle-arrivals",":arrivalId","unloading-confirmation"],"variable":[{"key":"arrivalId","value":"arr-20251124-001"}]},"description":"**Requirement Reference**: EO.E15TRK.26\n\n**Use Case**: Vehicle arrives at the Airport\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-09\n\n**Description**: GHA confirms cargo unloading completion.\n\n**Process Flows**:\n\n- Transporter / Truck Operator (E14TRK) → Airport Community System→ GHA System (E15GHA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Air Cargo Agent System (E15ACA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Consignor System (E15CGNR)\n    \n\n**Priority**:\n\n- P1 (Broadcast)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `vehicleArrivalId` | String | 70 | M | Must be alphanumeric and unique, following the format (`arr-YYYYMMDD-XXX`). |\n| `unloadingDetails` | Object | n/a | M | Object containing unloading details. |\n| `unloadingDetails.startedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `unloadingDetails.endedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `unloadingDetails.dock` | String | 35 | M | Must be a valid dock ID (e.g., `D-05`). |\n| `unloadingDetails.receivedPieces` | Integer | n/a | M | Must be a positive integer. |\n| `unloadingDetails.receivedWeight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `unloadingDetails.receivedWeight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `unloadingDetails.conditionOnReceipt` | String | 70 | M | Must be a one of \\[\"good\", \"damaged\", \"missing\"\\] |\n| `unloadingDetails.discrepancies` | Array | n/a | O | Array of discrepancies, if any. |\n| `receivedBy` | String | 255 | M | Must be a valid staff or recipient name (e.g., `GHA Staff - Badge #12345`). |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"101cd36d-0fde-454b-914f-a7dc0330ec70","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d9ff7af5-bbd7-4aae-b93f-4f8b185071d1","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-06-04T08:28:25.677Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/vehicle-arrivals/:arrivalId/unloading-confirmation","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["vehicle-arrivals",":arrivalId","unloading-confirmation"],"variable":[{"key":"arrivalId","value":"arr-20251124-001"}]},"description":"**Requirement Reference**: EO.E15TRK.26\n\n**Use Case**: Vehicle arrives at the Airport\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-09\n\n**Description**: GHA confirms cargo unloading completion.\n\n**Process Flows**:\n\n- Transporter / Truck Operator (E14TRK) → Airport Community System→ GHA System (E15GHA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Air Cargo Agent System (E15ACA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Consignor System (E15CGNR)\n    \n\n**Priority**:\n\n- P1 (Broadcast)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `vehicleArrivalId` | String | 70 | M | Must be alphanumeric and unique, following the format (`arr-YYYYMMDD-XXX`). |\n| `unloadingDetails` | Object | n/a | M | Object containing unloading details. |\n| `unloadingDetails.startedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `unloadingDetails.endedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `unloadingDetails.dock` | String | 35 | M | Must be a valid dock ID (e.g., `D-05`). |\n| `unloadingDetails.receivedPieces` | Integer | n/a | M | Must be a positive integer. |\n| `unloadingDetails.receivedWeight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `unloadingDetails.receivedWeight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `unloadingDetails.conditionOnReceipt` | String | 70 | M | Must be a one of \\[\"good\", \"damaged\", \"missing\"\\] |\n| `unloadingDetails.discrepancies` | Array | n/a | O | Array of discrepancies, if any. |\n| `receivedBy` | String | 255 | M | Must be a valid staff or recipient name (e.g., `GHA Staff - Badge #12345`). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"afbe52f3-9d71-4820-9923-156964613171","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"0330cfe2-02d6-4127-bd98-269e8829c3f2","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-06-04T08:28:25.677Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/vehicle-arrivals/:arrivalId/unloading-confirmation","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["vehicle-arrivals",":arrivalId","unloading-confirmation"],"variable":[{"key":"arrivalId","value":"arr-20251124-001"}]},"description":"**Requirement Reference**: EO.E15TRK.26\n\n**Use Case**: Vehicle arrives at the Airport\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-09\n\n**Description**: GHA confirms cargo unloading completion.\n\n**Process Flows**:\n\n- Transporter / Truck Operator (E14TRK) → Airport Community System→ GHA System (E15GHA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Air Cargo Agent System (E15ACA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Consignor System (E15CGNR)\n    \n\n**Priority**:\n\n- P1 (Broadcast)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `vehicleArrivalId` | String | 70 | M | Must be alphanumeric and unique, following the format (`arr-YYYYMMDD-XXX`). |\n| `unloadingDetails` | Object | n/a | M | Object containing unloading details. |\n| `unloadingDetails.startedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `unloadingDetails.endedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `unloadingDetails.dock` | String | 35 | M | Must be a valid dock ID (e.g., `D-05`). |\n| `unloadingDetails.receivedPieces` | Integer | n/a | M | Must be a positive integer. |\n| `unloadingDetails.receivedWeight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `unloadingDetails.receivedWeight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `unloadingDetails.conditionOnReceipt` | String | 70 | M | Must be a one of \\[\"good\", \"damaged\", \"missing\"\\] |\n| `unloadingDetails.discrepancies` | Array | n/a | O | Array of discrepancies, if any. |\n| `receivedBy` | String | 255 | M | Must be a valid staff or recipient name (e.g., `GHA Staff - Badge #12345`). |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"454e22cc-e18b-4f60-a386-1a463fa0f4c2","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"62f77a0c-79fa-47c6-b207-85dbbe72d010","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-06-04T08:28:25.677Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/vehicle-arrivals/:arrivalId/unloading-confirmation","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["vehicle-arrivals",":arrivalId","unloading-confirmation"],"variable":[{"key":"arrivalId","value":"arr-20251124-001"}]},"description":"**Requirement Reference**: EO.E15TRK.26\n\n**Use Case**: Vehicle arrives at the Airport\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-09\n\n**Description**: GHA confirms cargo unloading completion.\n\n**Process Flows**:\n\n- Transporter / Truck Operator (E14TRK) → Airport Community System→ GHA System (E15GHA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Air Cargo Agent System (E15ACA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Consignor System (E15CGNR)\n    \n\n**Priority**:\n\n- P1 (Broadcast)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `vehicleArrivalId` | String | 70 | M | Must be alphanumeric and unique, following the format (`arr-YYYYMMDD-XXX`). |\n| `unloadingDetails` | Object | n/a | M | Object containing unloading details. |\n| `unloadingDetails.startedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `unloadingDetails.endedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `unloadingDetails.dock` | String | 35 | M | Must be a valid dock ID (e.g., `D-05`). |\n| `unloadingDetails.receivedPieces` | Integer | n/a | M | Must be a positive integer. |\n| `unloadingDetails.receivedWeight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `unloadingDetails.receivedWeight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `unloadingDetails.conditionOnReceipt` | String | 70 | M | Must be a one of \\[\"good\", \"damaged\", \"missing\"\\] |\n| `unloadingDetails.discrepancies` | Array | n/a | O | Array of discrepancies, if any. |\n| `receivedBy` | String | 255 | M | Must be a valid staff or recipient name (e.g., `GHA Staff - Badge #12345`). |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"993e30b2-5fa5-49c7-ba01-19962010c21b","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d2b02461-2558-4f93-a24c-f761238fd5d4","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-06-04T08:28:25.677Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/vehicle-arrivals/:arrivalId/unloading-confirmation","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["vehicle-arrivals",":arrivalId","unloading-confirmation"],"variable":[{"key":"arrivalId","value":"arr-20251124-001"}]},"description":"**Requirement Reference**: EO.E15TRK.26\n\n**Use Case**: Vehicle arrives at the Airport\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-09\n\n**Description**: GHA confirms cargo unloading completion.\n\n**Process Flows**:\n\n- Transporter / Truck Operator (E14TRK) → Airport Community System→ GHA System (E15GHA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Air Cargo Agent System (E15ACA)\n    \n- Transporter / Truck Operator (E14TRK) → Airport Community System→ Consignor System (E15CGNR)\n    \n\n**Priority**:\n\n- P1 (Broadcast)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `vehicleArrivalId` | String | 70 | M | Must be alphanumeric and unique, following the format (`arr-YYYYMMDD-XXX`). |\n| `unloadingDetails` | Object | n/a | M | Object containing unloading details. |\n| `unloadingDetails.startedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `unloadingDetails.endedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `unloadingDetails.dock` | String | 35 | M | Must be a valid dock ID (e.g., `D-05`). |\n| `unloadingDetails.receivedPieces` | Integer | n/a | M | Must be a positive integer. |\n| `unloadingDetails.receivedWeight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `unloadingDetails.receivedWeight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `unloadingDetails.conditionOnReceipt` | String | 70 | M | Must be a one of \\[\"good\", \"damaged\", \"missing\"\\] |\n| `unloadingDetails.discrepancies` | Array | n/a | O | Array of discrepancies, if any. |\n| `receivedBy` | String | 255 | M | Must be a valid staff or recipient name (e.g., `GHA Staff - Badge #12345`). |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"beaa511a-47d3-4fd1-8aeb-3c43d5abe1fc"}],"id":"9ebdd94e-0688-4b90-b78f-ef46742cab5b","description":"<p>Vehicle arrival records when a truck or van reaches the airport. Users report arrival and confirm that cargo was unloaded.</p>\n","_postman_id":"9ebdd94e-0688-4b90-b78f-ef46742cab5b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"333577dc-0e83-411b-bd31-d968b0aa903f","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"7962bc35-f972-44c9-bba8-bcc06d6c02a1","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-06-04T08:28:25.677Z","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":[{"id":"0dab65b7-60f5-4988-9d4b-501bd5d8f931","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"b93179c6-912f-4429-94e6-3500d0727f21","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-06-04T08:28:25.678Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E17P.30\n\n**Use Case**: Mail arrives at airport post facilities\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-11\n\n**Description**: ACS will enable Pakistan Post to share mail arrival at airport information with relevant stakeholders.\n\n**Process Flows**:\n\n- Pakistan Post (E1P) → Airport Community System → GHA System\n    \n- Pakistan Post (E1P) → Airport Community System → Airline System\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `airport` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `mailBags` | Array | n/a | M | Array of objects containing mail bag details. |\n| `mailBags.bagNumber` | String | 70 | M | Must be a valid bag number format (e.g., `PKKHI20251124001`). |\n| `mailBags.origin` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `mailBags.destination` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `mailBags.weight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `mailBags.weight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `mailBags.mailClass` | String | 35 | M | Must be one of the predefined mail classes (e.g., `priority`, `standard`). |\n| `mailBags.itemCount` | Integer | n/a | M | Must be a positive integer. |\n| `totalBags` | Integer | n/a | M | Must be a positive integer, representing the total number of bags. |\n| `totalWeight` | Object | n/a | M | Object containing total weight details. |\n| `totalWeight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `totalWeight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a3fe2d87-923c-46a4-828c-731fad21890d","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a678e88e-824b-4afd-8514-3035af6ed958","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-06-04T08:28:25.678Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E17P.30\n\n**Use Case**: Mail arrives at airport post facilities\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-11\n\n**Description**: ACS will enable Pakistan Post to share mail arrival at airport information with relevant stakeholders.\n\n**Process Flows**:\n\n- Pakistan Post (E1P) → Airport Community System → GHA System\n    \n- Pakistan Post (E1P) → Airport Community System → Airline System\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `airport` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `mailBags` | Array | n/a | M | Array of objects containing mail bag details. |\n| `mailBags.bagNumber` | String | 70 | M | Must be a valid bag number format (e.g., `PKKHI20251124001`). |\n| `mailBags.origin` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `mailBags.destination` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `mailBags.weight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `mailBags.weight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `mailBags.mailClass` | String | 35 | M | Must be one of the predefined mail classes (e.g., `priority`, `standard`). |\n| `mailBags.itemCount` | Integer | n/a | M | Must be a positive integer. |\n| `totalBags` | Integer | n/a | M | Must be a positive integer, representing the total number of bags. |\n| `totalWeight` | Object | n/a | M | Object containing total weight details. |\n| `totalWeight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `totalWeight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"b441ba7f-dc92-4bb8-85d5-65c1132a0ef2","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"20a58637-74d3-4212-8162-ef36b9dab486","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-06-04T08:28:25.678Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E17P.30\n\n**Use Case**: Mail arrives at airport post facilities\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-11\n\n**Description**: ACS will enable Pakistan Post to share mail arrival at airport information with relevant stakeholders.\n\n**Process Flows**:\n\n- Pakistan Post (E1P) → Airport Community System → GHA System\n    \n- Pakistan Post (E1P) → Airport Community System → Airline System\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `airport` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `mailBags` | Array | n/a | M | Array of objects containing mail bag details. |\n| `mailBags.bagNumber` | String | 70 | M | Must be a valid bag number format (e.g., `PKKHI20251124001`). |\n| `mailBags.origin` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `mailBags.destination` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `mailBags.weight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `mailBags.weight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `mailBags.mailClass` | String | 35 | M | Must be one of the predefined mail classes (e.g., `priority`, `standard`). |\n| `mailBags.itemCount` | Integer | n/a | M | Must be a positive integer. |\n| `totalBags` | Integer | n/a | M | Must be a positive integer, representing the total number of bags. |\n| `totalWeight` | Object | n/a | M | Object containing total weight details. |\n| `totalWeight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `totalWeight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"e444a1df-7bcf-42c3-b402-c4dca0abc901","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"5303ef7e-2e12-4281-a2bb-50a0778dc5fb","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-06-04T08:28:25.678Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E17P.30\n\n**Use Case**: Mail arrives at airport post facilities\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-11\n\n**Description**: ACS will enable Pakistan Post to share mail arrival at airport information with relevant stakeholders.\n\n**Process Flows**:\n\n- Pakistan Post (E1P) → Airport Community System → GHA System\n    \n- Pakistan Post (E1P) → Airport Community System → Airline System\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `airport` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `mailBags` | Array | n/a | M | Array of objects containing mail bag details. |\n| `mailBags.bagNumber` | String | 70 | M | Must be a valid bag number format (e.g., `PKKHI20251124001`). |\n| `mailBags.origin` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `mailBags.destination` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `mailBags.weight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `mailBags.weight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `mailBags.mailClass` | String | 35 | M | Must be one of the predefined mail classes (e.g., `priority`, `standard`). |\n| `mailBags.itemCount` | Integer | n/a | M | Must be a positive integer. |\n| `totalBags` | Integer | n/a | M | Must be a positive integer, representing the total number of bags. |\n| `totalWeight` | Object | n/a | M | Object containing total weight details. |\n| `totalWeight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `totalWeight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"0bdf3d0b-8fb0-4377-b47c-a7dbf3cab551","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"61ba9892-c2ec-4afa-b41b-aa0b70c1a996","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-06-04T08:28:25.678Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E17P.30\n\n**Use Case**: Mail arrives at airport post facilities\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-11\n\n**Description**: ACS will enable Pakistan Post to share mail arrival at airport information with relevant stakeholders.\n\n**Process Flows**:\n\n- Pakistan Post (E1P) → Airport Community System → GHA System\n    \n- Pakistan Post (E1P) → Airport Community System → Airline System\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `airport` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `mailBags` | Array | n/a | M | Array of objects containing mail bag details. |\n| `mailBags.bagNumber` | String | 70 | M | Must be a valid bag number format (e.g., `PKKHI20251124001`). |\n| `mailBags.origin` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `mailBags.destination` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16 |\n| `mailBags.weight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `mailBags.weight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `mailBags.mailClass` | String | 35 | M | Must be one of the predefined mail classes (e.g., `priority`, `standard`). |\n| `mailBags.itemCount` | Integer | n/a | M | Must be a positive integer. |\n| `totalBags` | Integer | n/a | M | Must be a positive integer, representing the total number of bags. |\n| `totalWeight` | Object | n/a | M | Object containing total weight details. |\n| `totalWeight.value` | Number | n/a | M | Must be a positive number (integer or float). |\n| `totalWeight.unit` | String | 3 | M | UNECE Rec.20 unit of measure. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"333577dc-0e83-411b-bd31-d968b0aa903f"},{"name":"Submit X-ray Scan Results","id":"07dbd1bf-e709-474a-ba15-1a076ff74e88","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"994aae03-2541-42d2-82d4-1f7e4798d823","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-06-04T08:28:25.678Z","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":[{"id":"a46cffb8-c7e3-4c42-bcbe-e50ec240428c","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ac6eeede-29b6-40c6-8321-c832bddf7435","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-06-04T08:28:25.678Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E18P.31\n\n**Use Case**: Mail scanned by X-ray and accepted\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-12\n\n**Description**: ACS to enable Pakistan Post to digitally transmit X-ray scans of mail bags to PSW and ANF.\n\n**Process Flows**:\n\n- Pakistan Post (E17P) → Airport Community System → Anti-Narcotics Force System (E18PSW)\n    \n- Pakistan Post (E17P) → Airport Community System → Pakistan Single Window (E18PANF)\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mailArrivalId` | String | 70 | M | Must be alphanumeric and unique, following the format (`mail-arr-XXX`). |\n| `scanResults` | Array | n/a | M | Array of objects containing scan results for each mail bag. |\n| `scanResults.bagNumber` | String | 70 | M | Must match the mail bag number format (e.g., `PKKHI20251124001`). |\n| `scanResults.scannedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `scanResults.scanResult` | String | 35 | M | Must be one of the predefined scan results (`cleared`, `flagged`, etc.). |\n| `scanResults.name` | String | 255 | M | Must be the file name, e.g., `1.jpg`. |\n| `scanResults.contentType` | String | 255 | M | Must be a valid MIME type (e.g., `image/png`, `application/pdf`). |\n| `scanResults.value` | String | n/a | M | Base64-encoded content representing the scanned image or file. |\n| `scanResults.scannedBy` | String | 255 | M | Must be the name or ID of the person or system who performed the scan (e.g., `Operator-001`). |\n| `scanResults.machineId` | String | 70 | M | Must be a valid machine ID (e.g., `XRAY-KHI-03`). |\n| `notifyPSW` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |\n| `notifyANF` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b3b87f78-80ee-43a8-8447-f9d1a39458a3","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ad4a0771-0e20-478a-ab73-895ba982ae32","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-06-04T08:28:25.678Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E18P.31\n\n**Use Case**: Mail scanned by X-ray and accepted\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-12\n\n**Description**: ACS to enable Pakistan Post to digitally transmit X-ray scans of mail bags to PSW and ANF.\n\n**Process Flows**:\n\n- Pakistan Post (E17P) → Airport Community System → Anti-Narcotics Force System (E18PSW)\n    \n- Pakistan Post (E17P) → Airport Community System → Pakistan Single Window (E18PANF)\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mailArrivalId` | String | 70 | M | Must be alphanumeric and unique, following the format (`mail-arr-XXX`). |\n| `scanResults` | Array | n/a | M | Array of objects containing scan results for each mail bag. |\n| `scanResults.bagNumber` | String | 70 | M | Must match the mail bag number format (e.g., `PKKHI20251124001`). |\n| `scanResults.scannedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `scanResults.scanResult` | String | 35 | M | Must be one of the predefined scan results (`cleared`, `flagged`, etc.). |\n| `scanResults.name` | String | 255 | M | Must be the file name, e.g., `1.jpg`. |\n| `scanResults.contentType` | String | 255 | M | Must be a valid MIME type (e.g., `image/png`, `application/pdf`). |\n| `scanResults.value` | String | n/a | M | Base64-encoded content representing the scanned image or file. |\n| `scanResults.scannedBy` | String | 255 | M | Must be the name or ID of the person or system who performed the scan (e.g., `Operator-001`). |\n| `scanResults.machineId` | String | 70 | M | Must be a valid machine ID (e.g., `XRAY-KHI-03`). |\n| `notifyPSW` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |\n| `notifyANF` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"238b59cb-eb77-45ee-8408-5f4f3863e548","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"5879f92c-f494-4f2c-8273-a216a890c4dc","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-06-04T08:28:25.678Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E18P.31\n\n**Use Case**: Mail scanned by X-ray and accepted\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-12\n\n**Description**: ACS to enable Pakistan Post to digitally transmit X-ray scans of mail bags to PSW and ANF.\n\n**Process Flows**:\n\n- Pakistan Post (E17P) → Airport Community System → Anti-Narcotics Force System (E18PSW)\n    \n- Pakistan Post (E17P) → Airport Community System → Pakistan Single Window (E18PANF)\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mailArrivalId` | String | 70 | M | Must be alphanumeric and unique, following the format (`mail-arr-XXX`). |\n| `scanResults` | Array | n/a | M | Array of objects containing scan results for each mail bag. |\n| `scanResults.bagNumber` | String | 70 | M | Must match the mail bag number format (e.g., `PKKHI20251124001`). |\n| `scanResults.scannedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `scanResults.scanResult` | String | 35 | M | Must be one of the predefined scan results (`cleared`, `flagged`, etc.). |\n| `scanResults.name` | String | 255 | M | Must be the file name, e.g., `1.jpg`. |\n| `scanResults.contentType` | String | 255 | M | Must be a valid MIME type (e.g., `image/png`, `application/pdf`). |\n| `scanResults.value` | String | n/a | M | Base64-encoded content representing the scanned image or file. |\n| `scanResults.scannedBy` | String | 255 | M | Must be the name or ID of the person or system who performed the scan (e.g., `Operator-001`). |\n| `scanResults.machineId` | String | 70 | M | Must be a valid machine ID (e.g., `XRAY-KHI-03`). |\n| `notifyPSW` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |\n| `notifyANF` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"2ba6b6d9-2290-4602-8bfb-791c8a10b29a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"edcd0655-c5bf-4d48-89d0-ef6965e9e4dd","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-06-04T08:28:25.678Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E18P.31\n\n**Use Case**: Mail scanned by X-ray and accepted\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-12\n\n**Description**: ACS to enable Pakistan Post to digitally transmit X-ray scans of mail bags to PSW and ANF.\n\n**Process Flows**:\n\n- Pakistan Post (E17P) → Airport Community System → Anti-Narcotics Force System (E18PSW)\n    \n- Pakistan Post (E17P) → Airport Community System → Pakistan Single Window (E18PANF)\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mailArrivalId` | String | 70 | M | Must be alphanumeric and unique, following the format (`mail-arr-XXX`). |\n| `scanResults` | Array | n/a | M | Array of objects containing scan results for each mail bag. |\n| `scanResults.bagNumber` | String | 70 | M | Must match the mail bag number format (e.g., `PKKHI20251124001`). |\n| `scanResults.scannedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `scanResults.scanResult` | String | 35 | M | Must be one of the predefined scan results (`cleared`, `flagged`, etc.). |\n| `scanResults.name` | String | 255 | M | Must be the file name, e.g., `1.jpg`. |\n| `scanResults.contentType` | String | 255 | M | Must be a valid MIME type (e.g., `image/png`, `application/pdf`). |\n| `scanResults.value` | String | n/a | M | Base64-encoded content representing the scanned image or file. |\n| `scanResults.scannedBy` | String | 255 | M | Must be the name or ID of the person or system who performed the scan (e.g., `Operator-001`). |\n| `scanResults.machineId` | String | 70 | M | Must be a valid machine ID (e.g., `XRAY-KHI-03`). |\n| `notifyPSW` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |\n| `notifyANF` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"965ac95e-dc4d-42b6-aedb-82200544553d","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"5dd77191-5fad-431b-96b1-311ea0b33c9a","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-06-04T08:28:25.678Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EO.E18P.31\n\n**Use Case**: Mail scanned by X-ray and accepted\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-12\n\n**Description**: ACS to enable Pakistan Post to digitally transmit X-ray scans of mail bags to PSW and ANF.\n\n**Process Flows**:\n\n- Pakistan Post (E17P) → Airport Community System → Anti-Narcotics Force System (E18PSW)\n    \n- Pakistan Post (E17P) → Airport Community System → Pakistan Single Window (E18PANF)\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mailArrivalId` | String | 70 | M | Must be alphanumeric and unique, following the format (`mail-arr-XXX`). |\n| `scanResults` | Array | n/a | M | Array of objects containing scan results for each mail bag. |\n| `scanResults.bagNumber` | String | 70 | M | Must match the mail bag number format (e.g., `PKKHI20251124001`). |\n| `scanResults.scannedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `scanResults.scanResult` | String | 35 | M | Must be one of the predefined scan results (`cleared`, `flagged`, etc.). |\n| `scanResults.name` | String | 255 | M | Must be the file name, e.g., `1.jpg`. |\n| `scanResults.contentType` | String | 255 | M | Must be a valid MIME type (e.g., `image/png`, `application/pdf`). |\n| `scanResults.value` | String | n/a | M | Base64-encoded content representing the scanned image or file. |\n| `scanResults.scannedBy` | String | 255 | M | Must be the name or ID of the person or system who performed the scan (e.g., `Operator-001`). |\n| `scanResults.machineId` | String | 70 | M | Must be a valid machine ID (e.g., `XRAY-KHI-03`). |\n| `notifyPSW` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |\n| `notifyANF` | Boolean | n/a | M | Must be a boolean (`true` or `false`). |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"07dbd1bf-e709-474a-ba15-1a076ff74e88"},{"name":"Update Mail Bag Status","id":"cde98527-dcd0-4b32-8044-893f2c18d77d","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"e63c0a0c-180d-46d7-b1a8-b81137743ede","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-06-04T08:28:25.678Z","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":[{"id":"a3573e1b-9cf8-48bd-9d49-1e1e8742ecf7","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"01a89607-e67d-4f47-912d-5024d3c4009d","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-06-04T08:28:25.678Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/mail/bags/:bagNumber/status","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["mail","bags",":bagNumber","status"],"variable":[{"key":"bagNumber","value":"PKKHI20251124002"}]},"description":"**Requirement Reference**: EO.E18P.31\n\n**Use Case**: Update mail bag status after inspection.\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-12\n\n**Description**: ACS to enable Pakistan Post to update mail bag status and send to PSW and ANF.\n\n**Process Flows**:\n\n- Pakistan Post (E17P) → Airport Community System → Anti-Narcotics Force System (E18PSW)\n    \n- Pakistan Post (E17P) → Airport Community System → Pakistan Single Window (E18PANF)\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| bagNumber | String | 70 | M | Must match the mail bag number format (e.g., PKKHI20251124002) |\n| newStatus | String | 35 | M | Must be one of the predefined statuses (e.g., \"cleared_after_inspection\") |\n| inspectionResult | Object | n/a | M | Must include inspectedBy, inspectedAt, findings, clearanceCode |\n| inspectionResult.inspectedBy | String | 255 | M | Name or ID of the person who performed the inspection (e.g., \"Customs Officer - Badge #789\") |\n| inspectionResult.inspectedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| inspectionResult.findings | String | 255 | M | Results of the inspection (e.g., \"No prohibited items found\") |\n| inspectionResult.clearanceCode | String | 50 | M | Unique clearance code (e.g., \"CLR-2024-001234\") |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3246700e-9ba9-4981-83ad-fa253fe8d91f","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"6b4ddc44-9bf9-4e94-a541-f85482cd11c2","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-06-04T08:28:25.678Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/mail/bags/:bagNumber/status","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["mail","bags",":bagNumber","status"],"variable":[{"key":"bagNumber","value":"PKKHI20251124002"}]},"description":"**Requirement Reference**: EO.E18P.31\n\n**Use Case**: Update mail bag status after inspection.\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-12\n\n**Description**: ACS to enable Pakistan Post to update mail bag status and send to PSW and ANF.\n\n**Process Flows**:\n\n- Pakistan Post (E17P) → Airport Community System → Anti-Narcotics Force System (E18PSW)\n    \n- Pakistan Post (E17P) → Airport Community System → Pakistan Single Window (E18PANF)\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| bagNumber | String | 70 | M | Must match the mail bag number format (e.g., PKKHI20251124002) |\n| newStatus | String | 35 | M | Must be one of the predefined statuses (e.g., \"cleared_after_inspection\") |\n| inspectionResult | Object | n/a | M | Must include inspectedBy, inspectedAt, findings, clearanceCode |\n| inspectionResult.inspectedBy | String | 255 | M | Name or ID of the person who performed the inspection (e.g., \"Customs Officer - Badge #789\") |\n| inspectionResult.inspectedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| inspectionResult.findings | String | 255 | M | Results of the inspection (e.g., \"No prohibited items found\") |\n| inspectionResult.clearanceCode | String | 50 | M | Unique clearance code (e.g., \"CLR-2024-001234\") |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"6cf540ac-7eae-42ff-8718-98898a6be987","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ec565904-a287-4c22-819e-91d5f2c2d938","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-06-04T08:28:25.678Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/mail/bags/:bagNumber/status","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["mail","bags",":bagNumber","status"],"variable":[{"key":"bagNumber","value":"PKKHI20251124002"}]},"description":"**Requirement Reference**: EO.E18P.31\n\n**Use Case**: Update mail bag status after inspection.\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-12\n\n**Description**: ACS to enable Pakistan Post to update mail bag status and send to PSW and ANF.\n\n**Process Flows**:\n\n- Pakistan Post (E17P) → Airport Community System → Anti-Narcotics Force System (E18PSW)\n    \n- Pakistan Post (E17P) → Airport Community System → Pakistan Single Window (E18PANF)\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| bagNumber | String | 70 | M | Must match the mail bag number format (e.g., PKKHI20251124002) |\n| newStatus | String | 35 | M | Must be one of the predefined statuses (e.g., \"cleared_after_inspection\") |\n| inspectionResult | Object | n/a | M | Must include inspectedBy, inspectedAt, findings, clearanceCode |\n| inspectionResult.inspectedBy | String | 255 | M | Name or ID of the person who performed the inspection (e.g., \"Customs Officer - Badge #789\") |\n| inspectionResult.inspectedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| inspectionResult.findings | String | 255 | M | Results of the inspection (e.g., \"No prohibited items found\") |\n| inspectionResult.clearanceCode | String | 50 | M | Unique clearance code (e.g., \"CLR-2024-001234\") |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"e2303e04-9427-4aa0-8d70-ec48020bc17d","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ba1e3eec-de5d-4b48-bb86-e0a4a9524b1b","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-06-04T08:28:25.678Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/mail/bags/:bagNumber/status","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["mail","bags",":bagNumber","status"],"variable":[{"key":"bagNumber","value":"PKKHI20251124002"}]},"description":"**Requirement Reference**: EO.E18P.31\n\n**Use Case**: Update mail bag status after inspection.\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-12\n\n**Description**: ACS to enable Pakistan Post to update mail bag status and send to PSW and ANF.\n\n**Process Flows**:\n\n- Pakistan Post (E17P) → Airport Community System → Anti-Narcotics Force System (E18PSW)\n    \n- Pakistan Post (E17P) → Airport Community System → Pakistan Single Window (E18PANF)\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| bagNumber | String | 70 | M | Must match the mail bag number format (e.g., PKKHI20251124002) |\n| newStatus | String | 35 | M | Must be one of the predefined statuses (e.g., \"cleared_after_inspection\") |\n| inspectionResult | Object | n/a | M | Must include inspectedBy, inspectedAt, findings, clearanceCode |\n| inspectionResult.inspectedBy | String | 255 | M | Name or ID of the person who performed the inspection (e.g., \"Customs Officer - Badge #789\") |\n| inspectionResult.inspectedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| inspectionResult.findings | String | 255 | M | Results of the inspection (e.g., \"No prohibited items found\") |\n| inspectionResult.clearanceCode | String | 50 | M | Unique clearance code (e.g., \"CLR-2024-001234\") |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"4527e39f-f476-45da-a981-6213a46a41c0","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"9b70ce97-ec1c-4b8c-8fe1-3fb41e29ad44","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-06-04T08:28:25.679Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/mail/bags/:bagNumber/status","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["mail","bags",":bagNumber","status"],"variable":[{"key":"bagNumber","value":"PKKHI20251124002"}]},"description":"**Requirement Reference**: EO.E18P.31\n\n**Use Case**: Update mail bag status after inspection.\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-12\n\n**Description**: ACS to enable Pakistan Post to update mail bag status and send to PSW and ANF.\n\n**Process Flows**:\n\n- Pakistan Post (E17P) → Airport Community System → Anti-Narcotics Force System (E18PSW)\n    \n- Pakistan Post (E17P) → Airport Community System → Pakistan Single Window (E18PANF)\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| bagNumber | String | 70 | M | Must match the mail bag number format (e.g., PKKHI20251124002) |\n| newStatus | String | 35 | M | Must be one of the predefined statuses (e.g., \"cleared_after_inspection\") |\n| inspectionResult | Object | n/a | M | Must include inspectedBy, inspectedAt, findings, clearanceCode |\n| inspectionResult.inspectedBy | String | 255 | M | Name or ID of the person who performed the inspection (e.g., \"Customs Officer - Badge #789\") |\n| inspectionResult.inspectedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| inspectionResult.findings | String | 255 | M | Results of the inspection (e.g., \"No prohibited items found\") |\n| inspectionResult.clearanceCode | String | 50 | M | Unique clearance code (e.g., \"CLR-2024-001234\") |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"1a46c65c-30eb-4e57-a2e1-57205c5b4d1a","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"fd970162-f7f2-4943-80c5-2ade910e1036","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-06-04T08:28:25.679Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/mail/bags/:bagNumber/status","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["mail","bags",":bagNumber","status"],"variable":[{"key":"bagNumber","value":"PKKHI20251124002"}]},"description":"**Requirement Reference**: EO.E18P.31\n\n**Use Case**: Update mail bag status after inspection.\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-12\n\n**Description**: ACS to enable Pakistan Post to update mail bag status and send to PSW and ANF.\n\n**Process Flows**:\n\n- Pakistan Post (E17P) → Airport Community System → Anti-Narcotics Force System (E18PSW)\n    \n- Pakistan Post (E17P) → Airport Community System → Pakistan Single Window (E18PANF)\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| bagNumber | String | 70 | M | Must match the mail bag number format (e.g., PKKHI20251124002) |\n| newStatus | String | 35 | M | Must be one of the predefined statuses (e.g., \"cleared_after_inspection\") |\n| inspectionResult | Object | n/a | M | Must include inspectedBy, inspectedAt, findings, clearanceCode |\n| inspectionResult.inspectedBy | String | 255 | M | Name or ID of the person who performed the inspection (e.g., \"Customs Officer - Badge #789\") |\n| inspectionResult.inspectedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| inspectionResult.findings | String | 255 | M | Results of the inspection (e.g., \"No prohibited items found\") |\n| inspectionResult.clearanceCode | String | 50 | M | Unique clearance code (e.g., \"CLR-2024-001234\") |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"6f5764a2-8c5f-4e12-a476-ccd7198155b6","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ac025237-c510-4271-b74a-d132e2e70d1a","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-06-04T08:28:25.679Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/mail/bags/:bagNumber/status","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["mail","bags",":bagNumber","status"],"variable":[{"key":"bagNumber","value":"PKKHI20251124002"}]},"description":"**Requirement Reference**: EO.E18P.31\n\n**Use Case**: Update mail bag status after inspection.\n\n**Integration Point**: IN_FR-4-EO-TS-R-01-UC-12\n\n**Description**: ACS to enable Pakistan Post to update mail bag status and send to PSW and ANF.\n\n**Process Flows**:\n\n- Pakistan Post (E17P) → Airport Community System → Anti-Narcotics Force System (E18PSW)\n    \n- Pakistan Post (E17P) → Airport Community System → Pakistan Single Window (E18PANF)\n    \n\n**Priority**:\n\n- P1 (Push)\n    \n- P2 (External Systems)\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| bagNumber | String | 70 | M | Must match the mail bag number format (e.g., PKKHI20251124002) |\n| newStatus | String | 35 | M | Must be one of the predefined statuses (e.g., \"cleared_after_inspection\") |\n| inspectionResult | Object | n/a | M | Must include inspectedBy, inspectedAt, findings, clearanceCode |\n| inspectionResult.inspectedBy | String | 255 | M | Name or ID of the person who performed the inspection (e.g., \"Customs Officer - Badge #789\") |\n| inspectionResult.inspectedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| inspectionResult.findings | String | 255 | M | Results of the inspection (e.g., \"No prohibited items found\") |\n| inspectionResult.clearanceCode | String | 50 | M | Unique clearance code (e.g., \"CLR-2024-001234\") |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"cde98527-dcd0-4b32-8044-893f2c18d77d"}],"id":"01df00f7-a5bd-4477-9aea-bc8d350702b7","description":"<p>Mail operations cover the arrival, x-ray, and status updates for mail bags. Users report mail arrival, submit x-ray results, and update mail bag status.</p>\n","_postman_id":"01df00f7-a5bd-4477-9aea-bc8d350702b7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"1dd56065-2502-46d4-8db9-180541b36a27","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"310158f5-6914-4112-8a58-47c29137dbe6","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-06-04T08:28:25.679Z","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":[{"id":"54aeea66-9e83-4733-8115-e45ed38d80ac","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"c4163de1-a5fc-45dd-ad3e-c62dac7892c8","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-06-04T08:28:25.679Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/flight-manifests","description":"**Global API References:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- EO.E36PAA.32\n    \n- EO.E37PAA.33\n    \n- EO.E38PAA.34\n    \n\n**Use Case**: Flight Manifest and Departure Messages Received (Statistical Purposes)\n\n**Integration Points:**\n\n- IN_FR-3-EO-SBI-R-01-UC-03\n    \n- IN_FR-3-EO-SBI-R-01-UC-04\n    \n- IN_FR-3-EO-SBI-R-01-UC-05\n    \n\n**Description**: ACS will enable PAA to receive Flight manifest data including departure message in digital format for statistical purpose.\n\n**Process Flow**: Postal Aviation Authority System (E36PAA) → Airport Community System → GHA System (E36GHA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"905a21c6-19aa-4c32-a96e-f543eb342183","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"3085dfae-91c2-4d14-a4e5-c564c2fcd32d","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-06-04T08:28:25.679Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/flight-manifests","description":"**Global API References:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- EO.E36PAA.32\n    \n- EO.E37PAA.33\n    \n- EO.E38PAA.34\n    \n\n**Use Case**: Flight Manifest and Departure Messages Received (Statistical Purposes)\n\n**Integration Points:**\n\n- IN_FR-3-EO-SBI-R-01-UC-03\n    \n- IN_FR-3-EO-SBI-R-01-UC-04\n    \n- IN_FR-3-EO-SBI-R-01-UC-05\n    \n\n**Description**: ACS will enable PAA to receive Flight manifest data including departure message in digital format for statistical purpose.\n\n**Process Flow**: Postal Aviation Authority System (E36PAA) → Airport Community System → GHA System (E36GHA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"3e5ead1f-b9c4-4c90-b169-0943ebbe99bf","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"8af1da76-741f-4784-bfe2-a323a947a830","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-06-04T08:28:25.679Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/flight-manifests","description":"**Global API References:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- EO.E36PAA.32\n    \n- EO.E37PAA.33\n    \n- EO.E38PAA.34\n    \n\n**Use Case**: Flight Manifest and Departure Messages Received (Statistical Purposes)\n\n**Integration Points:**\n\n- IN_FR-3-EO-SBI-R-01-UC-03\n    \n- IN_FR-3-EO-SBI-R-01-UC-04\n    \n- IN_FR-3-EO-SBI-R-01-UC-05\n    \n\n**Description**: ACS will enable PAA to receive Flight manifest data including departure message in digital format for statistical purpose.\n\n**Process Flow**: Postal Aviation Authority System (E36PAA) → Airport Community System → GHA System (E36GHA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"79d58c48-2e97-4c17-b8c7-f2787f6a267f","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e4736c3f-dbd0-4824-a8f4-04305a4ee574","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-06-04T08:28:25.679Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/flight-manifests","description":"**Global API References:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- EO.E36PAA.32\n    \n- EO.E37PAA.33\n    \n- EO.E38PAA.34\n    \n\n**Use Case**: Flight Manifest and Departure Messages Received (Statistical Purposes)\n\n**Integration Points:**\n\n- IN_FR-3-EO-SBI-R-01-UC-03\n    \n- IN_FR-3-EO-SBI-R-01-UC-04\n    \n- IN_FR-3-EO-SBI-R-01-UC-05\n    \n\n**Description**: ACS will enable PAA to receive Flight manifest data including departure message in digital format for statistical purpose.\n\n**Process Flow**: Postal Aviation Authority System (E36PAA) → Airport Community System → GHA System (E36GHA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"e08190be-a873-413b-9757-4128976741d1","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"0799c93d-0061-418d-9261-c8b2bac619d1","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-06-04T08:28:25.679Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/flight-manifests","description":"**Global API References:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- EO.E36PAA.32\n    \n- EO.E37PAA.33\n    \n- EO.E38PAA.34\n    \n\n**Use Case**: Flight Manifest and Departure Messages Received (Statistical Purposes)\n\n**Integration Points:**\n\n- IN_FR-3-EO-SBI-R-01-UC-03\n    \n- IN_FR-3-EO-SBI-R-01-UC-04\n    \n- IN_FR-3-EO-SBI-R-01-UC-05\n    \n\n**Description**: ACS will enable PAA to receive Flight manifest data including departure message in digital format for statistical purpose.\n\n**Process Flow**: Postal Aviation Authority System (E36PAA) → Airport Community System → GHA System (E36GHA)\n\n**Priority**:\n\n- P1\n    \n- P2"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"1dd56065-2502-46d4-8db9-180541b36a27"}],"id":"6b7a1125-566b-4472-a188-a291b007415f","description":"<p>The flight manifest and departure message confirm the cargo loaded onto a flight. Users submit the manifest and departure details.</p>\n","_postman_id":"6b7a1125-566b-4472-a188-a291b007415f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"ff9e9108-79a4-499d-9af0-651074146715","description":"<p>Airport operations cover the final handoff steps before cargo is loaded or dispatched. Users report vehicle arrival, confirm unloading, handle mail movement, and submit the flight manifest and departure message.</p>\n","_postman_id":"ff9e9108-79a4-499d-9af0-651074146715","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"3b4fffcc-3dd4-45b7-b6b2-f1c23dbc3bef","description":"<p>Export operations cover the steps needed to prepare outbound cargo for flight. Users manage HAWBs, ASI, trucking and slot requests, and airport handoff details.</p>\n","_postman_id":"3b4fffcc-3dd4-45b7-b6b2-f1c23dbc3bef","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"5aae2c07-2e7f-4056-9eee-b8a065c95e7c","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"c07a940b-4321-4fc2-a1df-3754fd4e0c63"}],"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":[{"id":"01a81fde-d505-4a75-9f6c-9d9f91d056b8","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"cd507d17-9c9a-4cb3-b083-ac28bfee72a6"}],"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":"**Global API Reference:**\n\n- [FBL](https://postman.belli.app/#a676aa6e-f443-4d9e-8bcb-51c5267c9631)\n    \n\n**Requirement References**:\n\n- G.E7AL.1\n    \n- G.E7GHA.2\n    \n\n**Use Case**: Send and Receive Flight Booking List\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-01\n\n**Description**: Airline sends & GHA receives Flight Booking List\n\n**Process Flow**: Airline System (E6AL) → Airport Community System → GHA System (E7GHA)\n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d9937a6b-899f-4756-bda3-f3d5d62f236c","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ad495091-14f3-4f60-bb1d-1881b8e0ff2e"}],"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":"**Global API Reference:**\n\n- [FBL](https://postman.belli.app/#a676aa6e-f443-4d9e-8bcb-51c5267c9631)\n    \n\n**Requirement References**:\n\n- G.E7AL.1\n    \n- G.E7GHA.2\n    \n\n**Use Case**: Send and Receive Flight Booking List\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-01\n\n**Description**: Airline sends & GHA receives Flight Booking List\n\n**Process Flow**: Airline System (E6AL) → Airport Community System → GHA System (E7GHA)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"4aae7493-f0e8-4451-b581-910f272b1841","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"cfd06a27-c1cd-458f-85c0-577153c862a3"}],"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":"**Global API Reference:**\n\n- [FBL](https://postman.belli.app/#a676aa6e-f443-4d9e-8bcb-51c5267c9631)\n    \n\n**Requirement References**:\n\n- G.E7AL.1\n    \n- G.E7GHA.2\n    \n\n**Use Case**: Send and Receive Flight Booking List\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-01\n\n**Description**: Airline sends & GHA receives Flight Booking List\n\n**Process Flow**: Airline System (E6AL) → Airport Community System → GHA System (E7GHA)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"b41e71d8-505b-4d8f-8939-460919e2ffd9","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"5c7cf046-f1cd-4426-ab69-bc7af5c92280"}],"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":"**Global API Reference:**\n\n- [FBL](https://postman.belli.app/#a676aa6e-f443-4d9e-8bcb-51c5267c9631)\n    \n\n**Requirement References**:\n\n- G.E7AL.1\n    \n- G.E7GHA.2\n    \n\n**Use Case**: Send and Receive Flight Booking List\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-01\n\n**Description**: Airline sends & GHA receives Flight Booking List\n\n**Process Flow**: Airline System (E6AL) → Airport Community System → GHA System (E7GHA)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"2da87697-77b6-4114-8d90-594266d1d33d","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"eeece8e4-9057-4d7a-850f-6b7cabbd0769"}],"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":"**Global API Reference:**\n\n- [FBL](https://postman.belli.app/#a676aa6e-f443-4d9e-8bcb-51c5267c9631)\n    \n\n**Requirement References**:\n\n- G.E7AL.1\n    \n- G.E7GHA.2\n    \n\n**Use Case**: Send and Receive Flight Booking List\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-01\n\n**Description**: Airline sends & GHA receives Flight Booking List\n\n**Process Flow**: Airline System (E6AL) → Airport Community System → GHA System (E7GHA)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"5aae2c07-2e7f-4056-9eee-b8a065c95e7c"}],"id":"d32464bc-9bc1-4a42-9b68-bbdcb24a1127","description":"<p>A flight booking list is the booking summary a handler receives for export cargo. Users receive the booking list in JSON form.</p>\n","_postman_id":"d32464bc-9bc1-4a42-9b68-bbdcb24a1127","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"beb3a5d5-302f-4c2c-b99a-aa20e48b077f","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"c3b50a9c-83e3-4789-91f9-36cb7e8b78ea"}],"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":[{"id":"3f23dbc9-5c8d-4676-94f9-3797f3c66954","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"515328e7-3dcd-42b3-b448-f26a75570fa3"}],"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":"**Global API References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- G.E9ACA.3\n    \n- G.E10GHA.4\n    \n- G.E11CUS.5\n    \n\n**Use Case**: Distribute Advanced Shipment Information\n\n**Integration Point**: IN_FR-2-GHA-ASI-R-01-UC-01\n\n**Description:** ACS will enable ACA to send ASI (advanced shipment information) to GHA, Consignor, Airlines, Customs and Customs broker.\n\n**Process Flow**:\n\n- Air Cargo Agent System (E8ACA) → Airport Community System → GHA System (E10GHA)\n    \n- Air Cargo Agent System (E8ACA) → Airport Community System → Consignor System (E10CGNR)\n    \n- Air Cargo Agent System (E8ACA) → Airport Community System → Airline System (E10AL)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4e0d3d6c-b85b-41e9-ace4-276916000c0f","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"7efb2131-b393-4e7d-a441-c3bccd15b730"}],"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":"**Global API References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- G.E9ACA.3\n    \n- G.E10GHA.4\n    \n- G.E11CUS.5\n    \n\n**Use Case**: Distribute Advanced Shipment Information\n\n**Integration Point**: IN_FR-2-GHA-ASI-R-01-UC-01\n\n**Description:** ACS will enable ACA to send ASI (advanced shipment information) to GHA, Consignor, Airlines, Customs and Customs broker.\n\n**Process Flow**:\n\n- Air Cargo Agent System (E8ACA) → Airport Community System → GHA System (E10GHA)\n    \n- Air Cargo Agent System (E8ACA) → Airport Community System → Consignor System (E10CGNR)\n    \n- Air Cargo Agent System (E8ACA) → Airport Community System → Airline System (E10AL)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"394e27a7-9274-4a71-87e2-faf8e09f1403","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d777cf2a-f05d-451c-a137-b645c8625473"}],"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":"**Global API References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- G.E9ACA.3\n    \n- G.E10GHA.4\n    \n- G.E11CUS.5\n    \n\n**Use Case**: Distribute Advanced Shipment Information\n\n**Integration Point**: IN_FR-2-GHA-ASI-R-01-UC-01\n\n**Description:** ACS will enable ACA to send ASI (advanced shipment information) to GHA, Consignor, Airlines, Customs and Customs broker.\n\n**Process Flow**:\n\n- Air Cargo Agent System (E8ACA) → Airport Community System → GHA System (E10GHA)\n    \n- Air Cargo Agent System (E8ACA) → Airport Community System → Consignor System (E10CGNR)\n    \n- Air Cargo Agent System (E8ACA) → Airport Community System → Airline System (E10AL)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"fba3d573-20d4-46b7-ab98-f98839c3aa31","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"b3772f75-840d-4804-abaa-faa9a52664ef"}],"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":"**Global API References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- G.E9ACA.3\n    \n- G.E10GHA.4\n    \n- G.E11CUS.5\n    \n\n**Use Case**: Distribute Advanced Shipment Information\n\n**Integration Point**: IN_FR-2-GHA-ASI-R-01-UC-01\n\n**Description:** ACS will enable ACA to send ASI (advanced shipment information) to GHA, Consignor, Airlines, Customs and Customs broker.\n\n**Process Flow**:\n\n- Air Cargo Agent System (E8ACA) → Airport Community System → GHA System (E10GHA)\n    \n- Air Cargo Agent System (E8ACA) → Airport Community System → Consignor System (E10CGNR)\n    \n- Air Cargo Agent System (E8ACA) → Airport Community System → Airline System (E10AL)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"2549f9cd-7c3b-4f78-8b22-79b0c3c10653","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"14e34451-1b1e-4dd8-850a-145c0cd55d91"}],"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":"**Global API References:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- G.E9ACA.3\n    \n- G.E10GHA.4\n    \n- G.E11CUS.5\n    \n\n**Use Case**: Distribute Advanced Shipment Information\n\n**Integration Point**: IN_FR-2-GHA-ASI-R-01-UC-01\n\n**Description:** ACS will enable ACA to send ASI (advanced shipment information) to GHA, Consignor, Airlines, Customs and Customs broker.\n\n**Process Flow**:\n\n- Air Cargo Agent System (E8ACA) → Airport Community System → GHA System (E10GHA)\n    \n- Air Cargo Agent System (E8ACA) → Airport Community System → Consignor System (E10CGNR)\n    \n- Air Cargo Agent System (E8ACA) → Airport Community System → Airline System (E10AL)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"beb3a5d5-302f-4c2c-b99a-aa20e48b077f"}],"id":"62235d86-6400-47bd-8b86-3274ddb66330","description":"<p>ASI distribution is the sharing of advance shipment information with the handling agent. Users receive ASI from the handling agent.</p>\n","_postman_id":"62235d86-6400-47bd-8b86-3274ddb66330","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"3de1b124-7161-4edf-996d-e1d0330afd31","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"1ac20bcb-073c-42e6-975d-06c82e9c37f2"}],"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":[{"id":"2b1a321c-31ea-417e-9a37-fbf316bf9002","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"4535c3b4-3e6b-4e60-8e5a-a7e7b2a3e907"}],"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":"**Global API Reference:**\n\n- [Risk Assessment](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- G.E11GHA.6\n    \n- G.E12GHA.7\n    \n\n**Use Cases**:\n\n- Receive Risk Assessment\n    \n- Transmit Risk Assessment\n    \n\n**Description:** ACS (Customs) to share risk assessment classification assignment for each consignment and item with EPO and GHA digitally.\n\n**Process Flow**:\n\n- Airport Community System → GHA System (E12GHA)\n    \n- GHA System (E11GHA) → Airport Community System → Air Cargo Agent System (E20ACA)\n    \n- GHA System (E11GHA) → Airport Community System → Consignor System (E20CNGR)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"78d29689-bf0b-4954-ad0c-c14cd4d60220","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"37a6dc0f-a27d-412b-83b2-e216b23bc726"}],"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":"**Global API Reference:**\n\n- [Risk Assessment](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- G.E11GHA.6\n    \n- G.E12GHA.7\n    \n\n**Use Cases**:\n\n- Receive Risk Assessment\n    \n- Transmit Risk Assessment\n    \n\n**Description:** ACS (Customs) to share risk assessment classification assignment for each consignment and item with EPO and GHA digitally.\n\n**Process Flow**:\n\n- Airport Community System → GHA System (E12GHA)\n    \n- GHA System (E11GHA) → Airport Community System → Air Cargo Agent System (E20ACA)\n    \n- GHA System (E11GHA) → Airport Community System → Consignor System (E20CNGR)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"a11ed668-6e63-4266-9189-053fa634a1c1","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"725e81da-8160-4f73-afb0-63c6767efe9f"}],"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":"**Global API Reference:**\n\n- [Risk Assessment](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- G.E11GHA.6\n    \n- G.E12GHA.7\n    \n\n**Use Cases**:\n\n- Receive Risk Assessment\n    \n- Transmit Risk Assessment\n    \n\n**Description:** ACS (Customs) to share risk assessment classification assignment for each consignment and item with EPO and GHA digitally.\n\n**Process Flow**:\n\n- Airport Community System → GHA System (E12GHA)\n    \n- GHA System (E11GHA) → Airport Community System → Air Cargo Agent System (E20ACA)\n    \n- GHA System (E11GHA) → Airport Community System → Consignor System (E20CNGR)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"5c21c2f6-f753-464d-9c8b-9989ff17c614","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"8b737536-fcd6-4872-8044-93a63ebe0311"}],"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":"**Global API Reference:**\n\n- [Risk Assessment](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- G.E11GHA.6\n    \n- G.E12GHA.7\n    \n\n**Use Cases**:\n\n- Receive Risk Assessment\n    \n- Transmit Risk Assessment\n    \n\n**Description:** ACS (Customs) to share risk assessment classification assignment for each consignment and item with EPO and GHA digitally.\n\n**Process Flow**:\n\n- Airport Community System → GHA System (E12GHA)\n    \n- GHA System (E11GHA) → Airport Community System → Air Cargo Agent System (E20ACA)\n    \n- GHA System (E11GHA) → Airport Community System → Consignor System (E20CNGR)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"94fa6f99-49b5-4303-b29c-41e2cca6e642","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"9a255b59-995d-4c0a-92df-a32255eb7041"}],"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":"**Global API Reference:**\n\n- [Risk Assessment](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- G.E11GHA.6\n    \n- G.E12GHA.7\n    \n\n**Use Cases**:\n\n- Receive Risk Assessment\n    \n- Transmit Risk Assessment\n    \n\n**Description:** ACS (Customs) to share risk assessment classification assignment for each consignment and item with EPO and GHA digitally.\n\n**Process Flow**:\n\n- Airport Community System → GHA System (E12GHA)\n    \n- GHA System (E11GHA) → Airport Community System → Air Cargo Agent System (E20ACA)\n    \n- GHA System (E11GHA) → Airport Community System → Consignor System (E20CNGR)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"3de1b124-7161-4edf-996d-e1d0330afd31"}],"id":"e08542a0-f636-401f-918f-4c24a87311b9","description":"<p>Risk assessment is the customs screening result sent back after export review. Users receive the risk assessment from customs.</p>\n","_postman_id":"e08542a0-f636-401f-918f-4c24a87311b9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"46c74a37-eb1f-4183-a033-d5a3a2facb36","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"e71d335a-61cb-49a2-959b-d232006ff081"}],"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":[{"id":"ff2adfbf-f0dc-4372-bd75-397e315a0dcf","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"0688fb17-7fcc-46f3-a8f8-eef7a3ebcc3c"}],"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":"**Requirement References**:\n\n- G.E13ACA.8\n    \n- G.E13CGNR.9\n    \n\n**Use Case**: Request Truck Delivery Slot\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** ACS will enable ACA to digitally transmit vehicle details to GHA and request an unloading slot.\n\n**Process Flows**:\n\n- Air Cargo Agent System (E12ACA) → Airport Community System → GHA System (E13GHA)\n    \n- Consignor System (E12CGNR) → Airport Community System → GHA System (E13GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestReference | String | 70 | M | Must be unique; alphanumeric with separators (e.g., TSM-ACA-KHI-2025-001) |\n| requestedBy | String | 35 | M | Requesting party code |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| mawbNumber | Array | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| acaName | String | 255 | M | Name of ACA |\n| acaCassNumber | String | 255 | C | Required if acaIataNumber is empty |\n| acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedTimeWindow | String | 11 | M | Time window format HH:MM-HH:MM |\n| vehicle | Object | n/a | M | Must include registrationNumber, driverName, driverCNIC, driverMobile, driverLicense, vehicleType |\n| vehicle.registrationNumber | String | 70 | M | Valid vehicle registration number |\n| vehicle.driverName | String | 255 | M | Driver full name |\n| vehicle.driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| vehicle.driverPhone | String | 16 | M | ITU E.164 numbering format |\n| vehicle.driverLicense | String | 35 | M | Valid driver license number |\n| vehicle.vehicleType | String | 35 | M | Must be predefined vehicle type (e.g., 20FT_CONTAINER_TRUCK) |\n| cargo | Object | n/a | M | Must include pieces, weight, weightUnit, volume, volumeUnit, commodityDescription |\n| cargo.pieces | Integer | n/a | M | Must be a positive number |\n| cargo.weight | Number | n/a | M | Must be a positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| cargo.volume | Number | n/a | M | Must be a positive number |\n| cargo.volumeUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| cargo.commodityDescription | String | 255 | M | Description of the cargo |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | 35 | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| specialRequirements | String | 255 | O | Free text special handling requirements |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"732560af-a190-443d-a5d6-696880cd8504","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"2f9825fd-0d84-42f2-9de4-2eef3a6d66fa"}],"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":"**Requirement References**:\n\n- G.E13ACA.8\n    \n- G.E13CGNR.9\n    \n\n**Use Case**: Request Truck Delivery Slot\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** ACS will enable ACA to digitally transmit vehicle details to GHA and request an unloading slot.\n\n**Process Flows**:\n\n- Air Cargo Agent System (E12ACA) → Airport Community System → GHA System (E13GHA)\n    \n- Consignor System (E12CGNR) → Airport Community System → GHA System (E13GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestReference | String | 70 | M | Must be unique; alphanumeric with separators (e.g., TSM-ACA-KHI-2025-001) |\n| requestedBy | String | 35 | M | Requesting party code |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| mawbNumber | Array | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| acaName | String | 255 | M | Name of ACA |\n| acaCassNumber | String | 255 | C | Required if acaIataNumber is empty |\n| acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedTimeWindow | String | 11 | M | Time window format HH:MM-HH:MM |\n| vehicle | Object | n/a | M | Must include registrationNumber, driverName, driverCNIC, driverMobile, driverLicense, vehicleType |\n| vehicle.registrationNumber | String | 70 | M | Valid vehicle registration number |\n| vehicle.driverName | String | 255 | M | Driver full name |\n| vehicle.driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| vehicle.driverPhone | String | 16 | M | ITU E.164 numbering format |\n| vehicle.driverLicense | String | 35 | M | Valid driver license number |\n| vehicle.vehicleType | String | 35 | M | Must be predefined vehicle type (e.g., 20FT_CONTAINER_TRUCK) |\n| cargo | Object | n/a | M | Must include pieces, weight, weightUnit, volume, volumeUnit, commodityDescription |\n| cargo.pieces | Integer | n/a | M | Must be a positive number |\n| cargo.weight | Number | n/a | M | Must be a positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| cargo.volume | Number | n/a | M | Must be a positive number |\n| cargo.volumeUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| cargo.commodityDescription | String | 255 | M | Description of the cargo |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | 35 | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| specialRequirements | String | 255 | O | Free text special handling requirements |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"b9189ddc-e625-4b97-8fea-9af01009a08e","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"2bb13863-4c9d-427f-aa08-7ed3b7345f77"}],"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":"**Requirement References**:\n\n- G.E13ACA.8\n    \n- G.E13CGNR.9\n    \n\n**Use Case**: Request Truck Delivery Slot\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** ACS will enable ACA to digitally transmit vehicle details to GHA and request an unloading slot.\n\n**Process Flows**:\n\n- Air Cargo Agent System (E12ACA) → Airport Community System → GHA System (E13GHA)\n    \n- Consignor System (E12CGNR) → Airport Community System → GHA System (E13GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestReference | String | 70 | M | Must be unique; alphanumeric with separators (e.g., TSM-ACA-KHI-2025-001) |\n| requestedBy | String | 35 | M | Requesting party code |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| mawbNumber | Array | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| acaName | String | 255 | M | Name of ACA |\n| acaCassNumber | String | 255 | C | Required if acaIataNumber is empty |\n| acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedTimeWindow | String | 11 | M | Time window format HH:MM-HH:MM |\n| vehicle | Object | n/a | M | Must include registrationNumber, driverName, driverCNIC, driverMobile, driverLicense, vehicleType |\n| vehicle.registrationNumber | String | 70 | M | Valid vehicle registration number |\n| vehicle.driverName | String | 255 | M | Driver full name |\n| vehicle.driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| vehicle.driverPhone | String | 16 | M | ITU E.164 numbering format |\n| vehicle.driverLicense | String | 35 | M | Valid driver license number |\n| vehicle.vehicleType | String | 35 | M | Must be predefined vehicle type (e.g., 20FT_CONTAINER_TRUCK) |\n| cargo | Object | n/a | M | Must include pieces, weight, weightUnit, volume, volumeUnit, commodityDescription |\n| cargo.pieces | Integer | n/a | M | Must be a positive number |\n| cargo.weight | Number | n/a | M | Must be a positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| cargo.volume | Number | n/a | M | Must be a positive number |\n| cargo.volumeUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| cargo.commodityDescription | String | 255 | M | Description of the cargo |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | 35 | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| specialRequirements | String | 255 | O | Free text special handling requirements |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"b62bb09c-35ef-43cb-ab27-29f5e3bb4988","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"343f4694-4419-406b-94ca-73cb96ac3fce"}],"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":"**Requirement References**:\n\n- G.E13ACA.8\n    \n- G.E13CGNR.9\n    \n\n**Use Case**: Request Truck Delivery Slot\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** ACS will enable ACA to digitally transmit vehicle details to GHA and request an unloading slot.\n\n**Process Flows**:\n\n- Air Cargo Agent System (E12ACA) → Airport Community System → GHA System (E13GHA)\n    \n- Consignor System (E12CGNR) → Airport Community System → GHA System (E13GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestReference | String | 70 | M | Must be unique; alphanumeric with separators (e.g., TSM-ACA-KHI-2025-001) |\n| requestedBy | String | 35 | M | Requesting party code |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| mawbNumber | Array | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| acaName | String | 255 | M | Name of ACA |\n| acaCassNumber | String | 255 | C | Required if acaIataNumber is empty |\n| acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedTimeWindow | String | 11 | M | Time window format HH:MM-HH:MM |\n| vehicle | Object | n/a | M | Must include registrationNumber, driverName, driverCNIC, driverMobile, driverLicense, vehicleType |\n| vehicle.registrationNumber | String | 70 | M | Valid vehicle registration number |\n| vehicle.driverName | String | 255 | M | Driver full name |\n| vehicle.driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| vehicle.driverPhone | String | 16 | M | ITU E.164 numbering format |\n| vehicle.driverLicense | String | 35 | M | Valid driver license number |\n| vehicle.vehicleType | String | 35 | M | Must be predefined vehicle type (e.g., 20FT_CONTAINER_TRUCK) |\n| cargo | Object | n/a | M | Must include pieces, weight, weightUnit, volume, volumeUnit, commodityDescription |\n| cargo.pieces | Integer | n/a | M | Must be a positive number |\n| cargo.weight | Number | n/a | M | Must be a positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| cargo.volume | Number | n/a | M | Must be a positive number |\n| cargo.volumeUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| cargo.commodityDescription | String | 255 | M | Description of the cargo |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | 35 | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| specialRequirements | String | 255 | O | Free text special handling requirements |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"cc362055-d3ce-43e1-b388-6090b1108872","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"131be2b0-374e-4d9c-93b8-db42710162e2"}],"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":"**Requirement References**:\n\n- G.E13ACA.8\n    \n- G.E13CGNR.9\n    \n\n**Use Case**: Request Truck Delivery Slot\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** ACS will enable ACA to digitally transmit vehicle details to GHA and request an unloading slot.\n\n**Process Flows**:\n\n- Air Cargo Agent System (E12ACA) → Airport Community System → GHA System (E13GHA)\n    \n- Consignor System (E12CGNR) → Airport Community System → GHA System (E13GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestReference | String | 70 | M | Must be unique; alphanumeric with separators (e.g., TSM-ACA-KHI-2025-001) |\n| requestedBy | String | 35 | M | Requesting party code |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| mawbNumber | Array | 70 | O | AWB number format (nnn-nnnnnnnn) |\n| acaName | String | 255 | M | Name of ACA |\n| acaCassNumber | String | 255 | C | Required if acaIataNumber is empty |\n| acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| requestedDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| requestedTimeWindow | String | 11 | M | Time window format HH:MM-HH:MM |\n| vehicle | Object | n/a | M | Must include registrationNumber, driverName, driverCNIC, driverMobile, driverLicense, vehicleType |\n| vehicle.registrationNumber | String | 70 | M | Valid vehicle registration number |\n| vehicle.driverName | String | 255 | M | Driver full name |\n| vehicle.driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| vehicle.driverPhone | String | 16 | M | ITU E.164 numbering format |\n| vehicle.driverLicense | String | 35 | M | Valid driver license number |\n| vehicle.vehicleType | String | 35 | M | Must be predefined vehicle type (e.g., 20FT_CONTAINER_TRUCK) |\n| cargo | Object | n/a | M | Must include pieces, weight, weightUnit, volume, volumeUnit, commodityDescription |\n| cargo.pieces | Integer | n/a | M | Must be a positive number |\n| cargo.weight | Number | n/a | M | Must be a positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| cargo.volume | Number | n/a | M | Must be a positive number |\n| cargo.volumeUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| cargo.commodityDescription | String | 255 | M | Description of the cargo |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | 35 | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| specialRequirements | String | 255 | O | Free text special handling requirements |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"46c74a37-eb1f-4183-a033-d5a3a2facb36"},{"name":"Assign TSM Slot and Generate Vehicle Token","id":"9bac00d8-0d7d-43ae-a37b-d5b22b8fcbe9","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"9cb03776-af35-4fcd-9d6a-9ac9bb6138ba","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":[{"id":"c5132280-ae87-454e-bc1b-fd45b74d1075","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"0c7d2284-de3d-4c26-8372-683c2ae2c9ab","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Requirement Reference**: G.E13GHA.10\n\n**Use Case**: Process Truck Slot\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** ACS will enable the Consignor to request unloading slot allocation from GHA in digital format.\n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| ASI | Object | n/a | M | Main object containing shipment, flight, and recipient details. |\n| ghaContact | Object | n/a | O | Object containing GHA information. |\n| ghaContact.name | String | 255 | O | Must be a valid GHA name |\n| ghaContact.ghaCode | String | 70 | O | Must follow GHA code format. |\n| ghaContact.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaContact.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| vehicleRegistration | String | 70 | M | Must follow vehicle registration pattern (e.g., KHI-ABC-1234). |\n| driverName | String | 255 | M | Must be a valid name. |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| slotRequestId | String | 70 | M | Must be alphanumeric and unique. |\n| assignment | Object | n/a | M | Object containing assignment details. |\n| assignment.date | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| assignment.timeSlot | String | 35 | M | Must be in HH:mm-HH:mm format. |\n| assignment.dock | String | 70 | M | Must be a valid dock ID. |\n| assignment.warehouse | String | 255 | M | Must be a valid warehouse name. |\n| vehicleToken | Object | n/a | M | Object containing vehicle token details. |\n| vehicleToken.tokenNumber | String | 70 | M | Must follow token number pattern (e.g., VT-KHI-YYYYMMDD-XXXX). |\n| vehicleToken.qrCode | String | n/a | M | Must be a valid base64-encoded QR code string. |\n| vehicleToken.validFrom | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| vehicleToken.validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| instructions | Object | n/a | M | Object containing instructions for the vehicle. |\n| instructions.entryGate | String | 35 | M | Must be a valid gate ID (e.g., Gate 3 - Cargo Area). |\n| instructions.reportingPoint | String | 70 | M | Must be a valid reporting point (e.g., Security Checkpoint C). |\n| instructions.specialInstructions | String | 255 | O | Free text allowed. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0922baf1-85b5-4f32-882c-d969c6f510c3","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"dc3baf12-72ec-48de-be83-b326679c5f03","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Requirement Reference**: G.E13GHA.10\n\n**Use Case**: Process Truck Slot\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** ACS will enable the Consignor to request unloading slot allocation from GHA in digital format.\n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| ASI | Object | n/a | M | Main object containing shipment, flight, and recipient details. |\n| ghaContact | Object | n/a | O | Object containing GHA information. |\n| ghaContact.name | String | 255 | O | Must be a valid GHA name |\n| ghaContact.ghaCode | String | 70 | O | Must follow GHA code format. |\n| ghaContact.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaContact.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| vehicleRegistration | String | 70 | M | Must follow vehicle registration pattern (e.g., KHI-ABC-1234). |\n| driverName | String | 255 | M | Must be a valid name. |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| slotRequestId | String | 70 | M | Must be alphanumeric and unique. |\n| assignment | Object | n/a | M | Object containing assignment details. |\n| assignment.date | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| assignment.timeSlot | String | 35 | M | Must be in HH:mm-HH:mm format. |\n| assignment.dock | String | 70 | M | Must be a valid dock ID. |\n| assignment.warehouse | String | 255 | M | Must be a valid warehouse name. |\n| vehicleToken | Object | n/a | M | Object containing vehicle token details. |\n| vehicleToken.tokenNumber | String | 70 | M | Must follow token number pattern (e.g., VT-KHI-YYYYMMDD-XXXX). |\n| vehicleToken.qrCode | String | n/a | M | Must be a valid base64-encoded QR code string. |\n| vehicleToken.validFrom | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| vehicleToken.validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| instructions | Object | n/a | M | Object containing instructions for the vehicle. |\n| instructions.entryGate | String | 35 | M | Must be a valid gate ID (e.g., Gate 3 - Cargo Area). |\n| instructions.reportingPoint | String | 70 | M | Must be a valid reporting point (e.g., Security Checkpoint C). |\n| instructions.specialInstructions | String | 255 | O | Free text allowed. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"38fa95e4-2a46-4cfa-b893-6ae5efc4df0f","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"0faceee2-d730-4fa3-ac2d-c3be24fad60b","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Requirement Reference**: G.E13GHA.10\n\n**Use Case**: Process Truck Slot\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** ACS will enable the Consignor to request unloading slot allocation from GHA in digital format.\n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| ASI | Object | n/a | M | Main object containing shipment, flight, and recipient details. |\n| ghaContact | Object | n/a | O | Object containing GHA information. |\n| ghaContact.name | String | 255 | O | Must be a valid GHA name |\n| ghaContact.ghaCode | String | 70 | O | Must follow GHA code format. |\n| ghaContact.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaContact.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| vehicleRegistration | String | 70 | M | Must follow vehicle registration pattern (e.g., KHI-ABC-1234). |\n| driverName | String | 255 | M | Must be a valid name. |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| slotRequestId | String | 70 | M | Must be alphanumeric and unique. |\n| assignment | Object | n/a | M | Object containing assignment details. |\n| assignment.date | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| assignment.timeSlot | String | 35 | M | Must be in HH:mm-HH:mm format. |\n| assignment.dock | String | 70 | M | Must be a valid dock ID. |\n| assignment.warehouse | String | 255 | M | Must be a valid warehouse name. |\n| vehicleToken | Object | n/a | M | Object containing vehicle token details. |\n| vehicleToken.tokenNumber | String | 70 | M | Must follow token number pattern (e.g., VT-KHI-YYYYMMDD-XXXX). |\n| vehicleToken.qrCode | String | n/a | M | Must be a valid base64-encoded QR code string. |\n| vehicleToken.validFrom | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| vehicleToken.validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| instructions | Object | n/a | M | Object containing instructions for the vehicle. |\n| instructions.entryGate | String | 35 | M | Must be a valid gate ID (e.g., Gate 3 - Cargo Area). |\n| instructions.reportingPoint | String | 70 | M | Must be a valid reporting point (e.g., Security Checkpoint C). |\n| instructions.specialInstructions | String | 255 | O | Free text allowed. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"98ca6092-0212-4ce7-b5d8-098da7bc001c","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"a6c3764d-04b9-4ca6-99cf-1d4f83b0b84a","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Requirement Reference**: G.E13GHA.10\n\n**Use Case**: Process Truck Slot\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** ACS will enable the Consignor to request unloading slot allocation from GHA in digital format.\n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| ASI | Object | n/a | M | Main object containing shipment, flight, and recipient details. |\n| ghaContact | Object | n/a | O | Object containing GHA information. |\n| ghaContact.name | String | 255 | O | Must be a valid GHA name |\n| ghaContact.ghaCode | String | 70 | O | Must follow GHA code format. |\n| ghaContact.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaContact.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| vehicleRegistration | String | 70 | M | Must follow vehicle registration pattern (e.g., KHI-ABC-1234). |\n| driverName | String | 255 | M | Must be a valid name. |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| slotRequestId | String | 70 | M | Must be alphanumeric and unique. |\n| assignment | Object | n/a | M | Object containing assignment details. |\n| assignment.date | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| assignment.timeSlot | String | 35 | M | Must be in HH:mm-HH:mm format. |\n| assignment.dock | String | 70 | M | Must be a valid dock ID. |\n| assignment.warehouse | String | 255 | M | Must be a valid warehouse name. |\n| vehicleToken | Object | n/a | M | Object containing vehicle token details. |\n| vehicleToken.tokenNumber | String | 70 | M | Must follow token number pattern (e.g., VT-KHI-YYYYMMDD-XXXX). |\n| vehicleToken.qrCode | String | n/a | M | Must be a valid base64-encoded QR code string. |\n| vehicleToken.validFrom | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| vehicleToken.validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| instructions | Object | n/a | M | Object containing instructions for the vehicle. |\n| instructions.entryGate | String | 35 | M | Must be a valid gate ID (e.g., Gate 3 - Cargo Area). |\n| instructions.reportingPoint | String | 70 | M | Must be a valid reporting point (e.g., Security Checkpoint C). |\n| instructions.specialInstructions | String | 255 | O | Free text allowed. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"a4b6feb3-2528-46f0-8481-bc5ce8bc5293","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"27e9d1e3-ffb7-4bf4-8553-9d9ccea0e5fc","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Requirement Reference**: G.E13GHA.10\n\n**Use Case**: Process Truck Slot\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** ACS will enable the Consignor to request unloading slot allocation from GHA in digital format.\n\n**Process Flows**:\n\n- GHA System (E13GHA) → Airport Community System → Air Cargo Agent System (E13ACA)\n    \n- GHA System (E13GHA) → Airport Community System → Consignor System (E13CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| ASI | Object | n/a | M | Main object containing shipment, flight, and recipient details. |\n| ghaContact | Object | n/a | O | Object containing GHA information. |\n| ghaContact.name | String | 255 | O | Must be a valid GHA name |\n| ghaContact.ghaCode | String | 70 | O | Must follow GHA code format. |\n| ghaContact.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaContact.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| vehicleRegistration | String | 70 | M | Must follow vehicle registration pattern (e.g., KHI-ABC-1234). |\n| driverName | String | 255 | M | Must be a valid name. |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| slotRequestId | String | 70 | M | Must be alphanumeric and unique. |\n| assignment | Object | n/a | M | Object containing assignment details. |\n| assignment.date | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| assignment.timeSlot | String | 35 | M | Must be in HH:mm-HH:mm format. |\n| assignment.dock | String | 70 | M | Must be a valid dock ID. |\n| assignment.warehouse | String | 255 | M | Must be a valid warehouse name. |\n| vehicleToken | Object | n/a | M | Object containing vehicle token details. |\n| vehicleToken.tokenNumber | String | 70 | M | Must follow token number pattern (e.g., VT-KHI-YYYYMMDD-XXXX). |\n| vehicleToken.qrCode | String | n/a | M | Must be a valid base64-encoded QR code string. |\n| vehicleToken.validFrom | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| vehicleToken.validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| instructions | Object | n/a | M | Object containing instructions for the vehicle. |\n| instructions.entryGate | String | 35 | M | Must be a valid gate ID (e.g., Gate 3 - Cargo Area). |\n| instructions.reportingPoint | String | 70 | M | Must be a valid reporting point (e.g., Security Checkpoint C). |\n| instructions.specialInstructions | String | 255 | O | Free text allowed. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"9bac00d8-0d7d-43ae-a37b-d5b22b8fcbe9"}],"id":"216adbbf-00f2-4fa7-8856-0abc5a424a18","description":"<p>TSM requests and slots cover the transport slot request and the vehicle token assigned for handling. Users create the request and assign the slot.</p>\n","_postman_id":"216adbbf-00f2-4fa7-8856-0abc5a424a18","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"72be6dcb-634c-430f-b163-e50f30c92ab8","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"b16a602e-8a05-47b7-ad28-c08d1487ec82"}],"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":[{"id":"2bdd1651-f85e-4cc7-9b99-7f9c6d52717c","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"03b0d1ea-af40-449d-ba0a-058723f05815"}],"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":"**Requirement Reference**: G.E15GHA.11\n\n**Use Case**: Validate Vehicle Arrival\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** GHA validates vehicle token at arrival\n\n**Process Flows**:\n\n- GHA System (E15GHA) → Airport Community System → Consignor System (E15CGNR)\n    \n- GHA System (E15GHA) → Airport Community System → Air Cargo Agent System (E15ACA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| vehicleToken | String | 70 | M | Must be unique; format VT-YYYY-MM-DD-XXX-NNN |\n| tokenType | String | 35 | M | Must be one of the predefined token types (e.g., QR_CODE, BARCODE) |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| arrivalDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| gateNumber | String | 35 | M | Valid gate identifier |\n| dockNumber | String | 35 | M | Valid dock identifier |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverLicense | String | 35 | M | Valid driver license number |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| hawbNumber | Array | 70 | M | Array of HAWB numbers; AWB number format (nnn-nnnnnnnn) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| tsmRequestId | String | 70 | M | Must reference a valid TSM request |\n| assignedSlotTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validatedBy | Object | n/a | M | Must include ghaStaffName, ghaStaffId, gateScannerId |\n| validatedBy.ghaStaffName | String | 255 | M | Name of GHA staff who validated the entry |\n| validatedBy.ghaStaffId | String | 70 | M | Valid GHA staff identifier |\n| validatedBy.gateScannerId | String | 70 | M | Valid gate scanner identifier |\n| confirmationMethods | Array | n/a | O | Must be from predefined methods (QR code, SMS, App) |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"16b624a8-74a4-4670-b833-284d22b8aefa","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"79862056-32da-4980-8520-b914736aec57"}],"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":"**Requirement Reference**: G.E15GHA.11\n\n**Use Case**: Validate Vehicle Arrival\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** GHA validates vehicle token at arrival\n\n**Process Flows**:\n\n- GHA System (E15GHA) → Airport Community System → Consignor System (E15CGNR)\n    \n- GHA System (E15GHA) → Airport Community System → Air Cargo Agent System (E15ACA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| vehicleToken | String | 70 | M | Must be unique; format VT-YYYY-MM-DD-XXX-NNN |\n| tokenType | String | 35 | M | Must be one of the predefined token types (e.g., QR_CODE, BARCODE) |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| arrivalDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| gateNumber | String | 35 | M | Valid gate identifier |\n| dockNumber | String | 35 | M | Valid dock identifier |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverLicense | String | 35 | M | Valid driver license number |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| hawbNumber | Array | 70 | M | Array of HAWB numbers; AWB number format (nnn-nnnnnnnn) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| tsmRequestId | String | 70 | M | Must reference a valid TSM request |\n| assignedSlotTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validatedBy | Object | n/a | M | Must include ghaStaffName, ghaStaffId, gateScannerId |\n| validatedBy.ghaStaffName | String | 255 | M | Name of GHA staff who validated the entry |\n| validatedBy.ghaStaffId | String | 70 | M | Valid GHA staff identifier |\n| validatedBy.gateScannerId | String | 70 | M | Valid gate scanner identifier |\n| confirmationMethods | Array | n/a | O | Must be from predefined methods (QR code, SMS, App) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"65b85231-2341-430c-8a39-101ccdb42892","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"c89618eb-5856-434e-9cc1-bb6fc8079485"}],"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":"**Requirement Reference**: G.E15GHA.11\n\n**Use Case**: Validate Vehicle Arrival\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** GHA validates vehicle token at arrival\n\n**Process Flows**:\n\n- GHA System (E15GHA) → Airport Community System → Consignor System (E15CGNR)\n    \n- GHA System (E15GHA) → Airport Community System → Air Cargo Agent System (E15ACA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| vehicleToken | String | 70 | M | Must be unique; format VT-YYYY-MM-DD-XXX-NNN |\n| tokenType | String | 35 | M | Must be one of the predefined token types (e.g., QR_CODE, BARCODE) |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| arrivalDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| gateNumber | String | 35 | M | Valid gate identifier |\n| dockNumber | String | 35 | M | Valid dock identifier |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverLicense | String | 35 | M | Valid driver license number |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| hawbNumber | Array | 70 | M | Array of HAWB numbers; AWB number format (nnn-nnnnnnnn) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| tsmRequestId | String | 70 | M | Must reference a valid TSM request |\n| assignedSlotTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validatedBy | Object | n/a | M | Must include ghaStaffName, ghaStaffId, gateScannerId |\n| validatedBy.ghaStaffName | String | 255 | M | Name of GHA staff who validated the entry |\n| validatedBy.ghaStaffId | String | 70 | M | Valid GHA staff identifier |\n| validatedBy.gateScannerId | String | 70 | M | Valid gate scanner identifier |\n| confirmationMethods | Array | n/a | O | Must be from predefined methods (QR code, SMS, App) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"9a9331d5-440a-4497-83ee-9b9ea66cee71","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"4752bc80-5483-4547-bb3a-214b15461222"}],"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":"**Requirement Reference**: G.E15GHA.11\n\n**Use Case**: Validate Vehicle Arrival\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** GHA validates vehicle token at arrival\n\n**Process Flows**:\n\n- GHA System (E15GHA) → Airport Community System → Consignor System (E15CGNR)\n    \n- GHA System (E15GHA) → Airport Community System → Air Cargo Agent System (E15ACA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| vehicleToken | String | 70 | M | Must be unique; format VT-YYYY-MM-DD-XXX-NNN |\n| tokenType | String | 35 | M | Must be one of the predefined token types (e.g., QR_CODE, BARCODE) |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| arrivalDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| gateNumber | String | 35 | M | Valid gate identifier |\n| dockNumber | String | 35 | M | Valid dock identifier |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverLicense | String | 35 | M | Valid driver license number |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| hawbNumber | Array | 70 | M | Array of HAWB numbers; AWB number format (nnn-nnnnnnnn) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| tsmRequestId | String | 70 | M | Must reference a valid TSM request |\n| assignedSlotTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validatedBy | Object | n/a | M | Must include ghaStaffName, ghaStaffId, gateScannerId |\n| validatedBy.ghaStaffName | String | 255 | M | Name of GHA staff who validated the entry |\n| validatedBy.ghaStaffId | String | 70 | M | Valid GHA staff identifier |\n| validatedBy.gateScannerId | String | 70 | M | Valid gate scanner identifier |\n| confirmationMethods | Array | n/a | O | Must be from predefined methods (QR code, SMS, App) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"99494cda-fa43-4129-a0fa-847d1ceadb67","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"4e8b9874-2081-4a05-8489-99f1f9190bee"}],"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":"**Requirement Reference**: G.E15GHA.11\n\n**Use Case**: Validate Vehicle Arrival\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** GHA validates vehicle token at arrival\n\n**Process Flows**:\n\n- GHA System (E15GHA) → Airport Community System → Consignor System (E15CGNR)\n    \n- GHA System (E15GHA) → Airport Community System → Air Cargo Agent System (E15ACA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| vehicleToken | String | 70 | M | Must be unique; format VT-YYYY-MM-DD-XXX-NNN |\n| tokenType | String | 35 | M | Must be one of the predefined token types (e.g., QR_CODE, BARCODE) |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| arrivalDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| gateNumber | String | 35 | M | Valid gate identifier |\n| dockNumber | String | 35 | M | Valid dock identifier |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverLicense | String | 35 | M | Valid driver license number |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| hawbNumber | Array | 70 | M | Array of HAWB numbers; AWB number format (nnn-nnnnnnnn) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| tsmRequestId | String | 70 | M | Must reference a valid TSM request |\n| assignedSlotTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validatedBy | Object | n/a | M | Must include ghaStaffName, ghaStaffId, gateScannerId |\n| validatedBy.ghaStaffName | String | 255 | M | Name of GHA staff who validated the entry |\n| validatedBy.ghaStaffId | String | 70 | M | Valid GHA staff identifier |\n| validatedBy.gateScannerId | String | 70 | M | Valid gate scanner identifier |\n| confirmationMethods | Array | n/a | O | Must be from predefined methods (QR code, SMS, App) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"72be6dcb-634c-430f-b163-e50f30c92ab8"},{"name":"Send Vehicle Arrival","id":"7b464a5e-8e55-4ac4-b546-354d155b1752","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"da6a7702-5904-45c0-8c70-66a39d895208","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":[{"id":"9a4dee3c-75dd-400a-9f08-e11ef8471d78","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"fd311c23-6143-48e1-a044-939480cca945","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Requirement References**:\n\n- G.E15TRK.12\n    \n- G.E15CB.13\n    \n- G.E15ACA.14\n    \n- G.E15CGNR.15\n    \n\n**Use Case**: Send/Receive Vehicle Arrival\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** Trucker sends arrival info to GHA and CB receives the notification.\n\n**Process Flow**: Transporter / Truck Operator (E14TRK) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ghaCode | String | 70 | M | Valid GHA identifier (e.g., GHA-KHI-01) |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| arrivalDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalMethod | String | 35 | M | Must be one of \\[\"QR_CODE_SCAN\", \"MANUAL\", \"SMS_CODE\", \"APP_BASED\"\\] |\n| gateNumber | String | 35 | M | Valid gate identifier |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| geolocation | Object | n/a | O | Must include latitude and longitude |\n| geolocation.value | String | n/a | M | ISO 6709:2022 geographical location format (e.g. +dd.dddd+ddd.dddd/ or +dd.dddd+ddd.dddd+hhhhh/) |\n| geolocation.accuracy | Number | n/a | O | Accuracy in meters |\n| remarks | String | 255 | O | Free text remarks |\n| tokenValidation | String | 35 | M | Must be one of predefined validation types (e.g., QR_CODE) |\n| geofencingMethod | String | 35 | O | Method used for geofencing (e.g., App based) |\n| acsPortalAccess | Boolean | n/a | M | Indicates whether ACS portal access is granted |\n| dockAssignment | String | 35 | M | Assigned dock identifier (e.g., DOCK-A5) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"dc4a9079-11e7-467b-8462-3f455c109b3f","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"758a18a4-6cd3-47cd-bef6-9e7098246ecc","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Requirement References**:\n\n- G.E15TRK.12\n    \n- G.E15CB.13\n    \n- G.E15ACA.14\n    \n- G.E15CGNR.15\n    \n\n**Use Case**: Send/Receive Vehicle Arrival\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** Trucker sends arrival info to GHA and CB receives the notification.\n\n**Process Flow**: Transporter / Truck Operator (E14TRK) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ghaCode | String | 70 | M | Valid GHA identifier (e.g., GHA-KHI-01) |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| arrivalDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalMethod | String | 35 | M | Must be one of \\[\"QR_CODE_SCAN\", \"MANUAL\", \"SMS_CODE\", \"APP_BASED\"\\] |\n| gateNumber | String | 35 | M | Valid gate identifier |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| geolocation | Object | n/a | O | Must include latitude and longitude |\n| geolocation.value | String | n/a | M | ISO 6709:2022 geographical location format (e.g. +dd.dddd+ddd.dddd/ or +dd.dddd+ddd.dddd+hhhhh/) |\n| geolocation.accuracy | Number | n/a | O | Accuracy in meters |\n| remarks | String | 255 | O | Free text remarks |\n| tokenValidation | String | 35 | M | Must be one of predefined validation types (e.g., QR_CODE) |\n| geofencingMethod | String | 35 | O | Method used for geofencing (e.g., App based) |\n| acsPortalAccess | Boolean | n/a | M | Indicates whether ACS portal access is granted |\n| dockAssignment | String | 35 | M | Assigned dock identifier (e.g., DOCK-A5) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"966d8e98-fe3d-4edd-ae30-27d658759212","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"cc12b515-1883-411b-9008-40614315e7a6","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Requirement References**:\n\n- G.E15TRK.12\n    \n- G.E15CB.13\n    \n- G.E15ACA.14\n    \n- G.E15CGNR.15\n    \n\n**Use Case**: Send/Receive Vehicle Arrival\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** Trucker sends arrival info to GHA and CB receives the notification.\n\n**Process Flow**: Transporter / Truck Operator (E14TRK) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ghaCode | String | 70 | M | Valid GHA identifier (e.g., GHA-KHI-01) |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| arrivalDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalMethod | String | 35 | M | Must be one of \\[\"QR_CODE_SCAN\", \"MANUAL\", \"SMS_CODE\", \"APP_BASED\"\\] |\n| gateNumber | String | 35 | M | Valid gate identifier |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| geolocation | Object | n/a | O | Must include latitude and longitude |\n| geolocation.value | String | n/a | M | ISO 6709:2022 geographical location format (e.g. +dd.dddd+ddd.dddd/ or +dd.dddd+ddd.dddd+hhhhh/) |\n| geolocation.accuracy | Number | n/a | O | Accuracy in meters |\n| remarks | String | 255 | O | Free text remarks |\n| tokenValidation | String | 35 | M | Must be one of predefined validation types (e.g., QR_CODE) |\n| geofencingMethod | String | 35 | O | Method used for geofencing (e.g., App based) |\n| acsPortalAccess | Boolean | n/a | M | Indicates whether ACS portal access is granted |\n| dockAssignment | String | 35 | M | Assigned dock identifier (e.g., DOCK-A5) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"84c7d5af-2996-498e-a3b1-4426b0a9fee2","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"f6f2aefc-8f5b-4da2-a4fa-7d8b78e560d4","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Requirement References**:\n\n- G.E15TRK.12\n    \n- G.E15CB.13\n    \n- G.E15ACA.14\n    \n- G.E15CGNR.15\n    \n\n**Use Case**: Send/Receive Vehicle Arrival\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** Trucker sends arrival info to GHA and CB receives the notification.\n\n**Process Flow**: Transporter / Truck Operator (E14TRK) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ghaCode | String | 70 | M | Valid GHA identifier (e.g., GHA-KHI-01) |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| arrivalDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalMethod | String | 35 | M | Must be one of \\[\"QR_CODE_SCAN\", \"MANUAL\", \"SMS_CODE\", \"APP_BASED\"\\] |\n| gateNumber | String | 35 | M | Valid gate identifier |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| geolocation | Object | n/a | O | Must include latitude and longitude |\n| geolocation.value | String | n/a | M | ISO 6709:2022 geographical location format (e.g. +dd.dddd+ddd.dddd/ or +dd.dddd+ddd.dddd+hhhhh/) |\n| geolocation.accuracy | Number | n/a | O | Accuracy in meters |\n| remarks | String | 255 | O | Free text remarks |\n| tokenValidation | String | 35 | M | Must be one of predefined validation types (e.g., QR_CODE) |\n| geofencingMethod | String | 35 | O | Method used for geofencing (e.g., App based) |\n| acsPortalAccess | Boolean | n/a | M | Indicates whether ACS portal access is granted |\n| dockAssignment | String | 35 | M | Assigned dock identifier (e.g., DOCK-A5) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"de755493-9d9b-48e2-90c0-af433e7ed504","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"afcaa676-d522-46dd-8b84-2736f268346e","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Requirement References**:\n\n- G.E15TRK.12\n    \n- G.E15CB.13\n    \n- G.E15ACA.14\n    \n- G.E15CGNR.15\n    \n\n**Use Case**: Send/Receive Vehicle Arrival\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description:** Trucker sends arrival info to GHA and CB receives the notification.\n\n**Process Flow**: Transporter / Truck Operator (E14TRK) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ghaCode | String | 70 | M | Valid GHA identifier (e.g., GHA-KHI-01) |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| arrivalDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| arrivalMethod | String | 35 | M | Must be one of \\[\"QR_CODE_SCAN\", \"MANUAL\", \"SMS_CODE\", \"APP_BASED\"\\] |\n| gateNumber | String | 35 | M | Valid gate identifier |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverPhone | String | 16 | M | ITU E.164 numbering format |\n| geolocation | Object | n/a | O | Must include latitude and longitude |\n| geolocation.value | String | n/a | M | ISO 6709:2022 geographical location format (e.g. +dd.dddd+ddd.dddd/ or +dd.dddd+ddd.dddd+hhhhh/) |\n| geolocation.accuracy | Number | n/a | O | Accuracy in meters |\n| remarks | String | 255 | O | Free text remarks |\n| tokenValidation | String | 35 | M | Must be one of predefined validation types (e.g., QR_CODE) |\n| geofencingMethod | String | 35 | O | Method used for geofencing (e.g., App based) |\n| acsPortalAccess | Boolean | n/a | M | Indicates whether ACS portal access is granted |\n| dockAssignment | String | 35 | M | Assigned dock identifier (e.g., DOCK-A5) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"7b464a5e-8e55-4ac4-b546-354d155b1752"},{"name":"Record Vehicle Unloading Status","id":"e8b89c98-2ed9-4f20-9b63-9c46ad7604e3","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"c6d2b89b-a634-40c2-a2cb-5ffe3d0c67fc","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-06-04T08:28:25.683Z","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":[{"id":"21e6b797-f063-4449-b589-cdaddba36c03","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"079efb3e-19e2-4a61-8795-26c0dd78b4c6","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-06-04T08:28:25.683Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- G.E17GHA.16\n    \n- G.E17CB.17\n    \n- G.E17ACA.18\n    \n- G.E17CGNR.19\n    \n\n**Use Case**: Transmit & Receive Unloading Info\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description**: GHA signals unloading completion to all interested parties\n\n**Process Flows**:\n\n- GHA System (E15GHA) → Airport Community System → Air Cargo Agent System (E17ACA)\n    \n- GHA System (E15GHA) → Airport Community System → Consignor System (E17CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| vehicleArrivalId | String | 70 | M | Must be unique; format `arr-XXXXX` |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| dockNumber | String | 35 | M | Valid dock number (e.g., DOCK-A5) |\n| unloadingStartTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| unloadingCompletionTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| dockOutTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| unloadedCargo | Object | n/a | M | Must include pieces, weight, weightUnit, volume, volumeUnit |\n| unloadedCargo.pieces | Integer | n/a | M | Must be a positive number |\n| unloadedCargo.weight | Number | n/a | M | Must be a positive number |\n| unloadedCargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| unloadedCargo.volume | Number | n/a | M | Must be a positive number |\n| unloadedCargo.volumeUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| unloadingStatus | String | 35 | M | Must be one of \\[\"STARTED\", \"IN_PROGRESS\", \"COMPLETED\", \"COMPLETED_WITH_DISCREPANCY\", \"SUSPENDED\"\\] |\n| warehouseLocation | String | 255 | M | Warehouse location identifier (e.g., SHED-A-ROW-12-BIN-05) |\n| discrepancies | Array | n/a | O | Array of any discrepancies found during unloading |\n| remarks | String | 255 | O | Additional remarks |\n| ghaStaffName | String | 255 | M | Name of GHA staff responsible for unloading |\n| ghaStaffId | String | 70 | M | Unique GHA staff identifier (e.g., GHA-STAFF-123) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ca93623a-505f-4b13-8633-58bd27bb769b","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"456a1735-fe0d-4b2e-95d1-f62f26555dbf","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-06-04T08:28:25.683Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- G.E17GHA.16\n    \n- G.E17CB.17\n    \n- G.E17ACA.18\n    \n- G.E17CGNR.19\n    \n\n**Use Case**: Transmit & Receive Unloading Info\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description**: GHA signals unloading completion to all interested parties\n\n**Process Flows**:\n\n- GHA System (E15GHA) → Airport Community System → Air Cargo Agent System (E17ACA)\n    \n- GHA System (E15GHA) → Airport Community System → Consignor System (E17CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| vehicleArrivalId | String | 70 | M | Must be unique; format `arr-XXXXX` |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| dockNumber | String | 35 | M | Valid dock number (e.g., DOCK-A5) |\n| unloadingStartTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| unloadingCompletionTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| dockOutTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| unloadedCargo | Object | n/a | M | Must include pieces, weight, weightUnit, volume, volumeUnit |\n| unloadedCargo.pieces | Integer | n/a | M | Must be a positive number |\n| unloadedCargo.weight | Number | n/a | M | Must be a positive number |\n| unloadedCargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| unloadedCargo.volume | Number | n/a | M | Must be a positive number |\n| unloadedCargo.volumeUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| unloadingStatus | String | 35 | M | Must be one of \\[\"STARTED\", \"IN_PROGRESS\", \"COMPLETED\", \"COMPLETED_WITH_DISCREPANCY\", \"SUSPENDED\"\\] |\n| warehouseLocation | String | 255 | M | Warehouse location identifier (e.g., SHED-A-ROW-12-BIN-05) |\n| discrepancies | Array | n/a | O | Array of any discrepancies found during unloading |\n| remarks | String | 255 | O | Additional remarks |\n| ghaStaffName | String | 255 | M | Name of GHA staff responsible for unloading |\n| ghaStaffId | String | 70 | M | Unique GHA staff identifier (e.g., GHA-STAFF-123) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"23ee56da-698d-4ce8-94cd-c1bcffbf3aa2","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"481eea80-594d-4883-89bd-5ba4a627b5dc","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-06-04T08:28:25.683Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- G.E17GHA.16\n    \n- G.E17CB.17\n    \n- G.E17ACA.18\n    \n- G.E17CGNR.19\n    \n\n**Use Case**: Transmit & Receive Unloading Info\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description**: GHA signals unloading completion to all interested parties\n\n**Process Flows**:\n\n- GHA System (E15GHA) → Airport Community System → Air Cargo Agent System (E17ACA)\n    \n- GHA System (E15GHA) → Airport Community System → Consignor System (E17CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| vehicleArrivalId | String | 70 | M | Must be unique; format `arr-XXXXX` |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| dockNumber | String | 35 | M | Valid dock number (e.g., DOCK-A5) |\n| unloadingStartTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| unloadingCompletionTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| dockOutTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| unloadedCargo | Object | n/a | M | Must include pieces, weight, weightUnit, volume, volumeUnit |\n| unloadedCargo.pieces | Integer | n/a | M | Must be a positive number |\n| unloadedCargo.weight | Number | n/a | M | Must be a positive number |\n| unloadedCargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| unloadedCargo.volume | Number | n/a | M | Must be a positive number |\n| unloadedCargo.volumeUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| unloadingStatus | String | 35 | M | Must be one of \\[\"STARTED\", \"IN_PROGRESS\", \"COMPLETED\", \"COMPLETED_WITH_DISCREPANCY\", \"SUSPENDED\"\\] |\n| warehouseLocation | String | 255 | M | Warehouse location identifier (e.g., SHED-A-ROW-12-BIN-05) |\n| discrepancies | Array | n/a | O | Array of any discrepancies found during unloading |\n| remarks | String | 255 | O | Additional remarks |\n| ghaStaffName | String | 255 | M | Name of GHA staff responsible for unloading |\n| ghaStaffId | String | 70 | M | Unique GHA staff identifier (e.g., GHA-STAFF-123) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"9d6fe72e-9dc8-4d0e-9567-9a345e32eb7a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"69c9d661-2e55-445f-8042-9358993d777c","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-06-04T08:28:25.683Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- G.E17GHA.16\n    \n- G.E17CB.17\n    \n- G.E17ACA.18\n    \n- G.E17CGNR.19\n    \n\n**Use Case**: Transmit & Receive Unloading Info\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description**: GHA signals unloading completion to all interested parties\n\n**Process Flows**:\n\n- GHA System (E15GHA) → Airport Community System → Air Cargo Agent System (E17ACA)\n    \n- GHA System (E15GHA) → Airport Community System → Consignor System (E17CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| vehicleArrivalId | String | 70 | M | Must be unique; format `arr-XXXXX` |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| dockNumber | String | 35 | M | Valid dock number (e.g., DOCK-A5) |\n| unloadingStartTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| unloadingCompletionTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| dockOutTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| unloadedCargo | Object | n/a | M | Must include pieces, weight, weightUnit, volume, volumeUnit |\n| unloadedCargo.pieces | Integer | n/a | M | Must be a positive number |\n| unloadedCargo.weight | Number | n/a | M | Must be a positive number |\n| unloadedCargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| unloadedCargo.volume | Number | n/a | M | Must be a positive number |\n| unloadedCargo.volumeUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| unloadingStatus | String | 35 | M | Must be one of \\[\"STARTED\", \"IN_PROGRESS\", \"COMPLETED\", \"COMPLETED_WITH_DISCREPANCY\", \"SUSPENDED\"\\] |\n| warehouseLocation | String | 255 | M | Warehouse location identifier (e.g., SHED-A-ROW-12-BIN-05) |\n| discrepancies | Array | n/a | O | Array of any discrepancies found during unloading |\n| remarks | String | 255 | O | Additional remarks |\n| ghaStaffName | String | 255 | M | Name of GHA staff responsible for unloading |\n| ghaStaffId | String | 70 | M | Unique GHA staff identifier (e.g., GHA-STAFF-123) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"18a9b30d-6c5d-432a-b0ca-ad4b19e1cb06","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"f3656fa7-8ad9-4423-8524-49f23f04c32b","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-06-04T08:28:25.683Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- G.E17GHA.16\n    \n- G.E17CB.17\n    \n- G.E17ACA.18\n    \n- G.E17CGNR.19\n    \n\n**Use Case**: Transmit & Receive Unloading Info\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-09\n\n**Description**: GHA signals unloading completion to all interested parties\n\n**Process Flows**:\n\n- GHA System (E15GHA) → Airport Community System → Air Cargo Agent System (E17ACA)\n    \n- GHA System (E15GHA) → Airport Community System → Consignor System (E17CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| vehicleArrivalId | String | 70 | M | Must be unique; format `arr-XXXXX` |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| dockNumber | String | 35 | M | Valid dock number (e.g., DOCK-A5) |\n| unloadingStartTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| unloadingCompletionTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| dockOutTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| unloadedCargo | Object | n/a | M | Must include pieces, weight, weightUnit, volume, volumeUnit |\n| unloadedCargo.pieces | Integer | n/a | M | Must be a positive number |\n| unloadedCargo.weight | Number | n/a | M | Must be a positive number |\n| unloadedCargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| unloadedCargo.volume | Number | n/a | M | Must be a positive number |\n| unloadedCargo.volumeUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| unloadingStatus | String | 35 | M | Must be one of \\[\"STARTED\", \"IN_PROGRESS\", \"COMPLETED\", \"COMPLETED_WITH_DISCREPANCY\", \"SUSPENDED\"\\] |\n| warehouseLocation | String | 255 | M | Warehouse location identifier (e.g., SHED-A-ROW-12-BIN-05) |\n| discrepancies | Array | n/a | O | Array of any discrepancies found during unloading |\n| remarks | String | 255 | O | Additional remarks |\n| ghaStaffName | String | 255 | M | Name of GHA staff responsible for unloading |\n| ghaStaffId | String | 70 | M | Unique GHA staff identifier (e.g., GHA-STAFF-123) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"e8b89c98-2ed9-4f20-9b63-9c46ad7604e3"}],"id":"db2dd018-fc0b-425a-a6c5-075d095c321f","description":"<p>Vehicle arrival and unloading track when a vehicle reaches the gate and when cargo is removed. Users validate arrival, send the arrival notice, and record unloading status.</p>\n","_postman_id":"db2dd018-fc0b-425a-a6c5-075d095c321f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"7d4795f4-9528-4bd7-84c7-f54eab15bfb9","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"1784f778-7af9-40a0-a7de-41e01ff67931","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":[{"id":"cd8b9888-8ca7-49b7-800f-d13ab6843c61","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"e51debea-00e2-473c-b297-9cf3bb045fe9","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API Reference:**\n\n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement References**:\n\n- G.E19CGNR.20\n    \n- G.E20AL.23\n    \n- G.E20PAA.24\n    \n- G.E20CUS.25\n    \n- G.E20ACA.26\n    \n\n**Use Case**: Send e-DGD\n\n**Integration Points:**\n\n- IN_FR-3-GHA-DGD-R-01-UC-02\n    \n- IN_FR-3-GHA-DGD-R-01-UC-04\n    \n\n**Process Flows**:\n\n- Consignor System (E19CGNR) → Airport Community System → Air Cargo Agent System (E19ACA)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Air Cargo Agent System (E20ACA)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Airline System (E20AL)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Postal Aviation Authority System (E20PAA)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0f8671e0-61f6-4ba3-b2a6-475fc5226a00","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"7f462207-9a36-415e-8048-779e11b065cd","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API Reference:**\n\n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement References**:\n\n- G.E19CGNR.20\n    \n- G.E20AL.23\n    \n- G.E20PAA.24\n    \n- G.E20CUS.25\n    \n- G.E20ACA.26\n    \n\n**Use Case**: Send e-DGD\n\n**Integration Points:**\n\n- IN_FR-3-GHA-DGD-R-01-UC-02\n    \n- IN_FR-3-GHA-DGD-R-01-UC-04\n    \n\n**Process Flows**:\n\n- Consignor System (E19CGNR) → Airport Community System → Air Cargo Agent System (E19ACA)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Air Cargo Agent System (E20ACA)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Airline System (E20AL)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Postal Aviation Authority System (E20PAA)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"11383ba6-02f5-4bf0-b782-3f00b880ba37","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"d527762a-823f-4be2-a1b5-35bad5005f55","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API Reference:**\n\n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement References**:\n\n- G.E19CGNR.20\n    \n- G.E20AL.23\n    \n- G.E20PAA.24\n    \n- G.E20CUS.25\n    \n- G.E20ACA.26\n    \n\n**Use Case**: Send e-DGD\n\n**Integration Points:**\n\n- IN_FR-3-GHA-DGD-R-01-UC-02\n    \n- IN_FR-3-GHA-DGD-R-01-UC-04\n    \n\n**Process Flows**:\n\n- Consignor System (E19CGNR) → Airport Community System → Air Cargo Agent System (E19ACA)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Air Cargo Agent System (E20ACA)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Airline System (E20AL)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Postal Aviation Authority System (E20PAA)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"df98f7c4-4fac-4588-9588-c5a7ea54cba8","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"b23821b4-fa61-457f-86d0-a66e8a616b6a","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API Reference:**\n\n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement References**:\n\n- G.E19CGNR.20\n    \n- G.E20AL.23\n    \n- G.E20PAA.24\n    \n- G.E20CUS.25\n    \n- G.E20ACA.26\n    \n\n**Use Case**: Send e-DGD\n\n**Integration Points:**\n\n- IN_FR-3-GHA-DGD-R-01-UC-02\n    \n- IN_FR-3-GHA-DGD-R-01-UC-04\n    \n\n**Process Flows**:\n\n- Consignor System (E19CGNR) → Airport Community System → Air Cargo Agent System (E19ACA)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Air Cargo Agent System (E20ACA)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Airline System (E20AL)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Postal Aviation Authority System (E20PAA)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d9bf9142-6261-41a9-8fb2-59230772e331","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"9b4adc80-2762-426d-838b-698dffe706b2","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"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":"**Global API Reference:**\n\n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement References**:\n\n- G.E19CGNR.20\n    \n- G.E20AL.23\n    \n- G.E20PAA.24\n    \n- G.E20CUS.25\n    \n- G.E20ACA.26\n    \n\n**Use Case**: Send e-DGD\n\n**Integration Points:**\n\n- IN_FR-3-GHA-DGD-R-01-UC-02\n    \n- IN_FR-3-GHA-DGD-R-01-UC-04\n    \n\n**Process Flows**:\n\n- Consignor System (E19CGNR) → Airport Community System → Air Cargo Agent System (E19ACA)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Air Cargo Agent System (E20ACA)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Airline System (E20AL)\n    \n- Ground Handling Agent System (E19GHA) → Airport Community System → Postal Aviation Authority System (E20PAA)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"7d4795f4-9528-4bd7-84c7-f54eab15bfb9"},{"name":"Send MAWB/HAWB with DG","id":"45e2194e-71da-4e08-a6f0-8069502fc999","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"6f682388-9f75-4f7a-8c90-a9bf0ffb161c","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":[{"id":"99016c3d-a2a6-4ff1-a343-574bb48c1779","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"fca98fd1-2c87-429d-be3d-e6d00f6f0990","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/mawb-hawb-receipts/xfwb","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement References**:\n\n- G.E19ACA.21\n    \n- G.E19GHA.22\n    \n\n**Use Case**: Send e-DGD\n\n**Integration Point**: IN_FR-3-GHA-DGD-R-01-UC-04\n\n**Description:** ACA submits e-DGD and draft MAWB HAWB to GHA for dangerous goods check\n\n**Process Flow**: Air Cargo Agent System (E19ACA) → Airport Community System → Ground Handling Agent System (E19GHA)\n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"66c05d2f-9dc1-41bf-b358-07517da7997d","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"74080ec5-53e4-4aa4-807a-145e01d78a4d","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/mawb-hawb-receipts/xfwb","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement References**:\n\n- G.E19ACA.21\n    \n- G.E19GHA.22\n    \n\n**Use Case**: Send e-DGD\n\n**Integration Point**: IN_FR-3-GHA-DGD-R-01-UC-04\n\n**Description:** ACA submits e-DGD and draft MAWB HAWB to GHA for dangerous goods check\n\n**Process Flow**: Air Cargo Agent System (E19ACA) → Airport Community System → Ground Handling Agent System (E19GHA)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"cf5d8d20-491b-4a22-b00e-88d3ec95e71d","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"91e1634b-d7bb-4a67-9929-111a90306e3b","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/mawb-hawb-receipts/xfwb","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement References**:\n\n- G.E19ACA.21\n    \n- G.E19GHA.22\n    \n\n**Use Case**: Send e-DGD\n\n**Integration Point**: IN_FR-3-GHA-DGD-R-01-UC-04\n\n**Description:** ACA submits e-DGD and draft MAWB HAWB to GHA for dangerous goods check\n\n**Process Flow**: Air Cargo Agent System (E19ACA) → Airport Community System → Ground Handling Agent System (E19GHA)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"d9f99c1a-42be-4378-b062-a85e0f7cf499","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"a4ad8eb1-0396-4933-918c-455c6767895c","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/mawb-hawb-receipts/xfwb","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement References**:\n\n- G.E19ACA.21\n    \n- G.E19GHA.22\n    \n\n**Use Case**: Send e-DGD\n\n**Integration Point**: IN_FR-3-GHA-DGD-R-01-UC-04\n\n**Description:** ACA submits e-DGD and draft MAWB HAWB to GHA for dangerous goods check\n\n**Process Flow**: Air Cargo Agent System (E19ACA) → Airport Community System → Ground Handling Agent System (E19GHA)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"9411516f-f56e-4fe4-bebd-7df955db8d22","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-ID","value":"0c802946-2b96-41da-80ac-d121c76a8982","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/mawb-hawb-receipts/xfwb","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement References**:\n\n- G.E19ACA.21\n    \n- G.E19GHA.22\n    \n\n**Use Case**: Send e-DGD\n\n**Integration Point**: IN_FR-3-GHA-DGD-R-01-UC-04\n\n**Description:** ACA submits e-DGD and draft MAWB HAWB to GHA for dangerous goods check\n\n**Process Flow**: Air Cargo Agent System (E19ACA) → Airport Community System → Ground Handling Agent System (E19GHA)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"45e2194e-71da-4e08-a6f0-8069502fc999"}],"id":"ff9c7289-46b5-47d3-9d45-8bb7ff701ce7","description":"<p>A dangerous goods declaration records cargo that needs special handling for safety. Users send the e-DGD and attach the MAWB or HAWB details.</p>\n","_postman_id":"ff9c7289-46b5-47d3-9d45-8bb7ff701ce7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"30addba1-543f-48ac-bb6f-1bbc70775047","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"4bdf86ef-1fc3-4187-a4e7-1bbc93004a06"}],"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":[{"id":"594d12cd-3541-4fb3-a0c4-ee6c3ac1c5c4","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"dc516599-624a-42cd-8075-2ae76aa2eb6e"}],"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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E21GHA.28\n    \n- G.E21ACA.29\n    \n- G.E21CUS.30\n    \n- G.E21AL.31\n    \n- G.E21CGNR.32\n    \n\n**Use Case**: Finalize Physical Cargo Acceptance\n\n**Integration Point:** IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA records actual weight/dimensions, transmit FSU with FOH status.\n\n**Process Flows**:\n\n- GHA System (E20GHA) → Airport Community System → Air Cargo Agent System (E21ACA)\n    \n- GHA System (E20GHA) → Airport Community System → Airline System (E21AL)\n    \n- GHA System (E20GHA) → Airport Community System → Consignor system (E21CGNR)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"95ee7677-7363-4e27-ab1a-5974d253ce99","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"71aaee4d-3ed3-4364-8852-48ed47fd35ab"}],"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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E21GHA.28\n    \n- G.E21ACA.29\n    \n- G.E21CUS.30\n    \n- G.E21AL.31\n    \n- G.E21CGNR.32\n    \n\n**Use Case**: Finalize Physical Cargo Acceptance\n\n**Integration Point:** IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA records actual weight/dimensions, transmit FSU with FOH status.\n\n**Process Flows**:\n\n- GHA System (E20GHA) → Airport Community System → Air Cargo Agent System (E21ACA)\n    \n- GHA System (E20GHA) → Airport Community System → Airline System (E21AL)\n    \n- GHA System (E20GHA) → Airport Community System → Consignor system (E21CGNR)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"593a84f2-59b7-488b-be56-bf2b300c3704","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e5b36250-0bc8-4711-9319-f3b2b78553fe"}],"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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E21GHA.28\n    \n- G.E21ACA.29\n    \n- G.E21CUS.30\n    \n- G.E21AL.31\n    \n- G.E21CGNR.32\n    \n\n**Use Case**: Finalize Physical Cargo Acceptance\n\n**Integration Point:** IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA records actual weight/dimensions, transmit FSU with FOH status.\n\n**Process Flows**:\n\n- GHA System (E20GHA) → Airport Community System → Air Cargo Agent System (E21ACA)\n    \n- GHA System (E20GHA) → Airport Community System → Airline System (E21AL)\n    \n- GHA System (E20GHA) → Airport Community System → Consignor system (E21CGNR)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"90c184ce-c891-440a-bf0c-82fc2f74eeef","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ccd05b69-d925-40df-aaa4-f4ede541d39a"}],"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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E21GHA.28\n    \n- G.E21ACA.29\n    \n- G.E21CUS.30\n    \n- G.E21AL.31\n    \n- G.E21CGNR.32\n    \n\n**Use Case**: Finalize Physical Cargo Acceptance\n\n**Integration Point:** IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA records actual weight/dimensions, transmit FSU with FOH status.\n\n**Process Flows**:\n\n- GHA System (E20GHA) → Airport Community System → Air Cargo Agent System (E21ACA)\n    \n- GHA System (E20GHA) → Airport Community System → Airline System (E21AL)\n    \n- GHA System (E20GHA) → Airport Community System → Consignor system (E21CGNR)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"024e910c-8c80-49f0-8122-b1345c7d367e","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e90d3b97-7144-4e6b-bfe2-9aca2ed0e611"}],"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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E21GHA.28\n    \n- G.E21ACA.29\n    \n- G.E21CUS.30\n    \n- G.E21AL.31\n    \n- G.E21CGNR.32\n    \n\n**Use Case**: Finalize Physical Cargo Acceptance\n\n**Integration Point:** IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA records actual weight/dimensions, transmit FSU with FOH status.\n\n**Process Flows**:\n\n- GHA System (E20GHA) → Airport Community System → Air Cargo Agent System (E21ACA)\n    \n- GHA System (E20GHA) → Airport Community System → Airline System (E21AL)\n    \n- GHA System (E20GHA) → Airport Community System → Consignor system (E21CGNR)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"30addba1-543f-48ac-bb6f-1bbc70775047"},{"name":"Cargo Acceptances (IATA XFSU FOH)","id":"1b6083d9-8743-4e60-9c39-d3e6559de094","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"9dba8784-9b49-45c1-b749-a99547a8d1b7"}],"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":[{"id":"0c5e9603-bf80-4838-a1f2-2d980955f45e","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"9b22a314-373e-4218-baa2-7058f707856d"}],"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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E21GHA.28\n    \n- G.E21ACA.29\n    \n- G.E21CUS.30\n    \n- G.E21AL.31\n    \n- G.E21CGNR.32\n    \n\n**Use Case**: Finalize Physical Cargo Acceptance\n\n**Integration Point:** IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA records actual weight/dimensions, transmit FSU with FOH status.\n\n**Process Flows**:\n\n- GHA System (E20GHA) → Airport Community System → Air Cargo Agent System (E21ACA)\n    \n- GHA System (E20GHA) → Airport Community System → Airline System (E21AL)\n    \n- GHA System (E20GHA) → Airport Community System → Consignor system (E21CGNR)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"595701f6-3efe-466d-8ddf-a1a588c26013","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e92286f8-e9b0-4f29-8d43-97f5f3386463"}],"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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E21GHA.28\n    \n- G.E21ACA.29\n    \n- G.E21CUS.30\n    \n- G.E21AL.31\n    \n- G.E21CGNR.32\n    \n\n**Use Case**: Finalize Physical Cargo Acceptance\n\n**Integration Point:** IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA records actual weight/dimensions, transmit FSU with FOH status.\n\n**Process Flows**:\n\n- GHA System (E20GHA) → Airport Community System → Air Cargo Agent System (E21ACA)\n    \n- GHA System (E20GHA) → Airport Community System → Airline System (E21AL)\n    \n- GHA System (E20GHA) → Airport Community System → Consignor system (E21CGNR)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"55eb6d48-feec-4c07-b599-2336043b2451","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"154a7de5-6e59-4691-96bc-8d9a72e201c7"}],"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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E21GHA.28\n    \n- G.E21ACA.29\n    \n- G.E21CUS.30\n    \n- G.E21AL.31\n    \n- G.E21CGNR.32\n    \n\n**Use Case**: Finalize Physical Cargo Acceptance\n\n**Integration Point:** IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA records actual weight/dimensions, transmit FSU with FOH status.\n\n**Process Flows**:\n\n- GHA System (E20GHA) → Airport Community System → Air Cargo Agent System (E21ACA)\n    \n- GHA System (E20GHA) → Airport Community System → Airline System (E21AL)\n    \n- GHA System (E20GHA) → Airport Community System → Consignor system (E21CGNR)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"198b5949-0bf0-47ee-a442-a894024cbf3a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a7ecd64e-8200-4924-8b50-4c0a79e21c0b"}],"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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E21GHA.28\n    \n- G.E21ACA.29\n    \n- G.E21CUS.30\n    \n- G.E21AL.31\n    \n- G.E21CGNR.32\n    \n\n**Use Case**: Finalize Physical Cargo Acceptance\n\n**Integration Point:** IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA records actual weight/dimensions, transmit FSU with FOH status.\n\n**Process Flows**:\n\n- GHA System (E20GHA) → Airport Community System → Air Cargo Agent System (E21ACA)\n    \n- GHA System (E20GHA) → Airport Community System → Airline System (E21AL)\n    \n- GHA System (E20GHA) → Airport Community System → Consignor system (E21CGNR)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"42ae23a4-8c9f-4b86-bb09-3679fb1e07c6","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ee1bf993-2fca-418d-ac1e-c07fdc2ffad1"}],"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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E21GHA.28\n    \n- G.E21ACA.29\n    \n- G.E21CUS.30\n    \n- G.E21AL.31\n    \n- G.E21CGNR.32\n    \n\n**Use Case**: Finalize Physical Cargo Acceptance\n\n**Integration Point:** IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA records actual weight/dimensions, transmit FSU with FOH status.\n\n**Process Flows**:\n\n- GHA System (E20GHA) → Airport Community System → Air Cargo Agent System (E21ACA)\n    \n- GHA System (E20GHA) → Airport Community System → Airline System (E21AL)\n    \n- GHA System (E20GHA) → Airport Community System → Consignor system (E21CGNR)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"1b6083d9-8743-4e60-9c39-d3e6559de094"}],"id":"ca73b8c6-db67-4f9d-90c1-6b23f56b1cb1","description":"<p>Cargo acceptance confirms that the handler has taken custody of the freight. Users send acceptance updates in FSU or XFSU format.</p>\n","_postman_id":"ca73b8c6-db67-4f9d-90c1-6b23f56b1cb1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"24b045f1-8f72-477d-b695-ad6651b6fbbe","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"f8326667-2bbc-4c4b-8184-a9077e4d3644"}],"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":[{"id":"af7de777-6c21-4609-a090-d3ea21d5cb85","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"9338ce6c-c93f-4575-adbf-394ae35dd24a"}],"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":"**Global API references:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.E22CGNR.33\n\n**Use Case**: Update Inspection Status\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-03\n\n**Description:** Consignor sends undertaking declaration\n\n**Process Flow**: Consignor System (E22CGNR) → Airport Community System → Air Cargo Agent System (E22ACA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| declarationReference | String | 70 | M | Format (e.g., UTD-KEL-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentInformation | Object | n/a | M | Must contain shipment summary information |\n| shipmentInformation.numberOfPieces | Integer | n/a | M | Must be a positive integer |\n| shipmentInformation.totalGrossWeight | Object | n/a | M | Must include value and unit |\n| shipmentInformation.totalGrossWeight.value | Number | n/a | M | Must be a positive number |\n| shipmentInformation.totalGrossWeight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentInformation.origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentInformation.destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentInformation.commodity | String | 255 | O | Structured commodity description (plain text, no special characters) |\n| shipmentInformation.specialInstructions | String | 255 | O | Free text allowed |\n| consignor | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.address | String | 255 | M | Address of the consignor |\n| consignor.city | String | 70 | M | City name |\n| consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| consignor.country | String | 2 | M | ISO 3166 Country code |\n| consignor.contactName | String | 255 | M | Contact name |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number |\n| declarationType | String | 70 | M | Valid declaration type (e.g., \"GENERAL_DECLARATION\") |\n| declarationText | String | 255 | M | Free text |\n| undertakings | Array | n/a | M | Array of undertakings, each containing `undertakingType` and `description` |\n| undertakings.undertakingType | String | 70 | M | Type of undertaking (e.g., \"ACCURATE_DESCRIPTION\") |\n| undertakings.description | String | 255 | M | Description of the undertaking |\n| inspectionStatus | String | 20 | M | Valid inspection status (e.g., \"PENDING\") |\n| inspectionRequired | Boolean | n/a | M | Boolean value (true or false) |\n| signatoryDetails | Object | n/a | M | Must include name, designation, cnicNumber, signatureDate, signatureTime, ipAddress |\n| signatoryDetails.name | String | 255 | M | Name of the signatory |\n| signatoryDetails.designation | String | 255 | M | Designation of the signatory |\n| signatoryDetails.cnicNumber | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | M | Must be valid IPv4/IPv6 |\n| attachments | Array | n/a | M | Array of attachment objects containing `documentType`, `fileName`, `fileSize`, `fileHash` |\n| attachments.documentType | String | 70 | M | Type of document (e.g., \"COMPANY_LETTERHEAD\") |\n| attachments.fileName | String | 255 | M | Name of the attached file |\n| attachments.fileSize | Integer | n/a | M | Size of the file in bytes |\n| attachments.fileHash | String | 255 | M | Hash of the file (e.g., sha256:abc123...) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9304b6d8-1165-4aea-84df-0290b2be53b8","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"66707235-99d5-4069-a870-04241bb8d2b9"}],"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":"**Global API references:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.E22CGNR.33\n\n**Use Case**: Update Inspection Status\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-03\n\n**Description:** Consignor sends undertaking declaration\n\n**Process Flow**: Consignor System (E22CGNR) → Airport Community System → Air Cargo Agent System (E22ACA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| declarationReference | String | 70 | M | Format (e.g., UTD-KEL-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentInformation | Object | n/a | M | Must contain shipment summary information |\n| shipmentInformation.numberOfPieces | Integer | n/a | M | Must be a positive integer |\n| shipmentInformation.totalGrossWeight | Object | n/a | M | Must include value and unit |\n| shipmentInformation.totalGrossWeight.value | Number | n/a | M | Must be a positive number |\n| shipmentInformation.totalGrossWeight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentInformation.origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentInformation.destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentInformation.commodity | String | 255 | O | Structured commodity description (plain text, no special characters) |\n| shipmentInformation.specialInstructions | String | 255 | O | Free text allowed |\n| consignor | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.address | String | 255 | M | Address of the consignor |\n| consignor.city | String | 70 | M | City name |\n| consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| consignor.country | String | 2 | M | ISO 3166 Country code |\n| consignor.contactName | String | 255 | M | Contact name |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number |\n| declarationType | String | 70 | M | Valid declaration type (e.g., \"GENERAL_DECLARATION\") |\n| declarationText | String | 255 | M | Free text |\n| undertakings | Array | n/a | M | Array of undertakings, each containing `undertakingType` and `description` |\n| undertakings.undertakingType | String | 70 | M | Type of undertaking (e.g., \"ACCURATE_DESCRIPTION\") |\n| undertakings.description | String | 255 | M | Description of the undertaking |\n| inspectionStatus | String | 20 | M | Valid inspection status (e.g., \"PENDING\") |\n| inspectionRequired | Boolean | n/a | M | Boolean value (true or false) |\n| signatoryDetails | Object | n/a | M | Must include name, designation, cnicNumber, signatureDate, signatureTime, ipAddress |\n| signatoryDetails.name | String | 255 | M | Name of the signatory |\n| signatoryDetails.designation | String | 255 | M | Designation of the signatory |\n| signatoryDetails.cnicNumber | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | M | Must be valid IPv4/IPv6 |\n| attachments | Array | n/a | M | Array of attachment objects containing `documentType`, `fileName`, `fileSize`, `fileHash` |\n| attachments.documentType | String | 70 | M | Type of document (e.g., \"COMPANY_LETTERHEAD\") |\n| attachments.fileName | String | 255 | M | Name of the attached file |\n| attachments.fileSize | Integer | n/a | M | Size of the file in bytes |\n| attachments.fileHash | String | 255 | M | Hash of the file (e.g., sha256:abc123...) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"2c385d2c-cf3a-42c5-a938-b8549e90b7f5","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ecfeddc5-d39e-494c-956a-13d6f99ce3c5"}],"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":"**Global API references:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.E22CGNR.33\n\n**Use Case**: Update Inspection Status\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-03\n\n**Description:** Consignor sends undertaking declaration\n\n**Process Flow**: Consignor System (E22CGNR) → Airport Community System → Air Cargo Agent System (E22ACA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| declarationReference | String | 70 | M | Format (e.g., UTD-KEL-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentInformation | Object | n/a | M | Must contain shipment summary information |\n| shipmentInformation.numberOfPieces | Integer | n/a | M | Must be a positive integer |\n| shipmentInformation.totalGrossWeight | Object | n/a | M | Must include value and unit |\n| shipmentInformation.totalGrossWeight.value | Number | n/a | M | Must be a positive number |\n| shipmentInformation.totalGrossWeight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentInformation.origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentInformation.destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentInformation.commodity | String | 255 | O | Structured commodity description (plain text, no special characters) |\n| shipmentInformation.specialInstructions | String | 255 | O | Free text allowed |\n| consignor | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.address | String | 255 | M | Address of the consignor |\n| consignor.city | String | 70 | M | City name |\n| consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| consignor.country | String | 2 | M | ISO 3166 Country code |\n| consignor.contactName | String | 255 | M | Contact name |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number |\n| declarationType | String | 70 | M | Valid declaration type (e.g., \"GENERAL_DECLARATION\") |\n| declarationText | String | 255 | M | Free text |\n| undertakings | Array | n/a | M | Array of undertakings, each containing `undertakingType` and `description` |\n| undertakings.undertakingType | String | 70 | M | Type of undertaking (e.g., \"ACCURATE_DESCRIPTION\") |\n| undertakings.description | String | 255 | M | Description of the undertaking |\n| inspectionStatus | String | 20 | M | Valid inspection status (e.g., \"PENDING\") |\n| inspectionRequired | Boolean | n/a | M | Boolean value (true or false) |\n| signatoryDetails | Object | n/a | M | Must include name, designation, cnicNumber, signatureDate, signatureTime, ipAddress |\n| signatoryDetails.name | String | 255 | M | Name of the signatory |\n| signatoryDetails.designation | String | 255 | M | Designation of the signatory |\n| signatoryDetails.cnicNumber | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | M | Must be valid IPv4/IPv6 |\n| attachments | Array | n/a | M | Array of attachment objects containing `documentType`, `fileName`, `fileSize`, `fileHash` |\n| attachments.documentType | String | 70 | M | Type of document (e.g., \"COMPANY_LETTERHEAD\") |\n| attachments.fileName | String | 255 | M | Name of the attached file |\n| attachments.fileSize | Integer | n/a | M | Size of the file in bytes |\n| attachments.fileHash | String | 255 | M | Hash of the file (e.g., sha256:abc123...) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"a8f01e79-0d39-45a4-bba8-4a041f3d4bed","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"607bc919-b376-4e72-802d-e284e6324875"}],"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":"**Global API references:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.E22CGNR.33\n\n**Use Case**: Update Inspection Status\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-03\n\n**Description:** Consignor sends undertaking declaration\n\n**Process Flow**: Consignor System (E22CGNR) → Airport Community System → Air Cargo Agent System (E22ACA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| declarationReference | String | 70 | M | Format (e.g., UTD-KEL-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentInformation | Object | n/a | M | Must contain shipment summary information |\n| shipmentInformation.numberOfPieces | Integer | n/a | M | Must be a positive integer |\n| shipmentInformation.totalGrossWeight | Object | n/a | M | Must include value and unit |\n| shipmentInformation.totalGrossWeight.value | Number | n/a | M | Must be a positive number |\n| shipmentInformation.totalGrossWeight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentInformation.origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentInformation.destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentInformation.commodity | String | 255 | O | Structured commodity description (plain text, no special characters) |\n| shipmentInformation.specialInstructions | String | 255 | O | Free text allowed |\n| consignor | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.address | String | 255 | M | Address of the consignor |\n| consignor.city | String | 70 | M | City name |\n| consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| consignor.country | String | 2 | M | ISO 3166 Country code |\n| consignor.contactName | String | 255 | M | Contact name |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number |\n| declarationType | String | 70 | M | Valid declaration type (e.g., \"GENERAL_DECLARATION\") |\n| declarationText | String | 255 | M | Free text |\n| undertakings | Array | n/a | M | Array of undertakings, each containing `undertakingType` and `description` |\n| undertakings.undertakingType | String | 70 | M | Type of undertaking (e.g., \"ACCURATE_DESCRIPTION\") |\n| undertakings.description | String | 255 | M | Description of the undertaking |\n| inspectionStatus | String | 20 | M | Valid inspection status (e.g., \"PENDING\") |\n| inspectionRequired | Boolean | n/a | M | Boolean value (true or false) |\n| signatoryDetails | Object | n/a | M | Must include name, designation, cnicNumber, signatureDate, signatureTime, ipAddress |\n| signatoryDetails.name | String | 255 | M | Name of the signatory |\n| signatoryDetails.designation | String | 255 | M | Designation of the signatory |\n| signatoryDetails.cnicNumber | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | M | Must be valid IPv4/IPv6 |\n| attachments | Array | n/a | M | Array of attachment objects containing `documentType`, `fileName`, `fileSize`, `fileHash` |\n| attachments.documentType | String | 70 | M | Type of document (e.g., \"COMPANY_LETTERHEAD\") |\n| attachments.fileName | String | 255 | M | Name of the attached file |\n| attachments.fileSize | Integer | n/a | M | Size of the file in bytes |\n| attachments.fileHash | String | 255 | M | Hash of the file (e.g., sha256:abc123...) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"66b0f072-b413-4914-a094-51e2fd488893","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a922dc22-9e7d-414b-8d9f-887d000325ee"}],"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":"**Global API references:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.E22CGNR.33\n\n**Use Case**: Update Inspection Status\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-03\n\n**Description:** Consignor sends undertaking declaration\n\n**Process Flow**: Consignor System (E22CGNR) → Airport Community System → Air Cargo Agent System (E22ACA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| declarationReference | String | 70 | M | Format (e.g., UTD-KEL-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentInformation | Object | n/a | M | Must contain shipment summary information |\n| shipmentInformation.numberOfPieces | Integer | n/a | M | Must be a positive integer |\n| shipmentInformation.totalGrossWeight | Object | n/a | M | Must include value and unit |\n| shipmentInformation.totalGrossWeight.value | Number | n/a | M | Must be a positive number |\n| shipmentInformation.totalGrossWeight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipmentInformation.origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentInformation.destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentInformation.commodity | String | 255 | O | Structured commodity description (plain text, no special characters) |\n| shipmentInformation.specialInstructions | String | 255 | O | Free text allowed |\n| consignor | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.address | String | 255 | M | Address of the consignor |\n| consignor.city | String | 70 | M | City name |\n| consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| consignor.country | String | 2 | M | ISO 3166 Country code |\n| consignor.contactName | String | 255 | M | Contact name |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number |\n| declarationType | String | 70 | M | Valid declaration type (e.g., \"GENERAL_DECLARATION\") |\n| declarationText | String | 255 | M | Free text |\n| undertakings | Array | n/a | M | Array of undertakings, each containing `undertakingType` and `description` |\n| undertakings.undertakingType | String | 70 | M | Type of undertaking (e.g., \"ACCURATE_DESCRIPTION\") |\n| undertakings.description | String | 255 | M | Description of the undertaking |\n| inspectionStatus | String | 20 | M | Valid inspection status (e.g., \"PENDING\") |\n| inspectionRequired | Boolean | n/a | M | Boolean value (true or false) |\n| signatoryDetails | Object | n/a | M | Must include name, designation, cnicNumber, signatureDate, signatureTime, ipAddress |\n| signatoryDetails.name | String | 255 | M | Name of the signatory |\n| signatoryDetails.designation | String | 255 | M | Designation of the signatory |\n| signatoryDetails.cnicNumber | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | M | Must be valid IPv4/IPv6 |\n| attachments | Array | n/a | M | Array of attachment objects containing `documentType`, `fileName`, `fileSize`, `fileHash` |\n| attachments.documentType | String | 70 | M | Type of document (e.g., \"COMPANY_LETTERHEAD\") |\n| attachments.fileName | String | 255 | M | Name of the attached file |\n| attachments.fileSize | Integer | n/a | M | Size of the file in bytes |\n| attachments.fileHash | String | 255 | M | Hash of the file (e.g., sha256:abc123...) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"24b045f1-8f72-477d-b695-ad6651b6fbbe"},{"name":"Security Declarations","id":"ea97d907-044f-41c3-ac46-5bd461a6f68f","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"743e8bd7-4911-47ba-9070-c0125f6970c8"}],"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":[{"id":"da5f2a02-04ef-431a-a187-2ca2613b621f","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ed64cbfb-9a90-4791-b31e-249b5bbce647"}],"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":"**Global API references:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E22ACA.34,\n    \n- G.E22GHA.35\n    \n\n**Use Case**: Submit & Receive Security Declaration\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-06\n\n**Description:** ACA submits security declaration to GHA for regulatory compliance\n\n**Process Flow**: Air Cargo Agent System (E22ACA) → Airport Community System → GHA System (E22GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| securityDeclarationReference | String | 70 | M | Format (e.g., SECDEC-SAC-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| aca | Object | n/a | M | Must include name, cassNumber, iataNumber, address, contactName, phone, email |\n| aca.name | String | 255 | M | Name of the ACA |\n| aca.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| aca.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| aca.address | String | 255 | M | Address of the ACA (e.g., \"Cargo Complex, Jinnah International Airport, Karachi\") |\n| aca.contactName | String | 255 | M | Contact name |\n| aca.phone | String | 16 | M | ITU E.164 numbering format |\n| aca.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| undertakingDeclarationRef | String | 70 | M | Format (e.g., UTD-KEL-YYYYMMDD-XXX) |\n| shipmentSecurityDetails | Object | n/a | M | Must include securityControlsApplied, screeningPerformed, screeningMethod, screeningDate, screeningLocation, secureChainOfCustody, tamperProofPackaging, accessControlMeasures |\n| shipmentSecurityDetails.securityControlsApplied | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.screeningPerformed | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.screeningMethod | String | 50 | M | Screening method (e.g., \"X-RAY\") |\n| shipmentSecurityDetails.screeningDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| shipmentSecurityDetails.screeningLocation | String | 255 | M | Location where screening took place |\n| shipmentSecurityDetails.secureChainOfCustody | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.tamperProofPackaging | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.accessControlMeasures | Array | n/a | M | Array of access control measures (e.g., \\[\"24/7 CCTV surveillance\", \"Biometric access control\"\\]) |\n| regulatoryCompliance | Object | n/a | M | Must include icaoAnnex17Compliance, ncaspCompliance, iataStandards, localRegulations, certificateNumbers |\n| regulatoryCompliance.icaoAnnex17Compliance | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.ncaspCompliance | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.iataStandards | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.localRegulations | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.certificateNumbers | Array | n/a | M | Array of certificate numbers (e.g., \\[\"ICAO-CERT-12345\", \"NCASP-CERT-67890\"\\]) |\n| dangerousGoods | Object | n/a | M | Must include present, dgdReference, unNumbers, properShippingNames, dgClasses |\n| dangerousGoods.present | Boolean | n/a | M | Boolean value (true or false) |\n| dangerousGoods.dgdReference | String | 70 | O | Dangerous goods declaration reference |\n| dangerousGoods.unNumbers | Array | n/a | O | Array of UN numbers |\n| dangerousGoods.properShippingNames | Array | n/a | O | Array of proper shipping names |\n| dangerousGoods.dgClasses | Array | n/a | O | Array of dangerous goods classes |\n| valueDeclaration | Object | n/a | M | Must include highValue, declaredValue, currency, insuranceCoverage, insurancePolicyNumber |\n| valueDeclaration.highValue | Boolean | n/a | M | Boolean value (true or false) |\n| valueDeclaration.declaredValue | Number | n/a | M | Declared value |\n| valueDeclaration.currency | String | 3 | M | ISO 4217 currency code |\n| valueDeclaration.insuranceCoverage | Boolean | n/a | M | Boolean value (true or false) |\n| valueDeclaration.insurancePolicyNumber | String | 70 | M | Insurance policy number |\n| securityDeclarationText | String | 1024 | M | Security declaration text (max 1024 characters) |\n| signatoryDetails | Object | n/a | M | Must include name, designation, cnicNumber, signatureDateTime, digitalSignature, ipAddress |\n| signatoryDetails.name | String | 255 | M | Name of the signatory |\n| signatoryDetails.designation | String | 255 | M | Designation of the signatory |\n| signatoryDetails.cnicNumber | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.digitalSignature | String | n/a | M | Base64-encoded digital signature |\n| signatoryDetails.ipAddress | String | 70 | M | Must be valid IPv4/IPv6 |\n| attachments | Array | n/a | M | Array of attachment objects containing documentType, fileName, fileSize, fileHash |\n| attachments.documentType | String | 70 | M | Type of document (e.g., \"SECURITY_CERTIFICATE\") |\n| attachments.fileName | String | 255 | M | Name of the attached file |\n| attachments.fileSize | Integer | n/a | M | Size of the file in bytes |\n| attachments.fileHash | String | 255 | M | Hash of the file (e.g., sha256:def456...) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e5ee86fd-e2c7-4a5b-9e65-cc4c8a92e392","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"024e0e26-268f-4b9d-bc68-99bf88621387"}],"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":"**Global API references:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E22ACA.34,\n    \n- G.E22GHA.35\n    \n\n**Use Case**: Submit & Receive Security Declaration\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-06\n\n**Description:** ACA submits security declaration to GHA for regulatory compliance\n\n**Process Flow**: Air Cargo Agent System (E22ACA) → Airport Community System → GHA System (E22GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| securityDeclarationReference | String | 70 | M | Format (e.g., SECDEC-SAC-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| aca | Object | n/a | M | Must include name, cassNumber, iataNumber, address, contactName, phone, email |\n| aca.name | String | 255 | M | Name of the ACA |\n| aca.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| aca.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| aca.address | String | 255 | M | Address of the ACA (e.g., \"Cargo Complex, Jinnah International Airport, Karachi\") |\n| aca.contactName | String | 255 | M | Contact name |\n| aca.phone | String | 16 | M | ITU E.164 numbering format |\n| aca.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| undertakingDeclarationRef | String | 70 | M | Format (e.g., UTD-KEL-YYYYMMDD-XXX) |\n| shipmentSecurityDetails | Object | n/a | M | Must include securityControlsApplied, screeningPerformed, screeningMethod, screeningDate, screeningLocation, secureChainOfCustody, tamperProofPackaging, accessControlMeasures |\n| shipmentSecurityDetails.securityControlsApplied | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.screeningPerformed | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.screeningMethod | String | 50 | M | Screening method (e.g., \"X-RAY\") |\n| shipmentSecurityDetails.screeningDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| shipmentSecurityDetails.screeningLocation | String | 255 | M | Location where screening took place |\n| shipmentSecurityDetails.secureChainOfCustody | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.tamperProofPackaging | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.accessControlMeasures | Array | n/a | M | Array of access control measures (e.g., \\[\"24/7 CCTV surveillance\", \"Biometric access control\"\\]) |\n| regulatoryCompliance | Object | n/a | M | Must include icaoAnnex17Compliance, ncaspCompliance, iataStandards, localRegulations, certificateNumbers |\n| regulatoryCompliance.icaoAnnex17Compliance | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.ncaspCompliance | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.iataStandards | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.localRegulations | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.certificateNumbers | Array | n/a | M | Array of certificate numbers (e.g., \\[\"ICAO-CERT-12345\", \"NCASP-CERT-67890\"\\]) |\n| dangerousGoods | Object | n/a | M | Must include present, dgdReference, unNumbers, properShippingNames, dgClasses |\n| dangerousGoods.present | Boolean | n/a | M | Boolean value (true or false) |\n| dangerousGoods.dgdReference | String | 70 | O | Dangerous goods declaration reference |\n| dangerousGoods.unNumbers | Array | n/a | O | Array of UN numbers |\n| dangerousGoods.properShippingNames | Array | n/a | O | Array of proper shipping names |\n| dangerousGoods.dgClasses | Array | n/a | O | Array of dangerous goods classes |\n| valueDeclaration | Object | n/a | M | Must include highValue, declaredValue, currency, insuranceCoverage, insurancePolicyNumber |\n| valueDeclaration.highValue | Boolean | n/a | M | Boolean value (true or false) |\n| valueDeclaration.declaredValue | Number | n/a | M | Declared value |\n| valueDeclaration.currency | String | 3 | M | ISO 4217 currency code |\n| valueDeclaration.insuranceCoverage | Boolean | n/a | M | Boolean value (true or false) |\n| valueDeclaration.insurancePolicyNumber | String | 70 | M | Insurance policy number |\n| securityDeclarationText | String | 1024 | M | Security declaration text (max 1024 characters) |\n| signatoryDetails | Object | n/a | M | Must include name, designation, cnicNumber, signatureDateTime, digitalSignature, ipAddress |\n| signatoryDetails.name | String | 255 | M | Name of the signatory |\n| signatoryDetails.designation | String | 255 | M | Designation of the signatory |\n| signatoryDetails.cnicNumber | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.digitalSignature | String | n/a | M | Base64-encoded digital signature |\n| signatoryDetails.ipAddress | String | 70 | M | Must be valid IPv4/IPv6 |\n| attachments | Array | n/a | M | Array of attachment objects containing documentType, fileName, fileSize, fileHash |\n| attachments.documentType | String | 70 | M | Type of document (e.g., \"SECURITY_CERTIFICATE\") |\n| attachments.fileName | String | 255 | M | Name of the attached file |\n| attachments.fileSize | Integer | n/a | M | Size of the file in bytes |\n| attachments.fileHash | String | 255 | M | Hash of the file (e.g., sha256:def456...) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"2981740f-56d3-49af-bff1-2ffd6831c760","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"01ed8c5c-8259-49b4-9d05-2cf088fe3e4a"}],"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":"**Global API references:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E22ACA.34,\n    \n- G.E22GHA.35\n    \n\n**Use Case**: Submit & Receive Security Declaration\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-06\n\n**Description:** ACA submits security declaration to GHA for regulatory compliance\n\n**Process Flow**: Air Cargo Agent System (E22ACA) → Airport Community System → GHA System (E22GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| securityDeclarationReference | String | 70 | M | Format (e.g., SECDEC-SAC-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| aca | Object | n/a | M | Must include name, cassNumber, iataNumber, address, contactName, phone, email |\n| aca.name | String | 255 | M | Name of the ACA |\n| aca.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| aca.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| aca.address | String | 255 | M | Address of the ACA (e.g., \"Cargo Complex, Jinnah International Airport, Karachi\") |\n| aca.contactName | String | 255 | M | Contact name |\n| aca.phone | String | 16 | M | ITU E.164 numbering format |\n| aca.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| undertakingDeclarationRef | String | 70 | M | Format (e.g., UTD-KEL-YYYYMMDD-XXX) |\n| shipmentSecurityDetails | Object | n/a | M | Must include securityControlsApplied, screeningPerformed, screeningMethod, screeningDate, screeningLocation, secureChainOfCustody, tamperProofPackaging, accessControlMeasures |\n| shipmentSecurityDetails.securityControlsApplied | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.screeningPerformed | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.screeningMethod | String | 50 | M | Screening method (e.g., \"X-RAY\") |\n| shipmentSecurityDetails.screeningDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| shipmentSecurityDetails.screeningLocation | String | 255 | M | Location where screening took place |\n| shipmentSecurityDetails.secureChainOfCustody | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.tamperProofPackaging | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.accessControlMeasures | Array | n/a | M | Array of access control measures (e.g., \\[\"24/7 CCTV surveillance\", \"Biometric access control\"\\]) |\n| regulatoryCompliance | Object | n/a | M | Must include icaoAnnex17Compliance, ncaspCompliance, iataStandards, localRegulations, certificateNumbers |\n| regulatoryCompliance.icaoAnnex17Compliance | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.ncaspCompliance | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.iataStandards | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.localRegulations | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.certificateNumbers | Array | n/a | M | Array of certificate numbers (e.g., \\[\"ICAO-CERT-12345\", \"NCASP-CERT-67890\"\\]) |\n| dangerousGoods | Object | n/a | M | Must include present, dgdReference, unNumbers, properShippingNames, dgClasses |\n| dangerousGoods.present | Boolean | n/a | M | Boolean value (true or false) |\n| dangerousGoods.dgdReference | String | 70 | O | Dangerous goods declaration reference |\n| dangerousGoods.unNumbers | Array | n/a | O | Array of UN numbers |\n| dangerousGoods.properShippingNames | Array | n/a | O | Array of proper shipping names |\n| dangerousGoods.dgClasses | Array | n/a | O | Array of dangerous goods classes |\n| valueDeclaration | Object | n/a | M | Must include highValue, declaredValue, currency, insuranceCoverage, insurancePolicyNumber |\n| valueDeclaration.highValue | Boolean | n/a | M | Boolean value (true or false) |\n| valueDeclaration.declaredValue | Number | n/a | M | Declared value |\n| valueDeclaration.currency | String | 3 | M | ISO 4217 currency code |\n| valueDeclaration.insuranceCoverage | Boolean | n/a | M | Boolean value (true or false) |\n| valueDeclaration.insurancePolicyNumber | String | 70 | M | Insurance policy number |\n| securityDeclarationText | String | 1024 | M | Security declaration text (max 1024 characters) |\n| signatoryDetails | Object | n/a | M | Must include name, designation, cnicNumber, signatureDateTime, digitalSignature, ipAddress |\n| signatoryDetails.name | String | 255 | M | Name of the signatory |\n| signatoryDetails.designation | String | 255 | M | Designation of the signatory |\n| signatoryDetails.cnicNumber | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.digitalSignature | String | n/a | M | Base64-encoded digital signature |\n| signatoryDetails.ipAddress | String | 70 | M | Must be valid IPv4/IPv6 |\n| attachments | Array | n/a | M | Array of attachment objects containing documentType, fileName, fileSize, fileHash |\n| attachments.documentType | String | 70 | M | Type of document (e.g., \"SECURITY_CERTIFICATE\") |\n| attachments.fileName | String | 255 | M | Name of the attached file |\n| attachments.fileSize | Integer | n/a | M | Size of the file in bytes |\n| attachments.fileHash | String | 255 | M | Hash of the file (e.g., sha256:def456...) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"967506b4-2825-4447-8620-6cb6525458de","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"5258509b-4185-4a44-b8c2-909f41bd1022"}],"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":"**Global API references:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E22ACA.34,\n    \n- G.E22GHA.35\n    \n\n**Use Case**: Submit & Receive Security Declaration\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-06\n\n**Description:** ACA submits security declaration to GHA for regulatory compliance\n\n**Process Flow**: Air Cargo Agent System (E22ACA) → Airport Community System → GHA System (E22GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| securityDeclarationReference | String | 70 | M | Format (e.g., SECDEC-SAC-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| aca | Object | n/a | M | Must include name, cassNumber, iataNumber, address, contactName, phone, email |\n| aca.name | String | 255 | M | Name of the ACA |\n| aca.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| aca.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| aca.address | String | 255 | M | Address of the ACA (e.g., \"Cargo Complex, Jinnah International Airport, Karachi\") |\n| aca.contactName | String | 255 | M | Contact name |\n| aca.phone | String | 16 | M | ITU E.164 numbering format |\n| aca.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| undertakingDeclarationRef | String | 70 | M | Format (e.g., UTD-KEL-YYYYMMDD-XXX) |\n| shipmentSecurityDetails | Object | n/a | M | Must include securityControlsApplied, screeningPerformed, screeningMethod, screeningDate, screeningLocation, secureChainOfCustody, tamperProofPackaging, accessControlMeasures |\n| shipmentSecurityDetails.securityControlsApplied | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.screeningPerformed | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.screeningMethod | String | 50 | M | Screening method (e.g., \"X-RAY\") |\n| shipmentSecurityDetails.screeningDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| shipmentSecurityDetails.screeningLocation | String | 255 | M | Location where screening took place |\n| shipmentSecurityDetails.secureChainOfCustody | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.tamperProofPackaging | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.accessControlMeasures | Array | n/a | M | Array of access control measures (e.g., \\[\"24/7 CCTV surveillance\", \"Biometric access control\"\\]) |\n| regulatoryCompliance | Object | n/a | M | Must include icaoAnnex17Compliance, ncaspCompliance, iataStandards, localRegulations, certificateNumbers |\n| regulatoryCompliance.icaoAnnex17Compliance | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.ncaspCompliance | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.iataStandards | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.localRegulations | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.certificateNumbers | Array | n/a | M | Array of certificate numbers (e.g., \\[\"ICAO-CERT-12345\", \"NCASP-CERT-67890\"\\]) |\n| dangerousGoods | Object | n/a | M | Must include present, dgdReference, unNumbers, properShippingNames, dgClasses |\n| dangerousGoods.present | Boolean | n/a | M | Boolean value (true or false) |\n| dangerousGoods.dgdReference | String | 70 | O | Dangerous goods declaration reference |\n| dangerousGoods.unNumbers | Array | n/a | O | Array of UN numbers |\n| dangerousGoods.properShippingNames | Array | n/a | O | Array of proper shipping names |\n| dangerousGoods.dgClasses | Array | n/a | O | Array of dangerous goods classes |\n| valueDeclaration | Object | n/a | M | Must include highValue, declaredValue, currency, insuranceCoverage, insurancePolicyNumber |\n| valueDeclaration.highValue | Boolean | n/a | M | Boolean value (true or false) |\n| valueDeclaration.declaredValue | Number | n/a | M | Declared value |\n| valueDeclaration.currency | String | 3 | M | ISO 4217 currency code |\n| valueDeclaration.insuranceCoverage | Boolean | n/a | M | Boolean value (true or false) |\n| valueDeclaration.insurancePolicyNumber | String | 70 | M | Insurance policy number |\n| securityDeclarationText | String | 1024 | M | Security declaration text (max 1024 characters) |\n| signatoryDetails | Object | n/a | M | Must include name, designation, cnicNumber, signatureDateTime, digitalSignature, ipAddress |\n| signatoryDetails.name | String | 255 | M | Name of the signatory |\n| signatoryDetails.designation | String | 255 | M | Designation of the signatory |\n| signatoryDetails.cnicNumber | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.digitalSignature | String | n/a | M | Base64-encoded digital signature |\n| signatoryDetails.ipAddress | String | 70 | M | Must be valid IPv4/IPv6 |\n| attachments | Array | n/a | M | Array of attachment objects containing documentType, fileName, fileSize, fileHash |\n| attachments.documentType | String | 70 | M | Type of document (e.g., \"SECURITY_CERTIFICATE\") |\n| attachments.fileName | String | 255 | M | Name of the attached file |\n| attachments.fileSize | Integer | n/a | M | Size of the file in bytes |\n| attachments.fileHash | String | 255 | M | Hash of the file (e.g., sha256:def456...) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"85f72c27-8c3f-4d09-8f90-8cb5be8bb6b7","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"be3498c4-0bd4-4e95-b3b4-f4c5fac3cd1d"}],"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":"**Global API references:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E22ACA.34,\n    \n- G.E22GHA.35\n    \n\n**Use Case**: Submit & Receive Security Declaration\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-06\n\n**Description:** ACA submits security declaration to GHA for regulatory compliance\n\n**Process Flow**: Air Cargo Agent System (E22ACA) → Airport Community System → GHA System (E22GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| securityDeclarationReference | String | 70 | M | Format (e.g., SECDEC-SAC-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| aca | Object | n/a | M | Must include name, cassNumber, iataNumber, address, contactName, phone, email |\n| aca.name | String | 255 | M | Name of the ACA |\n| aca.cassNumber | String | 255 | C | Required if iataNumber is empty |\n| aca.iataNumber | String | 255 | C | Required if cassNumber is empty |\n| aca.address | String | 255 | M | Address of the ACA (e.g., \"Cargo Complex, Jinnah International Airport, Karachi\") |\n| aca.contactName | String | 255 | M | Contact name |\n| aca.phone | String | 16 | M | ITU E.164 numbering format |\n| aca.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| undertakingDeclarationRef | String | 70 | M | Format (e.g., UTD-KEL-YYYYMMDD-XXX) |\n| shipmentSecurityDetails | Object | n/a | M | Must include securityControlsApplied, screeningPerformed, screeningMethod, screeningDate, screeningLocation, secureChainOfCustody, tamperProofPackaging, accessControlMeasures |\n| shipmentSecurityDetails.securityControlsApplied | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.screeningPerformed | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.screeningMethod | String | 50 | M | Screening method (e.g., \"X-RAY\") |\n| shipmentSecurityDetails.screeningDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| shipmentSecurityDetails.screeningLocation | String | 255 | M | Location where screening took place |\n| shipmentSecurityDetails.secureChainOfCustody | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.tamperProofPackaging | Boolean | n/a | M | Boolean value (true or false) |\n| shipmentSecurityDetails.accessControlMeasures | Array | n/a | M | Array of access control measures (e.g., \\[\"24/7 CCTV surveillance\", \"Biometric access control\"\\]) |\n| regulatoryCompliance | Object | n/a | M | Must include icaoAnnex17Compliance, ncaspCompliance, iataStandards, localRegulations, certificateNumbers |\n| regulatoryCompliance.icaoAnnex17Compliance | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.ncaspCompliance | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.iataStandards | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.localRegulations | Boolean | n/a | M | Boolean value (true or false) |\n| regulatoryCompliance.certificateNumbers | Array | n/a | M | Array of certificate numbers (e.g., \\[\"ICAO-CERT-12345\", \"NCASP-CERT-67890\"\\]) |\n| dangerousGoods | Object | n/a | M | Must include present, dgdReference, unNumbers, properShippingNames, dgClasses |\n| dangerousGoods.present | Boolean | n/a | M | Boolean value (true or false) |\n| dangerousGoods.dgdReference | String | 70 | O | Dangerous goods declaration reference |\n| dangerousGoods.unNumbers | Array | n/a | O | Array of UN numbers |\n| dangerousGoods.properShippingNames | Array | n/a | O | Array of proper shipping names |\n| dangerousGoods.dgClasses | Array | n/a | O | Array of dangerous goods classes |\n| valueDeclaration | Object | n/a | M | Must include highValue, declaredValue, currency, insuranceCoverage, insurancePolicyNumber |\n| valueDeclaration.highValue | Boolean | n/a | M | Boolean value (true or false) |\n| valueDeclaration.declaredValue | Number | n/a | M | Declared value |\n| valueDeclaration.currency | String | 3 | M | ISO 4217 currency code |\n| valueDeclaration.insuranceCoverage | Boolean | n/a | M | Boolean value (true or false) |\n| valueDeclaration.insurancePolicyNumber | String | 70 | M | Insurance policy number |\n| securityDeclarationText | String | 1024 | M | Security declaration text (max 1024 characters) |\n| signatoryDetails | Object | n/a | M | Must include name, designation, cnicNumber, signatureDateTime, digitalSignature, ipAddress |\n| signatoryDetails.name | String | 255 | M | Name of the signatory |\n| signatoryDetails.designation | String | 255 | M | Designation of the signatory |\n| signatoryDetails.cnicNumber | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.digitalSignature | String | n/a | M | Base64-encoded digital signature |\n| signatoryDetails.ipAddress | String | 70 | M | Must be valid IPv4/IPv6 |\n| attachments | Array | n/a | M | Array of attachment objects containing documentType, fileName, fileSize, fileHash |\n| attachments.documentType | String | 70 | M | Type of document (e.g., \"SECURITY_CERTIFICATE\") |\n| attachments.fileName | String | 255 | M | Name of the attached file |\n| attachments.fileSize | Integer | n/a | M | Size of the file in bytes |\n| attachments.fileHash | String | 255 | M | Hash of the file (e.g., sha256:def456...) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"ea97d907-044f-41c3-ac46-5bd461a6f68f"},{"name":"e-CSD Submissions","id":"91ada976-d720-42c4-9649-d392b318a603","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"00a68f43-9063-4ba5-9d15-defff975ff3a"}],"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":[{"id":"7563f8ad-8eb8-4c24-a0c4-2d37867a0a12","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"20a3f42a-f867-4f8a-8324-fa2bf2d24eac"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n- [CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n\n**Requirement References**:\n\n- G.E28GHA.41\n    \n- G.E28AL.42\n    \n\n**Use Case**: Transmit and Receive e-CSD\n\n**Integration Points:**\n\n- IN_FR-1-GHA-SBI-R-01-UC-10\n    \n- IN_FR-1-GHA-SBI-R-01-UC-12\n    \n\n**Description:** GHA issues e-Consignment Security Declaration and distributes to airline and regulators\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Airline System (E28AL)\n    \n- GHA System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0b9e8c08-ba3d-47be-b733-afb5bb372fec","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"69b9ccd1-de5c-46bd-a9ec-d0e89761128c"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n- [CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n\n**Requirement References**:\n\n- G.E28GHA.41\n    \n- G.E28AL.42\n    \n\n**Use Case**: Transmit and Receive e-CSD\n\n**Integration Points:**\n\n- IN_FR-1-GHA-SBI-R-01-UC-10\n    \n- IN_FR-1-GHA-SBI-R-01-UC-12\n    \n\n**Description:** GHA issues e-Consignment Security Declaration and distributes to airline and regulators\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Airline System (E28AL)\n    \n- GHA System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"b5206831-ec21-4483-9031-4dae69d72e91","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"bf3e1bab-083c-470d-98fd-062167882f11"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n- [CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n\n**Requirement References**:\n\n- G.E28GHA.41\n    \n- G.E28AL.42\n    \n\n**Use Case**: Transmit and Receive e-CSD\n\n**Integration Points:**\n\n- IN_FR-1-GHA-SBI-R-01-UC-10\n    \n- IN_FR-1-GHA-SBI-R-01-UC-12\n    \n\n**Description:** GHA issues e-Consignment Security Declaration and distributes to airline and regulators\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Airline System (E28AL)\n    \n- GHA System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"6eb21e7f-c079-4924-8588-efee020d8c4f","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"75089ebd-4ae2-444f-aee8-0990f1e51094"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n- [CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n\n**Requirement References**:\n\n- G.E28GHA.41\n    \n- G.E28AL.42\n    \n\n**Use Case**: Transmit and Receive e-CSD\n\n**Integration Points:**\n\n- IN_FR-1-GHA-SBI-R-01-UC-10\n    \n- IN_FR-1-GHA-SBI-R-01-UC-12\n    \n\n**Description:** GHA issues e-Consignment Security Declaration and distributes to airline and regulators\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Airline System (E28AL)\n    \n- GHA System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"c1334bb8-b1f0-4cef-adf3-b8593640518c","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"aaa240b4-139d-4642-8d05-a8c4ad922ced"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n- [CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n\n**Requirement References**:\n\n- G.E28GHA.41\n    \n- G.E28AL.42\n    \n\n**Use Case**: Transmit and Receive e-CSD\n\n**Integration Points:**\n\n- IN_FR-1-GHA-SBI-R-01-UC-10\n    \n- IN_FR-1-GHA-SBI-R-01-UC-12\n    \n\n**Description:** GHA issues e-Consignment Security Declaration and distributes to airline and regulators\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Airline System (E28AL)\n    \n- GHA System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"91ada976-d720-42c4-9649-d392b318a603"}],"id":"4beb8658-cc9d-472e-b0cb-b7b4f5674242","description":"<p>Declarations are the compliance statements sent with export cargo. Users send undertaking, security, and e-CSD messages.</p>\n","_postman_id":"4beb8658-cc9d-472e-b0cb-b7b4f5674242","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"7041069f-0056-477a-95cf-021d77835547","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"a5f89c0a-9128-436a-9d5d-dc5ccc318ee2","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-06-04T08:28:25.686Z","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":[{"id":"45f6acf7-6fde-469a-9b5a-f105f798ad81","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"e5f6f4ab-cb24-4bf3-8983-24b67591dbd6","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-06-04T08:28:25.686Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References:**\n\n- G.E23ACA.36\n    \n- G.E24GHA.37\n    \n\n**Use Case:** Receive Final Shipping Documents\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-17\n\n**Description**: ACA provides final MAWB/HAWB after consolidation\n\n**Process Flow**: Air Cargo Agent System (E23ACA) → Airport Community System → GHA System (E24GHA)\n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fe7d964b-b323-438f-9f9d-574cf8bbb5e2","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"6bc68f30-8c78-47ea-b415-decfd77c8316","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-06-04T08:28:25.686Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References:**\n\n- G.E23ACA.36\n    \n- G.E24GHA.37\n    \n\n**Use Case:** Receive Final Shipping Documents\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-17\n\n**Description**: ACA provides final MAWB/HAWB after consolidation\n\n**Process Flow**: Air Cargo Agent System (E23ACA) → Airport Community System → GHA System (E24GHA)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"21e0be69-e71b-4c31-8b42-04ca2a0e0f9c","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d521c6cb-8716-42ce-adb7-645ca1628c39","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-06-04T08:28:25.686Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References:**\n\n- G.E23ACA.36\n    \n- G.E24GHA.37\n    \n\n**Use Case:** Receive Final Shipping Documents\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-17\n\n**Description**: ACA provides final MAWB/HAWB after consolidation\n\n**Process Flow**: Air Cargo Agent System (E23ACA) → Airport Community System → GHA System (E24GHA)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"080ce111-8e65-48d7-986c-af803cb3098a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"0a9fd82c-5bd3-4c0d-a1cf-c32892422817","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-06-04T08:28:25.686Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References:**\n\n- G.E23ACA.36\n    \n- G.E24GHA.37\n    \n\n**Use Case:** Receive Final Shipping Documents\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-17\n\n**Description**: ACA provides final MAWB/HAWB after consolidation\n\n**Process Flow**: Air Cargo Agent System (E23ACA) → Airport Community System → GHA System (E24GHA)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"6c32c9b4-764d-48a5-8e42-7d3775a0446c","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"771f2206-3f3e-483b-a29c-24a2e747cd25","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-06-04T08:28:25.686Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"","description":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References:**\n\n- G.E23ACA.36\n    \n- G.E24GHA.37\n    \n\n**Use Case:** Receive Final Shipping Documents\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-17\n\n**Description**: ACA provides final MAWB/HAWB after consolidation\n\n**Process Flow**: Air Cargo Agent System (E23ACA) → Airport Community System → GHA System (E24GHA)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"7041069f-0056-477a-95cf-021d77835547"}],"id":"34424e5d-372a-4930-8103-c8541b52147b","description":"<p>Documents are the final shipment papers shared with the handler or airline. Users send the final shipping documents.</p>\n","_postman_id":"34424e5d-372a-4930-8103-c8541b52147b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"a7195f62-7ba2-4f69-a0d9-2a3190a13e97","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"f3983027-c679-4712-b98a-ef04404fc62f"}],"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":[{"id":"f1a28c9f-d891-4f73-aa01-1dd9ee4914bf","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"78658160-e4a5-45cf-b66b-cbe419dc926c"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E26GHA.38\n    \n- G.E26CUS.39\n    \n\n**Use Case**: Submit Cargo for Security Screening\n\n**Integration Point**: IN_FR-5-GHA-SSR-R-01-UC-01\n\n**Description:** GHA performs X-ray scan and submits results to Customs for risk analysis\n\n**Process Flow**: GHA System (E24GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| scanReference | String | 70 | M | Format (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| scanType | String | 70 | M | Type of scan (e.g., \"X-RAY\") |\n| scanMethod | String | 70 | M | Scan method (e.g., \"PRIMARY_SCREENING\") |\n| scanResult | String | 70 | M | Scan result (e.g., \"CLEAR\", \"FLAGGED\") |\n| scanLocation | String | 255 | M | Location where the scan was performed |\n| scanFacility | Object | n/a | M | Must include facilityName, facilityCode, certificationNumber, certificationExpiry |\n| scanFacility.facilityName | String | 255 | M | Name of the scan facility |\n| scanFacility.facilityCode | String | 70 | M | Facility code (e.g., \"GHA-KHI-002\") |\n| scanFacility.certificationNumber | String | 70 | M | Certification number for the scan facility |\n| scanFacility.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanEquipment | Object | n/a | M | Must include equipmentType, manufacturer, model, serialNumber, calibrationDate, nextCalibrationDue |\n| scanEquipment.equipmentType | String | 70 | M | Type of equipment (e.g., \"X-RAY_SCANNER\") |\n| scanEquipment.manufacturer | String | 255 | M | Manufacturer of the equipment |\n| scanEquipment.model | String | 255 | M | Model of the equipment |\n| scanEquipment.serialNumber | String | 70 | M | Serial number of the equipment |\n| scanEquipment.calibrationDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanEquipment.nextCalibrationDue | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanOperator | Object | n/a | M | Must include name, employeeId, certificationNumber, certificationExpiry |\n| scanOperator.name | String | 255 | M | Name of the scan operator |\n| scanOperator.employeeId | String | 70 | M | Employee ID of the operator |\n| scanOperator.certificationNumber | String | 70 | M | Certification number of the operator |\n| scanOperator.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanDetails | Object | n/a | M | Must include scanDateTime, scanDuration, scanDurationUnit, numberOfPasses, imageResolution, penetrationLevel |\n| scanDetails.scanDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| scanDetails.scanDuration | Integer | n/a | M | Duration of the scan (in seconds) |\n| scanDetails.scanDurationUnit | String | 10 | M | Unit of time for scan duration (e.g., \"seconds\") |\n| scanDetails.numberOfPasses | Integer | n/a | M | Number of times the scan was performed |\n| scanDetails.imageResolution | String | 35 | M | Image resolution (e.g., \"HIGH\", \"LOW\") |\n| scanDetails.penetrationLevel | String | 35 | M | Penetration level (e.g., \"STANDARD\") |\n| findings | Object | n/a | M | Must include suspiciousItems, anomaliesDetected, description, secondaryScreeningRequired |\n| findings.suspiciousItems | Boolean | n/a | M | Whether suspicious items were detected (true/false) |\n| findings.anomaliesDetected | Boolean | n/a | M | Whether anomalies were detected (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.secondaryScreeningRequired | Boolean | n/a | M | Whether secondary screening is required (true/false) |\n| images | Array | n/a | M | Array of images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 35 | M | Result of the scan (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| submittedBy | String | 255 | M | Name of the entity that submitted the scan details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"627ff276-2231-46de-91a3-2771ebcaa3d4","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"47cfcfca-8fc0-4fe1-8d70-54129bb1b19a"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E26GHA.38\n    \n- G.E26CUS.39\n    \n\n**Use Case**: Submit Cargo for Security Screening\n\n**Integration Point**: IN_FR-5-GHA-SSR-R-01-UC-01\n\n**Description:** GHA performs X-ray scan and submits results to Customs for risk analysis\n\n**Process Flow**: GHA System (E24GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| scanReference | String | 70 | M | Format (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| scanType | String | 70 | M | Type of scan (e.g., \"X-RAY\") |\n| scanMethod | String | 70 | M | Scan method (e.g., \"PRIMARY_SCREENING\") |\n| scanResult | String | 70 | M | Scan result (e.g., \"CLEAR\", \"FLAGGED\") |\n| scanLocation | String | 255 | M | Location where the scan was performed |\n| scanFacility | Object | n/a | M | Must include facilityName, facilityCode, certificationNumber, certificationExpiry |\n| scanFacility.facilityName | String | 255 | M | Name of the scan facility |\n| scanFacility.facilityCode | String | 70 | M | Facility code (e.g., \"GHA-KHI-002\") |\n| scanFacility.certificationNumber | String | 70 | M | Certification number for the scan facility |\n| scanFacility.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanEquipment | Object | n/a | M | Must include equipmentType, manufacturer, model, serialNumber, calibrationDate, nextCalibrationDue |\n| scanEquipment.equipmentType | String | 70 | M | Type of equipment (e.g., \"X-RAY_SCANNER\") |\n| scanEquipment.manufacturer | String | 255 | M | Manufacturer of the equipment |\n| scanEquipment.model | String | 255 | M | Model of the equipment |\n| scanEquipment.serialNumber | String | 70 | M | Serial number of the equipment |\n| scanEquipment.calibrationDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanEquipment.nextCalibrationDue | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanOperator | Object | n/a | M | Must include name, employeeId, certificationNumber, certificationExpiry |\n| scanOperator.name | String | 255 | M | Name of the scan operator |\n| scanOperator.employeeId | String | 70 | M | Employee ID of the operator |\n| scanOperator.certificationNumber | String | 70 | M | Certification number of the operator |\n| scanOperator.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanDetails | Object | n/a | M | Must include scanDateTime, scanDuration, scanDurationUnit, numberOfPasses, imageResolution, penetrationLevel |\n| scanDetails.scanDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| scanDetails.scanDuration | Integer | n/a | M | Duration of the scan (in seconds) |\n| scanDetails.scanDurationUnit | String | 10 | M | Unit of time for scan duration (e.g., \"seconds\") |\n| scanDetails.numberOfPasses | Integer | n/a | M | Number of times the scan was performed |\n| scanDetails.imageResolution | String | 35 | M | Image resolution (e.g., \"HIGH\", \"LOW\") |\n| scanDetails.penetrationLevel | String | 35 | M | Penetration level (e.g., \"STANDARD\") |\n| findings | Object | n/a | M | Must include suspiciousItems, anomaliesDetected, description, secondaryScreeningRequired |\n| findings.suspiciousItems | Boolean | n/a | M | Whether suspicious items were detected (true/false) |\n| findings.anomaliesDetected | Boolean | n/a | M | Whether anomalies were detected (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.secondaryScreeningRequired | Boolean | n/a | M | Whether secondary screening is required (true/false) |\n| images | Array | n/a | M | Array of images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 35 | M | Result of the scan (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| submittedBy | String | 255 | M | Name of the entity that submitted the scan details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"8d3f0bbd-394e-417d-bd17-faaa5745d848","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d4e1a9cd-e883-4d03-a4b9-8d75b597b9f1"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E26GHA.38\n    \n- G.E26CUS.39\n    \n\n**Use Case**: Submit Cargo for Security Screening\n\n**Integration Point**: IN_FR-5-GHA-SSR-R-01-UC-01\n\n**Description:** GHA performs X-ray scan and submits results to Customs for risk analysis\n\n**Process Flow**: GHA System (E24GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| scanReference | String | 70 | M | Format (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| scanType | String | 70 | M | Type of scan (e.g., \"X-RAY\") |\n| scanMethod | String | 70 | M | Scan method (e.g., \"PRIMARY_SCREENING\") |\n| scanResult | String | 70 | M | Scan result (e.g., \"CLEAR\", \"FLAGGED\") |\n| scanLocation | String | 255 | M | Location where the scan was performed |\n| scanFacility | Object | n/a | M | Must include facilityName, facilityCode, certificationNumber, certificationExpiry |\n| scanFacility.facilityName | String | 255 | M | Name of the scan facility |\n| scanFacility.facilityCode | String | 70 | M | Facility code (e.g., \"GHA-KHI-002\") |\n| scanFacility.certificationNumber | String | 70 | M | Certification number for the scan facility |\n| scanFacility.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanEquipment | Object | n/a | M | Must include equipmentType, manufacturer, model, serialNumber, calibrationDate, nextCalibrationDue |\n| scanEquipment.equipmentType | String | 70 | M | Type of equipment (e.g., \"X-RAY_SCANNER\") |\n| scanEquipment.manufacturer | String | 255 | M | Manufacturer of the equipment |\n| scanEquipment.model | String | 255 | M | Model of the equipment |\n| scanEquipment.serialNumber | String | 70 | M | Serial number of the equipment |\n| scanEquipment.calibrationDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanEquipment.nextCalibrationDue | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanOperator | Object | n/a | M | Must include name, employeeId, certificationNumber, certificationExpiry |\n| scanOperator.name | String | 255 | M | Name of the scan operator |\n| scanOperator.employeeId | String | 70 | M | Employee ID of the operator |\n| scanOperator.certificationNumber | String | 70 | M | Certification number of the operator |\n| scanOperator.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanDetails | Object | n/a | M | Must include scanDateTime, scanDuration, scanDurationUnit, numberOfPasses, imageResolution, penetrationLevel |\n| scanDetails.scanDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| scanDetails.scanDuration | Integer | n/a | M | Duration of the scan (in seconds) |\n| scanDetails.scanDurationUnit | String | 10 | M | Unit of time for scan duration (e.g., \"seconds\") |\n| scanDetails.numberOfPasses | Integer | n/a | M | Number of times the scan was performed |\n| scanDetails.imageResolution | String | 35 | M | Image resolution (e.g., \"HIGH\", \"LOW\") |\n| scanDetails.penetrationLevel | String | 35 | M | Penetration level (e.g., \"STANDARD\") |\n| findings | Object | n/a | M | Must include suspiciousItems, anomaliesDetected, description, secondaryScreeningRequired |\n| findings.suspiciousItems | Boolean | n/a | M | Whether suspicious items were detected (true/false) |\n| findings.anomaliesDetected | Boolean | n/a | M | Whether anomalies were detected (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.secondaryScreeningRequired | Boolean | n/a | M | Whether secondary screening is required (true/false) |\n| images | Array | n/a | M | Array of images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 35 | M | Result of the scan (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| submittedBy | String | 255 | M | Name of the entity that submitted the scan details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"c3b558b7-e71d-420a-8556-226f93168229","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"df396409-99ab-4c52-97f2-e8aecad0ee40"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E26GHA.38\n    \n- G.E26CUS.39\n    \n\n**Use Case**: Submit Cargo for Security Screening\n\n**Integration Point**: IN_FR-5-GHA-SSR-R-01-UC-01\n\n**Description:** GHA performs X-ray scan and submits results to Customs for risk analysis\n\n**Process Flow**: GHA System (E24GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| scanReference | String | 70 | M | Format (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| scanType | String | 70 | M | Type of scan (e.g., \"X-RAY\") |\n| scanMethod | String | 70 | M | Scan method (e.g., \"PRIMARY_SCREENING\") |\n| scanResult | String | 70 | M | Scan result (e.g., \"CLEAR\", \"FLAGGED\") |\n| scanLocation | String | 255 | M | Location where the scan was performed |\n| scanFacility | Object | n/a | M | Must include facilityName, facilityCode, certificationNumber, certificationExpiry |\n| scanFacility.facilityName | String | 255 | M | Name of the scan facility |\n| scanFacility.facilityCode | String | 70 | M | Facility code (e.g., \"GHA-KHI-002\") |\n| scanFacility.certificationNumber | String | 70 | M | Certification number for the scan facility |\n| scanFacility.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanEquipment | Object | n/a | M | Must include equipmentType, manufacturer, model, serialNumber, calibrationDate, nextCalibrationDue |\n| scanEquipment.equipmentType | String | 70 | M | Type of equipment (e.g., \"X-RAY_SCANNER\") |\n| scanEquipment.manufacturer | String | 255 | M | Manufacturer of the equipment |\n| scanEquipment.model | String | 255 | M | Model of the equipment |\n| scanEquipment.serialNumber | String | 70 | M | Serial number of the equipment |\n| scanEquipment.calibrationDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanEquipment.nextCalibrationDue | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanOperator | Object | n/a | M | Must include name, employeeId, certificationNumber, certificationExpiry |\n| scanOperator.name | String | 255 | M | Name of the scan operator |\n| scanOperator.employeeId | String | 70 | M | Employee ID of the operator |\n| scanOperator.certificationNumber | String | 70 | M | Certification number of the operator |\n| scanOperator.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanDetails | Object | n/a | M | Must include scanDateTime, scanDuration, scanDurationUnit, numberOfPasses, imageResolution, penetrationLevel |\n| scanDetails.scanDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| scanDetails.scanDuration | Integer | n/a | M | Duration of the scan (in seconds) |\n| scanDetails.scanDurationUnit | String | 10 | M | Unit of time for scan duration (e.g., \"seconds\") |\n| scanDetails.numberOfPasses | Integer | n/a | M | Number of times the scan was performed |\n| scanDetails.imageResolution | String | 35 | M | Image resolution (e.g., \"HIGH\", \"LOW\") |\n| scanDetails.penetrationLevel | String | 35 | M | Penetration level (e.g., \"STANDARD\") |\n| findings | Object | n/a | M | Must include suspiciousItems, anomaliesDetected, description, secondaryScreeningRequired |\n| findings.suspiciousItems | Boolean | n/a | M | Whether suspicious items were detected (true/false) |\n| findings.anomaliesDetected | Boolean | n/a | M | Whether anomalies were detected (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.secondaryScreeningRequired | Boolean | n/a | M | Whether secondary screening is required (true/false) |\n| images | Array | n/a | M | Array of images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 35 | M | Result of the scan (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| submittedBy | String | 255 | M | Name of the entity that submitted the scan details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"f3f5dd5a-0821-45c3-8bb7-9f364158873a","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e99d7613-8b43-462d-9b60-ce3ac71363f9"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E26GHA.38\n    \n- G.E26CUS.39\n    \n\n**Use Case**: Submit Cargo for Security Screening\n\n**Integration Point**: IN_FR-5-GHA-SSR-R-01-UC-01\n\n**Description:** GHA performs X-ray scan and submits results to Customs for risk analysis\n\n**Process Flow**: GHA System (E24GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| scanReference | String | 70 | M | Format (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| scanType | String | 70 | M | Type of scan (e.g., \"X-RAY\") |\n| scanMethod | String | 70 | M | Scan method (e.g., \"PRIMARY_SCREENING\") |\n| scanResult | String | 70 | M | Scan result (e.g., \"CLEAR\", \"FLAGGED\") |\n| scanLocation | String | 255 | M | Location where the scan was performed |\n| scanFacility | Object | n/a | M | Must include facilityName, facilityCode, certificationNumber, certificationExpiry |\n| scanFacility.facilityName | String | 255 | M | Name of the scan facility |\n| scanFacility.facilityCode | String | 70 | M | Facility code (e.g., \"GHA-KHI-002\") |\n| scanFacility.certificationNumber | String | 70 | M | Certification number for the scan facility |\n| scanFacility.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanEquipment | Object | n/a | M | Must include equipmentType, manufacturer, model, serialNumber, calibrationDate, nextCalibrationDue |\n| scanEquipment.equipmentType | String | 70 | M | Type of equipment (e.g., \"X-RAY_SCANNER\") |\n| scanEquipment.manufacturer | String | 255 | M | Manufacturer of the equipment |\n| scanEquipment.model | String | 255 | M | Model of the equipment |\n| scanEquipment.serialNumber | String | 70 | M | Serial number of the equipment |\n| scanEquipment.calibrationDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanEquipment.nextCalibrationDue | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanOperator | Object | n/a | M | Must include name, employeeId, certificationNumber, certificationExpiry |\n| scanOperator.name | String | 255 | M | Name of the scan operator |\n| scanOperator.employeeId | String | 70 | M | Employee ID of the operator |\n| scanOperator.certificationNumber | String | 70 | M | Certification number of the operator |\n| scanOperator.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| scanDetails | Object | n/a | M | Must include scanDateTime, scanDuration, scanDurationUnit, numberOfPasses, imageResolution, penetrationLevel |\n| scanDetails.scanDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| scanDetails.scanDuration | Integer | n/a | M | Duration of the scan (in seconds) |\n| scanDetails.scanDurationUnit | String | 10 | M | Unit of time for scan duration (e.g., \"seconds\") |\n| scanDetails.numberOfPasses | Integer | n/a | M | Number of times the scan was performed |\n| scanDetails.imageResolution | String | 35 | M | Image resolution (e.g., \"HIGH\", \"LOW\") |\n| scanDetails.penetrationLevel | String | 35 | M | Penetration level (e.g., \"STANDARD\") |\n| findings | Object | n/a | M | Must include suspiciousItems, anomaliesDetected, description, secondaryScreeningRequired |\n| findings.suspiciousItems | Boolean | n/a | M | Whether suspicious items were detected (true/false) |\n| findings.anomaliesDetected | Boolean | n/a | M | Whether anomalies were detected (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.secondaryScreeningRequired | Boolean | n/a | M | Whether secondary screening is required (true/false) |\n| images | Array | n/a | M | Array of images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 35 | M | Result of the scan (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| submittedBy | String | 255 | M | Name of the entity that submitted the scan details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"a7195f62-7ba2-4f69-a0d9-2a3190a13e97"},{"name":"Secondary Screenings (EDD/ETD)","id":"1c250e10-e8b2-498f-8d03-c904e9d2eb29","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"29d49f0c-2e4b-4c30-a8ca-334e9846bc24"}],"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":[{"id":"8736fe13-5266-4a71-88cd-65021ca62c48","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"6b42d72f-9a0f-4114-9862-e7e52dba0677"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.E27GHA.40\n\n**Use Case**: Secondary scanning, EDD, ETD\n\n**Integration Point**: IN_FR-5-GHA-SSR-R-01-UC-01\n\n**Description:** GHA to send secondary scan information digitally to ACA, Airline, EPO and customs\n\n**Process Flow**:\n\n- GHA System (E26GHA) → Airport Community System → Air Cargo Agent System\n    \n- GHA System (E26GHA) → Airport Community System → Airline System\n    \n- GHA System (E26GHA) → Airport Community System → Express Parcel Operator System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningReference | String | 70 | M | Format (e.g., EDD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| primaryScanRef | String | 70 | M | Reference to the primary scan (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| screeningTrigger | String | 70 | M | Trigger for the screening (e.g., \"X-RAY_SUSPICIOUS\") |\n| screeningType | String | 70 | M | Type of screening (e.g., \"EDD\") |\n| screeningMethod | String | 70 | M | Method of screening (e.g., \"EXPLOSIVE_DETECTION_DOG\") |\n| screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningLocation | String | 255 | M | Location where the screening took place |\n| screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| eddDetails | Object | n/a | O | Must include dogName, dogBreed, dogCertificationNumber, dogCertificationExpiry, dogLastTrainingDate, handlerName, handlerCertificationNumber, handlerCertificationExpiry |\n| eddDetails.dogName | String | 255 | C | Name of the dog used for screening (e.g., \"Bruno\") |\n| eddDetails.dogBreed | String | 255 | C | Breed of the dog (e.g., \"German Shepherd\") |\n| eddDetails.dogCertificationNumber | String | 70 | C | Dog's certification number (e.g., \"EDD-DOG-45678\") |\n| eddDetails.dogCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.dogLastTrainingDate | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.handlerName | String | 255 | C | Name of the handler (e.g., \"Imran Ahmed\") |\n| eddDetails.handlerCertificationNumber | String | 70 | C | Handler's certification number (e.g., \"EDD-HANDLER-12345\") |\n| eddDetails.handlerCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| screeningProcess | Object | n/a | M | Must include numberOfPasses, screeningDuration, screeningDurationUnit, packagesOpened, physicalInspectionPerformed |\n| screeningProcess.numberOfPasses | Integer | n/a | M | Number of passes performed during screening |\n| screeningProcess.screeningDuration | Integer | n/a | M | Duration of the screening (in seconds) |\n| screeningProcess.screeningDurationUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| screeningProcess.packagesOpened | Boolean | n/a | M | Boolean value (true/false) |\n| screeningProcess.physicalInspectionPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| findings | Object | n/a | M | Must include explosivesDetected, suspiciousReaction, description, furtherActionRequired, furtherActionType |\n| findings.explosivesDetected | Boolean | n/a | M | Whether explosives were detected (true/false) |\n| findings.suspiciousReaction | Boolean | n/a | M | Whether suspicious reactions were observed (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.furtherActionRequired | Boolean | n/a | M | Whether further action is required (true/false) |\n| findings.furtherActionType | String | 255 | O | Type of further action required (e.g., null, \"secondary screening\") |\n| images | Array | n/a | M | Array of scanned images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 70 | M | Scan result (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| photosAttached | Boolean | n/a | M | Whether photos are attached (true/false) |\n| videoRecorded | Boolean | n/a | M | Whether video was recorded (true/false) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the screening details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"05d3164a-6856-4e6b-890c-59d7b85bdbb0","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"fd33cdab-f42a-4d93-a286-8f4ebe0122f3"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.E27GHA.40\n\n**Use Case**: Secondary scanning, EDD, ETD\n\n**Integration Point**: IN_FR-5-GHA-SSR-R-01-UC-01\n\n**Description:** GHA to send secondary scan information digitally to ACA, Airline, EPO and customs\n\n**Process Flow**:\n\n- GHA System (E26GHA) → Airport Community System → Air Cargo Agent System\n    \n- GHA System (E26GHA) → Airport Community System → Airline System\n    \n- GHA System (E26GHA) → Airport Community System → Express Parcel Operator System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningReference | String | 70 | M | Format (e.g., EDD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| primaryScanRef | String | 70 | M | Reference to the primary scan (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| screeningTrigger | String | 70 | M | Trigger for the screening (e.g., \"X-RAY_SUSPICIOUS\") |\n| screeningType | String | 70 | M | Type of screening (e.g., \"EDD\") |\n| screeningMethod | String | 70 | M | Method of screening (e.g., \"EXPLOSIVE_DETECTION_DOG\") |\n| screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningLocation | String | 255 | M | Location where the screening took place |\n| screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| eddDetails | Object | n/a | O | Must include dogName, dogBreed, dogCertificationNumber, dogCertificationExpiry, dogLastTrainingDate, handlerName, handlerCertificationNumber, handlerCertificationExpiry |\n| eddDetails.dogName | String | 255 | C | Name of the dog used for screening (e.g., \"Bruno\") |\n| eddDetails.dogBreed | String | 255 | C | Breed of the dog (e.g., \"German Shepherd\") |\n| eddDetails.dogCertificationNumber | String | 70 | C | Dog's certification number (e.g., \"EDD-DOG-45678\") |\n| eddDetails.dogCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.dogLastTrainingDate | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.handlerName | String | 255 | C | Name of the handler (e.g., \"Imran Ahmed\") |\n| eddDetails.handlerCertificationNumber | String | 70 | C | Handler's certification number (e.g., \"EDD-HANDLER-12345\") |\n| eddDetails.handlerCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| screeningProcess | Object | n/a | M | Must include numberOfPasses, screeningDuration, screeningDurationUnit, packagesOpened, physicalInspectionPerformed |\n| screeningProcess.numberOfPasses | Integer | n/a | M | Number of passes performed during screening |\n| screeningProcess.screeningDuration | Integer | n/a | M | Duration of the screening (in seconds) |\n| screeningProcess.screeningDurationUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| screeningProcess.packagesOpened | Boolean | n/a | M | Boolean value (true/false) |\n| screeningProcess.physicalInspectionPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| findings | Object | n/a | M | Must include explosivesDetected, suspiciousReaction, description, furtherActionRequired, furtherActionType |\n| findings.explosivesDetected | Boolean | n/a | M | Whether explosives were detected (true/false) |\n| findings.suspiciousReaction | Boolean | n/a | M | Whether suspicious reactions were observed (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.furtherActionRequired | Boolean | n/a | M | Whether further action is required (true/false) |\n| findings.furtherActionType | String | 255 | O | Type of further action required (e.g., null, \"secondary screening\") |\n| images | Array | n/a | M | Array of scanned images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 70 | M | Scan result (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| photosAttached | Boolean | n/a | M | Whether photos are attached (true/false) |\n| videoRecorded | Boolean | n/a | M | Whether video was recorded (true/false) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the screening details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"d6fe1f37-ee47-45cf-8296-93bc229d3bca","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"27451277-2c5e-4bbb-998e-dfb59bf06ec0"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.E27GHA.40\n\n**Use Case**: Secondary scanning, EDD, ETD\n\n**Integration Point**: IN_FR-5-GHA-SSR-R-01-UC-01\n\n**Description:** GHA to send secondary scan information digitally to ACA, Airline, EPO and customs\n\n**Process Flow**:\n\n- GHA System (E26GHA) → Airport Community System → Air Cargo Agent System\n    \n- GHA System (E26GHA) → Airport Community System → Airline System\n    \n- GHA System (E26GHA) → Airport Community System → Express Parcel Operator System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningReference | String | 70 | M | Format (e.g., EDD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| primaryScanRef | String | 70 | M | Reference to the primary scan (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| screeningTrigger | String | 70 | M | Trigger for the screening (e.g., \"X-RAY_SUSPICIOUS\") |\n| screeningType | String | 70 | M | Type of screening (e.g., \"EDD\") |\n| screeningMethod | String | 70 | M | Method of screening (e.g., \"EXPLOSIVE_DETECTION_DOG\") |\n| screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningLocation | String | 255 | M | Location where the screening took place |\n| screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| eddDetails | Object | n/a | O | Must include dogName, dogBreed, dogCertificationNumber, dogCertificationExpiry, dogLastTrainingDate, handlerName, handlerCertificationNumber, handlerCertificationExpiry |\n| eddDetails.dogName | String | 255 | C | Name of the dog used for screening (e.g., \"Bruno\") |\n| eddDetails.dogBreed | String | 255 | C | Breed of the dog (e.g., \"German Shepherd\") |\n| eddDetails.dogCertificationNumber | String | 70 | C | Dog's certification number (e.g., \"EDD-DOG-45678\") |\n| eddDetails.dogCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.dogLastTrainingDate | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.handlerName | String | 255 | C | Name of the handler (e.g., \"Imran Ahmed\") |\n| eddDetails.handlerCertificationNumber | String | 70 | C | Handler's certification number (e.g., \"EDD-HANDLER-12345\") |\n| eddDetails.handlerCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| screeningProcess | Object | n/a | M | Must include numberOfPasses, screeningDuration, screeningDurationUnit, packagesOpened, physicalInspectionPerformed |\n| screeningProcess.numberOfPasses | Integer | n/a | M | Number of passes performed during screening |\n| screeningProcess.screeningDuration | Integer | n/a | M | Duration of the screening (in seconds) |\n| screeningProcess.screeningDurationUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| screeningProcess.packagesOpened | Boolean | n/a | M | Boolean value (true/false) |\n| screeningProcess.physicalInspectionPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| findings | Object | n/a | M | Must include explosivesDetected, suspiciousReaction, description, furtherActionRequired, furtherActionType |\n| findings.explosivesDetected | Boolean | n/a | M | Whether explosives were detected (true/false) |\n| findings.suspiciousReaction | Boolean | n/a | M | Whether suspicious reactions were observed (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.furtherActionRequired | Boolean | n/a | M | Whether further action is required (true/false) |\n| findings.furtherActionType | String | 255 | O | Type of further action required (e.g., null, \"secondary screening\") |\n| images | Array | n/a | M | Array of scanned images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 70 | M | Scan result (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| photosAttached | Boolean | n/a | M | Whether photos are attached (true/false) |\n| videoRecorded | Boolean | n/a | M | Whether video was recorded (true/false) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the screening details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"728698fe-599e-44b3-9371-85cfd0fa042c","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"632a8429-e44c-44b2-b687-dc15a195d9da"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.E27GHA.40\n\n**Use Case**: Secondary scanning, EDD, ETD\n\n**Integration Point**: IN_FR-5-GHA-SSR-R-01-UC-01\n\n**Description:** GHA to send secondary scan information digitally to ACA, Airline, EPO and customs\n\n**Process Flow**:\n\n- GHA System (E26GHA) → Airport Community System → Air Cargo Agent System\n    \n- GHA System (E26GHA) → Airport Community System → Airline System\n    \n- GHA System (E26GHA) → Airport Community System → Express Parcel Operator System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningReference | String | 70 | M | Format (e.g., EDD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| primaryScanRef | String | 70 | M | Reference to the primary scan (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| screeningTrigger | String | 70 | M | Trigger for the screening (e.g., \"X-RAY_SUSPICIOUS\") |\n| screeningType | String | 70 | M | Type of screening (e.g., \"EDD\") |\n| screeningMethod | String | 70 | M | Method of screening (e.g., \"EXPLOSIVE_DETECTION_DOG\") |\n| screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningLocation | String | 255 | M | Location where the screening took place |\n| screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| eddDetails | Object | n/a | O | Must include dogName, dogBreed, dogCertificationNumber, dogCertificationExpiry, dogLastTrainingDate, handlerName, handlerCertificationNumber, handlerCertificationExpiry |\n| eddDetails.dogName | String | 255 | C | Name of the dog used for screening (e.g., \"Bruno\") |\n| eddDetails.dogBreed | String | 255 | C | Breed of the dog (e.g., \"German Shepherd\") |\n| eddDetails.dogCertificationNumber | String | 70 | C | Dog's certification number (e.g., \"EDD-DOG-45678\") |\n| eddDetails.dogCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.dogLastTrainingDate | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.handlerName | String | 255 | C | Name of the handler (e.g., \"Imran Ahmed\") |\n| eddDetails.handlerCertificationNumber | String | 70 | C | Handler's certification number (e.g., \"EDD-HANDLER-12345\") |\n| eddDetails.handlerCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| screeningProcess | Object | n/a | M | Must include numberOfPasses, screeningDuration, screeningDurationUnit, packagesOpened, physicalInspectionPerformed |\n| screeningProcess.numberOfPasses | Integer | n/a | M | Number of passes performed during screening |\n| screeningProcess.screeningDuration | Integer | n/a | M | Duration of the screening (in seconds) |\n| screeningProcess.screeningDurationUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| screeningProcess.packagesOpened | Boolean | n/a | M | Boolean value (true/false) |\n| screeningProcess.physicalInspectionPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| findings | Object | n/a | M | Must include explosivesDetected, suspiciousReaction, description, furtherActionRequired, furtherActionType |\n| findings.explosivesDetected | Boolean | n/a | M | Whether explosives were detected (true/false) |\n| findings.suspiciousReaction | Boolean | n/a | M | Whether suspicious reactions were observed (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.furtherActionRequired | Boolean | n/a | M | Whether further action is required (true/false) |\n| findings.furtherActionType | String | 255 | O | Type of further action required (e.g., null, \"secondary screening\") |\n| images | Array | n/a | M | Array of scanned images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 70 | M | Scan result (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| photosAttached | Boolean | n/a | M | Whether photos are attached (true/false) |\n| videoRecorded | Boolean | n/a | M | Whether video was recorded (true/false) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the screening details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"2c0a8283-fa9c-4335-a156-8dd47b2e459c","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"c3edaa8c-e8d2-4a49-8fef-1b75a4f95d24"}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: G.E27GHA.40\n\n**Use Case**: Secondary scanning, EDD, ETD\n\n**Integration Point**: IN_FR-5-GHA-SSR-R-01-UC-01\n\n**Description:** GHA to send secondary scan information digitally to ACA, Airline, EPO and customs\n\n**Process Flow**:\n\n- GHA System (E26GHA) → Airport Community System → Air Cargo Agent System\n    \n- GHA System (E26GHA) → Airport Community System → Airline System\n    \n- GHA System (E26GHA) → Airport Community System → Express Parcel Operator System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningReference | String | 70 | M | Format (e.g., EDD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| primaryScanRef | String | 70 | M | Reference to the primary scan (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| screeningTrigger | String | 70 | M | Trigger for the screening (e.g., \"X-RAY_SUSPICIOUS\") |\n| screeningType | String | 70 | M | Type of screening (e.g., \"EDD\") |\n| screeningMethod | String | 70 | M | Method of screening (e.g., \"EXPLOSIVE_DETECTION_DOG\") |\n| screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningLocation | String | 255 | M | Location where the screening took place |\n| screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| eddDetails | Object | n/a | O | Must include dogName, dogBreed, dogCertificationNumber, dogCertificationExpiry, dogLastTrainingDate, handlerName, handlerCertificationNumber, handlerCertificationExpiry |\n| eddDetails.dogName | String | 255 | C | Name of the dog used for screening (e.g., \"Bruno\") |\n| eddDetails.dogBreed | String | 255 | C | Breed of the dog (e.g., \"German Shepherd\") |\n| eddDetails.dogCertificationNumber | String | 70 | C | Dog's certification number (e.g., \"EDD-DOG-45678\") |\n| eddDetails.dogCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.dogLastTrainingDate | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.handlerName | String | 255 | C | Name of the handler (e.g., \"Imran Ahmed\") |\n| eddDetails.handlerCertificationNumber | String | 70 | C | Handler's certification number (e.g., \"EDD-HANDLER-12345\") |\n| eddDetails.handlerCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| screeningProcess | Object | n/a | M | Must include numberOfPasses, screeningDuration, screeningDurationUnit, packagesOpened, physicalInspectionPerformed |\n| screeningProcess.numberOfPasses | Integer | n/a | M | Number of passes performed during screening |\n| screeningProcess.screeningDuration | Integer | n/a | M | Duration of the screening (in seconds) |\n| screeningProcess.screeningDurationUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| screeningProcess.packagesOpened | Boolean | n/a | M | Boolean value (true/false) |\n| screeningProcess.physicalInspectionPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| findings | Object | n/a | M | Must include explosivesDetected, suspiciousReaction, description, furtherActionRequired, furtherActionType |\n| findings.explosivesDetected | Boolean | n/a | M | Whether explosives were detected (true/false) |\n| findings.suspiciousReaction | Boolean | n/a | M | Whether suspicious reactions were observed (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.furtherActionRequired | Boolean | n/a | M | Whether further action is required (true/false) |\n| findings.furtherActionType | String | 255 | O | Type of further action required (e.g., null, \"secondary screening\") |\n| images | Array | n/a | M | Array of scanned images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 70 | M | Scan result (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| photosAttached | Boolean | n/a | M | Whether photos are attached (true/false) |\n| videoRecorded | Boolean | n/a | M | Whether video was recorded (true/false) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the screening details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"1c250e10-e8b2-498f-8d03-c904e9d2eb29"}],"id":"734e462c-8047-458f-a131-fd12de9a00e5","description":"<p>Scans are the x-ray or security checks done on export cargo. Users send primary and secondary screening results.</p>\n","_postman_id":"734e462c-8047-458f-a131-fd12de9a00e5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"4017821f-a735-4bc8-a471-c4e4bfc1a4ea","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"9f1cc38e-ea3b-43f3-8de6-3b08b4d9c4a0"}],"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":[{"id":"723a25e7-da34-4a67-81ca-1495b167b53f","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"92f468b2-6bcd-4bed-ad70-b84b1c838cd8"}],"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":"**Requirement References**:\n\n- G.E29CUS.43\n    \n- G.E29GHA.44\n    \n\n**Use Case**: Final Customs Clearance for Loading\n\n**Integration Point**: IN_FR-6-GHA-GDAE-R-01-UC-01\n\n**Description:** Customs gives final \"Allow Loading\" authorization\n\n**Process Flow**:\n\n- Airport Community System → GHA System (E29GHA)\n    \n- Airport Community System → Airline System (E29AL)\n    \n- Airport Community System → Air Cargo Agent System (E29ACA)\n    \n- Airport Community System → Consignor System (E29CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| authorizationReference | String | 70 | M | Format (e.g., WBC-ALW-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| gdNumber | String | 70 | M | Format (e.g., GD-EXP-YYYY-XXXXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| authorizationType | String | 70 | M | Type of authorization (e.g., \"FULL_CLEARANCE\") |\n| clearanceStatus | String | 70 | M | Status of clearance (e.g., \"APPROVED\") |\n| customsDecision | String | 70 | M | Decision by customs (e.g., \"ALLOW_LOADING\") |\n| inspectionRequired | Boolean | n/a | M | Boolean value (true/false) |\n| inspectionCompleted | Boolean | n/a | M | Boolean value (true/false) |\n| inspectionResult | String | 70 | M | Result of inspection (e.g., \"CLEAR\") |\n| additionalConditions | Array | n/a | O | Array of additional conditions (can be empty) |\n| restrictions | Array | n/a | O | Array of restrictions (can be empty) |\n| authorizedBy | Object | n/a | M | Must include officerName, officerId, designation, customsStation |\n| authorizedBy.officerName | String | 255 | M | Name of the officer who authorized the clearance |\n| authorizedBy.officerId | String | 70 | M | Officer ID |\n| authorizedBy.designation | String | 255 | M | Officer's designation (e.g., \"Deputy Collector\") |\n| authorizedBy.customsStation | String | 70 | M | Customs station where the clearance was authorized |\n| authorizedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Remarks or additional information (max 1024 characters) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7871c593-1ab3-479b-adc1-b84386aafb08","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"26c8240c-af08-4c3c-8acf-fa73d5ee9896"}],"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":"**Requirement References**:\n\n- G.E29CUS.43\n    \n- G.E29GHA.44\n    \n\n**Use Case**: Final Customs Clearance for Loading\n\n**Integration Point**: IN_FR-6-GHA-GDAE-R-01-UC-01\n\n**Description:** Customs gives final \"Allow Loading\" authorization\n\n**Process Flow**:\n\n- Airport Community System → GHA System (E29GHA)\n    \n- Airport Community System → Airline System (E29AL)\n    \n- Airport Community System → Air Cargo Agent System (E29ACA)\n    \n- Airport Community System → Consignor System (E29CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| authorizationReference | String | 70 | M | Format (e.g., WBC-ALW-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| gdNumber | String | 70 | M | Format (e.g., GD-EXP-YYYY-XXXXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| authorizationType | String | 70 | M | Type of authorization (e.g., \"FULL_CLEARANCE\") |\n| clearanceStatus | String | 70 | M | Status of clearance (e.g., \"APPROVED\") |\n| customsDecision | String | 70 | M | Decision by customs (e.g., \"ALLOW_LOADING\") |\n| inspectionRequired | Boolean | n/a | M | Boolean value (true/false) |\n| inspectionCompleted | Boolean | n/a | M | Boolean value (true/false) |\n| inspectionResult | String | 70 | M | Result of inspection (e.g., \"CLEAR\") |\n| additionalConditions | Array | n/a | O | Array of additional conditions (can be empty) |\n| restrictions | Array | n/a | O | Array of restrictions (can be empty) |\n| authorizedBy | Object | n/a | M | Must include officerName, officerId, designation, customsStation |\n| authorizedBy.officerName | String | 255 | M | Name of the officer who authorized the clearance |\n| authorizedBy.officerId | String | 70 | M | Officer ID |\n| authorizedBy.designation | String | 255 | M | Officer's designation (e.g., \"Deputy Collector\") |\n| authorizedBy.customsStation | String | 70 | M | Customs station where the clearance was authorized |\n| authorizedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Remarks or additional information (max 1024 characters) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"bc43b0aa-63fd-4d9d-a8e1-4449c0e1e91f","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"da615818-48e8-4fc3-ab36-4f5b98b2250e"}],"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":"**Requirement References**:\n\n- G.E29CUS.43\n    \n- G.E29GHA.44\n    \n\n**Use Case**: Final Customs Clearance for Loading\n\n**Integration Point**: IN_FR-6-GHA-GDAE-R-01-UC-01\n\n**Description:** Customs gives final \"Allow Loading\" authorization\n\n**Process Flow**:\n\n- Airport Community System → GHA System (E29GHA)\n    \n- Airport Community System → Airline System (E29AL)\n    \n- Airport Community System → Air Cargo Agent System (E29ACA)\n    \n- Airport Community System → Consignor System (E29CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| authorizationReference | String | 70 | M | Format (e.g., WBC-ALW-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| gdNumber | String | 70 | M | Format (e.g., GD-EXP-YYYY-XXXXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| authorizationType | String | 70 | M | Type of authorization (e.g., \"FULL_CLEARANCE\") |\n| clearanceStatus | String | 70 | M | Status of clearance (e.g., \"APPROVED\") |\n| customsDecision | String | 70 | M | Decision by customs (e.g., \"ALLOW_LOADING\") |\n| inspectionRequired | Boolean | n/a | M | Boolean value (true/false) |\n| inspectionCompleted | Boolean | n/a | M | Boolean value (true/false) |\n| inspectionResult | String | 70 | M | Result of inspection (e.g., \"CLEAR\") |\n| additionalConditions | Array | n/a | O | Array of additional conditions (can be empty) |\n| restrictions | Array | n/a | O | Array of restrictions (can be empty) |\n| authorizedBy | Object | n/a | M | Must include officerName, officerId, designation, customsStation |\n| authorizedBy.officerName | String | 255 | M | Name of the officer who authorized the clearance |\n| authorizedBy.officerId | String | 70 | M | Officer ID |\n| authorizedBy.designation | String | 255 | M | Officer's designation (e.g., \"Deputy Collector\") |\n| authorizedBy.customsStation | String | 70 | M | Customs station where the clearance was authorized |\n| authorizedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Remarks or additional information (max 1024 characters) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"30d74d16-c983-49f7-bafa-e7b316151eb7","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"2e3a275b-ed7d-4b6c-aec8-1d3a33f37c5d"}],"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":"**Requirement References**:\n\n- G.E29CUS.43\n    \n- G.E29GHA.44\n    \n\n**Use Case**: Final Customs Clearance for Loading\n\n**Integration Point**: IN_FR-6-GHA-GDAE-R-01-UC-01\n\n**Description:** Customs gives final \"Allow Loading\" authorization\n\n**Process Flow**:\n\n- Airport Community System → GHA System (E29GHA)\n    \n- Airport Community System → Airline System (E29AL)\n    \n- Airport Community System → Air Cargo Agent System (E29ACA)\n    \n- Airport Community System → Consignor System (E29CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| authorizationReference | String | 70 | M | Format (e.g., WBC-ALW-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| gdNumber | String | 70 | M | Format (e.g., GD-EXP-YYYY-XXXXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| authorizationType | String | 70 | M | Type of authorization (e.g., \"FULL_CLEARANCE\") |\n| clearanceStatus | String | 70 | M | Status of clearance (e.g., \"APPROVED\") |\n| customsDecision | String | 70 | M | Decision by customs (e.g., \"ALLOW_LOADING\") |\n| inspectionRequired | Boolean | n/a | M | Boolean value (true/false) |\n| inspectionCompleted | Boolean | n/a | M | Boolean value (true/false) |\n| inspectionResult | String | 70 | M | Result of inspection (e.g., \"CLEAR\") |\n| additionalConditions | Array | n/a | O | Array of additional conditions (can be empty) |\n| restrictions | Array | n/a | O | Array of restrictions (can be empty) |\n| authorizedBy | Object | n/a | M | Must include officerName, officerId, designation, customsStation |\n| authorizedBy.officerName | String | 255 | M | Name of the officer who authorized the clearance |\n| authorizedBy.officerId | String | 70 | M | Officer ID |\n| authorizedBy.designation | String | 255 | M | Officer's designation (e.g., \"Deputy Collector\") |\n| authorizedBy.customsStation | String | 70 | M | Customs station where the clearance was authorized |\n| authorizedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Remarks or additional information (max 1024 characters) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"1f105cf3-e85c-408d-9150-6c64001a19fe","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"0af9b92f-e167-4a9e-b51d-15b5698882e3"}],"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":"**Requirement References**:\n\n- G.E29CUS.43\n    \n- G.E29GHA.44\n    \n\n**Use Case**: Final Customs Clearance for Loading\n\n**Integration Point**: IN_FR-6-GHA-GDAE-R-01-UC-01\n\n**Description:** Customs gives final \"Allow Loading\" authorization\n\n**Process Flow**:\n\n- Airport Community System → GHA System (E29GHA)\n    \n- Airport Community System → Airline System (E29AL)\n    \n- Airport Community System → Air Cargo Agent System (E29ACA)\n    \n- Airport Community System → Consignor System (E29CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| authorizationReference | String | 70 | M | Format (e.g., WBC-ALW-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| gdNumber | String | 70 | M | Format (e.g., GD-EXP-YYYY-XXXXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| authorizationType | String | 70 | M | Type of authorization (e.g., \"FULL_CLEARANCE\") |\n| clearanceStatus | String | 70 | M | Status of clearance (e.g., \"APPROVED\") |\n| customsDecision | String | 70 | M | Decision by customs (e.g., \"ALLOW_LOADING\") |\n| inspectionRequired | Boolean | n/a | M | Boolean value (true/false) |\n| inspectionCompleted | Boolean | n/a | M | Boolean value (true/false) |\n| inspectionResult | String | 70 | M | Result of inspection (e.g., \"CLEAR\") |\n| additionalConditions | Array | n/a | O | Array of additional conditions (can be empty) |\n| restrictions | Array | n/a | O | Array of restrictions (can be empty) |\n| authorizedBy | Object | n/a | M | Must include officerName, officerId, designation, customsStation |\n| authorizedBy.officerName | String | 255 | M | Name of the officer who authorized the clearance |\n| authorizedBy.officerId | String | 70 | M | Officer ID |\n| authorizedBy.designation | String | 255 | M | Officer's designation (e.g., \"Deputy Collector\") |\n| authorizedBy.customsStation | String | 70 | M | Customs station where the clearance was authorized |\n| authorizedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Remarks or additional information (max 1024 characters) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"4017821f-a735-4bc8-a471-c4e4bfc1a4ea"}],"id":"057a679c-3069-4b59-89e1-298aad92042c","description":"<p>Authorizations are the approvals that let cargo continue through export handling. Users allow loading.</p>\n","_postman_id":"057a679c-3069-4b59-89e1-298aad92042c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"f8d785e5-de89-489e-a25a-8aa613dd2b6c","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"905c4706-4d54-477b-92d8-bdec7b23c02e"}],"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":[{"id":"ad68958e-11eb-4298-a64d-d64153ab54a2","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"4bf27107-c79d-4f55-b72c-eb942b2e4e87"}],"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":"**Requirement References**:\n\n- G.E30GHA.45\n    \n- G.E30ACA.46\n    \n- G.E30CB.47\n    \n- G.E30CGNR.48\n    \n\n**Use Case**: Issue & Distribute Ground Handling Invoice\n\n**Integration Point**: IN_FR-7-GHA-CASC-R-01-UC-01\n\n**Description:** GHA issues invoice for storage/acceptance charges to all liable parties\n\n**Process Flow**:\n\n- GHA System (E29GHA) → Airport Community System → Air Cargo Agent System (E30ACA)\n    \n- GHA System (E29GHA) → Airport Community System → Consignor System (E30CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| invoiceNumber | String | 70 | M | Format (e.g., GHA-KHI-INV-YYYYMMDD-XXX) |\n| invoiceType | String | 70 | M | Type of the invoice (e.g., \"CARGO_ACCEPTANCE\") |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| ghaDetails | Object | n/a | M | Must include name, code, address, taxId, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 70 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.address | String | 255 | M | Address of the GHA (e.g., \"Airport Cargo Terminal, Karachi\") |\n| ghaDetails.taxId | String | 70 | M | GHA tax ID (e.g., \"TIN-1234567890\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| billedTo | Object | n/a | M | Must include partyType, name, code, address, taxId, contactName, phone, email |\n| billedTo.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| billedTo.name | String | 255 | M | Name of the billed entity (e.g., \"Swift Air Cargo\") |\n| billedTo.code | String | 70 | M | Billed entity code (e.g., \"SAC-KHI-001\") |\n| billedTo.address | String | 255 | M | Address of the billed entity |\n| billedTo.taxId | String | 70 | M | Billed entity tax ID (e.g., \"TIN-9876543210\") |\n| billedTo.contactName | String | 255 | M | Contact name of the billed entity |\n| billedTo.phone | String | 16 | O | ITU E.164 numbering format |\n| billedTo.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| chargeBreakdown | Array | n/a | M | Array of charge breakdown items |\n| chargeBreakdown.chargeCode | String | 70 | M | Charge code (e.g., \"ACC\") |\n| chargeBreakdown.chargeDescription | String | 255 | M | Description of the charge (e.g., \"Cargo Acceptance Fee\") |\n| chargeBreakdown.basis | String | 70 | M | Basis of the charge (e.g., \"PER_KILOGRAM\") |\n| chargeBreakdown.quantity | Number | n/a | M | Quantity of items or units (e.g., 250.5) |\n| chargeBreakdown.unitPrice | Number | n/a | M | Unit price for the charge (e.g., 50.00) |\n| chargeBreakdown.amount | Number | n/a | M | Amount for the charge (e.g., 12525.00) |\n| chargeBreakdown.currency | String | 3 | M | ISO 4217 currency code |\n| subtotal | Number | n/a | M | Total before tax (e.g., 21025.00) |\n| taxDetails | Array | n/a | M | Array of tax details, including taxType, taxRate, taxableAmount, and taxAmount |\n| taxDetails.taxType | String | 70 | M | Tax type |\n| taxDetails.taxRate | Number | n/a | M | Tax rate |\n| taxDetails.taxableAmount | Number | n/a | M | Amount subject to tax |\n| taxDetails.taxAmount | Number | n/a | M | Total tax amount |\n| totalTax | Number | n/a | M | Total tax amount |\n| totalAmount | Number | n/a | M | Total amount after tax |\n| currency | String | 3 | M | ISO 4217 currency code |\n| invoiceDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| dueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| paymentTerms | String | 255 | M | Payment terms (e.g., \"Due before cargo loading\") |\n| paymentMethod | String | 70 | M | Payment method (e.g., \"PSW_UPS\") |\n| notes | String | 1024 | O | Additional notes (max 1024 characters) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"944c88ea-7c6a-4a89-9a1b-ba4ebdaa72c0","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"5385e0d1-4d2b-4f75-b54f-a5cabf785fd7"}],"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":"**Requirement References**:\n\n- G.E30GHA.45\n    \n- G.E30ACA.46\n    \n- G.E30CB.47\n    \n- G.E30CGNR.48\n    \n\n**Use Case**: Issue & Distribute Ground Handling Invoice\n\n**Integration Point**: IN_FR-7-GHA-CASC-R-01-UC-01\n\n**Description:** GHA issues invoice for storage/acceptance charges to all liable parties\n\n**Process Flow**:\n\n- GHA System (E29GHA) → Airport Community System → Air Cargo Agent System (E30ACA)\n    \n- GHA System (E29GHA) → Airport Community System → Consignor System (E30CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| invoiceNumber | String | 70 | M | Format (e.g., GHA-KHI-INV-YYYYMMDD-XXX) |\n| invoiceType | String | 70 | M | Type of the invoice (e.g., \"CARGO_ACCEPTANCE\") |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| ghaDetails | Object | n/a | M | Must include name, code, address, taxId, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 70 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.address | String | 255 | M | Address of the GHA (e.g., \"Airport Cargo Terminal, Karachi\") |\n| ghaDetails.taxId | String | 70 | M | GHA tax ID (e.g., \"TIN-1234567890\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| billedTo | Object | n/a | M | Must include partyType, name, code, address, taxId, contactName, phone, email |\n| billedTo.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| billedTo.name | String | 255 | M | Name of the billed entity (e.g., \"Swift Air Cargo\") |\n| billedTo.code | String | 70 | M | Billed entity code (e.g., \"SAC-KHI-001\") |\n| billedTo.address | String | 255 | M | Address of the billed entity |\n| billedTo.taxId | String | 70 | M | Billed entity tax ID (e.g., \"TIN-9876543210\") |\n| billedTo.contactName | String | 255 | M | Contact name of the billed entity |\n| billedTo.phone | String | 16 | O | ITU E.164 numbering format |\n| billedTo.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| chargeBreakdown | Array | n/a | M | Array of charge breakdown items |\n| chargeBreakdown.chargeCode | String | 70 | M | Charge code (e.g., \"ACC\") |\n| chargeBreakdown.chargeDescription | String | 255 | M | Description of the charge (e.g., \"Cargo Acceptance Fee\") |\n| chargeBreakdown.basis | String | 70 | M | Basis of the charge (e.g., \"PER_KILOGRAM\") |\n| chargeBreakdown.quantity | Number | n/a | M | Quantity of items or units (e.g., 250.5) |\n| chargeBreakdown.unitPrice | Number | n/a | M | Unit price for the charge (e.g., 50.00) |\n| chargeBreakdown.amount | Number | n/a | M | Amount for the charge (e.g., 12525.00) |\n| chargeBreakdown.currency | String | 3 | M | ISO 4217 currency code |\n| subtotal | Number | n/a | M | Total before tax (e.g., 21025.00) |\n| taxDetails | Array | n/a | M | Array of tax details, including taxType, taxRate, taxableAmount, and taxAmount |\n| taxDetails.taxType | String | 70 | M | Tax type |\n| taxDetails.taxRate | Number | n/a | M | Tax rate |\n| taxDetails.taxableAmount | Number | n/a | M | Amount subject to tax |\n| taxDetails.taxAmount | Number | n/a | M | Total tax amount |\n| totalTax | Number | n/a | M | Total tax amount |\n| totalAmount | Number | n/a | M | Total amount after tax |\n| currency | String | 3 | M | ISO 4217 currency code |\n| invoiceDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| dueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| paymentTerms | String | 255 | M | Payment terms (e.g., \"Due before cargo loading\") |\n| paymentMethod | String | 70 | M | Payment method (e.g., \"PSW_UPS\") |\n| notes | String | 1024 | O | Additional notes (max 1024 characters) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"7146a16a-4b07-45b7-b75f-959964e5c4f7","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"609098c9-8b81-4281-8046-69cc668f290e"}],"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":"**Requirement References**:\n\n- G.E30GHA.45\n    \n- G.E30ACA.46\n    \n- G.E30CB.47\n    \n- G.E30CGNR.48\n    \n\n**Use Case**: Issue & Distribute Ground Handling Invoice\n\n**Integration Point**: IN_FR-7-GHA-CASC-R-01-UC-01\n\n**Description:** GHA issues invoice for storage/acceptance charges to all liable parties\n\n**Process Flow**:\n\n- GHA System (E29GHA) → Airport Community System → Air Cargo Agent System (E30ACA)\n    \n- GHA System (E29GHA) → Airport Community System → Consignor System (E30CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| invoiceNumber | String | 70 | M | Format (e.g., GHA-KHI-INV-YYYYMMDD-XXX) |\n| invoiceType | String | 70 | M | Type of the invoice (e.g., \"CARGO_ACCEPTANCE\") |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| ghaDetails | Object | n/a | M | Must include name, code, address, taxId, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 70 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.address | String | 255 | M | Address of the GHA (e.g., \"Airport Cargo Terminal, Karachi\") |\n| ghaDetails.taxId | String | 70 | M | GHA tax ID (e.g., \"TIN-1234567890\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| billedTo | Object | n/a | M | Must include partyType, name, code, address, taxId, contactName, phone, email |\n| billedTo.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| billedTo.name | String | 255 | M | Name of the billed entity (e.g., \"Swift Air Cargo\") |\n| billedTo.code | String | 70 | M | Billed entity code (e.g., \"SAC-KHI-001\") |\n| billedTo.address | String | 255 | M | Address of the billed entity |\n| billedTo.taxId | String | 70 | M | Billed entity tax ID (e.g., \"TIN-9876543210\") |\n| billedTo.contactName | String | 255 | M | Contact name of the billed entity |\n| billedTo.phone | String | 16 | O | ITU E.164 numbering format |\n| billedTo.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| chargeBreakdown | Array | n/a | M | Array of charge breakdown items |\n| chargeBreakdown.chargeCode | String | 70 | M | Charge code (e.g., \"ACC\") |\n| chargeBreakdown.chargeDescription | String | 255 | M | Description of the charge (e.g., \"Cargo Acceptance Fee\") |\n| chargeBreakdown.basis | String | 70 | M | Basis of the charge (e.g., \"PER_KILOGRAM\") |\n| chargeBreakdown.quantity | Number | n/a | M | Quantity of items or units (e.g., 250.5) |\n| chargeBreakdown.unitPrice | Number | n/a | M | Unit price for the charge (e.g., 50.00) |\n| chargeBreakdown.amount | Number | n/a | M | Amount for the charge (e.g., 12525.00) |\n| chargeBreakdown.currency | String | 3 | M | ISO 4217 currency code |\n| subtotal | Number | n/a | M | Total before tax (e.g., 21025.00) |\n| taxDetails | Array | n/a | M | Array of tax details, including taxType, taxRate, taxableAmount, and taxAmount |\n| taxDetails.taxType | String | 70 | M | Tax type |\n| taxDetails.taxRate | Number | n/a | M | Tax rate |\n| taxDetails.taxableAmount | Number | n/a | M | Amount subject to tax |\n| taxDetails.taxAmount | Number | n/a | M | Total tax amount |\n| totalTax | Number | n/a | M | Total tax amount |\n| totalAmount | Number | n/a | M | Total amount after tax |\n| currency | String | 3 | M | ISO 4217 currency code |\n| invoiceDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| dueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| paymentTerms | String | 255 | M | Payment terms (e.g., \"Due before cargo loading\") |\n| paymentMethod | String | 70 | M | Payment method (e.g., \"PSW_UPS\") |\n| notes | String | 1024 | O | Additional notes (max 1024 characters) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"17918e51-d4af-48da-96ae-fa193a778de0","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"bac94e5f-2d06-4fd0-8704-cbf219deae1e"}],"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":"**Requirement References**:\n\n- G.E30GHA.45\n    \n- G.E30ACA.46\n    \n- G.E30CB.47\n    \n- G.E30CGNR.48\n    \n\n**Use Case**: Issue & Distribute Ground Handling Invoice\n\n**Integration Point**: IN_FR-7-GHA-CASC-R-01-UC-01\n\n**Description:** GHA issues invoice for storage/acceptance charges to all liable parties\n\n**Process Flow**:\n\n- GHA System (E29GHA) → Airport Community System → Air Cargo Agent System (E30ACA)\n    \n- GHA System (E29GHA) → Airport Community System → Consignor System (E30CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| invoiceNumber | String | 70 | M | Format (e.g., GHA-KHI-INV-YYYYMMDD-XXX) |\n| invoiceType | String | 70 | M | Type of the invoice (e.g., \"CARGO_ACCEPTANCE\") |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| ghaDetails | Object | n/a | M | Must include name, code, address, taxId, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 70 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.address | String | 255 | M | Address of the GHA (e.g., \"Airport Cargo Terminal, Karachi\") |\n| ghaDetails.taxId | String | 70 | M | GHA tax ID (e.g., \"TIN-1234567890\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| billedTo | Object | n/a | M | Must include partyType, name, code, address, taxId, contactName, phone, email |\n| billedTo.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| billedTo.name | String | 255 | M | Name of the billed entity (e.g., \"Swift Air Cargo\") |\n| billedTo.code | String | 70 | M | Billed entity code (e.g., \"SAC-KHI-001\") |\n| billedTo.address | String | 255 | M | Address of the billed entity |\n| billedTo.taxId | String | 70 | M | Billed entity tax ID (e.g., \"TIN-9876543210\") |\n| billedTo.contactName | String | 255 | M | Contact name of the billed entity |\n| billedTo.phone | String | 16 | O | ITU E.164 numbering format |\n| billedTo.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| chargeBreakdown | Array | n/a | M | Array of charge breakdown items |\n| chargeBreakdown.chargeCode | String | 70 | M | Charge code (e.g., \"ACC\") |\n| chargeBreakdown.chargeDescription | String | 255 | M | Description of the charge (e.g., \"Cargo Acceptance Fee\") |\n| chargeBreakdown.basis | String | 70 | M | Basis of the charge (e.g., \"PER_KILOGRAM\") |\n| chargeBreakdown.quantity | Number | n/a | M | Quantity of items or units (e.g., 250.5) |\n| chargeBreakdown.unitPrice | Number | n/a | M | Unit price for the charge (e.g., 50.00) |\n| chargeBreakdown.amount | Number | n/a | M | Amount for the charge (e.g., 12525.00) |\n| chargeBreakdown.currency | String | 3 | M | ISO 4217 currency code |\n| subtotal | Number | n/a | M | Total before tax (e.g., 21025.00) |\n| taxDetails | Array | n/a | M | Array of tax details, including taxType, taxRate, taxableAmount, and taxAmount |\n| taxDetails.taxType | String | 70 | M | Tax type |\n| taxDetails.taxRate | Number | n/a | M | Tax rate |\n| taxDetails.taxableAmount | Number | n/a | M | Amount subject to tax |\n| taxDetails.taxAmount | Number | n/a | M | Total tax amount |\n| totalTax | Number | n/a | M | Total tax amount |\n| totalAmount | Number | n/a | M | Total amount after tax |\n| currency | String | 3 | M | ISO 4217 currency code |\n| invoiceDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| dueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| paymentTerms | String | 255 | M | Payment terms (e.g., \"Due before cargo loading\") |\n| paymentMethod | String | 70 | M | Payment method (e.g., \"PSW_UPS\") |\n| notes | String | 1024 | O | Additional notes (max 1024 characters) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"90569de9-76a2-4f62-a417-4b248fb483d3","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"70c22abf-cdf9-48cd-a42b-d601e4e4fa27"}],"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":"**Requirement References**:\n\n- G.E30GHA.45\n    \n- G.E30ACA.46\n    \n- G.E30CB.47\n    \n- G.E30CGNR.48\n    \n\n**Use Case**: Issue & Distribute Ground Handling Invoice\n\n**Integration Point**: IN_FR-7-GHA-CASC-R-01-UC-01\n\n**Description:** GHA issues invoice for storage/acceptance charges to all liable parties\n\n**Process Flow**:\n\n- GHA System (E29GHA) → Airport Community System → Air Cargo Agent System (E30ACA)\n    \n- GHA System (E29GHA) → Airport Community System → Consignor System (E30CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| invoiceNumber | String | 70 | M | Format (e.g., GHA-KHI-INV-YYYYMMDD-XXX) |\n| invoiceType | String | 70 | M | Type of the invoice (e.g., \"CARGO_ACCEPTANCE\") |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| ghaDetails | Object | n/a | M | Must include name, code, address, taxId, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 70 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.address | String | 255 | M | Address of the GHA (e.g., \"Airport Cargo Terminal, Karachi\") |\n| ghaDetails.taxId | String | 70 | M | GHA tax ID (e.g., \"TIN-1234567890\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| billedTo | Object | n/a | M | Must include partyType, name, code, address, taxId, contactName, phone, email |\n| billedTo.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| billedTo.name | String | 255 | M | Name of the billed entity (e.g., \"Swift Air Cargo\") |\n| billedTo.code | String | 70 | M | Billed entity code (e.g., \"SAC-KHI-001\") |\n| billedTo.address | String | 255 | M | Address of the billed entity |\n| billedTo.taxId | String | 70 | M | Billed entity tax ID (e.g., \"TIN-9876543210\") |\n| billedTo.contactName | String | 255 | M | Contact name of the billed entity |\n| billedTo.phone | String | 16 | O | ITU E.164 numbering format |\n| billedTo.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| chargeBreakdown | Array | n/a | M | Array of charge breakdown items |\n| chargeBreakdown.chargeCode | String | 70 | M | Charge code (e.g., \"ACC\") |\n| chargeBreakdown.chargeDescription | String | 255 | M | Description of the charge (e.g., \"Cargo Acceptance Fee\") |\n| chargeBreakdown.basis | String | 70 | M | Basis of the charge (e.g., \"PER_KILOGRAM\") |\n| chargeBreakdown.quantity | Number | n/a | M | Quantity of items or units (e.g., 250.5) |\n| chargeBreakdown.unitPrice | Number | n/a | M | Unit price for the charge (e.g., 50.00) |\n| chargeBreakdown.amount | Number | n/a | M | Amount for the charge (e.g., 12525.00) |\n| chargeBreakdown.currency | String | 3 | M | ISO 4217 currency code |\n| subtotal | Number | n/a | M | Total before tax (e.g., 21025.00) |\n| taxDetails | Array | n/a | M | Array of tax details, including taxType, taxRate, taxableAmount, and taxAmount |\n| taxDetails.taxType | String | 70 | M | Tax type |\n| taxDetails.taxRate | Number | n/a | M | Tax rate |\n| taxDetails.taxableAmount | Number | n/a | M | Amount subject to tax |\n| taxDetails.taxAmount | Number | n/a | M | Total tax amount |\n| totalTax | Number | n/a | M | Total tax amount |\n| totalAmount | Number | n/a | M | Total amount after tax |\n| currency | String | 3 | M | ISO 4217 currency code |\n| invoiceDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| dueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| paymentTerms | String | 255 | M | Payment terms (e.g., \"Due before cargo loading\") |\n| paymentMethod | String | 70 | M | Payment method (e.g., \"PSW_UPS\") |\n| notes | String | 1024 | O | Additional notes (max 1024 characters) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"f8d785e5-de89-489e-a25a-8aa613dd2b6c"},{"name":"Process GHA Payment","id":"0adaf997-cd75-40c4-9044-1edd7a8b2552","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"564c6fab-9e65-44fc-a00a-1646ae3960c7"}],"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":[{"id":"e6daa7c1-3829-4368-bde0-7e17170057d0","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"9bc0efc0-366e-4479-a6e9-11d26d03c642"}],"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":"**Requirement References**:\n\n- G.E31ACA.49\n    \n- G.E31CGNR.50\n    \n- G.E31CB.51\n    \n- G.E31GHA.52\n    \n\n**Use Case**: Process Ground Handling Payments\n\n**Integration Point:** IN_FR-7-GHA-CASC-R-01-UC-03\n\n**Description:** ACA, Consignor or CB makes payment for storage/acceptance charges\n\n**Process Flows**:\n\n- Air Cargo Agent System (E30ACA) → Airport Community System → GHA System (E31GHA)\n    \n- Consignor System (E30CGNR) → Airport Community System → GHA System (E31GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Format (e.g., PAY-GHA-YYYYMMDD-XXX) |\n| invoiceId | String | 70 | M | Invoice ID format |\n| invoiceNumber | String | 70 | M | Invoice number format |\n| psid | String | 70 | M | Format (e.g., UPS-GHA-CARGO-YYYYMMDD-XXX) |\n| payerDetails | Object | n/a | M | Must include partyType, name, code, accountNumber, contactName, phone, email |\n| payerDetails.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| payerDetails.name | String | 255 | M | Name of the payer |\n| payerDetails.code | String | 70 | M | Payer code (e.g., \"SAC-KHI-001\") |\n| payerDetails.accountNumber | String | 70 | M | Account number |\n| payerDetails.contactName | String | 255 | M | Contact name of the payer |\n| payerDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| payerDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| paymentAmount | Number | n/a | M | Total payment amount |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 70 | M | Payment method |\n| paymentDetails | Object | n/a | M | Must include upsTransactionId, bankName, accountNumber, transactionType, authorizationCode |\n| paymentDetails.upsTransactionId | String | 70 | M | Transaction ID for UPS payment |\n| paymentDetails.bankName | String | 255 | M | Name of the bank |\n| paymentDetails.accountNumber | String | 70 | M | Account number used for payment |\n| paymentDetails.transactionType | String | 70 | M | Type of transaction |\n| paymentDetails.authorizationCode | String | 70 | M | Authorization code for the transaction |\n| paymentDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Additional remarks |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"af410460-f3ca-4ba0-82b5-a678623095f4","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"1ed5b80d-f89e-428e-a6cb-48b354726e93"}],"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":"**Requirement References**:\n\n- G.E31ACA.49\n    \n- G.E31CGNR.50\n    \n- G.E31CB.51\n    \n- G.E31GHA.52\n    \n\n**Use Case**: Process Ground Handling Payments\n\n**Integration Point:** IN_FR-7-GHA-CASC-R-01-UC-03\n\n**Description:** ACA, Consignor or CB makes payment for storage/acceptance charges\n\n**Process Flows**:\n\n- Air Cargo Agent System (E30ACA) → Airport Community System → GHA System (E31GHA)\n    \n- Consignor System (E30CGNR) → Airport Community System → GHA System (E31GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Format (e.g., PAY-GHA-YYYYMMDD-XXX) |\n| invoiceId | String | 70 | M | Invoice ID format |\n| invoiceNumber | String | 70 | M | Invoice number format |\n| psid | String | 70 | M | Format (e.g., UPS-GHA-CARGO-YYYYMMDD-XXX) |\n| payerDetails | Object | n/a | M | Must include partyType, name, code, accountNumber, contactName, phone, email |\n| payerDetails.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| payerDetails.name | String | 255 | M | Name of the payer |\n| payerDetails.code | String | 70 | M | Payer code (e.g., \"SAC-KHI-001\") |\n| payerDetails.accountNumber | String | 70 | M | Account number |\n| payerDetails.contactName | String | 255 | M | Contact name of the payer |\n| payerDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| payerDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| paymentAmount | Number | n/a | M | Total payment amount |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 70 | M | Payment method |\n| paymentDetails | Object | n/a | M | Must include upsTransactionId, bankName, accountNumber, transactionType, authorizationCode |\n| paymentDetails.upsTransactionId | String | 70 | M | Transaction ID for UPS payment |\n| paymentDetails.bankName | String | 255 | M | Name of the bank |\n| paymentDetails.accountNumber | String | 70 | M | Account number used for payment |\n| paymentDetails.transactionType | String | 70 | M | Type of transaction |\n| paymentDetails.authorizationCode | String | 70 | M | Authorization code for the transaction |\n| paymentDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Additional remarks |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"1c6fdddd-00e1-417b-92c7-d0bcf98960f4","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"2fe7a5fb-f07d-4100-8102-5e988d8682b2"}],"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":"**Requirement References**:\n\n- G.E31ACA.49\n    \n- G.E31CGNR.50\n    \n- G.E31CB.51\n    \n- G.E31GHA.52\n    \n\n**Use Case**: Process Ground Handling Payments\n\n**Integration Point:** IN_FR-7-GHA-CASC-R-01-UC-03\n\n**Description:** ACA, Consignor or CB makes payment for storage/acceptance charges\n\n**Process Flows**:\n\n- Air Cargo Agent System (E30ACA) → Airport Community System → GHA System (E31GHA)\n    \n- Consignor System (E30CGNR) → Airport Community System → GHA System (E31GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Format (e.g., PAY-GHA-YYYYMMDD-XXX) |\n| invoiceId | String | 70 | M | Invoice ID format |\n| invoiceNumber | String | 70 | M | Invoice number format |\n| psid | String | 70 | M | Format (e.g., UPS-GHA-CARGO-YYYYMMDD-XXX) |\n| payerDetails | Object | n/a | M | Must include partyType, name, code, accountNumber, contactName, phone, email |\n| payerDetails.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| payerDetails.name | String | 255 | M | Name of the payer |\n| payerDetails.code | String | 70 | M | Payer code (e.g., \"SAC-KHI-001\") |\n| payerDetails.accountNumber | String | 70 | M | Account number |\n| payerDetails.contactName | String | 255 | M | Contact name of the payer |\n| payerDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| payerDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| paymentAmount | Number | n/a | M | Total payment amount |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 70 | M | Payment method |\n| paymentDetails | Object | n/a | M | Must include upsTransactionId, bankName, accountNumber, transactionType, authorizationCode |\n| paymentDetails.upsTransactionId | String | 70 | M | Transaction ID for UPS payment |\n| paymentDetails.bankName | String | 255 | M | Name of the bank |\n| paymentDetails.accountNumber | String | 70 | M | Account number used for payment |\n| paymentDetails.transactionType | String | 70 | M | Type of transaction |\n| paymentDetails.authorizationCode | String | 70 | M | Authorization code for the transaction |\n| paymentDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Additional remarks |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"e771b723-7f72-4b84-aa8c-d85f743de2a8","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d7ec97da-0224-4271-92c8-f9b7bba62ddf"}],"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":"**Requirement References**:\n\n- G.E31ACA.49\n    \n- G.E31CGNR.50\n    \n- G.E31CB.51\n    \n- G.E31GHA.52\n    \n\n**Use Case**: Process Ground Handling Payments\n\n**Integration Point:** IN_FR-7-GHA-CASC-R-01-UC-03\n\n**Description:** ACA, Consignor or CB makes payment for storage/acceptance charges\n\n**Process Flows**:\n\n- Air Cargo Agent System (E30ACA) → Airport Community System → GHA System (E31GHA)\n    \n- Consignor System (E30CGNR) → Airport Community System → GHA System (E31GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Format (e.g., PAY-GHA-YYYYMMDD-XXX) |\n| invoiceId | String | 70 | M | Invoice ID format |\n| invoiceNumber | String | 70 | M | Invoice number format |\n| psid | String | 70 | M | Format (e.g., UPS-GHA-CARGO-YYYYMMDD-XXX) |\n| payerDetails | Object | n/a | M | Must include partyType, name, code, accountNumber, contactName, phone, email |\n| payerDetails.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| payerDetails.name | String | 255 | M | Name of the payer |\n| payerDetails.code | String | 70 | M | Payer code (e.g., \"SAC-KHI-001\") |\n| payerDetails.accountNumber | String | 70 | M | Account number |\n| payerDetails.contactName | String | 255 | M | Contact name of the payer |\n| payerDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| payerDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| paymentAmount | Number | n/a | M | Total payment amount |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 70 | M | Payment method |\n| paymentDetails | Object | n/a | M | Must include upsTransactionId, bankName, accountNumber, transactionType, authorizationCode |\n| paymentDetails.upsTransactionId | String | 70 | M | Transaction ID for UPS payment |\n| paymentDetails.bankName | String | 255 | M | Name of the bank |\n| paymentDetails.accountNumber | String | 70 | M | Account number used for payment |\n| paymentDetails.transactionType | String | 70 | M | Type of transaction |\n| paymentDetails.authorizationCode | String | 70 | M | Authorization code for the transaction |\n| paymentDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Additional remarks |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d2a7a0c3-6675-44e7-aba6-047829424b67","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"82337fb6-3fa4-4e5f-84c0-31b02cabf276"}],"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":"**Requirement References**:\n\n- G.E31ACA.49\n    \n- G.E31CGNR.50\n    \n- G.E31CB.51\n    \n- G.E31GHA.52\n    \n\n**Use Case**: Process Ground Handling Payments\n\n**Integration Point:** IN_FR-7-GHA-CASC-R-01-UC-03\n\n**Description:** ACA, Consignor or CB makes payment for storage/acceptance charges\n\n**Process Flows**:\n\n- Air Cargo Agent System (E30ACA) → Airport Community System → GHA System (E31GHA)\n    \n- Consignor System (E30CGNR) → Airport Community System → GHA System (E31GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Format (e.g., PAY-GHA-YYYYMMDD-XXX) |\n| invoiceId | String | 70 | M | Invoice ID format |\n| invoiceNumber | String | 70 | M | Invoice number format |\n| psid | String | 70 | M | Format (e.g., UPS-GHA-CARGO-YYYYMMDD-XXX) |\n| payerDetails | Object | n/a | M | Must include partyType, name, code, accountNumber, contactName, phone, email |\n| payerDetails.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| payerDetails.name | String | 255 | M | Name of the payer |\n| payerDetails.code | String | 70 | M | Payer code (e.g., \"SAC-KHI-001\") |\n| payerDetails.accountNumber | String | 70 | M | Account number |\n| payerDetails.contactName | String | 255 | M | Contact name of the payer |\n| payerDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| payerDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| paymentAmount | Number | n/a | M | Total payment amount |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 70 | M | Payment method |\n| paymentDetails | Object | n/a | M | Must include upsTransactionId, bankName, accountNumber, transactionType, authorizationCode |\n| paymentDetails.upsTransactionId | String | 70 | M | Transaction ID for UPS payment |\n| paymentDetails.bankName | String | 255 | M | Name of the bank |\n| paymentDetails.accountNumber | String | 70 | M | Account number used for payment |\n| paymentDetails.transactionType | String | 70 | M | Type of transaction |\n| paymentDetails.authorizationCode | String | 70 | M | Authorization code for the transaction |\n| paymentDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Additional remarks |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"0adaf997-cd75-40c4-9044-1edd7a8b2552"}],"id":"0aa9020b-ec4b-48dd-bf86-12dc711669af","description":"<p>Invoices and payments record the handling charges and the money collected for them. Users create GHA invoices and process payments.</p>\n","_postman_id":"0aa9020b-ec4b-48dd-bf86-12dc711669af","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"6adc66c8-562b-48d0-abb7-7c426bf5f128","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"b402f656-4c62-4d62-9354-0c7c368d5206"}],"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":[{"id":"3e8aeeb3-1cc7-4cbe-9273-4a8439570e5e","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"255a655e-a197-499d-a658-e38d5d73c2d1"}],"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":"**Requirement References**:\n\n- G.E32GHA.53\n    \n- G.E33AL.54\n    \n\n**Use Case**: Create and Receive Digital Pouch\n\n**Integration Point**: IN_FR-8-GHA-PSD-R-01-UC-01\n\n**Description:** GHA compiles and shares the Digital Pouch (all export docs)\n\n**Process Flow**: GHA System (E31GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| pouchReference | String | 70 | M | Format (e.g., DPO-KHI-EK606-YYYYMMDD-XXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airline | String | 255 | M | Airline name |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| mawbNumbers | Array | n/a | M | Array must contain ≥1 valid MAWB, AWB number format (nnn-nnnnnnnn) |\n| hawbDetails | Array | n/a | M | Array of house air waybill details |\n| hawbDetails.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbDetails.pieces | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight | Object | n/a | M | Must include value and unit |\n| hawbDetails.weight.value | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.commodity | String | 255 | M | Description of the commodity (e.g., \"Electronics - Mobile Phones\") |\n| hawbDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| hawbDetails.dimensions.volume | Number | n/a | M | Volume of the shipment |\n| hawbDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.consignor | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignor.name | String | 255 | M | Name of the consignor |\n| hawbDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| hawbDetails.consignor.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignor.address.street | String | 255 | M | Street address of consignor |\n| hawbDetails.consignor.address.city | String | 70 | M | City of consignor |\n| hawbDetails.consignor.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| hawbDetails.consignee | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignee.name | String | 255 | M | Name of the consignee |\n| hawbDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| hawbDetails.consignee.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignee.address.street | String | 255 | M | Street address of consignee |\n| hawbDetails.consignee.address.city | String | 70 | M | City of consignee |\n| hawbDetails.consignee.address.countryCode | String | 2 | M | ISO 3166 country code |\n| ghaDetails | Object | n/a | M | Must include name, code, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 50 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| createdBy | Object | n/a | M | Must include name, employeeId, designation |\n| createdBy.name | String | 255 | M | Name of the creator |\n| createdBy.employeeId | String | 70 | M | Employee ID of the creator |\n| createdBy.designation | String | 255 | M | Designation of the creator |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Array must contain ≥1 recipient object with type and id |\n| recipients.type | String | 35 | M | Type of recipient (e.g., \"gha\", \"consignor\", \"airline\") |\n| recipients.id | String | 70 | M | Unique recipient identifier |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"71dd976e-10db-4719-b966-7bdc6835c439","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"49eda039-fda8-4c4e-967d-cddf3ce9218a"}],"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":"**Requirement References**:\n\n- G.E32GHA.53\n    \n- G.E33AL.54\n    \n\n**Use Case**: Create and Receive Digital Pouch\n\n**Integration Point**: IN_FR-8-GHA-PSD-R-01-UC-01\n\n**Description:** GHA compiles and shares the Digital Pouch (all export docs)\n\n**Process Flow**: GHA System (E31GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| pouchReference | String | 70 | M | Format (e.g., DPO-KHI-EK606-YYYYMMDD-XXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airline | String | 255 | M | Airline name |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| mawbNumbers | Array | n/a | M | Array must contain ≥1 valid MAWB, AWB number format (nnn-nnnnnnnn) |\n| hawbDetails | Array | n/a | M | Array of house air waybill details |\n| hawbDetails.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbDetails.pieces | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight | Object | n/a | M | Must include value and unit |\n| hawbDetails.weight.value | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.commodity | String | 255 | M | Description of the commodity (e.g., \"Electronics - Mobile Phones\") |\n| hawbDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| hawbDetails.dimensions.volume | Number | n/a | M | Volume of the shipment |\n| hawbDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.consignor | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignor.name | String | 255 | M | Name of the consignor |\n| hawbDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| hawbDetails.consignor.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignor.address.street | String | 255 | M | Street address of consignor |\n| hawbDetails.consignor.address.city | String | 70 | M | City of consignor |\n| hawbDetails.consignor.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| hawbDetails.consignee | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignee.name | String | 255 | M | Name of the consignee |\n| hawbDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| hawbDetails.consignee.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignee.address.street | String | 255 | M | Street address of consignee |\n| hawbDetails.consignee.address.city | String | 70 | M | City of consignee |\n| hawbDetails.consignee.address.countryCode | String | 2 | M | ISO 3166 country code |\n| ghaDetails | Object | n/a | M | Must include name, code, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 50 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| createdBy | Object | n/a | M | Must include name, employeeId, designation |\n| createdBy.name | String | 255 | M | Name of the creator |\n| createdBy.employeeId | String | 70 | M | Employee ID of the creator |\n| createdBy.designation | String | 255 | M | Designation of the creator |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Array must contain ≥1 recipient object with type and id |\n| recipients.type | String | 35 | M | Type of recipient (e.g., \"gha\", \"consignor\", \"airline\") |\n| recipients.id | String | 70 | M | Unique recipient identifier |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"e8005a02-5a66-4b6d-a667-f23c2b0f1914","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"773f3844-8d7e-4fa6-8e5c-70d02e887a01"}],"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":"**Requirement References**:\n\n- G.E32GHA.53\n    \n- G.E33AL.54\n    \n\n**Use Case**: Create and Receive Digital Pouch\n\n**Integration Point**: IN_FR-8-GHA-PSD-R-01-UC-01\n\n**Description:** GHA compiles and shares the Digital Pouch (all export docs)\n\n**Process Flow**: GHA System (E31GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| pouchReference | String | 70 | M | Format (e.g., DPO-KHI-EK606-YYYYMMDD-XXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airline | String | 255 | M | Airline name |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| mawbNumbers | Array | n/a | M | Array must contain ≥1 valid MAWB, AWB number format (nnn-nnnnnnnn) |\n| hawbDetails | Array | n/a | M | Array of house air waybill details |\n| hawbDetails.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbDetails.pieces | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight | Object | n/a | M | Must include value and unit |\n| hawbDetails.weight.value | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.commodity | String | 255 | M | Description of the commodity (e.g., \"Electronics - Mobile Phones\") |\n| hawbDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| hawbDetails.dimensions.volume | Number | n/a | M | Volume of the shipment |\n| hawbDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.consignor | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignor.name | String | 255 | M | Name of the consignor |\n| hawbDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| hawbDetails.consignor.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignor.address.street | String | 255 | M | Street address of consignor |\n| hawbDetails.consignor.address.city | String | 70 | M | City of consignor |\n| hawbDetails.consignor.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| hawbDetails.consignee | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignee.name | String | 255 | M | Name of the consignee |\n| hawbDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| hawbDetails.consignee.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignee.address.street | String | 255 | M | Street address of consignee |\n| hawbDetails.consignee.address.city | String | 70 | M | City of consignee |\n| hawbDetails.consignee.address.countryCode | String | 2 | M | ISO 3166 country code |\n| ghaDetails | Object | n/a | M | Must include name, code, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 50 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| createdBy | Object | n/a | M | Must include name, employeeId, designation |\n| createdBy.name | String | 255 | M | Name of the creator |\n| createdBy.employeeId | String | 70 | M | Employee ID of the creator |\n| createdBy.designation | String | 255 | M | Designation of the creator |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Array must contain ≥1 recipient object with type and id |\n| recipients.type | String | 35 | M | Type of recipient (e.g., \"gha\", \"consignor\", \"airline\") |\n| recipients.id | String | 70 | M | Unique recipient identifier |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"ea7d1b1d-8589-4a38-b4a9-dc746d97cf49","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"9efc4b39-f9e9-4d4e-a8c7-7014611d9f1b"}],"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":"**Requirement References**:\n\n- G.E32GHA.53\n    \n- G.E33AL.54\n    \n\n**Use Case**: Create and Receive Digital Pouch\n\n**Integration Point**: IN_FR-8-GHA-PSD-R-01-UC-01\n\n**Description:** GHA compiles and shares the Digital Pouch (all export docs)\n\n**Process Flow**: GHA System (E31GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| pouchReference | String | 70 | M | Format (e.g., DPO-KHI-EK606-YYYYMMDD-XXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airline | String | 255 | M | Airline name |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| mawbNumbers | Array | n/a | M | Array must contain ≥1 valid MAWB, AWB number format (nnn-nnnnnnnn) |\n| hawbDetails | Array | n/a | M | Array of house air waybill details |\n| hawbDetails.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbDetails.pieces | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight | Object | n/a | M | Must include value and unit |\n| hawbDetails.weight.value | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.commodity | String | 255 | M | Description of the commodity (e.g., \"Electronics - Mobile Phones\") |\n| hawbDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| hawbDetails.dimensions.volume | Number | n/a | M | Volume of the shipment |\n| hawbDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.consignor | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignor.name | String | 255 | M | Name of the consignor |\n| hawbDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| hawbDetails.consignor.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignor.address.street | String | 255 | M | Street address of consignor |\n| hawbDetails.consignor.address.city | String | 70 | M | City of consignor |\n| hawbDetails.consignor.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| hawbDetails.consignee | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignee.name | String | 255 | M | Name of the consignee |\n| hawbDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| hawbDetails.consignee.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignee.address.street | String | 255 | M | Street address of consignee |\n| hawbDetails.consignee.address.city | String | 70 | M | City of consignee |\n| hawbDetails.consignee.address.countryCode | String | 2 | M | ISO 3166 country code |\n| ghaDetails | Object | n/a | M | Must include name, code, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 50 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| createdBy | Object | n/a | M | Must include name, employeeId, designation |\n| createdBy.name | String | 255 | M | Name of the creator |\n| createdBy.employeeId | String | 70 | M | Employee ID of the creator |\n| createdBy.designation | String | 255 | M | Designation of the creator |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Array must contain ≥1 recipient object with type and id |\n| recipients.type | String | 35 | M | Type of recipient (e.g., \"gha\", \"consignor\", \"airline\") |\n| recipients.id | String | 70 | M | Unique recipient identifier |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"7c64a94a-e80b-4c1b-b83c-d8dc0861806c","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"f17bf292-4b10-49a7-b8f5-fb067c7e9b8a"}],"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":"**Requirement References**:\n\n- G.E32GHA.53\n    \n- G.E33AL.54\n    \n\n**Use Case**: Create and Receive Digital Pouch\n\n**Integration Point**: IN_FR-8-GHA-PSD-R-01-UC-01\n\n**Description:** GHA compiles and shares the Digital Pouch (all export docs)\n\n**Process Flow**: GHA System (E31GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| pouchReference | String | 70 | M | Format (e.g., DPO-KHI-EK606-YYYYMMDD-XXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airline | String | 255 | M | Airline name |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| mawbNumbers | Array | n/a | M | Array must contain ≥1 valid MAWB, AWB number format (nnn-nnnnnnnn) |\n| hawbDetails | Array | n/a | M | Array of house air waybill details |\n| hawbDetails.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbDetails.pieces | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight | Object | n/a | M | Must include value and unit |\n| hawbDetails.weight.value | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.commodity | String | 255 | M | Description of the commodity (e.g., \"Electronics - Mobile Phones\") |\n| hawbDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| hawbDetails.dimensions.volume | Number | n/a | M | Volume of the shipment |\n| hawbDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.consignor | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignor.name | String | 255 | M | Name of the consignor |\n| hawbDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| hawbDetails.consignor.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignor.address.street | String | 255 | M | Street address of consignor |\n| hawbDetails.consignor.address.city | String | 70 | M | City of consignor |\n| hawbDetails.consignor.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| hawbDetails.consignee | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignee.name | String | 255 | M | Name of the consignee |\n| hawbDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| hawbDetails.consignee.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignee.address.street | String | 255 | M | Street address of consignee |\n| hawbDetails.consignee.address.city | String | 70 | M | City of consignee |\n| hawbDetails.consignee.address.countryCode | String | 2 | M | ISO 3166 country code |\n| ghaDetails | Object | n/a | M | Must include name, code, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 50 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| createdBy | Object | n/a | M | Must include name, employeeId, designation |\n| createdBy.name | String | 255 | M | Name of the creator |\n| createdBy.employeeId | String | 70 | M | Employee ID of the creator |\n| createdBy.designation | String | 255 | M | Designation of the creator |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Array must contain ≥1 recipient object with type and id |\n| recipients.type | String | 35 | M | Type of recipient (e.g., \"gha\", \"consignor\", \"airline\") |\n| recipients.id | String | 70 | M | Unique recipient identifier |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"6adc66c8-562b-48d0-abb7-7c426bf5f128"},{"name":"Add Document to Digital Pouch","id":"f73500d1-068e-4180-a453-9e078ebc7f3f","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"560e5ec2-9295-4463-8bd3-fbaa1fe7fbc9"}],"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":[{"id":"fdfafcac-6cd9-4f55-a9b7-84cab5f0efe5","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"56904af8-3ce0-40c4-ad18-7d21495fa791"}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/digital-pouches/:id/documents","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","export","digital-pouches",":id","documents"],"variable":[{"key":"id"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E32GHA.53\n    \n- G.E33AL.54\n    \n\n**Use Case**: Create and Receive Digital Pouch\n\n**Integration Point**: IN_FR-8-GHA-PSD-R-01-UC-01\n\n**Description:** GHA compiles and shares the Digital Pouch (all export docs)\n\n**Document Types**:\n\n- `MAWB`: Master Air Waybill (mandatory)\n    \n- `HAWB`: House Air Waybill (mandatory for consolidations)\n    \n- `GD`: Goods Declaration (mandatory)\n    \n- `COMMERCIAL_INVOICE`: Commercial invoice (mandatory)\n    \n- `PACKING_LIST`: Packing list (mandatory)\n    \n- `CERTIFICATE_OF_ORIGIN`: Certificate of origin\n    \n- `PHYTOSANITARY_CERT`: Phytosanitary certificate\n    \n- `NOC`: No Objection Certificate\n    \n- `E_CSD`: Electronic Consignment Security Declaration (mandatory)\n    \n- `DANGEROUS_GOODS_DECL`: Dangerous goods declaration\n    \n- `GHA_INVOICE`: GHA invoice\n    \n- `PAYMENT_RECEIPT`: Payment receipt\n    \n- `OTHER`: Other supporting documents\n    \n\n**Process Flow**: GHA System (E32GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| id | String | 70 | M | UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| name | String | 255 | M | File name (e.g., \"1.png\") |\n| contentType | String | 70 | M | MIME type (e.g., \"image/png\") |\n| size | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| documentType | String | 70 | M | Type of document (e.g., \"MAWB\") |\n| documentNumber | String | 70 | M | Document reference number |\n| documentTitle | String | 255 | O | Title of the document (display title) |\n| documentFile | String | n/a | O | Base64-encoded PDF file content |\n| fileSize | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| fileType | String | 70 | M | Must be application/pdf |\n| issuer | String | 255 | M | Organization that issued the document (e.g., \"Emirates Airlines\") |\n| issueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| isMandatory | Boolean | n/a | M | Boolean value (true/false) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1f6b9c6c-d540-45d4-90f0-4a2eb983e866","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"3211e0f8-f8c4-4a02-bde4-290b02e3b77a"}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/digital-pouches/:id/documents","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","export","digital-pouches",":id","documents"],"variable":[{"key":"id"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E32GHA.53\n    \n- G.E33AL.54\n    \n\n**Use Case**: Create and Receive Digital Pouch\n\n**Integration Point**: IN_FR-8-GHA-PSD-R-01-UC-01\n\n**Description:** GHA compiles and shares the Digital Pouch (all export docs)\n\n**Document Types**:\n\n- `MAWB`: Master Air Waybill (mandatory)\n    \n- `HAWB`: House Air Waybill (mandatory for consolidations)\n    \n- `GD`: Goods Declaration (mandatory)\n    \n- `COMMERCIAL_INVOICE`: Commercial invoice (mandatory)\n    \n- `PACKING_LIST`: Packing list (mandatory)\n    \n- `CERTIFICATE_OF_ORIGIN`: Certificate of origin\n    \n- `PHYTOSANITARY_CERT`: Phytosanitary certificate\n    \n- `NOC`: No Objection Certificate\n    \n- `E_CSD`: Electronic Consignment Security Declaration (mandatory)\n    \n- `DANGEROUS_GOODS_DECL`: Dangerous goods declaration\n    \n- `GHA_INVOICE`: GHA invoice\n    \n- `PAYMENT_RECEIPT`: Payment receipt\n    \n- `OTHER`: Other supporting documents\n    \n\n**Process Flow**: GHA System (E32GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| id | String | 70 | M | UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| name | String | 255 | M | File name (e.g., \"1.png\") |\n| contentType | String | 70 | M | MIME type (e.g., \"image/png\") |\n| size | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| documentType | String | 70 | M | Type of document (e.g., \"MAWB\") |\n| documentNumber | String | 70 | M | Document reference number |\n| documentTitle | String | 255 | O | Title of the document (display title) |\n| documentFile | String | n/a | O | Base64-encoded PDF file content |\n| fileSize | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| fileType | String | 70 | M | Must be application/pdf |\n| issuer | String | 255 | M | Organization that issued the document (e.g., \"Emirates Airlines\") |\n| issueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| isMandatory | Boolean | n/a | M | Boolean value (true/false) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"000ec5e1-b1d0-4767-b01b-521a2401c602","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"05870708-26e6-4700-a939-4bd836132f9c"}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/digital-pouches/:id/documents","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","export","digital-pouches",":id","documents"],"variable":[{"key":"id"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E32GHA.53\n    \n- G.E33AL.54\n    \n\n**Use Case**: Create and Receive Digital Pouch\n\n**Integration Point**: IN_FR-8-GHA-PSD-R-01-UC-01\n\n**Description:** GHA compiles and shares the Digital Pouch (all export docs)\n\n**Document Types**:\n\n- `MAWB`: Master Air Waybill (mandatory)\n    \n- `HAWB`: House Air Waybill (mandatory for consolidations)\n    \n- `GD`: Goods Declaration (mandatory)\n    \n- `COMMERCIAL_INVOICE`: Commercial invoice (mandatory)\n    \n- `PACKING_LIST`: Packing list (mandatory)\n    \n- `CERTIFICATE_OF_ORIGIN`: Certificate of origin\n    \n- `PHYTOSANITARY_CERT`: Phytosanitary certificate\n    \n- `NOC`: No Objection Certificate\n    \n- `E_CSD`: Electronic Consignment Security Declaration (mandatory)\n    \n- `DANGEROUS_GOODS_DECL`: Dangerous goods declaration\n    \n- `GHA_INVOICE`: GHA invoice\n    \n- `PAYMENT_RECEIPT`: Payment receipt\n    \n- `OTHER`: Other supporting documents\n    \n\n**Process Flow**: GHA System (E32GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| id | String | 70 | M | UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| name | String | 255 | M | File name (e.g., \"1.png\") |\n| contentType | String | 70 | M | MIME type (e.g., \"image/png\") |\n| size | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| documentType | String | 70 | M | Type of document (e.g., \"MAWB\") |\n| documentNumber | String | 70 | M | Document reference number |\n| documentTitle | String | 255 | O | Title of the document (display title) |\n| documentFile | String | n/a | O | Base64-encoded PDF file content |\n| fileSize | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| fileType | String | 70 | M | Must be application/pdf |\n| issuer | String | 255 | M | Organization that issued the document (e.g., \"Emirates Airlines\") |\n| issueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| isMandatory | Boolean | n/a | M | Boolean value (true/false) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"1785ed56-7ea7-4869-aeee-112d58f7cd0a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"bba77175-163f-4aec-a3bb-63e44a5976bd"}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/digital-pouches/:id/documents","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","export","digital-pouches",":id","documents"],"variable":[{"key":"id"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E32GHA.53\n    \n- G.E33AL.54\n    \n\n**Use Case**: Create and Receive Digital Pouch\n\n**Integration Point**: IN_FR-8-GHA-PSD-R-01-UC-01\n\n**Description:** GHA compiles and shares the Digital Pouch (all export docs)\n\n**Document Types**:\n\n- `MAWB`: Master Air Waybill (mandatory)\n    \n- `HAWB`: House Air Waybill (mandatory for consolidations)\n    \n- `GD`: Goods Declaration (mandatory)\n    \n- `COMMERCIAL_INVOICE`: Commercial invoice (mandatory)\n    \n- `PACKING_LIST`: Packing list (mandatory)\n    \n- `CERTIFICATE_OF_ORIGIN`: Certificate of origin\n    \n- `PHYTOSANITARY_CERT`: Phytosanitary certificate\n    \n- `NOC`: No Objection Certificate\n    \n- `E_CSD`: Electronic Consignment Security Declaration (mandatory)\n    \n- `DANGEROUS_GOODS_DECL`: Dangerous goods declaration\n    \n- `GHA_INVOICE`: GHA invoice\n    \n- `PAYMENT_RECEIPT`: Payment receipt\n    \n- `OTHER`: Other supporting documents\n    \n\n**Process Flow**: GHA System (E32GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| id | String | 70 | M | UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| name | String | 255 | M | File name (e.g., \"1.png\") |\n| contentType | String | 70 | M | MIME type (e.g., \"image/png\") |\n| size | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| documentType | String | 70 | M | Type of document (e.g., \"MAWB\") |\n| documentNumber | String | 70 | M | Document reference number |\n| documentTitle | String | 255 | O | Title of the document (display title) |\n| documentFile | String | n/a | O | Base64-encoded PDF file content |\n| fileSize | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| fileType | String | 70 | M | Must be application/pdf |\n| issuer | String | 255 | M | Organization that issued the document (e.g., \"Emirates Airlines\") |\n| issueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| isMandatory | Boolean | n/a | M | Boolean value (true/false) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"8540a2d8-b273-40ee-93e8-70dc7cad1588","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"2325e117-69ca-4647-87f9-90f3e8201727"}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/digital-pouches/:id/documents","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","export","digital-pouches",":id","documents"],"variable":[{"key":"id"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E32GHA.53\n    \n- G.E33AL.54\n    \n\n**Use Case**: Create and Receive Digital Pouch\n\n**Integration Point**: IN_FR-8-GHA-PSD-R-01-UC-01\n\n**Description:** GHA compiles and shares the Digital Pouch (all export docs)\n\n**Document Types**:\n\n- `MAWB`: Master Air Waybill (mandatory)\n    \n- `HAWB`: House Air Waybill (mandatory for consolidations)\n    \n- `GD`: Goods Declaration (mandatory)\n    \n- `COMMERCIAL_INVOICE`: Commercial invoice (mandatory)\n    \n- `PACKING_LIST`: Packing list (mandatory)\n    \n- `CERTIFICATE_OF_ORIGIN`: Certificate of origin\n    \n- `PHYTOSANITARY_CERT`: Phytosanitary certificate\n    \n- `NOC`: No Objection Certificate\n    \n- `E_CSD`: Electronic Consignment Security Declaration (mandatory)\n    \n- `DANGEROUS_GOODS_DECL`: Dangerous goods declaration\n    \n- `GHA_INVOICE`: GHA invoice\n    \n- `PAYMENT_RECEIPT`: Payment receipt\n    \n- `OTHER`: Other supporting documents\n    \n\n**Process Flow**: GHA System (E32GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| id | String | 70 | M | UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| name | String | 255 | M | File name (e.g., \"1.png\") |\n| contentType | String | 70 | M | MIME type (e.g., \"image/png\") |\n| size | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| documentType | String | 70 | M | Type of document (e.g., \"MAWB\") |\n| documentNumber | String | 70 | M | Document reference number |\n| documentTitle | String | 255 | O | Title of the document (display title) |\n| documentFile | String | n/a | O | Base64-encoded PDF file content |\n| fileSize | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| fileType | String | 70 | M | Must be application/pdf |\n| issuer | String | 255 | M | Organization that issued the document (e.g., \"Emirates Airlines\") |\n| issueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| isMandatory | Boolean | n/a | M | Boolean value (true/false) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"0cace30e-ee3f-43da-8361-3df2bb7eafd6","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"40f6cca6-1d84-4dec-b4bb-5f547fe61d20"}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/digital-pouches/:id/documents","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","export","digital-pouches",":id","documents"],"variable":[{"key":"id"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E32GHA.53\n    \n- G.E33AL.54\n    \n\n**Use Case**: Create and Receive Digital Pouch\n\n**Integration Point**: IN_FR-8-GHA-PSD-R-01-UC-01\n\n**Description:** GHA compiles and shares the Digital Pouch (all export docs)\n\n**Document Types**:\n\n- `MAWB`: Master Air Waybill (mandatory)\n    \n- `HAWB`: House Air Waybill (mandatory for consolidations)\n    \n- `GD`: Goods Declaration (mandatory)\n    \n- `COMMERCIAL_INVOICE`: Commercial invoice (mandatory)\n    \n- `PACKING_LIST`: Packing list (mandatory)\n    \n- `CERTIFICATE_OF_ORIGIN`: Certificate of origin\n    \n- `PHYTOSANITARY_CERT`: Phytosanitary certificate\n    \n- `NOC`: No Objection Certificate\n    \n- `E_CSD`: Electronic Consignment Security Declaration (mandatory)\n    \n- `DANGEROUS_GOODS_DECL`: Dangerous goods declaration\n    \n- `GHA_INVOICE`: GHA invoice\n    \n- `PAYMENT_RECEIPT`: Payment receipt\n    \n- `OTHER`: Other supporting documents\n    \n\n**Process Flow**: GHA System (E32GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| id | String | 70 | M | UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| name | String | 255 | M | File name (e.g., \"1.png\") |\n| contentType | String | 70 | M | MIME type (e.g., \"image/png\") |\n| size | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| documentType | String | 70 | M | Type of document (e.g., \"MAWB\") |\n| documentNumber | String | 70 | M | Document reference number |\n| documentTitle | String | 255 | O | Title of the document (display title) |\n| documentFile | String | n/a | O | Base64-encoded PDF file content |\n| fileSize | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| fileType | String | 70 | M | Must be application/pdf |\n| issuer | String | 255 | M | Organization that issued the document (e.g., \"Emirates Airlines\") |\n| issueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| isMandatory | Boolean | n/a | M | Boolean value (true/false) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"52586b3c-7d61-4f1e-91d9-d7289f4c9049","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a86e41b3-66ad-46a8-b151-2dce9653c4df"}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/export/digital-pouches/:id/documents","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","export","digital-pouches",":id","documents"],"variable":[{"key":"id"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- G.E32GHA.53\n    \n- G.E33AL.54\n    \n\n**Use Case**: Create and Receive Digital Pouch\n\n**Integration Point**: IN_FR-8-GHA-PSD-R-01-UC-01\n\n**Description:** GHA compiles and shares the Digital Pouch (all export docs)\n\n**Document Types**:\n\n- `MAWB`: Master Air Waybill (mandatory)\n    \n- `HAWB`: House Air Waybill (mandatory for consolidations)\n    \n- `GD`: Goods Declaration (mandatory)\n    \n- `COMMERCIAL_INVOICE`: Commercial invoice (mandatory)\n    \n- `PACKING_LIST`: Packing list (mandatory)\n    \n- `CERTIFICATE_OF_ORIGIN`: Certificate of origin\n    \n- `PHYTOSANITARY_CERT`: Phytosanitary certificate\n    \n- `NOC`: No Objection Certificate\n    \n- `E_CSD`: Electronic Consignment Security Declaration (mandatory)\n    \n- `DANGEROUS_GOODS_DECL`: Dangerous goods declaration\n    \n- `GHA_INVOICE`: GHA invoice\n    \n- `PAYMENT_RECEIPT`: Payment receipt\n    \n- `OTHER`: Other supporting documents\n    \n\n**Process Flow**: GHA System (E32GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| id | String | 70 | M | UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| name | String | 255 | M | File name (e.g., \"1.png\") |\n| contentType | String | 70 | M | MIME type (e.g., \"image/png\") |\n| size | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| documentType | String | 70 | M | Type of document (e.g., \"MAWB\") |\n| documentNumber | String | 70 | M | Document reference number |\n| documentTitle | String | 255 | O | Title of the document (display title) |\n| documentFile | String | n/a | O | Base64-encoded PDF file content |\n| fileSize | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| fileType | String | 70 | M | Must be application/pdf |\n| issuer | String | 255 | M | Organization that issued the document (e.g., \"Emirates Airlines\") |\n| issueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| isMandatory | Boolean | n/a | M | Boolean value (true/false) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"f73500d1-068e-4180-a453-9e078ebc7f3f"}],"id":"c6a888fa-b5de-4008-a739-8f044ea3ba5c","description":"<p>A digital pouch is a grouped set of shipment documents kept together for sharing. Users create the pouch and add documents to it.</p>\n","_postman_id":"c6a888fa-b5de-4008-a739-8f044ea3ba5c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"15bc9d58-cc67-4b37-bc91-d90d5362d9a9","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"53f09ef2-5079-4e80-b59f-adba8ab1bd74"}],"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":[{"id":"4df91ae2-159e-4f06-a7da-0b2bdd8f0cb4","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"cf2e3927-a170-4411-945c-f9b2e1a30e2e"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E34GHA.55\n    \n- G.E34AL.56\n    \n- G.E34ACA.57\n    \n- G.E34CGNR.58\n    \n\n**Use Case**: Transmit/Receive RCS Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Ready for Carriage status to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E32GHA) → Airport Community System → Airline System (E34AL)\n    \n- GHA System (E32GHA) → Airport Community System → Air Cargo Agent System (E34ACA)\n    \n- GHA System (E32GHA) → Airport Community System → Consignor System (E34CGNR)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"67c71cfe-b239-4cdc-a274-3823e350485d","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"abf3e50e-6965-4d0a-ac04-9573983e56d8"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E34GHA.55\n    \n- G.E34AL.56\n    \n- G.E34ACA.57\n    \n- G.E34CGNR.58\n    \n\n**Use Case**: Transmit/Receive RCS Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Ready for Carriage status to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E32GHA) → Airport Community System → Airline System (E34AL)\n    \n- GHA System (E32GHA) → Airport Community System → Air Cargo Agent System (E34ACA)\n    \n- GHA System (E32GHA) → Airport Community System → Consignor System (E34CGNR)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"bb59b2b3-5b93-404e-b4a3-31a85f9259ba","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"9ee7308c-b270-43a4-9924-f30e40d86768"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E34GHA.55\n    \n- G.E34AL.56\n    \n- G.E34ACA.57\n    \n- G.E34CGNR.58\n    \n\n**Use Case**: Transmit/Receive RCS Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Ready for Carriage status to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E32GHA) → Airport Community System → Airline System (E34AL)\n    \n- GHA System (E32GHA) → Airport Community System → Air Cargo Agent System (E34ACA)\n    \n- GHA System (E32GHA) → Airport Community System → Consignor System (E34CGNR)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"88e7e6fc-ba6e-4632-8df4-b650da6b6ba7","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"eb4cd26c-8a48-40b6-9522-b1f59e7755da"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E34GHA.55\n    \n- G.E34AL.56\n    \n- G.E34ACA.57\n    \n- G.E34CGNR.58\n    \n\n**Use Case**: Transmit/Receive RCS Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Ready for Carriage status to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E32GHA) → Airport Community System → Airline System (E34AL)\n    \n- GHA System (E32GHA) → Airport Community System → Air Cargo Agent System (E34ACA)\n    \n- GHA System (E32GHA) → Airport Community System → Consignor System (E34CGNR)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"7b60b94a-b799-4030-9b6b-08e09bd0cca9","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"7025d689-561d-4fad-b38b-3e6617adca2f"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E34GHA.55\n    \n- G.E34AL.56\n    \n- G.E34ACA.57\n    \n- G.E34CGNR.58\n    \n\n**Use Case**: Transmit/Receive RCS Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Ready for Carriage status to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E32GHA) → Airport Community System → Airline System (E34AL)\n    \n- GHA System (E32GHA) → Airport Community System → Air Cargo Agent System (E34ACA)\n    \n- GHA System (E32GHA) → Airport Community System → Consignor System (E34CGNR)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"15bc9d58-cc67-4b37-bc91-d90d5362d9a9"},{"name":"RCS Status Updates (IATA XML XFSU)","id":"218b8162-37db-49b4-98bf-9a918b0e876b","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"7df31966-e60f-41dd-bdfa-282798f4700b"}],"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":[{"id":"7dee36cf-0a46-4908-8cfb-835153ef30b6","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"6f6cde4e-7966-4b7e-8309-d0bce14c3dfe"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E34GHA.55\n    \n- G.E34AL.56\n    \n- G.E34ACA.57\n    \n- G.E34CGNR.58\n    \n\n**Use Case**: Transmit/Receive RCS Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Ready for Carriage status to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E32GHA) → Airport Community System → Airline System (E34AL)\n    \n- GHA System (E32GHA) → Airport Community System → Air Cargo Agent System (E34ACA)\n    \n- GHA System (E32GHA) → Airport Community System → Consignor System (E34CGNR)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7542190e-ac52-43e5-9697-f38e8b7f8c04","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a9bf3092-0f96-49ca-b0ba-e9e9bb735386"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E34GHA.55\n    \n- G.E34AL.56\n    \n- G.E34ACA.57\n    \n- G.E34CGNR.58\n    \n\n**Use Case**: Transmit/Receive RCS Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Ready for Carriage status to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E32GHA) → Airport Community System → Airline System (E34AL)\n    \n- GHA System (E32GHA) → Airport Community System → Air Cargo Agent System (E34ACA)\n    \n- GHA System (E32GHA) → Airport Community System → Consignor System (E34CGNR)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"430ffb8a-8d5e-4a4c-a5fe-2e85b4f06ffb","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"9422fa5e-d4fa-4c0d-9f6e-1210ee30384e"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E34GHA.55\n    \n- G.E34AL.56\n    \n- G.E34ACA.57\n    \n- G.E34CGNR.58\n    \n\n**Use Case**: Transmit/Receive RCS Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Ready for Carriage status to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E32GHA) → Airport Community System → Airline System (E34AL)\n    \n- GHA System (E32GHA) → Airport Community System → Air Cargo Agent System (E34ACA)\n    \n- GHA System (E32GHA) → Airport Community System → Consignor System (E34CGNR)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"4f532cf1-6e59-4131-88c8-92003420bffe","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"432e708c-fa2e-4262-ad8e-3a4191024483"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E34GHA.55\n    \n- G.E34AL.56\n    \n- G.E34ACA.57\n    \n- G.E34CGNR.58\n    \n\n**Use Case**: Transmit/Receive RCS Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Ready for Carriage status to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E32GHA) → Airport Community System → Airline System (E34AL)\n    \n- GHA System (E32GHA) → Airport Community System → Air Cargo Agent System (E34ACA)\n    \n- GHA System (E32GHA) → Airport Community System → Consignor System (E34CGNR)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"1adbb0fb-c106-4bbf-8559-b52199841109","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"8f4f8361-6fc4-4ad9-b071-3dda01ea3d57"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E34GHA.55\n    \n- G.E34AL.56\n    \n- G.E34ACA.57\n    \n- G.E34CGNR.58\n    \n\n**Use Case**: Transmit/Receive RCS Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Ready for Carriage status to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E32GHA) → Airport Community System → Airline System (E34AL)\n    \n- GHA System (E32GHA) → Airport Community System → Air Cargo Agent System (E34ACA)\n    \n- GHA System (E32GHA) → Airport Community System → Consignor System (E34CGNR)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"218b8162-37db-49b4-98bf-9a918b0e876b"},{"name":"PRE Status Updates (JSON)","id":"126a54f2-3894-49a6-9350-a5805cac9374","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"cdaa61fe-8490-477f-b700-cbe651698718"}],"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":[{"id":"7334c395-f785-4204-959f-f2b8785ae404","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"76b6173d-4129-4a3d-81fd-7414c7f062b7"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E35GHA.59\n    \n- G.E35AL.60\n    \n- G.E35ACA.61\n    \n- G.E35CGNR.62\n    \n\n**Use Case**: Transmit/Receive PRE Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Prepared for Loading status to all relevant stakeholders\n\n**Process Flow**:\n\n- GHA System (E34GHA) → Airport Community System → Airline System (E35AL)\n    \n- GHA System (E34GHA) → Airport Community System → Air Cargo Agent System (E35ACA)\n    \n- GHA System (E34GHA) → Airport Community System → Consignor System (E35CGNR)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6ee303f9-c88c-48cb-899b-691d2dda65bc","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"47dd4b4c-56c5-4e3f-b25e-64dff21f958e"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E35GHA.59\n    \n- G.E35AL.60\n    \n- G.E35ACA.61\n    \n- G.E35CGNR.62\n    \n\n**Use Case**: Transmit/Receive PRE Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Prepared for Loading status to all relevant stakeholders\n\n**Process Flow**:\n\n- GHA System (E34GHA) → Airport Community System → Airline System (E35AL)\n    \n- GHA System (E34GHA) → Airport Community System → Air Cargo Agent System (E35ACA)\n    \n- GHA System (E34GHA) → Airport Community System → Consignor System (E35CGNR)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"218289d4-90e0-425d-b76e-d0d457250257","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"9a7990ac-2dc2-44dc-924e-46cd10b5e05a"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E35GHA.59\n    \n- G.E35AL.60\n    \n- G.E35ACA.61\n    \n- G.E35CGNR.62\n    \n\n**Use Case**: Transmit/Receive PRE Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Prepared for Loading status to all relevant stakeholders\n\n**Process Flow**:\n\n- GHA System (E34GHA) → Airport Community System → Airline System (E35AL)\n    \n- GHA System (E34GHA) → Airport Community System → Air Cargo Agent System (E35ACA)\n    \n- GHA System (E34GHA) → Airport Community System → Consignor System (E35CGNR)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"f6192bf4-c4ec-459b-a5d3-96762375cb54","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"556db8b8-d3a3-4d03-adc4-ccdd00a326c9"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E35GHA.59\n    \n- G.E35AL.60\n    \n- G.E35ACA.61\n    \n- G.E35CGNR.62\n    \n\n**Use Case**: Transmit/Receive PRE Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Prepared for Loading status to all relevant stakeholders\n\n**Process Flow**:\n\n- GHA System (E34GHA) → Airport Community System → Airline System (E35AL)\n    \n- GHA System (E34GHA) → Airport Community System → Air Cargo Agent System (E35ACA)\n    \n- GHA System (E34GHA) → Airport Community System → Consignor System (E35CGNR)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"c3c95e29-cefe-4f4d-8232-3b48afe82357","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"1e70d843-f90d-4d01-acc8-4fec6da9842a"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E35GHA.59\n    \n- G.E35AL.60\n    \n- G.E35ACA.61\n    \n- G.E35CGNR.62\n    \n\n**Use Case**: Transmit/Receive PRE Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Prepared for Loading status to all relevant stakeholders\n\n**Process Flow**:\n\n- GHA System (E34GHA) → Airport Community System → Airline System (E35AL)\n    \n- GHA System (E34GHA) → Airport Community System → Air Cargo Agent System (E35ACA)\n    \n- GHA System (E34GHA) → Airport Community System → Consignor System (E35CGNR)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"126a54f2-3894-49a6-9350-a5805cac9374"},{"name":"PRE Status Updates (IATA XML XFSU)","id":"fb72d525-ca2b-4a91-b8dd-8c8f47d15243","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"c35a3d2b-d298-444d-8533-5c8cd349b6bf"}],"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":[{"id":"3af76aaa-9e10-46b8-bd18-7ac24b618bef","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"1c921a83-9778-4935-9f9e-f7f306cd839a"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E35GHA.59\n    \n- G.E35AL.60\n    \n- G.E35ACA.61\n    \n- G.E35CGNR.62\n    \n\n**Use Case**: Transmit/Receive PRE Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Prepared for Loading status to all relevant stakeholders\n\n**Process Flow**:\n\n- GHA System (E34GHA) → Airport Community System → Airline System (E35AL)\n    \n- GHA System (E34GHA) → Airport Community System → Air Cargo Agent System (E35ACA)\n    \n- GHA System (E34GHA) → Airport Community System → Consignor System (E35CGNR)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7bf7a6eb-df90-4686-af82-64854a0bb226","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"11f113f1-ca5d-4a79-9620-90f69ce05830"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E35GHA.59\n    \n- G.E35AL.60\n    \n- G.E35ACA.61\n    \n- G.E35CGNR.62\n    \n\n**Use Case**: Transmit/Receive PRE Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Prepared for Loading status to all relevant stakeholders\n\n**Process Flow**:\n\n- GHA System (E34GHA) → Airport Community System → Airline System (E35AL)\n    \n- GHA System (E34GHA) → Airport Community System → Air Cargo Agent System (E35ACA)\n    \n- GHA System (E34GHA) → Airport Community System → Consignor System (E35CGNR)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"a407f926-b2ac-4c12-b540-24f0a112788c","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"265a1dbc-6c05-426b-b413-d43f5403f67d"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E35GHA.59\n    \n- G.E35AL.60\n    \n- G.E35ACA.61\n    \n- G.E35CGNR.62\n    \n\n**Use Case**: Transmit/Receive PRE Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Prepared for Loading status to all relevant stakeholders\n\n**Process Flow**:\n\n- GHA System (E34GHA) → Airport Community System → Airline System (E35AL)\n    \n- GHA System (E34GHA) → Airport Community System → Air Cargo Agent System (E35ACA)\n    \n- GHA System (E34GHA) → Airport Community System → Consignor System (E35CGNR)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"c4dea8ff-6830-430d-8222-4b3e50304aa3","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"6a6e451f-3bc2-4e7c-9724-38d7d2f13ba9"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E35GHA.59\n    \n- G.E35AL.60\n    \n- G.E35ACA.61\n    \n- G.E35CGNR.62\n    \n\n**Use Case**: Transmit/Receive PRE Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Prepared for Loading status to all relevant stakeholders\n\n**Process Flow**:\n\n- GHA System (E34GHA) → Airport Community System → Airline System (E35AL)\n    \n- GHA System (E34GHA) → Airport Community System → Air Cargo Agent System (E35ACA)\n    \n- GHA System (E34GHA) → Airport Community System → Consignor System (E35CGNR)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"ad1cfded-59b1-421b-bb09-47ce45ad4631","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"542bf1a4-3c00-4295-9343-461b81354509"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E35GHA.59\n    \n- G.E35AL.60\n    \n- G.E35ACA.61\n    \n- G.E35CGNR.62\n    \n\n**Use Case**: Transmit/Receive PRE Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description:** GHA transmits Prepared for Loading status to all relevant stakeholders\n\n**Process Flow**:\n\n- GHA System (E34GHA) → Airport Community System → Airline System (E35AL)\n    \n- GHA System (E34GHA) → Airport Community System → Air Cargo Agent System (E35ACA)\n    \n- GHA System (E34GHA) → Airport Community System → Consignor System (E35CGNR)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"fb72d525-ca2b-4a91-b8dd-8c8f47d15243"},{"name":"DEP Status Updates (JSON)","id":"6028b6d7-03af-45c1-9597-b45e8b338efb","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"16b16357-3c11-42fe-a5f3-45c917e6b2bf"}],"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":[{"id":"d1ed1e88-e336-436a-9e3d-f47bd937e9ef","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e1421e1d-f3f3-4045-a789-36882424b673"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E37GHA.68\n    \n- G.E37AL.69\n    \n- G.E37CUS.70\n    \n- G.E37PAA.71\n    \n- G.E37P.72\n    \n- G.E37ACA.73\n    \n- G.E37CGNR.74\n    \n\n**Use Case**: Transmit/Receive Departure Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA transmits Departure status to all stakeholders\n\n**Process Flows**:\n\n- GHA System (E36GHA) → Airport Community System → Airline System (E37AL)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Airport Authority System (E37PAA)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Post System (E37P)\n    \n- GHA System (E36GHA) → Airport Community System → Air Cargo Agent System (E37ACA)\n    \n- GHA System (E36GHA) → Airport Community System → Consignor System (E37CGNR)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c9569a06-dfc1-4ba2-81ff-d3a581413476","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"b58d48d2-1c6b-4336-be32-637a385a58b7"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E37GHA.68\n    \n- G.E37AL.69\n    \n- G.E37CUS.70\n    \n- G.E37PAA.71\n    \n- G.E37P.72\n    \n- G.E37ACA.73\n    \n- G.E37CGNR.74\n    \n\n**Use Case**: Transmit/Receive Departure Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA transmits Departure status to all stakeholders\n\n**Process Flows**:\n\n- GHA System (E36GHA) → Airport Community System → Airline System (E37AL)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Airport Authority System (E37PAA)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Post System (E37P)\n    \n- GHA System (E36GHA) → Airport Community System → Air Cargo Agent System (E37ACA)\n    \n- GHA System (E36GHA) → Airport Community System → Consignor System (E37CGNR)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"435a0417-6110-4a1c-af4c-44769e6b0007","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"59e99289-7066-4139-96bc-488d28cc3582"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E37GHA.68\n    \n- G.E37AL.69\n    \n- G.E37CUS.70\n    \n- G.E37PAA.71\n    \n- G.E37P.72\n    \n- G.E37ACA.73\n    \n- G.E37CGNR.74\n    \n\n**Use Case**: Transmit/Receive Departure Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA transmits Departure status to all stakeholders\n\n**Process Flows**:\n\n- GHA System (E36GHA) → Airport Community System → Airline System (E37AL)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Airport Authority System (E37PAA)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Post System (E37P)\n    \n- GHA System (E36GHA) → Airport Community System → Air Cargo Agent System (E37ACA)\n    \n- GHA System (E36GHA) → Airport Community System → Consignor System (E37CGNR)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"c0f67950-abe2-4f21-b1b5-42534dd71074","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ed084e2f-c734-4648-9230-28cee1792eb6"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E37GHA.68\n    \n- G.E37AL.69\n    \n- G.E37CUS.70\n    \n- G.E37PAA.71\n    \n- G.E37P.72\n    \n- G.E37ACA.73\n    \n- G.E37CGNR.74\n    \n\n**Use Case**: Transmit/Receive Departure Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA transmits Departure status to all stakeholders\n\n**Process Flows**:\n\n- GHA System (E36GHA) → Airport Community System → Airline System (E37AL)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Airport Authority System (E37PAA)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Post System (E37P)\n    \n- GHA System (E36GHA) → Airport Community System → Air Cargo Agent System (E37ACA)\n    \n- GHA System (E36GHA) → Airport Community System → Consignor System (E37CGNR)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"142519eb-6a86-4c03-b3b3-3e6e78489fe9","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"029c974a-933e-48ae-a0e4-86bd4d2d722f"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E37GHA.68\n    \n- G.E37AL.69\n    \n- G.E37CUS.70\n    \n- G.E37PAA.71\n    \n- G.E37P.72\n    \n- G.E37ACA.73\n    \n- G.E37CGNR.74\n    \n\n**Use Case**: Transmit/Receive Departure Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA transmits Departure status to all stakeholders\n\n**Process Flows**:\n\n- GHA System (E36GHA) → Airport Community System → Airline System (E37AL)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Airport Authority System (E37PAA)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Post System (E37P)\n    \n- GHA System (E36GHA) → Airport Community System → Air Cargo Agent System (E37ACA)\n    \n- GHA System (E36GHA) → Airport Community System → Consignor System (E37CGNR)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"6028b6d7-03af-45c1-9597-b45e8b338efb"},{"name":"DEP Status Updates (IATA XML XFSU)","id":"aa0c6e8c-78fe-4b49-a7be-38b4f8b09f3c","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"9feb2f5e-b042-422a-bb94-e386158eae31"}],"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":[{"id":"2ad80ec7-4236-4a5d-9f91-48a7439b21a8","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"8353fa9f-272a-47ec-89ab-0118251f56d7"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E37GHA.68\n    \n- G.E37AL.69\n    \n- G.E37CUS.70\n    \n- G.E37PAA.71\n    \n- G.E37P.72\n    \n- G.E37ACA.73\n    \n- G.E37CGNR.74\n    \n\n**Use Case**: Transmit/Receive Departure Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA transmits Departure status to all stakeholders\n\n**Process Flows**:\n\n- GHA System (E36GHA) → Airport Community System → Airline System (E37AL)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Airport Authority System (E37PAA)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Post System (E37P)\n    \n- GHA System (E36GHA) → Airport Community System → Air Cargo Agent System (E37ACA)\n    \n- GHA System (E36GHA) → Airport Community System → Consignor System (E37CGNR)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f76ecc64-90bd-4b41-aca9-3ca7a89bb45f","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"fa7949c1-efec-4711-b30d-fd4281a53f1c"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E37GHA.68\n    \n- G.E37AL.69\n    \n- G.E37CUS.70\n    \n- G.E37PAA.71\n    \n- G.E37P.72\n    \n- G.E37ACA.73\n    \n- G.E37CGNR.74\n    \n\n**Use Case**: Transmit/Receive Departure Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA transmits Departure status to all stakeholders\n\n**Process Flows**:\n\n- GHA System (E36GHA) → Airport Community System → Airline System (E37AL)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Airport Authority System (E37PAA)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Post System (E37P)\n    \n- GHA System (E36GHA) → Airport Community System → Air Cargo Agent System (E37ACA)\n    \n- GHA System (E36GHA) → Airport Community System → Consignor System (E37CGNR)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"5d080e3a-8daa-4557-8a11-4308b7973f03","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"be9482cf-34d2-41c0-975a-72f8256cfb4e"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E37GHA.68\n    \n- G.E37AL.69\n    \n- G.E37CUS.70\n    \n- G.E37PAA.71\n    \n- G.E37P.72\n    \n- G.E37ACA.73\n    \n- G.E37CGNR.74\n    \n\n**Use Case**: Transmit/Receive Departure Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA transmits Departure status to all stakeholders\n\n**Process Flows**:\n\n- GHA System (E36GHA) → Airport Community System → Airline System (E37AL)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Airport Authority System (E37PAA)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Post System (E37P)\n    \n- GHA System (E36GHA) → Airport Community System → Air Cargo Agent System (E37ACA)\n    \n- GHA System (E36GHA) → Airport Community System → Consignor System (E37CGNR)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"be98c9d9-3419-4583-bfd7-374726f12370","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a0a3324c-8cb9-4ac5-8d1f-9d21dad14231"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E37GHA.68\n    \n- G.E37AL.69\n    \n- G.E37CUS.70\n    \n- G.E37PAA.71\n    \n- G.E37P.72\n    \n- G.E37ACA.73\n    \n- G.E37CGNR.74\n    \n\n**Use Case**: Transmit/Receive Departure Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA transmits Departure status to all stakeholders\n\n**Process Flows**:\n\n- GHA System (E36GHA) → Airport Community System → Airline System (E37AL)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Airport Authority System (E37PAA)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Post System (E37P)\n    \n- GHA System (E36GHA) → Airport Community System → Air Cargo Agent System (E37ACA)\n    \n- GHA System (E36GHA) → Airport Community System → Consignor System (E37CGNR)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"22f23734-eb37-4167-a75a-007494413621","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"13dd0356-9b72-448f-85e9-e35458c0ea1f"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- G.E37GHA.68\n    \n- G.E37AL.69\n    \n- G.E37CUS.70\n    \n- G.E37PAA.71\n    \n- G.E37P.72\n    \n- G.E37ACA.73\n    \n- G.E37CGNR.74\n    \n\n**Use Case**: Transmit/Receive Departure Status\n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA transmits Departure status to all stakeholders\n\n**Process Flows**:\n\n- GHA System (E36GHA) → Airport Community System → Airline System (E37AL)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Airport Authority System (E37PAA)\n    \n- GHA System (E36GHA) → Airport Community System → Pakistan Post System (E37P)\n    \n- GHA System (E36GHA) → Airport Community System → Air Cargo Agent System (E37ACA)\n    \n- GHA System (E36GHA) → Airport Community System → Consignor System (E37CGNR)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"aa0c6e8c-78fe-4b49-a7be-38b4f8b09f3c"}],"id":"7f48bed2-b6ba-47ec-9dc3-530a4d2b14f7","description":"<p>Status updates are the cargo milestones sent as the shipment moves through export handling. Users send RCS, PRE, and DEP updates in JSON or XML format.</p>\n","_postman_id":"7f48bed2-b6ba-47ec-9dc3-530a4d2b14f7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"431da6f3-4826-46b0-a13f-95c3f35ba048","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"1fbe1409-547c-49c7-b86a-49dfd5fadb30"}],"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":[{"id":"7bf71100-6b0c-44ab-a65a-9e3a644e54db","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"fdeca107-ced4-4a4c-98e6-ce3df80dbd25"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E36GHA.63\n    \n- G.E36CUS.64\n    \n- G.E36AL.65\n    \n- G.E36ANF.66\n    \n- G.E36PAA.67\n    \n\n**Use Case**: Transmit/Receive Flight Manifest\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-13\n\n**Description**: GHA transmits the Flight Manifest to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E35GHA) → Airport Community System → Airline System (E36AL)\n    \n- GHA System (E35GHA) → Airport Community System → Anti-Narcotics Force System (E36ANF)\n    \n- GHA System (E35GHA) → Airport Community System → Pakistan Airport Authority System (E36PAA)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"705afcd0-1fef-454d-8b65-967ad1e53afe","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"75b7f02b-ff59-45cf-8609-ef004f12815d"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E36GHA.63\n    \n- G.E36CUS.64\n    \n- G.E36AL.65\n    \n- G.E36ANF.66\n    \n- G.E36PAA.67\n    \n\n**Use Case**: Transmit/Receive Flight Manifest\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-13\n\n**Description**: GHA transmits the Flight Manifest to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E35GHA) → Airport Community System → Airline System (E36AL)\n    \n- GHA System (E35GHA) → Airport Community System → Anti-Narcotics Force System (E36ANF)\n    \n- GHA System (E35GHA) → Airport Community System → Pakistan Airport Authority System (E36PAA)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"8115f2a8-3d49-479c-bba0-d3d941983401","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d0888df8-3d6d-4920-8dc5-7a891152b628"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E36GHA.63\n    \n- G.E36CUS.64\n    \n- G.E36AL.65\n    \n- G.E36ANF.66\n    \n- G.E36PAA.67\n    \n\n**Use Case**: Transmit/Receive Flight Manifest\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-13\n\n**Description**: GHA transmits the Flight Manifest to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E35GHA) → Airport Community System → Airline System (E36AL)\n    \n- GHA System (E35GHA) → Airport Community System → Anti-Narcotics Force System (E36ANF)\n    \n- GHA System (E35GHA) → Airport Community System → Pakistan Airport Authority System (E36PAA)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"6fafdec7-4268-44ed-8ec3-ac9f8ac8aa74","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"09236ab9-d40d-4863-8072-0781a65b08d2"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E36GHA.63\n    \n- G.E36CUS.64\n    \n- G.E36AL.65\n    \n- G.E36ANF.66\n    \n- G.E36PAA.67\n    \n\n**Use Case**: Transmit/Receive Flight Manifest\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-13\n\n**Description**: GHA transmits the Flight Manifest to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E35GHA) → Airport Community System → Airline System (E36AL)\n    \n- GHA System (E35GHA) → Airport Community System → Anti-Narcotics Force System (E36ANF)\n    \n- GHA System (E35GHA) → Airport Community System → Pakistan Airport Authority System (E36PAA)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"1a58ba0a-f42a-4a1d-b691-6eeafed979eb","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"88bbc79c-83bb-43de-b76f-3547691e418d"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E36GHA.63\n    \n- G.E36CUS.64\n    \n- G.E36AL.65\n    \n- G.E36ANF.66\n    \n- G.E36PAA.67\n    \n\n**Use Case**: Transmit/Receive Flight Manifest\n\n**Integration Point**: IN_FR-1-GHA-SBI-R-01-UC-13\n\n**Description**: GHA transmits the Flight Manifest to all relevant stakeholders\n\n**Process Flows**:\n\n- GHA System (E35GHA) → Airport Community System → Airline System (E36AL)\n    \n- GHA System (E35GHA) → Airport Community System → Anti-Narcotics Force System (E36ANF)\n    \n- GHA System (E35GHA) → Airport Community System → Pakistan Airport Authority System (E36PAA)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"431da6f3-4826-46b0-a13f-95c3f35ba048"}],"id":"4a05aaf4-0a75-4553-b026-0509663253c9","description":"<p>A flight manifest is the load list for cargo on a departing flight. Users send the manifest in JSON form.</p>\n","_postman_id":"4a05aaf4-0a75-4553-b026-0509663253c9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"818a799b-20bf-4cce-ab25-d0c1a4c90f69","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"d131bb8e-5122-46e5-8ea0-38721d9ec429"}],"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":[{"id":"7b99c750-295f-4d08-80bc-33335c040246","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"7bb7737f-e040-4728-894b-54f3f00997e4"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0a9201ef-eaa8-4519-9b3d-cfb56e8ee492","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"5328b9b9-e549-4c3f-8717-c96fe57e59b8"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"bb5e223e-17ed-4759-930c-52ae04413061","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"59a6e4a4-6f8a-455d-9b37-59f73573e46e"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"fb121e2a-ae25-4bed-be0d-ff5affbdf584","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d4bb0b24-62ea-4b3f-9cb7-107f76d845b0"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"55306874-7277-468b-b1e0-8c3a921570a6","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"c5d559fa-4330-4c6d-bc7e-93153456d27e"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"818a799b-20bf-4cce-ab25-d0c1a4c90f69"},{"name":"Offload Notifications (IATA XML XFSU BKD)","id":"4e137e92-b6a1-4ac9-8d6c-3e88757b964b","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"1093b7aa-afbe-417d-92fd-91c882778f24"}],"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":[{"id":"9bc6c118-7184-42ec-a732-ce4430bd2526","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"dd3ee3d7-1b00-43cb-8439-a06ac8278113"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e00a3d48-0d28-4c3f-ae00-f812b8b909e8","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"c5e51fac-66f7-4f70-bfc5-3d5388a33d2a"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"f5481b54-f9d8-4e4c-97ee-8a8ffb1e25a9","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"f6c281c8-2087-4d53-904d-09d09bc5b6c3"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"fe96d831-4a83-4f31-9b6f-e88f4e7c2247","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"b8a4486c-112c-4864-a5a2-a3d27e3410fb"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"371b66bf-46fa-4d9d-93f8-1d60a1da4022","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"fbf15411-641d-48aa-9ed6-91e848eabe38"}],"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":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"4e137e92-b6a1-4ac9-8d6c-3e88757b964b"},{"name":"Offload Updated Manifests (JSON FFM)","id":"490a8b3f-ae36-421a-838d-17335dd027f9","request":{"method":"PUT","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"d87ed268-64d9-4b77-bedc-2b701c519d35"}],"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":[{"id":"84980d1d-9944-450f-8002-35568134af1b","name":"204 - No Content","originalRequest":{"method":"PUT","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d8651ac8-b48f-4096-80c0-93a47a79ad0c"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments with updated manifest\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"eba21427-fc87-4d4b-a4aa-38d12e6c3a42","name":"400 - Bad Request","originalRequest":{"method":"PUT","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e8c8db6d-6e5d-42d6-8957-edd8d4a6002c"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments with updated manifest\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"053210f5-ebd5-477d-9da3-2145268d8235","name":"401 - Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"3a562120-372a-465f-8cfe-40fb85e564b4"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments with updated manifest\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"02cd4625-77ef-4e50-89cc-c38076c91d8e","name":"403 - Forbidden","originalRequest":{"method":"PUT","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ae540905-9fe9-4eb8-ac41-512a72c96caf"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments with updated manifest\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"cdac3b9f-0234-48e0-8d35-6af261509476","name":"422 - Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ed113506-21df-4772-b11c-4ed07f870a8c"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments with updated manifest\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"490a8b3f-ae36-421a-838d-17335dd027f9"},{"name":"Offload Updated Manifests (IATA XML XFFM)","id":"3de08435-ff89-427a-baa7-5eca60e841bc","request":{"method":"PUT","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"668157ed-7087-40c3-983e-b1a9a921bc63"}],"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":[{"id":"3831c390-cacc-401e-a601-279683cfe797","name":"204 - No Content","originalRequest":{"method":"PUT","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"34d71abd-6519-4d40-8f29-c1e52270279d"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments with updated manifest\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e4984591-fa6b-4736-9d86-234d2d9533d8","name":"400 - Bad Request","originalRequest":{"method":"PUT","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"3dc787a3-a55e-4f12-8dea-7113ae7d6375"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments with updated manifest\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"2a122956-2676-4c9e-8193-54f457d186e7","name":"401 - Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"359c8e30-514c-4e92-8c90-fc0aca5d104d"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments with updated manifest\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"3b2b0ad9-32a6-4530-9eb6-a1b0f02d8b63","name":"403 - Forbidden","originalRequest":{"method":"PUT","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"74f9d3e9-39cb-4331-a773-49a11cfe847e"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments with updated manifest\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"7f93acec-be4c-4a6b-ba73-a4a36ee34a20","name":"422 - Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"8fff2130-ee30-4e97-aff0-e5fbeee00396"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- G.E38GHA.75\n    \n- G.E38CGNR.76\n    \n- G.E38ACA.77\n    \n- G.E38AL.78\n    \n- G.E38CUS.79\n    \n- G.E38PAA.80\n    \n- G.E38P.81\n    \n\n**Use Cases:**\n\n- Manage/Receive Offload Updates\n    \n- Manage Offload & Update Flight Manifest & new booking details\n    \n\n**Integration Point**: IN_FR-4-GHA-FSU-R-01-UC-01\n\n**Description**: GHA manages and notifies all stakeholders about offloaded consignments with updated manifest\n\n**Process Flows**:\n\n- GHA System (E37GHA) → Airport Community System → Consignor System (E38CGNR)\n    \n- GHA System (E37GHA) → Airport Community System → Air Cargo Agent System (E38ACA)\n    \n- GHA System (E37GHA) → Airport Community System → Airline System (E38AL)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Airport Authority System (E38PAA)\n    \n- GHA System (E37GHA) → Airport Community System → Pakistan Post System (E38P)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"3de08435-ff89-427a-baa7-5eca60e841bc"}],"id":"822b62f9-9a03-4edc-b707-aa2b8635e859","description":"<p>Offload messages show when cargo is removed from a flight instead of continuing on it. Users send offload notices and updated manifests.</p>\n","_postman_id":"822b62f9-9a03-4edc-b707-aa2b8635e859","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"9c2a8179-27a9-4fff-83ae-b0a65b399596","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"de36188a-3a8d-4643-9b6b-c99ddf582b22"}],"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":[{"id":"a9f73ddf-e68e-49b3-a396-935e5f9c2281","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"2253f95b-c0ae-476b-8dc8-fe233d355cf1"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: G.E38CUS.79\n\n**Use Case**: Process SD Cancellation & Dray-off from Updated Manifest\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-16\n\n**Description**: 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.\n\n**Cancellation Reason Codes**:\n\n- **CARGO_OFFLOADED**: Operational offload (weight, space, late arrival)\n    \n- **CUSTOMS_HOLD**: Customs inspection required\n    \n- **SECURITY_ISSUE**: Security screening issue identified\n    \n- **DOCUMENTATION_ERROR**: Error in SD or GD discovered\n    \n- **CONSIGNOR_REQUEST**: Consignor requested cancellation\n    \n- **PROHIBITION_DISCOVERED**: Cargo found to be prohibited/restricted\n    \n\n**Consignor Request Flag**:\n\n- `false`: SD cancellation due to operational offload (airline/GHA decision)\n    \n- `true`: SD cancellation requested by consignor (customer decision)\n    \n\n**Process Flow**: GHA System (E38GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| cancellationReference | String | 70 | M | Format (e.g., SDC-CUS-YYYYMMDD-XXX) |\n| offloadReference | String | 70 | M | Format (e.g., OFL-GHA-LOC-YYYYMMDD-XXX) |\n| sdNumber | String | 70 | M | SD reference format (e.g., SD-YYYY-LOC-XXXXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| gdNumber | String | 70 | M | GD reference format (e.g., GD-YYYY-LOC-XXXXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| cancellationReason | String | 70 | M | Must be one of \\[\"CARGO_OFFLOADED\", \"CUSTOMS_HOLD\", \"SECURITY_ISSUE\", \"DOCUMENTATION_ERROR\", \"CONSIGNOR_REQUEST\", \"PROHIBITION_DISCOVERED\"\\] |\n| cancellationDetails | String | 255 | M | Free text allowed |\n| consignorRequest | Boolean | n/a | M | Boolean value (true/false) |\n| drayOffRequired | Boolean | n/a | M | Boolean value (true/false) |\n| submittedBy | Object | n/a | M | Must include organization, officerName, officerId, department |\n| submittedBy.organization | String | 255 | M | Submitting organization name |\n| submittedBy.officerName | String | 255 | M | Officer full name |\n| submittedBy.officerId | String | 70 | M | Officer identifier |\n| submittedBy.department | String | 255 | M | Department name |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1d5da2f9-65ad-4236-a17a-88f15c751809","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"8dcafe95-f194-444e-9edc-8d4bf437bf82"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: G.E38CUS.79\n\n**Use Case**: Process SD Cancellation & Dray-off from Updated Manifest\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-16\n\n**Description**: 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.\n\n**Cancellation Reason Codes**:\n\n- **CARGO_OFFLOADED**: Operational offload (weight, space, late arrival)\n    \n- **CUSTOMS_HOLD**: Customs inspection required\n    \n- **SECURITY_ISSUE**: Security screening issue identified\n    \n- **DOCUMENTATION_ERROR**: Error in SD or GD discovered\n    \n- **CONSIGNOR_REQUEST**: Consignor requested cancellation\n    \n- **PROHIBITION_DISCOVERED**: Cargo found to be prohibited/restricted\n    \n\n**Consignor Request Flag**:\n\n- `false`: SD cancellation due to operational offload (airline/GHA decision)\n    \n- `true`: SD cancellation requested by consignor (customer decision)\n    \n\n**Process Flow**: GHA System (E38GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| cancellationReference | String | 70 | M | Format (e.g., SDC-CUS-YYYYMMDD-XXX) |\n| offloadReference | String | 70 | M | Format (e.g., OFL-GHA-LOC-YYYYMMDD-XXX) |\n| sdNumber | String | 70 | M | SD reference format (e.g., SD-YYYY-LOC-XXXXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| gdNumber | String | 70 | M | GD reference format (e.g., GD-YYYY-LOC-XXXXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| cancellationReason | String | 70 | M | Must be one of \\[\"CARGO_OFFLOADED\", \"CUSTOMS_HOLD\", \"SECURITY_ISSUE\", \"DOCUMENTATION_ERROR\", \"CONSIGNOR_REQUEST\", \"PROHIBITION_DISCOVERED\"\\] |\n| cancellationDetails | String | 255 | M | Free text allowed |\n| consignorRequest | Boolean | n/a | M | Boolean value (true/false) |\n| drayOffRequired | Boolean | n/a | M | Boolean value (true/false) |\n| submittedBy | Object | n/a | M | Must include organization, officerName, officerId, department |\n| submittedBy.organization | String | 255 | M | Submitting organization name |\n| submittedBy.officerName | String | 255 | M | Officer full name |\n| submittedBy.officerId | String | 70 | M | Officer identifier |\n| submittedBy.department | String | 255 | M | Department name |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"99572aa6-c3b9-4e2d-8fb1-98c6e1e99bbb","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e5c39e83-2e28-4e8e-a5f1-450888febe25"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: G.E38CUS.79\n\n**Use Case**: Process SD Cancellation & Dray-off from Updated Manifest\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-16\n\n**Description**: 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.\n\n**Cancellation Reason Codes**:\n\n- **CARGO_OFFLOADED**: Operational offload (weight, space, late arrival)\n    \n- **CUSTOMS_HOLD**: Customs inspection required\n    \n- **SECURITY_ISSUE**: Security screening issue identified\n    \n- **DOCUMENTATION_ERROR**: Error in SD or GD discovered\n    \n- **CONSIGNOR_REQUEST**: Consignor requested cancellation\n    \n- **PROHIBITION_DISCOVERED**: Cargo found to be prohibited/restricted\n    \n\n**Consignor Request Flag**:\n\n- `false`: SD cancellation due to operational offload (airline/GHA decision)\n    \n- `true`: SD cancellation requested by consignor (customer decision)\n    \n\n**Process Flow**: GHA System (E38GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| cancellationReference | String | 70 | M | Format (e.g., SDC-CUS-YYYYMMDD-XXX) |\n| offloadReference | String | 70 | M | Format (e.g., OFL-GHA-LOC-YYYYMMDD-XXX) |\n| sdNumber | String | 70 | M | SD reference format (e.g., SD-YYYY-LOC-XXXXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| gdNumber | String | 70 | M | GD reference format (e.g., GD-YYYY-LOC-XXXXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| cancellationReason | String | 70 | M | Must be one of \\[\"CARGO_OFFLOADED\", \"CUSTOMS_HOLD\", \"SECURITY_ISSUE\", \"DOCUMENTATION_ERROR\", \"CONSIGNOR_REQUEST\", \"PROHIBITION_DISCOVERED\"\\] |\n| cancellationDetails | String | 255 | M | Free text allowed |\n| consignorRequest | Boolean | n/a | M | Boolean value (true/false) |\n| drayOffRequired | Boolean | n/a | M | Boolean value (true/false) |\n| submittedBy | Object | n/a | M | Must include organization, officerName, officerId, department |\n| submittedBy.organization | String | 255 | M | Submitting organization name |\n| submittedBy.officerName | String | 255 | M | Officer full name |\n| submittedBy.officerId | String | 70 | M | Officer identifier |\n| submittedBy.department | String | 255 | M | Department name |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"b24779c7-d659-4e68-93d0-db44fdcba589","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"37886952-f467-4f8d-b9a5-df3208d02c2a"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: G.E38CUS.79\n\n**Use Case**: Process SD Cancellation & Dray-off from Updated Manifest\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-16\n\n**Description**: 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.\n\n**Cancellation Reason Codes**:\n\n- **CARGO_OFFLOADED**: Operational offload (weight, space, late arrival)\n    \n- **CUSTOMS_HOLD**: Customs inspection required\n    \n- **SECURITY_ISSUE**: Security screening issue identified\n    \n- **DOCUMENTATION_ERROR**: Error in SD or GD discovered\n    \n- **CONSIGNOR_REQUEST**: Consignor requested cancellation\n    \n- **PROHIBITION_DISCOVERED**: Cargo found to be prohibited/restricted\n    \n\n**Consignor Request Flag**:\n\n- `false`: SD cancellation due to operational offload (airline/GHA decision)\n    \n- `true`: SD cancellation requested by consignor (customer decision)\n    \n\n**Process Flow**: GHA System (E38GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| cancellationReference | String | 70 | M | Format (e.g., SDC-CUS-YYYYMMDD-XXX) |\n| offloadReference | String | 70 | M | Format (e.g., OFL-GHA-LOC-YYYYMMDD-XXX) |\n| sdNumber | String | 70 | M | SD reference format (e.g., SD-YYYY-LOC-XXXXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| gdNumber | String | 70 | M | GD reference format (e.g., GD-YYYY-LOC-XXXXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| cancellationReason | String | 70 | M | Must be one of \\[\"CARGO_OFFLOADED\", \"CUSTOMS_HOLD\", \"SECURITY_ISSUE\", \"DOCUMENTATION_ERROR\", \"CONSIGNOR_REQUEST\", \"PROHIBITION_DISCOVERED\"\\] |\n| cancellationDetails | String | 255 | M | Free text allowed |\n| consignorRequest | Boolean | n/a | M | Boolean value (true/false) |\n| drayOffRequired | Boolean | n/a | M | Boolean value (true/false) |\n| submittedBy | Object | n/a | M | Must include organization, officerName, officerId, department |\n| submittedBy.organization | String | 255 | M | Submitting organization name |\n| submittedBy.officerName | String | 255 | M | Officer full name |\n| submittedBy.officerId | String | 70 | M | Officer identifier |\n| submittedBy.department | String | 255 | M | Department name |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"681366d4-7cc1-4d5f-8aa3-3d218364a575","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ae1a5ea4-2a14-4462-a3ad-8da8336e0bbe"}],"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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: G.E38CUS.79\n\n**Use Case**: Process SD Cancellation & Dray-off from Updated Manifest\n\n**Integration Point:** IN_FR-1-GHA-SBI-R-01-UC-16\n\n**Description**: 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.\n\n**Cancellation Reason Codes**:\n\n- **CARGO_OFFLOADED**: Operational offload (weight, space, late arrival)\n    \n- **CUSTOMS_HOLD**: Customs inspection required\n    \n- **SECURITY_ISSUE**: Security screening issue identified\n    \n- **DOCUMENTATION_ERROR**: Error in SD or GD discovered\n    \n- **CONSIGNOR_REQUEST**: Consignor requested cancellation\n    \n- **PROHIBITION_DISCOVERED**: Cargo found to be prohibited/restricted\n    \n\n**Consignor Request Flag**:\n\n- `false`: SD cancellation due to operational offload (airline/GHA decision)\n    \n- `true`: SD cancellation requested by consignor (customer decision)\n    \n\n**Process Flow**: GHA System (E38GHA) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| cancellationReference | String | 70 | M | Format (e.g., SDC-CUS-YYYYMMDD-XXX) |\n| offloadReference | String | 70 | M | Format (e.g., OFL-GHA-LOC-YYYYMMDD-XXX) |\n| sdNumber | String | 70 | M | SD reference format (e.g., SD-YYYY-LOC-XXXXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| gdNumber | String | 70 | M | GD reference format (e.g., GD-YYYY-LOC-XXXXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| cancellationReason | String | 70 | M | Must be one of \\[\"CARGO_OFFLOADED\", \"CUSTOMS_HOLD\", \"SECURITY_ISSUE\", \"DOCUMENTATION_ERROR\", \"CONSIGNOR_REQUEST\", \"PROHIBITION_DISCOVERED\"\\] |\n| cancellationDetails | String | 255 | M | Free text allowed |\n| consignorRequest | Boolean | n/a | M | Boolean value (true/false) |\n| drayOffRequired | Boolean | n/a | M | Boolean value (true/false) |\n| submittedBy | Object | n/a | M | Must include organization, officerName, officerId, department |\n| submittedBy.organization | String | 255 | M | Submitting organization name |\n| submittedBy.officerName | String | 255 | M | Officer full name |\n| submittedBy.officerId | String | 70 | M | Officer identifier |\n| submittedBy.department | String | 255 | M | Department name |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"9c2a8179-27a9-4fff-83ae-b0a65b399596"}],"id":"fefd1cde-06bf-4a0a-af2f-92b49379e6a4","description":"<p>SD cancellation covers the receipts returned when a dangerous goods declaration is canceled. Users read the cancellation request receipts.</p>\n","_postman_id":"fefd1cde-06bf-4a0a-af2f-92b49379e6a4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"3520b90b-3aab-4cd7-99e2-487c555c339c","description":"<p>GHA export work covers the ground handler's export-side updates for cargo moving out of the airport. Users receive booking and ASI data, manage slots, record arrival and unloading, send declarations, and update manifests, scans, and payments.</p>\n","_postman_id":"3520b90b-3aab-4cd7-99e2-487c555c339c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"2c98e3b3-a0f1-4171-ab4e-d881615e7f70","_postman_id":"2c98e3b3-a0f1-4171-ab4e-d881615e7f70","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":"878e2073-bf2d-4f0c-a70a-a80631cdefe1","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"bea9ceda-e2e3-42b8-9f8a-1a093e977fbb","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-06-04T08:28:25.695Z","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":[{"id":"4a7fbeeb-a02d-4259-935d-725b0614be6f","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b243ba82-8d23-4f4b-918e-828f488ed88b","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.695Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- PF.I1AL.1\n    \n- PF.I1EPO.1\n    \n\n**Use Cases**:\n\n- Airline sends PLACI data to Customs\n    \n- Express Parcel Operator sends PLACI data before flight departure (4 hours before)\n    \n- ACS acknowledges receipt of PLACI data\n    \n\n**Integration Points:**\n\n- IN-EF.I1AL.1-1\n    \n- IN-EF.I1AL.1-2\n    \n- IN-EF.I1EPO.1-1\n    \n- IN-EF.I1EPO.1-2\n    \n\n**Description**: 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.\n\n**Process Flows**:\n\n- Airline System (I1AL) → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I1EPO) → Airport Community System → Web Based One Customs\n    \n- Web Based One Customs → Airport Community System → Express Parcel Operator (I1EPO)\n    \n- Air Cargo Agent System → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6131453c-2e25-4c6b-9d08-e9ce9826d119","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"4066fa15-bd85-4433-bec0-d0767a9ead6c","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.695Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- PF.I1AL.1\n    \n- PF.I1EPO.1\n    \n\n**Use Cases**:\n\n- Airline sends PLACI data to Customs\n    \n- Express Parcel Operator sends PLACI data before flight departure (4 hours before)\n    \n- ACS acknowledges receipt of PLACI data\n    \n\n**Integration Points:**\n\n- IN-EF.I1AL.1-1\n    \n- IN-EF.I1AL.1-2\n    \n- IN-EF.I1EPO.1-1\n    \n- IN-EF.I1EPO.1-2\n    \n\n**Description**: 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.\n\n**Process Flows**:\n\n- Airline System (I1AL) → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I1EPO) → Airport Community System → Web Based One Customs\n    \n- Web Based One Customs → Airport Community System → Express Parcel Operator (I1EPO)\n    \n- Air Cargo Agent System → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"df5110bb-41c4-4c80-a414-9fd17c374e73","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"0ef27cd5-5043-4789-9217-d227ee58ebca","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.695Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- PF.I1AL.1\n    \n- PF.I1EPO.1\n    \n\n**Use Cases**:\n\n- Airline sends PLACI data to Customs\n    \n- Express Parcel Operator sends PLACI data before flight departure (4 hours before)\n    \n- ACS acknowledges receipt of PLACI data\n    \n\n**Integration Points:**\n\n- IN-EF.I1AL.1-1\n    \n- IN-EF.I1AL.1-2\n    \n- IN-EF.I1EPO.1-1\n    \n- IN-EF.I1EPO.1-2\n    \n\n**Description**: 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.\n\n**Process Flows**:\n\n- Airline System (I1AL) → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I1EPO) → Airport Community System → Web Based One Customs\n    \n- Web Based One Customs → Airport Community System → Express Parcel Operator (I1EPO)\n    \n- Air Cargo Agent System → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"ff667894-13ff-4b59-80f9-3ff4669f665c","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"3113036c-22f0-49e7-8d02-f76e14a4f73b","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.695Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- PF.I1AL.1\n    \n- PF.I1EPO.1\n    \n\n**Use Cases**:\n\n- Airline sends PLACI data to Customs\n    \n- Express Parcel Operator sends PLACI data before flight departure (4 hours before)\n    \n- ACS acknowledges receipt of PLACI data\n    \n\n**Integration Points:**\n\n- IN-EF.I1AL.1-1\n    \n- IN-EF.I1AL.1-2\n    \n- IN-EF.I1EPO.1-1\n    \n- IN-EF.I1EPO.1-2\n    \n\n**Description**: 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.\n\n**Process Flows**:\n\n- Airline System (I1AL) → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I1EPO) → Airport Community System → Web Based One Customs\n    \n- Web Based One Customs → Airport Community System → Express Parcel Operator (I1EPO)\n    \n- Air Cargo Agent System → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"0ac69f95-3acb-402e-9180-d0baecc0045b","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"299e97c2-4e0a-4857-a600-dc87715d32ca","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.695Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API References:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- PF.I1AL.1\n    \n- PF.I1EPO.1\n    \n\n**Use Cases**:\n\n- Airline sends PLACI data to Customs\n    \n- Express Parcel Operator sends PLACI data before flight departure (4 hours before)\n    \n- ACS acknowledges receipt of PLACI data\n    \n\n**Integration Points:**\n\n- IN-EF.I1AL.1-1\n    \n- IN-EF.I1AL.1-2\n    \n- IN-EF.I1EPO.1-1\n    \n- IN-EF.I1EPO.1-2\n    \n\n**Description**: 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.\n\n**Process Flows**:\n\n- Airline System (I1AL) → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I1EPO) → Airport Community System → Web Based One Customs\n    \n- Web Based One Customs → Airport Community System → Express Parcel Operator (I1EPO)\n    \n- Air Cargo Agent System → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"878e2073-bf2d-4f0c-a70a-a80631cdefe1"}],"id":"b2497166-0550-4b28-896e-3c5d35596ef9","description":"<p>PLACI submission is advance shipment information sent before cargo arrives. Users use this section to submit airline or EPO shipment data for screening.</p>\n","_postman_id":"b2497166-0550-4b28-896e-3c5d35596ef9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"0ffce5f1-5ab3-4c09-94c6-56581498a63f","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"3398d877-ca4b-4df6-a678-0bcac15cd4a3","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-06-04T08:28:25.695Z","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":[{"id":"02c5e06a-6eab-4442-a77e-f9944149ddd4","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"81950ad0-5ff3-4e89-9c35-f2b93af690af","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-06-04T08:28:25.696Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Global APIs Refrence:**\n\n- [CSN](https://postman.belli.app/#49db9e96-b58f-4539-9912-0f46b240689c)\n    \n\n**Requirement Reference**: PF.I1CUS.2\n\n**Use Case**: Starts risk analysis (PLACI)\n\n**Integration Points:**\n\n- IN-EF.I1CUS.2-1\n    \n- IN-EF.I1CUS.2-2\n    \n\n**Description**: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 35 | M | Must be one of \\[\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"\\] |\n| analysisType | String | 35 | M | Must be one of \\[\"automated\", \"manual\"\\] |\n| riskProfiles | Array | n/a | M | Array of predefined risk profiles (e.g., \\[\"high-value\", \"restricted-goods\", \"country-origin\"\\]) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5e3c4c5f-f799-451f-84b0-024fed9c7103","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"2d933ad5-856a-4a53-a40d-62e294dcc22f","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-06-04T08:28:25.696Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Global APIs Refrence:**\n\n- [CSN](https://postman.belli.app/#49db9e96-b58f-4539-9912-0f46b240689c)\n    \n\n**Requirement Reference**: PF.I1CUS.2\n\n**Use Case**: Starts risk analysis (PLACI)\n\n**Integration Points:**\n\n- IN-EF.I1CUS.2-1\n    \n- IN-EF.I1CUS.2-2\n    \n\n**Description**: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 35 | M | Must be one of \\[\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"\\] |\n| analysisType | String | 35 | M | Must be one of \\[\"automated\", \"manual\"\\] |\n| riskProfiles | Array | n/a | M | Array of predefined risk profiles (e.g., \\[\"high-value\", \"restricted-goods\", \"country-origin\"\\]) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"0c4adb6a-7707-4d21-8629-9d1bcd1fce10","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"1d11161f-bf2d-4bd5-b2ab-d4ed65872c78","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-06-04T08:28:25.696Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Global APIs Refrence:**\n\n- [CSN](https://postman.belli.app/#49db9e96-b58f-4539-9912-0f46b240689c)\n    \n\n**Requirement Reference**: PF.I1CUS.2\n\n**Use Case**: Starts risk analysis (PLACI)\n\n**Integration Points:**\n\n- IN-EF.I1CUS.2-1\n    \n- IN-EF.I1CUS.2-2\n    \n\n**Description**: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 35 | M | Must be one of \\[\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"\\] |\n| analysisType | String | 35 | M | Must be one of \\[\"automated\", \"manual\"\\] |\n| riskProfiles | Array | n/a | M | Array of predefined risk profiles (e.g., \\[\"high-value\", \"restricted-goods\", \"country-origin\"\\]) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"bbdb8428-9089-4138-b29f-fba51aeffda8","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"5095958b-33cf-45c5-b515-55757e1b363c","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-06-04T08:28:25.696Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Global APIs Refrence:**\n\n- [CSN](https://postman.belli.app/#49db9e96-b58f-4539-9912-0f46b240689c)\n    \n\n**Requirement Reference**: PF.I1CUS.2\n\n**Use Case**: Starts risk analysis (PLACI)\n\n**Integration Points:**\n\n- IN-EF.I1CUS.2-1\n    \n- IN-EF.I1CUS.2-2\n    \n\n**Description**: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 35 | M | Must be one of \\[\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"\\] |\n| analysisType | String | 35 | M | Must be one of \\[\"automated\", \"manual\"\\] |\n| riskProfiles | Array | n/a | M | Array of predefined risk profiles (e.g., \\[\"high-value\", \"restricted-goods\", \"country-origin\"\\]) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"b5960891-8ece-42fd-945d-c1a76ad94e05","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d5942050-711a-46e0-9145-3e394a20a0a2","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-06-04T08:28:25.696Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Global APIs Refrence:**\n\n- [CSN](https://postman.belli.app/#49db9e96-b58f-4539-9912-0f46b240689c)\n    \n\n**Requirement Reference**: PF.I1CUS.2\n\n**Use Case**: Starts risk analysis (PLACI)\n\n**Integration Points:**\n\n- IN-EF.I1CUS.2-1\n    \n- IN-EF.I1CUS.2-2\n    \n\n**Description**: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 35 | M | Must be one of \\[\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"\\] |\n| analysisType | String | 35 | M | Must be one of \\[\"automated\", \"manual\"\\] |\n| riskProfiles | Array | n/a | M | Array of predefined risk profiles (e.g., \\[\"high-value\", \"restricted-goods\", \"country-origin\"\\]) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"36d0fcee-6bed-4983-ade2-92bc9211e402","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"83d26983-2f15-4d11-b634-aab9d36f330d","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-06-04T08:28:25.696Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Global APIs Refrence:**\n\n- [CSN](https://postman.belli.app/#49db9e96-b58f-4539-9912-0f46b240689c)\n    \n\n**Requirement Reference**: PF.I1CUS.2\n\n**Use Case**: Starts risk analysis (PLACI)\n\n**Integration Points:**\n\n- IN-EF.I1CUS.2-1\n    \n- IN-EF.I1CUS.2-2\n    \n\n**Description**: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 35 | M | Must be one of \\[\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"\\] |\n| analysisType | String | 35 | M | Must be one of \\[\"automated\", \"manual\"\\] |\n| riskProfiles | Array | n/a | M | Array of predefined risk profiles (e.g., \\[\"high-value\", \"restricted-goods\", \"country-origin\"\\]) |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"737e9c23-e785-4573-a7dd-c9909984ddf5","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"64135a2a-76c0-4732-893c-3498d071d472","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-06-04T08:28:25.696Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Global APIs Refrence:**\n\n- [CSN](https://postman.belli.app/#49db9e96-b58f-4539-9912-0f46b240689c)\n    \n\n**Requirement Reference**: PF.I1CUS.2\n\n**Use Case**: Starts risk analysis (PLACI)\n\n**Integration Points:**\n\n- IN-EF.I1CUS.2-1\n    \n- IN-EF.I1CUS.2-2\n    \n\n**Description**: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 35 | M | Must be one of \\[\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"\\] |\n| analysisType | String | 35 | M | Must be one of \\[\"automated\", \"manual\"\\] |\n| riskProfiles | Array | n/a | M | Array of predefined risk profiles (e.g., \\[\"high-value\", \"restricted-goods\", \"country-origin\"\\]) |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"0ffce5f1-5ab3-4c09-94c6-56581498a63f"},{"name":"Risk Analysis","id":"9f1cb766-cf99-493b-a4dd-2197dd97ae3c","request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"265df58a-4e11-4a7a-9bd0-8865dc12beec","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-06-04T08:28:25.696Z","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":[{"id":"759ef7f4-be87-48ab-b3b1-a20dd0ce9ff7","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"f024ad00-9ad9-4141-be3e-4d39fbd51beb","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-06-04T08:28:25.696Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement Reference**: PF.I1CUS.2\n\n**Use Case**: Starts risk analysis (PLACI)\n\n**Integration Points:**\n\n- IN-EF.I1CUS.2-1\n    \n- IN-EF.I1CUS.2-2\n    \n\n**Description**: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 35 | M | Must be one of \\[\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"\\] |\n| analysisType | String | 35 | M | Must be one of \\[\"automated\", \"manual\"\\] |\n| riskProfiles | Array | n/a | M | Array of predefined risk profiles (e.g., \\[\"high-value\", \"restricted-goods\", \"country-origin\"\\]) |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"3b90bf94-8979-46e3-ae81-31c1b9050a3b","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"8f988bc8-af89-4b5b-bc65-96d8a9f08715","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-06-04T08:28:25.696Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement Reference**: PF.I1CUS.2\n\n**Use Case**: Starts risk analysis (PLACI)\n\n**Integration Points:**\n\n- IN-EF.I1CUS.2-1\n    \n- IN-EF.I1CUS.2-2\n    \n\n**Description**: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 35 | M | Must be one of \\[\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"\\] |\n| analysisType | String | 35 | M | Must be one of \\[\"automated\", \"manual\"\\] |\n| riskProfiles | Array | n/a | M | Array of predefined risk profiles (e.g., \\[\"high-value\", \"restricted-goods\", \"country-origin\"\\]) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"1ad3e925-e4f4-4a0a-bdc2-357fe700311e","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"8e6cf710-f5a7-403c-b0f2-169b8cadebac","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-06-04T08:28:25.696Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement Reference**: PF.I1CUS.2\n\n**Use Case**: Starts risk analysis (PLACI)\n\n**Integration Points:**\n\n- IN-EF.I1CUS.2-1\n    \n- IN-EF.I1CUS.2-2\n    \n\n**Description**: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 35 | M | Must be one of \\[\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"\\] |\n| analysisType | String | 35 | M | Must be one of \\[\"automated\", \"manual\"\\] |\n| riskProfiles | Array | n/a | M | Array of predefined risk profiles (e.g., \\[\"high-value\", \"restricted-goods\", \"country-origin\"\\]) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"9a88f7d7-0b50-4869-8856-d6cfebe77e40","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"7bc82968-2edf-436b-bae6-112910f63d50","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-06-04T08:28:25.696Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement Reference**: PF.I1CUS.2\n\n**Use Case**: Starts risk analysis (PLACI)\n\n**Integration Points:**\n\n- IN-EF.I1CUS.2-1\n    \n- IN-EF.I1CUS.2-2\n    \n\n**Description**: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 35 | M | Must be one of \\[\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"\\] |\n| analysisType | String | 35 | M | Must be one of \\[\"automated\", \"manual\"\\] |\n| riskProfiles | Array | n/a | M | Array of predefined risk profiles (e.g., \\[\"high-value\", \"restricted-goods\", \"country-origin\"\\]) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d12ec6e5-155e-4c52-8e75-bcc8bae36b29","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"f02e6b98-cc06-4c16-a61a-2bf9e0e55214","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-06-04T08:28:25.696Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement Reference**: PF.I1CUS.2\n\n**Use Case**: Starts risk analysis (PLACI)\n\n**Integration Points:**\n\n- IN-EF.I1CUS.2-1\n    \n- IN-EF.I1CUS.2-2\n    \n\n**Description**: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 35 | M | Must be one of \\[\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"\\] |\n| analysisType | String | 35 | M | Must be one of \\[\"automated\", \"manual\"\\] |\n| riskProfiles | Array | n/a | M | Array of predefined risk profiles (e.g., \\[\"high-value\", \"restricted-goods\", \"country-origin\"\\]) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"b2307ead-ac0d-4284-8f7d-ec6b31e2c88f","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"1c23bb1c-40e3-411c-9c85-a12896226455","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-06-04T08:28:25.696Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement Reference**: PF.I1CUS.2\n\n**Use Case**: Starts risk analysis (PLACI)\n\n**Integration Points:**\n\n- IN-EF.I1CUS.2-1\n    \n- IN-EF.I1CUS.2-2\n    \n\n**Description**: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 35 | M | Must be one of \\[\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"\\] |\n| analysisType | String | 35 | M | Must be one of \\[\"automated\", \"manual\"\\] |\n| riskProfiles | Array | n/a | M | Array of predefined risk profiles (e.g., \\[\"high-value\", \"restricted-goods\", \"country-origin\"\\]) |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"13da61f5-ae6f-4bc6-aaa2-926009598f4c","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"ef262d4b-642e-48fd-81b2-5d5a3b788d4e","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-06-04T08:28:25.696Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement Reference**: PF.I1CUS.2\n\n**Use Case**: Starts risk analysis (PLACI)\n\n**Integration Points:**\n\n- IN-EF.I1CUS.2-1\n    \n- IN-EF.I1CUS.2-2\n    \n\n**Description**: ACS will enable Customs to receive PLACI data in digital format from airlines. Initiates automated or manual risk analysis process.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| status | String | 35 | M | Must be one of \\[\"submitted\", \"draft\", \"under_review\", \"accepted\", \"rejected\"\\] |\n| analysisType | String | 35 | M | Must be one of \\[\"automated\", \"manual\"\\] |\n| riskProfiles | Array | n/a | M | Array of predefined risk profiles (e.g., \\[\"high-value\", \"restricted-goods\", \"country-origin\"\\]) |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"9f1cb766-cf99-493b-a4dd-2197dd97ae3c"}],"id":"328e8170-bbca-4cbd-8222-f10365106055","description":"<p>Customs PLACI processing is the review of submitted shipment data for risk. Users use this section to start the risk analysis and review the screening result.</p>\n","_postman_id":"328e8170-bbca-4cbd-8222-f10365106055","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"4571fa3a-32ab-4d53-bc8e-03039ad8c4d2","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"03074a61-a8a0-47de-b0a1-a03035174760","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-06-04T08:28:25.696Z","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":[{"id":"7af1a40e-bbe4-4aad-b73e-3689d6c8ee06","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"8b4ee932-b01b-4f15-8354-7993a97bf2fc","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.696Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: PF.I1CGNR.3\n\n**Use Case**: Consignor initiates digital trade lane submission\n\nIntegration Points:\n\n- IN-EF.I1CGNR.3-1\n    \n- IN-EF.I1CGNR.3-2\n    \n- IN-EF.I1CGNR.3-2\n    \n\n**Description**: 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.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| consignor | Object | n/a | M | Must include name, address, city, postalCode, country, phone, email, ntn, cnic, accountNumber |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.address | String | 255 | M | Street address of the consignor |\n| consignor.city | String | 70 | M | City of the consignor |\n| consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| consignor.country | String | 2 | M | ISO 3166 Country code |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| consignee | Object | n/a | M | Must include name, address, city, postalCode, country, phone, email, ntn, cnic, accountNumber |\n| consignee.name | String | 255 | M | Name of the consignee |\n| consignee.address | String | 255 | M | Street address of the consignee |\n| consignee.city | String | 70 | M | City of the consignee |\n| consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| consignee.country | String | 2 | M | ISO 3166 Country code |\n| consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.accountNumber | String | 70 | M | Account number (e.g., \"ACC12674\") |\n| cargoDescription | String | 255 | M | Description of the cargo |\n| packages | Integer | n/a | M | Must be a positive integer |\n| weight | Object | n/a | M | Must include value and unit |\n| weight.value | Integer | n/a | M | Weight value (must be positive) |\n| weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| documents | Array | n/a | M | Array must contain ≥1 valid document object |\n| documents.id | String | 70 | M | Document ID (UUID format) |\n| documents.name | String | 255 | M | Document name (e.g., \"1.pdf\") |\n| documents.contentType | String | 70 | M | Must be valid MIME type |\n| documents.size | Integer | n/a | M | File size in bytes |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"abbeb5d8-4677-406a-95b7-f095e7f9b938","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a8214420-d8b8-44ce-95e0-cb8c39560111","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.696Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: PF.I1CGNR.3\n\n**Use Case**: Consignor initiates digital trade lane submission\n\nIntegration Points:\n\n- IN-EF.I1CGNR.3-1\n    \n- IN-EF.I1CGNR.3-2\n    \n- IN-EF.I1CGNR.3-2\n    \n\n**Description**: 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.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| consignor | Object | n/a | M | Must include name, address, city, postalCode, country, phone, email, ntn, cnic, accountNumber |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.address | String | 255 | M | Street address of the consignor |\n| consignor.city | String | 70 | M | City of the consignor |\n| consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| consignor.country | String | 2 | M | ISO 3166 Country code |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| consignee | Object | n/a | M | Must include name, address, city, postalCode, country, phone, email, ntn, cnic, accountNumber |\n| consignee.name | String | 255 | M | Name of the consignee |\n| consignee.address | String | 255 | M | Street address of the consignee |\n| consignee.city | String | 70 | M | City of the consignee |\n| consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| consignee.country | String | 2 | M | ISO 3166 Country code |\n| consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.accountNumber | String | 70 | M | Account number (e.g., \"ACC12674\") |\n| cargoDescription | String | 255 | M | Description of the cargo |\n| packages | Integer | n/a | M | Must be a positive integer |\n| weight | Object | n/a | M | Must include value and unit |\n| weight.value | Integer | n/a | M | Weight value (must be positive) |\n| weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| documents | Array | n/a | M | Array must contain ≥1 valid document object |\n| documents.id | String | 70 | M | Document ID (UUID format) |\n| documents.name | String | 255 | M | Document name (e.g., \"1.pdf\") |\n| documents.contentType | String | 70 | M | Must be valid MIME type |\n| documents.size | Integer | n/a | M | File size in bytes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"e61070e1-ff62-40ca-86db-8b216b72084c","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"196c2573-41c1-4a6e-9d49-644ddadbb231","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.696Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: PF.I1CGNR.3\n\n**Use Case**: Consignor initiates digital trade lane submission\n\nIntegration Points:\n\n- IN-EF.I1CGNR.3-1\n    \n- IN-EF.I1CGNR.3-2\n    \n- IN-EF.I1CGNR.3-2\n    \n\n**Description**: 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.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| consignor | Object | n/a | M | Must include name, address, city, postalCode, country, phone, email, ntn, cnic, accountNumber |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.address | String | 255 | M | Street address of the consignor |\n| consignor.city | String | 70 | M | City of the consignor |\n| consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| consignor.country | String | 2 | M | ISO 3166 Country code |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| consignee | Object | n/a | M | Must include name, address, city, postalCode, country, phone, email, ntn, cnic, accountNumber |\n| consignee.name | String | 255 | M | Name of the consignee |\n| consignee.address | String | 255 | M | Street address of the consignee |\n| consignee.city | String | 70 | M | City of the consignee |\n| consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| consignee.country | String | 2 | M | ISO 3166 Country code |\n| consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.accountNumber | String | 70 | M | Account number (e.g., \"ACC12674\") |\n| cargoDescription | String | 255 | M | Description of the cargo |\n| packages | Integer | n/a | M | Must be a positive integer |\n| weight | Object | n/a | M | Must include value and unit |\n| weight.value | Integer | n/a | M | Weight value (must be positive) |\n| weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| documents | Array | n/a | M | Array must contain ≥1 valid document object |\n| documents.id | String | 70 | M | Document ID (UUID format) |\n| documents.name | String | 255 | M | Document name (e.g., \"1.pdf\") |\n| documents.contentType | String | 70 | M | Must be valid MIME type |\n| documents.size | Integer | n/a | M | File size in bytes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"061b7482-1183-438e-9d7b-9cceb2fe9776","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"47933ba1-8eed-4249-b1e8-fd0d35d01916","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.696Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: PF.I1CGNR.3\n\n**Use Case**: Consignor initiates digital trade lane submission\n\nIntegration Points:\n\n- IN-EF.I1CGNR.3-1\n    \n- IN-EF.I1CGNR.3-2\n    \n- IN-EF.I1CGNR.3-2\n    \n\n**Description**: 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.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| consignor | Object | n/a | M | Must include name, address, city, postalCode, country, phone, email, ntn, cnic, accountNumber |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.address | String | 255 | M | Street address of the consignor |\n| consignor.city | String | 70 | M | City of the consignor |\n| consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| consignor.country | String | 2 | M | ISO 3166 Country code |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| consignee | Object | n/a | M | Must include name, address, city, postalCode, country, phone, email, ntn, cnic, accountNumber |\n| consignee.name | String | 255 | M | Name of the consignee |\n| consignee.address | String | 255 | M | Street address of the consignee |\n| consignee.city | String | 70 | M | City of the consignee |\n| consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| consignee.country | String | 2 | M | ISO 3166 Country code |\n| consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.accountNumber | String | 70 | M | Account number (e.g., \"ACC12674\") |\n| cargoDescription | String | 255 | M | Description of the cargo |\n| packages | Integer | n/a | M | Must be a positive integer |\n| weight | Object | n/a | M | Must include value and unit |\n| weight.value | Integer | n/a | M | Weight value (must be positive) |\n| weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| documents | Array | n/a | M | Array must contain ≥1 valid document object |\n| documents.id | String | 70 | M | Document ID (UUID format) |\n| documents.name | String | 255 | M | Document name (e.g., \"1.pdf\") |\n| documents.contentType | String | 70 | M | Must be valid MIME type |\n| documents.size | Integer | n/a | M | File size in bytes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"5b28893f-3457-48c1-8e42-a3743e7f79de","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"237934ad-4759-4aa5-922b-5b5cb89d6c54","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.697Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: PF.I1CGNR.3\n\n**Use Case**: Consignor initiates digital trade lane submission\n\nIntegration Points:\n\n- IN-EF.I1CGNR.3-1\n    \n- IN-EF.I1CGNR.3-2\n    \n- IN-EF.I1CGNR.3-2\n    \n\n**Description**: 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.\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| consignor | Object | n/a | M | Must include name, address, city, postalCode, country, phone, email, ntn, cnic, accountNumber |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.address | String | 255 | M | Street address of the consignor |\n| consignor.city | String | 70 | M | City of the consignor |\n| consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| consignor.country | String | 2 | M | ISO 3166 Country code |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| consignee | Object | n/a | M | Must include name, address, city, postalCode, country, phone, email, ntn, cnic, accountNumber |\n| consignee.name | String | 255 | M | Name of the consignee |\n| consignee.address | String | 255 | M | Street address of the consignee |\n| consignee.city | String | 70 | M | City of the consignee |\n| consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| consignee.country | String | 2 | M | ISO 3166 Country code |\n| consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.accountNumber | String | 70 | M | Account number (e.g., \"ACC12674\") |\n| cargoDescription | String | 255 | M | Description of the cargo |\n| packages | Integer | n/a | M | Must be a positive integer |\n| weight | Object | n/a | M | Must include value and unit |\n| weight.value | Integer | n/a | M | Weight value (must be positive) |\n| weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| documents | Array | n/a | M | Array must contain ≥1 valid document object |\n| documents.id | String | 70 | M | Document ID (UUID format) |\n| documents.name | String | 255 | M | Document name (e.g., \"1.pdf\") |\n| documents.contentType | String | 70 | M | Must be valid MIME type |\n| documents.size | Integer | n/a | M | File size in bytes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"4571fa3a-32ab-4d53-bc8e-03039ad8c4d2"}],"id":"c777e4bf-e312-4f3a-8b10-f140e109d396","description":"<p>A digital trade lane is the electronic document trail for a shipment. Users use this section to submit consignor documents for trade-lane review.</p>\n","_postman_id":"c777e4bf-e312-4f3a-8b10-f140e109d396","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"8b6a2d9e-1a03-4f28-aa5b-6614fb0d7289","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"9e12b9b4-0b3b-494d-80fc-8056b4a8115a","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-06-04T08:28:25.697Z","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":[{"id":"61e142be-2e32-4015-926b-39e3fda847d3","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"832030d3-3fe3-4bef-a6b9-679f3e68c53d","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.697Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API References:**\n\n- [CUSITM](https://postman.belli.app/#ae792c72-641f-4f31-bef2-d8fa627db6d7)\n    \n\n**Requirement Reference**: PF.I1P.4\n\n**Use Cases**:\n\n- Postal Authority / Consigner sends CN data\n    \n- ACS forwards CN data to Customs\n    \n\n**Integration Points:**\n\n- IN-EF.I1P.4-1\n    \n- IN-EF.I1P.4-2\n    \n\n**Description**: 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.\n\n**Process Flow**: Postal Authority System (I1P) → Airport Community System → Web Based One Customs\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| originPostalAuthority | String | 255 | M | Postal authority (e.g., \"EMIRATES_POST\") |\n| mailBags | Array | n/a | M | Array of mail bag objects |\n| mailBags.bagId | String | 70 | M | Bag ID format (e.g., \"AEDXB001234\") |\n| mailBags.mailClass | String | 35 | M | Mail class (e.g., \"EMS\") |\n| mailBags.items | Array | n/a | M | Array of item objects |\n| mailBags.items.itemId | String | 70 | M | Item ID (e.g., \"EMS123456789AE\") |\n| mailBags.items.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, cnic, ntn, phone, email, accountNumber |\n| mailBags.items.consignor.name | String | 255 | M | Name of the consignor |\n| mailBags.items.consignor.address | String | 255 | M | Address of the consignor |\n| mailBags.items.consignor.city | String | 70 | M | City of the consignor |\n| mailBags.items.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignor.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignor.accountNumber | String | 70 | M | Account number of consignor (e.g., \"ACC12635\") |\n| mailBags.items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| mailBags.items.consignee.name | String | 255 | M | Name of the consignee |\n| mailBags.items.consignee.address | String | 255 | M | Address of the consignee |\n| mailBags.items.consignee.city | String | 70 | M | City of the consignee |\n| mailBags.items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignee.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| mailBags.items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignee.accountNumber | String | 70 | M | Account number of consignee (e.g., \"ACC12345\") |\n| mailBags.items.weight | Object | n/a | M | Must include value and unit |\n| mailBags.items.weight.value | Number | n/a | M | Weight value |\n| mailBags.items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| mailBags.items.contentDescription | String | 255 | M | Description of the content |\n| mailBags.items.declaredValue | Number | n/a | M | Declared value of items |\n| mailBags.items.currency | String | 3 | M | ISO 4217 currency code |\n| mailBags.items.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| mailBags.items.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"61010efb-6524-466d-bf01-84ac82c25ce2","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b34e6d0a-780d-46b1-b56f-bd3a805ec16d","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.697Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API References:**\n\n- [CUSITM](https://postman.belli.app/#ae792c72-641f-4f31-bef2-d8fa627db6d7)\n    \n\n**Requirement Reference**: PF.I1P.4\n\n**Use Cases**:\n\n- Postal Authority / Consigner sends CN data\n    \n- ACS forwards CN data to Customs\n    \n\n**Integration Points:**\n\n- IN-EF.I1P.4-1\n    \n- IN-EF.I1P.4-2\n    \n\n**Description**: 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.\n\n**Process Flow**: Postal Authority System (I1P) → Airport Community System → Web Based One Customs\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| originPostalAuthority | String | 255 | M | Postal authority (e.g., \"EMIRATES_POST\") |\n| mailBags | Array | n/a | M | Array of mail bag objects |\n| mailBags.bagId | String | 70 | M | Bag ID format (e.g., \"AEDXB001234\") |\n| mailBags.mailClass | String | 35 | M | Mail class (e.g., \"EMS\") |\n| mailBags.items | Array | n/a | M | Array of item objects |\n| mailBags.items.itemId | String | 70 | M | Item ID (e.g., \"EMS123456789AE\") |\n| mailBags.items.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, cnic, ntn, phone, email, accountNumber |\n| mailBags.items.consignor.name | String | 255 | M | Name of the consignor |\n| mailBags.items.consignor.address | String | 255 | M | Address of the consignor |\n| mailBags.items.consignor.city | String | 70 | M | City of the consignor |\n| mailBags.items.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignor.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignor.accountNumber | String | 70 | M | Account number of consignor (e.g., \"ACC12635\") |\n| mailBags.items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| mailBags.items.consignee.name | String | 255 | M | Name of the consignee |\n| mailBags.items.consignee.address | String | 255 | M | Address of the consignee |\n| mailBags.items.consignee.city | String | 70 | M | City of the consignee |\n| mailBags.items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignee.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| mailBags.items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignee.accountNumber | String | 70 | M | Account number of consignee (e.g., \"ACC12345\") |\n| mailBags.items.weight | Object | n/a | M | Must include value and unit |\n| mailBags.items.weight.value | Number | n/a | M | Weight value |\n| mailBags.items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| mailBags.items.contentDescription | String | 255 | M | Description of the content |\n| mailBags.items.declaredValue | Number | n/a | M | Declared value of items |\n| mailBags.items.currency | String | 3 | M | ISO 4217 currency code |\n| mailBags.items.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| mailBags.items.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"f888ff4c-27a0-44dd-8760-497fe832e06d","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"2f5e10c1-86a2-48b2-8159-b7b10f642b74","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.697Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API References:**\n\n- [CUSITM](https://postman.belli.app/#ae792c72-641f-4f31-bef2-d8fa627db6d7)\n    \n\n**Requirement Reference**: PF.I1P.4\n\n**Use Cases**:\n\n- Postal Authority / Consigner sends CN data\n    \n- ACS forwards CN data to Customs\n    \n\n**Integration Points:**\n\n- IN-EF.I1P.4-1\n    \n- IN-EF.I1P.4-2\n    \n\n**Description**: 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.\n\n**Process Flow**: Postal Authority System (I1P) → Airport Community System → Web Based One Customs\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| originPostalAuthority | String | 255 | M | Postal authority (e.g., \"EMIRATES_POST\") |\n| mailBags | Array | n/a | M | Array of mail bag objects |\n| mailBags.bagId | String | 70 | M | Bag ID format (e.g., \"AEDXB001234\") |\n| mailBags.mailClass | String | 35 | M | Mail class (e.g., \"EMS\") |\n| mailBags.items | Array | n/a | M | Array of item objects |\n| mailBags.items.itemId | String | 70 | M | Item ID (e.g., \"EMS123456789AE\") |\n| mailBags.items.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, cnic, ntn, phone, email, accountNumber |\n| mailBags.items.consignor.name | String | 255 | M | Name of the consignor |\n| mailBags.items.consignor.address | String | 255 | M | Address of the consignor |\n| mailBags.items.consignor.city | String | 70 | M | City of the consignor |\n| mailBags.items.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignor.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignor.accountNumber | String | 70 | M | Account number of consignor (e.g., \"ACC12635\") |\n| mailBags.items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| mailBags.items.consignee.name | String | 255 | M | Name of the consignee |\n| mailBags.items.consignee.address | String | 255 | M | Address of the consignee |\n| mailBags.items.consignee.city | String | 70 | M | City of the consignee |\n| mailBags.items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignee.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| mailBags.items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignee.accountNumber | String | 70 | M | Account number of consignee (e.g., \"ACC12345\") |\n| mailBags.items.weight | Object | n/a | M | Must include value and unit |\n| mailBags.items.weight.value | Number | n/a | M | Weight value |\n| mailBags.items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| mailBags.items.contentDescription | String | 255 | M | Description of the content |\n| mailBags.items.declaredValue | Number | n/a | M | Declared value of items |\n| mailBags.items.currency | String | 3 | M | ISO 4217 currency code |\n| mailBags.items.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| mailBags.items.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"6af986d2-aea2-4b2f-aeed-b7cc1bf4673e","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"115d9e0e-1048-4aad-b4fe-3037e8f9416f","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.697Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API References:**\n\n- [CUSITM](https://postman.belli.app/#ae792c72-641f-4f31-bef2-d8fa627db6d7)\n    \n\n**Requirement Reference**: PF.I1P.4\n\n**Use Cases**:\n\n- Postal Authority / Consigner sends CN data\n    \n- ACS forwards CN data to Customs\n    \n\n**Integration Points:**\n\n- IN-EF.I1P.4-1\n    \n- IN-EF.I1P.4-2\n    \n\n**Description**: 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.\n\n**Process Flow**: Postal Authority System (I1P) → Airport Community System → Web Based One Customs\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| originPostalAuthority | String | 255 | M | Postal authority (e.g., \"EMIRATES_POST\") |\n| mailBags | Array | n/a | M | Array of mail bag objects |\n| mailBags.bagId | String | 70 | M | Bag ID format (e.g., \"AEDXB001234\") |\n| mailBags.mailClass | String | 35 | M | Mail class (e.g., \"EMS\") |\n| mailBags.items | Array | n/a | M | Array of item objects |\n| mailBags.items.itemId | String | 70 | M | Item ID (e.g., \"EMS123456789AE\") |\n| mailBags.items.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, cnic, ntn, phone, email, accountNumber |\n| mailBags.items.consignor.name | String | 255 | M | Name of the consignor |\n| mailBags.items.consignor.address | String | 255 | M | Address of the consignor |\n| mailBags.items.consignor.city | String | 70 | M | City of the consignor |\n| mailBags.items.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignor.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignor.accountNumber | String | 70 | M | Account number of consignor (e.g., \"ACC12635\") |\n| mailBags.items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| mailBags.items.consignee.name | String | 255 | M | Name of the consignee |\n| mailBags.items.consignee.address | String | 255 | M | Address of the consignee |\n| mailBags.items.consignee.city | String | 70 | M | City of the consignee |\n| mailBags.items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignee.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| mailBags.items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignee.accountNumber | String | 70 | M | Account number of consignee (e.g., \"ACC12345\") |\n| mailBags.items.weight | Object | n/a | M | Must include value and unit |\n| mailBags.items.weight.value | Number | n/a | M | Weight value |\n| mailBags.items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| mailBags.items.contentDescription | String | 255 | M | Description of the content |\n| mailBags.items.declaredValue | Number | n/a | M | Declared value of items |\n| mailBags.items.currency | String | 3 | M | ISO 4217 currency code |\n| mailBags.items.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| mailBags.items.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"f92574e1-fcbc-4205-a437-d9ed04910b85","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"61c9f8e7-cc93-4a2d-a404-14aa9fb7aa34","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.697Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":"**Global API References:**\n\n- [CUSITM](https://postman.belli.app/#ae792c72-641f-4f31-bef2-d8fa627db6d7)\n    \n\n**Requirement Reference**: PF.I1P.4\n\n**Use Cases**:\n\n- Postal Authority / Consigner sends CN data\n    \n- ACS forwards CN data to Customs\n    \n\n**Integration Points:**\n\n- IN-EF.I1P.4-1\n    \n- IN-EF.I1P.4-2\n    \n\n**Description**: 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.\n\n**Process Flow**: Postal Authority System (I1P) → Airport Community System → Web Based One Customs\n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| originPostalAuthority | String | 255 | M | Postal authority (e.g., \"EMIRATES_POST\") |\n| mailBags | Array | n/a | M | Array of mail bag objects |\n| mailBags.bagId | String | 70 | M | Bag ID format (e.g., \"AEDXB001234\") |\n| mailBags.mailClass | String | 35 | M | Mail class (e.g., \"EMS\") |\n| mailBags.items | Array | n/a | M | Array of item objects |\n| mailBags.items.itemId | String | 70 | M | Item ID (e.g., \"EMS123456789AE\") |\n| mailBags.items.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, cnic, ntn, phone, email, accountNumber |\n| mailBags.items.consignor.name | String | 255 | M | Name of the consignor |\n| mailBags.items.consignor.address | String | 255 | M | Address of the consignor |\n| mailBags.items.consignor.city | String | 70 | M | City of the consignor |\n| mailBags.items.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignor.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignor.accountNumber | String | 70 | M | Account number of consignor (e.g., \"ACC12635\") |\n| mailBags.items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| mailBags.items.consignee.name | String | 255 | M | Name of the consignee |\n| mailBags.items.consignee.address | String | 255 | M | Address of the consignee |\n| mailBags.items.consignee.city | String | 70 | M | City of the consignee |\n| mailBags.items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignee.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| mailBags.items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignee.accountNumber | String | 70 | M | Account number of consignee (e.g., \"ACC12345\") |\n| mailBags.items.weight | Object | n/a | M | Must include value and unit |\n| mailBags.items.weight.value | Number | n/a | M | Weight value |\n| mailBags.items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| mailBags.items.contentDescription | String | 255 | M | Description of the content |\n| mailBags.items.declaredValue | Number | n/a | M | Declared value of items |\n| mailBags.items.currency | String | 3 | M | ISO 4217 currency code |\n| mailBags.items.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| mailBags.items.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"8b6a2d9e-1a03-4f28-aa5b-6614fb0d7289"}],"id":"63df7fc1-3313-4f36-9ebd-97e5a7218343","description":"<p>Postal PLACI data is the advance cargo information for postal shipments. Users use this section to submit the shipment details for screening before arrival.</p>\n","_postman_id":"63df7fc1-3313-4f36-9ebd-97e5a7218343","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"094a60bc-f160-4d1a-86ac-f112187f60eb","description":"<p>PLACI data is advance shipment information sent before a flight departs, so customs can screen cargo early. In this section, users submit the shipment details for airlines, customs, consignors, or postal flows.</p>\n","_postman_id":"094a60bc-f160-4d1a-86ac-f112187f60eb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"9569802a-dd3b-4ac0-b54a-10d589894797","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b19c89c8-80f3-47b3-b767-e89e460306a3","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-06-04T08:28:25.697Z","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":[{"id":"e815e976-632a-4ea0-9307-c4ffca017cd5","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"51664bd7-3a2d-4797-b714-8737a3ca1ef6","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.697Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Global API References:**\n\n- [CUSRSP](https://postman.belli.app/#999dd67f-6cd2-4fd5-a353-021218346edb)\n    \n\n**Requirement References**:\n\n- PF.I2CUS.5\n    \n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n\n**Use Cases**:\n\n- Customs communicates risk analysis results\n    \n- ACS delivers risk analysis results to EPO / Airline\n    \n- ACS delivers risk analysis messages to Airline\n    \n- ACS delivers risk analysis & screening results to Postal Authority\n    \n\n**Integration Points:**\n\n- IN-EF.I2CUS.5-1\n    \n- IN-EF.I2CUS.5-2\n    \n- IN-EF.I2AL.6-1\n    \n- IN-EF.I2P.7-1\n    \n\n**Description**: 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.\n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**:\n\n- Web Based One Customs → Airport Community System → Airline System (I1AL)\n    \n- Web Based One Customs → Airport Community System → Postal Authority System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9f9939bc-cdb0-4e77-9af6-ce46a4ddf6cb","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"f180b379-98a8-4908-8603-8ceb7f3c7ed3","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.697Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Global API References:**\n\n- [CUSRSP](https://postman.belli.app/#999dd67f-6cd2-4fd5-a353-021218346edb)\n    \n\n**Requirement References**:\n\n- PF.I2CUS.5\n    \n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n\n**Use Cases**:\n\n- Customs communicates risk analysis results\n    \n- ACS delivers risk analysis results to EPO / Airline\n    \n- ACS delivers risk analysis messages to Airline\n    \n- ACS delivers risk analysis & screening results to Postal Authority\n    \n\n**Integration Points:**\n\n- IN-EF.I2CUS.5-1\n    \n- IN-EF.I2CUS.5-2\n    \n- IN-EF.I2AL.6-1\n    \n- IN-EF.I2P.7-1\n    \n\n**Description**: 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.\n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**:\n\n- Web Based One Customs → Airport Community System → Airline System (I1AL)\n    \n- Web Based One Customs → Airport Community System → Postal Authority System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"54289960-8d0a-4e3d-a0d1-2f439e64928e","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"3dddc157-76ba-42fe-825f-7b48298555ea","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.697Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Global API References:**\n\n- [CUSRSP](https://postman.belli.app/#999dd67f-6cd2-4fd5-a353-021218346edb)\n    \n\n**Requirement References**:\n\n- PF.I2CUS.5\n    \n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n\n**Use Cases**:\n\n- Customs communicates risk analysis results\n    \n- ACS delivers risk analysis results to EPO / Airline\n    \n- ACS delivers risk analysis messages to Airline\n    \n- ACS delivers risk analysis & screening results to Postal Authority\n    \n\n**Integration Points:**\n\n- IN-EF.I2CUS.5-1\n    \n- IN-EF.I2CUS.5-2\n    \n- IN-EF.I2AL.6-1\n    \n- IN-EF.I2P.7-1\n    \n\n**Description**: 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.\n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**:\n\n- Web Based One Customs → Airport Community System → Airline System (I1AL)\n    \n- Web Based One Customs → Airport Community System → Postal Authority System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"cb42828b-7b60-431a-901f-5548fd084914","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"6e8cde79-6da7-4502-82dd-c661ce9d6967","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.697Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Global API References:**\n\n- [CUSRSP](https://postman.belli.app/#999dd67f-6cd2-4fd5-a353-021218346edb)\n    \n\n**Requirement References**:\n\n- PF.I2CUS.5\n    \n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n\n**Use Cases**:\n\n- Customs communicates risk analysis results\n    \n- ACS delivers risk analysis results to EPO / Airline\n    \n- ACS delivers risk analysis messages to Airline\n    \n- ACS delivers risk analysis & screening results to Postal Authority\n    \n\n**Integration Points:**\n\n- IN-EF.I2CUS.5-1\n    \n- IN-EF.I2CUS.5-2\n    \n- IN-EF.I2AL.6-1\n    \n- IN-EF.I2P.7-1\n    \n\n**Description**: 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.\n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**:\n\n- Web Based One Customs → Airport Community System → Airline System (I1AL)\n    \n- Web Based One Customs → Airport Community System → Postal Authority System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"875f8e15-d562-454d-b9a0-549e5fcc0181","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"120dfbce-76cf-4774-8666-dffbea917343","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.697Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Global API References:**\n\n- [CUSRSP](https://postman.belli.app/#999dd67f-6cd2-4fd5-a353-021218346edb)\n    \n\n**Requirement References**:\n\n- PF.I2CUS.5\n    \n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n\n**Use Cases**:\n\n- Customs communicates risk analysis results\n    \n- ACS delivers risk analysis results to EPO / Airline\n    \n- ACS delivers risk analysis messages to Airline\n    \n- ACS delivers risk analysis & screening results to Postal Authority\n    \n\n**Integration Points:**\n\n- IN-EF.I2CUS.5-1\n    \n- IN-EF.I2CUS.5-2\n    \n- IN-EF.I2AL.6-1\n    \n- IN-EF.I2P.7-1\n    \n\n**Description**: 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.\n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**:\n\n- Web Based One Customs → Airport Community System → Airline System (I1AL)\n    \n- Web Based One Customs → Airport Community System → Postal Authority System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"a1c4da0f-f932-4062-849a-1004342a5850","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b33518a9-4813-43de-90af-e42b2bc401d3","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.697Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Global API References:**\n\n- [CUSRSP](https://postman.belli.app/#999dd67f-6cd2-4fd5-a353-021218346edb)\n    \n\n**Requirement References**:\n\n- PF.I2CUS.5\n    \n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n\n**Use Cases**:\n\n- Customs communicates risk analysis results\n    \n- ACS delivers risk analysis results to EPO / Airline\n    \n- ACS delivers risk analysis messages to Airline\n    \n- ACS delivers risk analysis & screening results to Postal Authority\n    \n\n**Integration Points:**\n\n- IN-EF.I2CUS.5-1\n    \n- IN-EF.I2CUS.5-2\n    \n- IN-EF.I2AL.6-1\n    \n- IN-EF.I2P.7-1\n    \n\n**Description**: 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.\n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**:\n\n- Web Based One Customs → Airport Community System → Airline System (I1AL)\n    \n- Web Based One Customs → Airport Community System → Postal Authority System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"464911f3-062a-4881-8c7d-621e0a85297c","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d010f521-5846-4d0f-9280-c511deae3292","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.698Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Global API References:**\n\n- [CUSRSP](https://postman.belli.app/#999dd67f-6cd2-4fd5-a353-021218346edb)\n    \n\n**Requirement References**:\n\n- PF.I2CUS.5\n    \n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n\n**Use Cases**:\n\n- Customs communicates risk analysis results\n    \n- ACS delivers risk analysis results to EPO / Airline\n    \n- ACS delivers risk analysis messages to Airline\n    \n- ACS delivers risk analysis & screening results to Postal Authority\n    \n\n**Integration Points:**\n\n- IN-EF.I2CUS.5-1\n    \n- IN-EF.I2CUS.5-2\n    \n- IN-EF.I2AL.6-1\n    \n- IN-EF.I2P.7-1\n    \n\n**Description**: 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.\n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**:\n\n- Web Based One Customs → Airport Community System → Airline System (I1AL)\n    \n- Web Based One Customs → Airport Community System → Postal Authority System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"9569802a-dd3b-4ac0-b54a-10d589894797"}],"id":"a7789d7d-5816-4c10-a2df-64800929c819","description":"<p>A risk analysis result is the screening outcome for a shipment. Users use this section to record the result after the review is completed.</p>\n","_postman_id":"a7789d7d-5816-4c10-a2df-64800929c819","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"8fd082e3-08a1-4588-bea8-27e9f0b57888","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"897a6d90-544b-4102-b4d8-0152cbf039b0","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-06-04T08:28:25.698Z","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":[{"id":"18484da3-d6ff-4bf2-9387-984df0c20d5b","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"28dc586e-9bae-4869-aaa8-80a7646ebe47","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.698Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Requirement References**:\n\n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Airline replies to additional information / screening request\n    \n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- IN-EF.I2AL.6-2\n    \n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**:\n\n- ACS will enable Airline to reply to additional information and screening request via ACS in digital format. Airline forwards information request to consignor.\n    \n- EPO forwards information request to consignor when Customs requires additional data.\n    \n- ACS enables EPO to digitally reply to Customs requests\n    \n\n**Process Flows**:\n\n- Airline System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs System\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"57a30ff9-6d0d-43ba-984c-c45055ef5e1a","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"36879948-c806-4bb4-945e-6411e1733615","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.698Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Requirement References**:\n\n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Airline replies to additional information / screening request\n    \n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- IN-EF.I2AL.6-2\n    \n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**:\n\n- ACS will enable Airline to reply to additional information and screening request via ACS in digital format. Airline forwards information request to consignor.\n    \n- EPO forwards information request to consignor when Customs requires additional data.\n    \n- ACS enables EPO to digitally reply to Customs requests\n    \n\n**Process Flows**:\n\n- Airline System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs System\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"6c21f590-0f02-40b9-812d-4ed8d9e4f21f","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"64a7a671-b8bf-420d-8d6c-772baf76a514","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.698Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Requirement References**:\n\n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Airline replies to additional information / screening request\n    \n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- IN-EF.I2AL.6-2\n    \n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**:\n\n- ACS will enable Airline to reply to additional information and screening request via ACS in digital format. Airline forwards information request to consignor.\n    \n- EPO forwards information request to consignor when Customs requires additional data.\n    \n- ACS enables EPO to digitally reply to Customs requests\n    \n\n**Process Flows**:\n\n- Airline System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs System\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"e182fcf8-1ebb-4799-ad17-6a9eb0ae55db","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"ef6392ad-c149-4a62-9516-a3480fe85779","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.698Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Requirement References**:\n\n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Airline replies to additional information / screening request\n    \n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- IN-EF.I2AL.6-2\n    \n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**:\n\n- ACS will enable Airline to reply to additional information and screening request via ACS in digital format. Airline forwards information request to consignor.\n    \n- EPO forwards information request to consignor when Customs requires additional data.\n    \n- ACS enables EPO to digitally reply to Customs requests\n    \n\n**Process Flows**:\n\n- Airline System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs System\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"be1dbc0d-7871-4a33-bd10-7da8bc39a085","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"525c5e65-fc26-4018-bc85-914063a7ad80","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.698Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Requirement References**:\n\n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Airline replies to additional information / screening request\n    \n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- IN-EF.I2AL.6-2\n    \n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**:\n\n- ACS will enable Airline to reply to additional information and screening request via ACS in digital format. Airline forwards information request to consignor.\n    \n- EPO forwards information request to consignor when Customs requires additional data.\n    \n- ACS enables EPO to digitally reply to Customs requests\n    \n\n**Process Flows**:\n\n- Airline System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs System\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"60864bdb-808f-4e0f-88a7-1c21eb099484","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"198f3931-c11e-4e2b-8b67-df3768213fed","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.698Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Requirement References**:\n\n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Airline replies to additional information / screening request\n    \n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- IN-EF.I2AL.6-2\n    \n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**:\n\n- ACS will enable Airline to reply to additional information and screening request via ACS in digital format. Airline forwards information request to consignor.\n    \n- EPO forwards information request to consignor when Customs requires additional data.\n    \n- ACS enables EPO to digitally reply to Customs requests\n    \n\n**Process Flows**:\n\n- Airline System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs System\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"d1ce1218-a934-4a2b-8de5-62660b78dc6c","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"fcaabedd-80bd-42f1-8166-4307130a67b6","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.698Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Requirement References**:\n\n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Airline replies to additional information / screening request\n    \n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- IN-EF.I2AL.6-2\n    \n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**:\n\n- ACS will enable Airline to reply to additional information and screening request via ACS in digital format. Airline forwards information request to consignor.\n    \n- EPO forwards information request to consignor when Customs requires additional data.\n    \n- ACS enables EPO to digitally reply to Customs requests\n    \n\n**Process Flows**:\n\n- Airline System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs System\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"8fd082e3-08a1-4588-bea8-27e9f0b57888"},{"name":"Submit Screening Results","id":"f9046de9-caf5-4128-a875-b3fd87170188","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"bff83b6d-c417-4830-be6a-43519949502e","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-06-04T08:28:25.698Z","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":[{"id":"9d4b29bd-7bd4-4607-a33b-41ff1716d613","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"53b41fe3-68da-4b4d-998e-ee0899ed7530","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.698Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345680"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Airline replies to additional information / screening request\n    \n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n- EPO informs consignor or internal EPO team\n    \n\n**Integration Points:**\n\n- IN-EF.I2AL.6-2\n    \n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n- IN-EF.I2EPO.2-3\n    \n\n**Description**:\n\n- ACS will enable Airline to submit screening results in response to additional screening request.\n    \n- ACS will enable Express Parcel Operator to send results of additional screening.\n    \n- ACS enables EPO to digitally reply to Customs requests\n    \n- ACS triggers response routing from EPO to Consignor or internal EPO workflow\n    \n\n**Process Flows**:\n\n- Airline System → Airport Community System → Web Based One Customs\n    \n- Postal Authority System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Express Parcel Operator Internal System ((I3EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b02f0337-0820-4624-8788-005414c4c4f3","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"08840838-5c3a-4233-aa88-0456c13a1b4e","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.698Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345680"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Airline replies to additional information / screening request\n    \n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n- EPO informs consignor or internal EPO team\n    \n\n**Integration Points:**\n\n- IN-EF.I2AL.6-2\n    \n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n- IN-EF.I2EPO.2-3\n    \n\n**Description**:\n\n- ACS will enable Airline to submit screening results in response to additional screening request.\n    \n- ACS will enable Express Parcel Operator to send results of additional screening.\n    \n- ACS enables EPO to digitally reply to Customs requests\n    \n- ACS triggers response routing from EPO to Consignor or internal EPO workflow\n    \n\n**Process Flows**:\n\n- Airline System → Airport Community System → Web Based One Customs\n    \n- Postal Authority System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Express Parcel Operator Internal System ((I3EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"f398bf3c-2ac9-4781-8172-2d740107db86","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"fddb2ea2-2b82-4db3-bbc3-6e8c665f2677","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.698Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345680"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Airline replies to additional information / screening request\n    \n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n- EPO informs consignor or internal EPO team\n    \n\n**Integration Points:**\n\n- IN-EF.I2AL.6-2\n    \n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n- IN-EF.I2EPO.2-3\n    \n\n**Description**:\n\n- ACS will enable Airline to submit screening results in response to additional screening request.\n    \n- ACS will enable Express Parcel Operator to send results of additional screening.\n    \n- ACS enables EPO to digitally reply to Customs requests\n    \n- ACS triggers response routing from EPO to Consignor or internal EPO workflow\n    \n\n**Process Flows**:\n\n- Airline System → Airport Community System → Web Based One Customs\n    \n- Postal Authority System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Express Parcel Operator Internal System ((I3EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"0e4bcc89-6acc-43bc-b1e1-5bcbb8ebe2e4","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a693d8b6-d0f0-46d4-9363-1614c03d0b94","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.698Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345680"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Airline replies to additional information / screening request\n    \n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n- EPO informs consignor or internal EPO team\n    \n\n**Integration Points:**\n\n- IN-EF.I2AL.6-2\n    \n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n- IN-EF.I2EPO.2-3\n    \n\n**Description**:\n\n- ACS will enable Airline to submit screening results in response to additional screening request.\n    \n- ACS will enable Express Parcel Operator to send results of additional screening.\n    \n- ACS enables EPO to digitally reply to Customs requests\n    \n- ACS triggers response routing from EPO to Consignor or internal EPO workflow\n    \n\n**Process Flows**:\n\n- Airline System → Airport Community System → Web Based One Customs\n    \n- Postal Authority System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Express Parcel Operator Internal System ((I3EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"8f6951d5-f1f7-4c51-9799-4514892a07a9","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"03146ccf-4985-4021-b6e0-0e0aba0306d1","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.698Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345680"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Airline replies to additional information / screening request\n    \n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n- EPO informs consignor or internal EPO team\n    \n\n**Integration Points:**\n\n- IN-EF.I2AL.6-2\n    \n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n- IN-EF.I2EPO.2-3\n    \n\n**Description**:\n\n- ACS will enable Airline to submit screening results in response to additional screening request.\n    \n- ACS will enable Express Parcel Operator to send results of additional screening.\n    \n- ACS enables EPO to digitally reply to Customs requests\n    \n- ACS triggers response routing from EPO to Consignor or internal EPO workflow\n    \n\n**Process Flows**:\n\n- Airline System → Airport Community System → Web Based One Customs\n    \n- Postal Authority System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Express Parcel Operator Internal System ((I3EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"a876b414-9889-4629-b480-192670823e6e","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"00cf80ee-d9cf-4263-a5fb-72a46964b319","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.699Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345680"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Airline replies to additional information / screening request\n    \n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n- EPO informs consignor or internal EPO team\n    \n\n**Integration Points:**\n\n- IN-EF.I2AL.6-2\n    \n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n- IN-EF.I2EPO.2-3\n    \n\n**Description**:\n\n- ACS will enable Airline to submit screening results in response to additional screening request.\n    \n- ACS will enable Express Parcel Operator to send results of additional screening.\n    \n- ACS enables EPO to digitally reply to Customs requests\n    \n- ACS triggers response routing from EPO to Consignor or internal EPO workflow\n    \n\n**Process Flows**:\n\n- Airline System → Airport Community System → Web Based One Customs\n    \n- Postal Authority System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Express Parcel Operator Internal System ((I3EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"a3dcda87-c9a9-4bfd-97fb-ee36270b7697","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"fffb4677-2d07-4137-b564-21d1582b9367","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.699Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345680"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- PF.I2AL.6\n    \n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Airline replies to additional information / screening request\n    \n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n- EPO informs consignor or internal EPO team\n    \n\n**Integration Points:**\n\n- IN-EF.I2AL.6-2\n    \n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n- IN-EF.I2EPO.2-3\n    \n\n**Description**:\n\n- ACS will enable Airline to submit screening results in response to additional screening request.\n    \n- ACS will enable Express Parcel Operator to send results of additional screening.\n    \n- ACS enables EPO to digitally reply to Customs requests\n    \n- ACS triggers response routing from EPO to Consignor or internal EPO workflow\n    \n\n**Process Flows**:\n\n- Airline System → Airport Community System → Web Based One Customs\n    \n- Postal Authority System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Express Parcel Operator Internal System ((I3EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"f9046de9-caf5-4128-a875-b3fd87170188"},{"name":"Process Return to Sender","id":"8f1219f3-a7ed-453d-a566-5bc8b04405d4","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"95464494-53f5-46c2-ba02-00d9a966642a","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-06-04T08:28:25.699Z","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":[{"id":"c7718717-63e1-4d5b-b4c5-ee7348aa3e09","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"4a815c31-a92b-4081-a3d4-ae58dc00548e","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.699Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"returnReason\": \"do_not_load\",\n    \"customsDecision\": \"Prohibited items\",\n    \"returnToAddress\": \"Original sender address\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"itemId","value":"EMS123456789AE"}]},"description":"**Requirement References**:\n\n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**: Postal authority processes return of mail to sender for items marked 'do not load'.\n\n**Process Flows**:\n\n- Postal Authority System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n\n**Action**: POST\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| returnReason | String | 35 | M | Must be one of: \"do_not_load\", \"additional_information\", etc. |\n| customsDecision | String | 50 | M | Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\") |\n| returnToAddress | String | 255 | M | Address information, free text (e.g., \"Original sender address\") |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"027c7ac6-2522-48f4-a8bc-8a3a7d067d65","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a080eea9-6113-4678-ac37-ca043141162d","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.699Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"returnReason\": \"do_not_load\",\n    \"customsDecision\": \"Prohibited items\",\n    \"returnToAddress\": \"Original sender address\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"itemId","value":"EMS123456789AE"}]},"description":"**Requirement References**:\n\n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**: Postal authority processes return of mail to sender for items marked 'do not load'.\n\n**Process Flows**:\n\n- Postal Authority System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n\n**Action**: POST\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| returnReason | String | 35 | M | Must be one of: \"do_not_load\", \"additional_information\", etc. |\n| customsDecision | String | 50 | M | Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\") |\n| returnToAddress | String | 255 | M | Address information, free text (e.g., \"Original sender address\") |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"0cd988d2-f49a-49dd-a8a0-050ca53c5e0f","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"87fe660d-1ac2-406d-b126-7e17352901e7","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.699Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"returnReason\": \"do_not_load\",\n    \"customsDecision\": \"Prohibited items\",\n    \"returnToAddress\": \"Original sender address\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"itemId","value":"EMS123456789AE"}]},"description":"**Requirement References**:\n\n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**: Postal authority processes return of mail to sender for items marked 'do not load'.\n\n**Process Flows**:\n\n- Postal Authority System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n\n**Action**: POST\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| returnReason | String | 35 | M | Must be one of: \"do_not_load\", \"additional_information\", etc. |\n| customsDecision | String | 50 | M | Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\") |\n| returnToAddress | String | 255 | M | Address information, free text (e.g., \"Original sender address\") |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"dfadd1e2-18fd-4460-9b06-645cb76a2440","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"995eb677-99f5-45b4-b150-2e03ec9884e3","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.699Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"returnReason\": \"do_not_load\",\n    \"customsDecision\": \"Prohibited items\",\n    \"returnToAddress\": \"Original sender address\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"itemId","value":"EMS123456789AE"}]},"description":"**Requirement References**:\n\n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**: Postal authority processes return of mail to sender for items marked 'do not load'.\n\n**Process Flows**:\n\n- Postal Authority System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n\n**Action**: POST\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| returnReason | String | 35 | M | Must be one of: \"do_not_load\", \"additional_information\", etc. |\n| customsDecision | String | 50 | M | Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\") |\n| returnToAddress | String | 255 | M | Address information, free text (e.g., \"Original sender address\") |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"c02d22f3-2be1-4966-8b12-73d646f99b9b","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"8a7ea162-e1e2-42a1-8682-a2b38e004cce","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.699Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"returnReason\": \"do_not_load\",\n    \"customsDecision\": \"Prohibited items\",\n    \"returnToAddress\": \"Original sender address\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"itemId","value":"EMS123456789AE"}]},"description":"**Requirement References**:\n\n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**: Postal authority processes return of mail to sender for items marked 'do not load'.\n\n**Process Flows**:\n\n- Postal Authority System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n\n**Action**: POST\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| returnReason | String | 35 | M | Must be one of: \"do_not_load\", \"additional_information\", etc. |\n| customsDecision | String | 50 | M | Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\") |\n| returnToAddress | String | 255 | M | Address information, free text (e.g., \"Original sender address\") |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"4acbcc04-ac78-4c1e-83ab-f6261144eea2","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"3bc21bcd-7da5-4f5b-ac4d-dc48f23ddf33","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.699Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"returnReason\": \"do_not_load\",\n    \"customsDecision\": \"Prohibited items\",\n    \"returnToAddress\": \"Original sender address\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"itemId","value":"EMS123456789AE"}]},"description":"**Requirement References**:\n\n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**: Postal authority processes return of mail to sender for items marked 'do not load'.\n\n**Process Flows**:\n\n- Postal Authority System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n\n**Action**: POST\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| returnReason | String | 35 | M | Must be one of: \"do_not_load\", \"additional_information\", etc. |\n| customsDecision | String | 50 | M | Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\") |\n| returnToAddress | String | 255 | M | Address information, free text (e.g., \"Original sender address\") |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"fbb4903f-610b-4d7e-a47c-a485dd5c5868","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"10847b7f-3934-4123-9604-7694f9523751","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.699Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"returnReason\": \"do_not_load\",\n    \"customsDecision\": \"Prohibited items\",\n    \"returnToAddress\": \"Original sender address\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"itemId","value":"EMS123456789AE"}]},"description":"**Requirement References**:\n\n- PF.I2P.7\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Postal Authority replies to additional info / screening or returns mail\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- IN-EF.I2P.7-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**: Postal authority processes return of mail to sender for items marked 'do not load'.\n\n**Process Flows**:\n\n- Postal Authority System → Airport Community System → Consignor System\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n\n**Action**: POST\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| returnReason | String | 35 | M | Must be one of: \"do_not_load\", \"additional_information\", etc. |\n| customsDecision | String | 50 | M | Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\") |\n| returnToAddress | String | 255 | M | Address information, free text (e.g., \"Original sender address\") |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"8f1219f3-a7ed-453d-a566-5bc8b04405d4"}],"id":"1ac1b6c4-d38b-4b56-9bc8-274f3b900973","description":"<p>A risk response is the follow-up action taken when screening needs more information or a decision. Users use this section to request details, send screening results, or process a return to sender.</p>\n","_postman_id":"1ac1b6c4-d38b-4b56-9bc8-274f3b900973","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"dd6f9b10-bf31-47ce-95f3-da3cb9c2af13","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"058e754b-ff4b-48f8-827e-1c465157cf1d","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-06-04T08:28:25.699Z","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":[{"id":"8bbe29ea-6c89-4ffe-902a-5e996c4080c4","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"c85a7cd7-7d19-4a77-b645-bad30d18128e","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.699Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","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":"**Requirement References**:\n\n- PF.I3CUS.8\n    \n- PF.I3EPO.3\n    \n\n**Use Cases**:\n\n- ACS delivers GD data from Express Parcel Operator to Customs\n    \n- EPO submits GD (Goods Declaration) for customs clearance\n    \n\n**Integration Points:**\n\n- IN-EF.I3CUS.8-1\n    \n- IN-EF.I3EPO.3-1\n    \n\n**Description**: 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.\n\n**Process Flows**:\n\n- Express Parcel Operator System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I3EPO) → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| epoId | String | 70 | M | EPO reference format |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| items.consignee.name | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"573ef03f-16dc-492d-9b20-cde4449f8906","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"6974d76c-66ad-489a-ade2-65ddf9e91e78","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.699Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","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":"**Requirement References**:\n\n- PF.I3CUS.8\n    \n- PF.I3EPO.3\n    \n\n**Use Cases**:\n\n- ACS delivers GD data from Express Parcel Operator to Customs\n    \n- EPO submits GD (Goods Declaration) for customs clearance\n    \n\n**Integration Points:**\n\n- IN-EF.I3CUS.8-1\n    \n- IN-EF.I3EPO.3-1\n    \n\n**Description**: 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.\n\n**Process Flows**:\n\n- Express Parcel Operator System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I3EPO) → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| epoId | String | 70 | M | EPO reference format |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| items.consignee.name | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"8bf0d877-9d63-4aa9-96f5-2050f90dc0a0","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"00bfd008-127a-4f08-94b3-d1c1b563d20d","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.699Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","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":"**Requirement References**:\n\n- PF.I3CUS.8\n    \n- PF.I3EPO.3\n    \n\n**Use Cases**:\n\n- ACS delivers GD data from Express Parcel Operator to Customs\n    \n- EPO submits GD (Goods Declaration) for customs clearance\n    \n\n**Integration Points:**\n\n- IN-EF.I3CUS.8-1\n    \n- IN-EF.I3EPO.3-1\n    \n\n**Description**: 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.\n\n**Process Flows**:\n\n- Express Parcel Operator System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I3EPO) → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| epoId | String | 70 | M | EPO reference format |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| items.consignee.name | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"7e170913-afa7-44ba-8907-6d4a21b6ecd3","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"215a1cbf-0b2a-4635-8a24-924ffd65016b","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.699Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","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":"**Requirement References**:\n\n- PF.I3CUS.8\n    \n- PF.I3EPO.3\n    \n\n**Use Cases**:\n\n- ACS delivers GD data from Express Parcel Operator to Customs\n    \n- EPO submits GD (Goods Declaration) for customs clearance\n    \n\n**Integration Points:**\n\n- IN-EF.I3CUS.8-1\n    \n- IN-EF.I3EPO.3-1\n    \n\n**Description**: 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.\n\n**Process Flows**:\n\n- Express Parcel Operator System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I3EPO) → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| epoId | String | 70 | M | EPO reference format |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| items.consignee.name | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"0e32f44c-0f83-45a0-80d8-a4975433284d","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"93616b8f-3f0e-4943-8a77-316b77c1c51e","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.699Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","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":"**Requirement References**:\n\n- PF.I3CUS.8\n    \n- PF.I3EPO.3\n    \n\n**Use Cases**:\n\n- ACS delivers GD data from Express Parcel Operator to Customs\n    \n- EPO submits GD (Goods Declaration) for customs clearance\n    \n\n**Integration Points:**\n\n- IN-EF.I3CUS.8-1\n    \n- IN-EF.I3EPO.3-1\n    \n\n**Description**: 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.\n\n**Process Flows**:\n\n- Express Parcel Operator System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I3EPO) → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| epoId | String | 70 | M | EPO reference format |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| items.consignee.name | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"dd6f9b10-bf31-47ce-95f3-da3cb9c2af13"}],"id":"4813eb9d-9391-4425-8bd4-dd023118d0bf","description":"<p>A goods declaration is the customs form that describes a shipment. Users use this section to submit the declaration for EPO shipments so the shipment can move to the next step.</p>\n","_postman_id":"4813eb9d-9391-4425-8bd4-dd023118d0bf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"dfc52123-0794-4ee8-be98-af2e934a25ef","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"7ced85c7-2264-4f53-a364-144c5b3a76d2","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-06-04T08:28:25.699Z","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":[{"id":"39b5fd66-622b-4805-b442-a2fb815f973e","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"6d02625c-9534-45b8-9183-9a43683a7912","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.700Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/additional-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","additional-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- PF.I3CGNR.9\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Provide additional information or receive «do not load»\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- PF.I3CGNR.9-1\n    \n- PF.I3CGNR.9-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**: ACS will enable Consignor to digitally transmit additional information on the shipment against PLACI reply via ACS.\n\n**Process Flows**:\n\n- Postal Authority System (I1P) → Airport Community System → Web Based One Customs\n    \n- Airline System (1AL) → Airport Community System → Web Based One Customs\n    \n- Consignor System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber, name, phone, email |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| responseType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| detailedDescription | String | 1024 | M | Detailed description of the goods; free text allowed |\n| hsCode | String | 15 | M | HS code |\n| originCountry | String | 2 | M | ISO 3166 Country code |\n| documents | Array | n/a | M | Array of document objects (at least one required) |\n| documents.id | String | 70 | M | Document ID (e.g., UUID format) |\n| documents.name | String | 255 | M | Document name |\n| documents.contentType | String | 70 | M | Must be valid MIME type |\n| documents.size | Integer | n/a | M | File size in bytes |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e38fc85d-e6d3-47b5-a102-d739e413e99b","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"fe80171d-0f95-4bfa-a05a-03e7380bfd0f","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.700Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/additional-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","additional-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- PF.I3CGNR.9\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Provide additional information or receive «do not load»\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- PF.I3CGNR.9-1\n    \n- PF.I3CGNR.9-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**: ACS will enable Consignor to digitally transmit additional information on the shipment against PLACI reply via ACS.\n\n**Process Flows**:\n\n- Postal Authority System (I1P) → Airport Community System → Web Based One Customs\n    \n- Airline System (1AL) → Airport Community System → Web Based One Customs\n    \n- Consignor System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber, name, phone, email |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| responseType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| detailedDescription | String | 1024 | M | Detailed description of the goods; free text allowed |\n| hsCode | String | 15 | M | HS code |\n| originCountry | String | 2 | M | ISO 3166 Country code |\n| documents | Array | n/a | M | Array of document objects (at least one required) |\n| documents.id | String | 70 | M | Document ID (e.g., UUID format) |\n| documents.name | String | 255 | M | Document name |\n| documents.contentType | String | 70 | M | Must be valid MIME type |\n| documents.size | Integer | n/a | M | File size in bytes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"f7db393a-5ad3-4d34-bc63-6b8842d92022","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"9386765d-2c23-44b9-b26a-f3678dc0e95f","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.700Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/additional-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","additional-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- PF.I3CGNR.9\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Provide additional information or receive «do not load»\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- PF.I3CGNR.9-1\n    \n- PF.I3CGNR.9-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**: ACS will enable Consignor to digitally transmit additional information on the shipment against PLACI reply via ACS.\n\n**Process Flows**:\n\n- Postal Authority System (I1P) → Airport Community System → Web Based One Customs\n    \n- Airline System (1AL) → Airport Community System → Web Based One Customs\n    \n- Consignor System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber, name, phone, email |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| responseType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| detailedDescription | String | 1024 | M | Detailed description of the goods; free text allowed |\n| hsCode | String | 15 | M | HS code |\n| originCountry | String | 2 | M | ISO 3166 Country code |\n| documents | Array | n/a | M | Array of document objects (at least one required) |\n| documents.id | String | 70 | M | Document ID (e.g., UUID format) |\n| documents.name | String | 255 | M | Document name |\n| documents.contentType | String | 70 | M | Must be valid MIME type |\n| documents.size | Integer | n/a | M | File size in bytes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"27922f8c-850e-43ec-9ed5-91bcd1970bb3","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"9648edbb-7e22-429c-8ca0-b0b0e8a8609f","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.700Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/additional-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","additional-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- PF.I3CGNR.9\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Provide additional information or receive «do not load»\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- PF.I3CGNR.9-1\n    \n- PF.I3CGNR.9-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**: ACS will enable Consignor to digitally transmit additional information on the shipment against PLACI reply via ACS.\n\n**Process Flows**:\n\n- Postal Authority System (I1P) → Airport Community System → Web Based One Customs\n    \n- Airline System (1AL) → Airport Community System → Web Based One Customs\n    \n- Consignor System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber, name, phone, email |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| responseType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| detailedDescription | String | 1024 | M | Detailed description of the goods; free text allowed |\n| hsCode | String | 15 | M | HS code |\n| originCountry | String | 2 | M | ISO 3166 Country code |\n| documents | Array | n/a | M | Array of document objects (at least one required) |\n| documents.id | String | 70 | M | Document ID (e.g., UUID format) |\n| documents.name | String | 255 | M | Document name |\n| documents.contentType | String | 70 | M | Must be valid MIME type |\n| documents.size | Integer | n/a | M | File size in bytes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"92df84c7-974c-46e3-b25c-fe9319a80f91","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"4b1ceb23-e130-465b-a9be-b418fd600cc4","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.700Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/additional-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","additional-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- PF.I3CGNR.9\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Provide additional information or receive «do not load»\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- PF.I3CGNR.9-1\n    \n- PF.I3CGNR.9-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**: ACS will enable Consignor to digitally transmit additional information on the shipment against PLACI reply via ACS.\n\n**Process Flows**:\n\n- Postal Authority System (I1P) → Airport Community System → Web Based One Customs\n    \n- Airline System (1AL) → Airport Community System → Web Based One Customs\n    \n- Consignor System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber, name, phone, email |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| responseType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| detailedDescription | String | 1024 | M | Detailed description of the goods; free text allowed |\n| hsCode | String | 15 | M | HS code |\n| originCountry | String | 2 | M | ISO 3166 Country code |\n| documents | Array | n/a | M | Array of document objects (at least one required) |\n| documents.id | String | 70 | M | Document ID (e.g., UUID format) |\n| documents.name | String | 255 | M | Document name |\n| documents.contentType | String | 70 | M | Must be valid MIME type |\n| documents.size | Integer | n/a | M | File size in bytes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"4797e9c0-f6ac-4a8a-9e8a-78b4c580ffe0","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"cc8f8fc9-2305-485a-bd7a-115126483412","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.700Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/additional-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","additional-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- PF.I3CGNR.9\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Provide additional information or receive «do not load»\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- PF.I3CGNR.9-1\n    \n- PF.I3CGNR.9-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**: ACS will enable Consignor to digitally transmit additional information on the shipment against PLACI reply via ACS.\n\n**Process Flows**:\n\n- Postal Authority System (I1P) → Airport Community System → Web Based One Customs\n    \n- Airline System (1AL) → Airport Community System → Web Based One Customs\n    \n- Consignor System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber, name, phone, email |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| responseType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| detailedDescription | String | 1024 | M | Detailed description of the goods; free text allowed |\n| hsCode | String | 15 | M | HS code |\n| originCountry | String | 2 | M | ISO 3166 Country code |\n| documents | Array | n/a | M | Array of document objects (at least one required) |\n| documents.id | String | 70 | M | Document ID (e.g., UUID format) |\n| documents.name | String | 255 | M | Document name |\n| documents.contentType | String | 70 | M | Must be valid MIME type |\n| documents.size | Integer | n/a | M | File size in bytes |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"0a044b29-d5c1-45ef-9643-4c17ebaf4a32","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"3d3701fb-4098-496a-b83f-9406547629ea","description":"Unique identifier for each API request (UUID v4 format). Used for request tracing, debugging, and idempotency.","type":"string"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the calling system. Format: {SYSTEM_TYPE}-{INSTANCE}. Examples: ACS-WEB, AIRLINE-PK-SYS, EPO-TCS-001, CUSTOMS-WEBOC","type":"string"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.700Z","description":"Timestamp when the request was initiated by the client (ISO 8601 format). Must be within ±15 minutes of server time.","type":"string"},{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"OAuth 2.0 Bearer token for authentication","type":"string","disabled":true}],"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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/additional-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","additional-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- PF.I3CGNR.9\n    \n- PF.I2EPO.2\n    \n\n**Use Cases**:\n\n- Provide additional information or receive «do not load»\n    \n- EPO sends additional information / screening results\n    \n\n**Integration Points:**\n\n- PF.I3CGNR.9-1\n    \n- PF.I3CGNR.9-2\n    \n- IN-EF.I2EPO.2-2\n    \n\n**Description**: ACS will enable Consignor to digitally transmit additional information on the shipment against PLACI reply via ACS.\n\n**Process Flows**:\n\n- Postal Authority System (I1P) → Airport Community System → Web Based One Customs\n    \n- Airline System (1AL) → Airport Community System → Web Based One Customs\n    \n- Consignor System → Airport Community System → Web Based One Customs\n    \n- Express Parcel Operator System (I2EPO) → Airport Community System → Web Based One Customs\n    \n\n**Priority**: P2\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber, name, phone, email |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| consignor.name | String | 255 | M | Name of the consignor |\n| consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| responseType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| detailedDescription | String | 1024 | M | Detailed description of the goods; free text allowed |\n| hsCode | String | 15 | M | HS code |\n| originCountry | String | 2 | M | ISO 3166 Country code |\n| documents | Array | n/a | M | Array of document objects (at least one required) |\n| documents.id | String | 70 | M | Document ID (e.g., UUID format) |\n| documents.name | String | 255 | M | Document name |\n| documents.contentType | String | 70 | M | Must be valid MIME type |\n| documents.size | Integer | n/a | M | File size in bytes |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"dfc52123-0794-4ee8-be98-af2e934a25ef"}],"id":"33993dc8-87bf-46be-a3a6-053ef1c0ae88","description":"<p>A consignor response is the follow-up information sent after more details are requested. Users use this section to submit the extra information needed to continue the case.</p>\n","_postman_id":"33993dc8-87bf-46be-a3a6-053ef1c0ae88","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"989fa4d0-ff6b-4b64-a2d3-bb4c63517858","description":"<p>Risk analysis and response covers the follow-up after shipment data is screened. In this section, users review the risk result, ask for more information, send screening results, or process a return to sender.</p>\n","_postman_id":"989fa4d0-ff6b-4b64-a2d3-bb4c63517858","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"82dc8605-36ce-4d6f-884a-25980e50c05e","_postman_id":"82dc8605-36ce-4d6f-884a-25980e50c05e","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":"82b61fa7-819e-4495-8ff7-a452a071113e","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"957500ca-cb7e-4d13-a588-c82809b80dbd","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-06-04T08:28:25.700Z","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":[{"id":"72f5df7f-3d52-4d2f-9090-d2e766ef442a","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"162d179d-2c49-49b8-bff0-d7d38f84a2ad","description":"Unique identifier for request tracing"},{"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-06-04T08:28:25.700Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawb-submissions","description":"**Global API reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**:\n\n- CM.E23ACA.1\n    \n- CM.E24AL.2\n    \n\n**Use Cases**:\n\n- ACA receives final HAWB from Consignor\n    \n- ACA sends final HAWB + MAWB to stakeholders\n    \n\n**Integration Points:**\n\n- IN-CM.E23ACA.1-1\n    \n- IN-CM.E23ACA.1-2\n    \n\n**Descriptions**:\n\n- ACS enables ACA to digitally receive final HAWB from Consignor and digitally send final HAWB + MAWB to GHA, Airlines, and WeBOC\n    \n- ACS enables ACA to digitally send final HAWB + MAWB to GHA, Airlines, Customs Broker, and WeBOC\n    \n\n**Process Flow**:\n\n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → GHA System (E24GHA)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Customs Broker (E24CB)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Airline System (E24AL)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Web Based One Customs System (E24CUS)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0d415212-dad6-4479-ba38-ad48f3b8062a","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"45728af6-d50b-4f4f-bd0a-553bb1255317","description":"Unique identifier for request tracing"},{"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-06-04T08:28:25.700Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawb-submissions","description":"**Global API reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**:\n\n- CM.E23ACA.1\n    \n- CM.E24AL.2\n    \n\n**Use Cases**:\n\n- ACA receives final HAWB from Consignor\n    \n- ACA sends final HAWB + MAWB to stakeholders\n    \n\n**Integration Points:**\n\n- IN-CM.E23ACA.1-1\n    \n- IN-CM.E23ACA.1-2\n    \n\n**Descriptions**:\n\n- ACS enables ACA to digitally receive final HAWB from Consignor and digitally send final HAWB + MAWB to GHA, Airlines, and WeBOC\n    \n- ACS enables ACA to digitally send final HAWB + MAWB to GHA, Airlines, Customs Broker, and WeBOC\n    \n\n**Process Flow**:\n\n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → GHA System (E24GHA)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Customs Broker (E24CB)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Airline System (E24AL)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Web Based One Customs System (E24CUS)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"3cbc90df-1d1c-49be-81f6-05f6a850c001","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"63a7f92f-4df8-4372-99e2-754c44ba4f96","description":"Unique identifier for request tracing"},{"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-06-04T08:28:25.700Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawb-submissions","description":"**Global API reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**:\n\n- CM.E23ACA.1\n    \n- CM.E24AL.2\n    \n\n**Use Cases**:\n\n- ACA receives final HAWB from Consignor\n    \n- ACA sends final HAWB + MAWB to stakeholders\n    \n\n**Integration Points:**\n\n- IN-CM.E23ACA.1-1\n    \n- IN-CM.E23ACA.1-2\n    \n\n**Descriptions**:\n\n- ACS enables ACA to digitally receive final HAWB from Consignor and digitally send final HAWB + MAWB to GHA, Airlines, and WeBOC\n    \n- ACS enables ACA to digitally send final HAWB + MAWB to GHA, Airlines, Customs Broker, and WeBOC\n    \n\n**Process Flow**:\n\n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → GHA System (E24GHA)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Customs Broker (E24CB)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Airline System (E24AL)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Web Based One Customs System (E24CUS)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"6464dae8-f822-4453-be44-eb95404161bd","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bbb3fa62-6250-4f4b-9b69-89ba881290ff","description":"Unique identifier for request tracing"},{"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-06-04T08:28:25.700Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawb-submissions","description":"**Global API reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**:\n\n- CM.E23ACA.1\n    \n- CM.E24AL.2\n    \n\n**Use Cases**:\n\n- ACA receives final HAWB from Consignor\n    \n- ACA sends final HAWB + MAWB to stakeholders\n    \n\n**Integration Points:**\n\n- IN-CM.E23ACA.1-1\n    \n- IN-CM.E23ACA.1-2\n    \n\n**Descriptions**:\n\n- ACS enables ACA to digitally receive final HAWB from Consignor and digitally send final HAWB + MAWB to GHA, Airlines, and WeBOC\n    \n- ACS enables ACA to digitally send final HAWB + MAWB to GHA, Airlines, Customs Broker, and WeBOC\n    \n\n**Process Flow**:\n\n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → GHA System (E24GHA)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Customs Broker (E24CB)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Airline System (E24AL)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Web Based One Customs System (E24CUS)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"e9d6a044-c2ca-4a78-97da-3067f9463854","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"4ed09ff5-c300-4645-a68e-daf06be7fb26","description":"Unique identifier for request tracing"},{"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-06-04T08:28:25.700Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/hawb-submissions","description":"**Global API reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**:\n\n- CM.E23ACA.1\n    \n- CM.E24AL.2\n    \n\n**Use Cases**:\n\n- ACA receives final HAWB from Consignor\n    \n- ACA sends final HAWB + MAWB to stakeholders\n    \n\n**Integration Points:**\n\n- IN-CM.E23ACA.1-1\n    \n- IN-CM.E23ACA.1-2\n    \n\n**Descriptions**:\n\n- ACS enables ACA to digitally receive final HAWB from Consignor and digitally send final HAWB + MAWB to GHA, Airlines, and WeBOC\n    \n- ACS enables ACA to digitally send final HAWB + MAWB to GHA, Airlines, Customs Broker, and WeBOC\n    \n\n**Process Flow**:\n\n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → GHA System (E24GHA)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Customs Broker (E24CB)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Airline System (E24AL)\n    \n- Consignor System (E23CGNR) → Air Cargo Agent System (E23ACA) → Web Based One Customs System (E24CUS)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"82b61fa7-819e-4495-8ff7-a452a071113e"}],"id":"65ae5971-b083-4f24-8c4f-58b701cc77e2","description":"<p>HAWB and MAWB submission and distribution covers the transfer of house and master airway bill data. Use it to send the combined shipment record to the next party.</p>\n","_postman_id":"65ae5971-b083-4f24-8c4f-58b701cc77e2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"5c020392-73dc-4ea2-b147-5b461c976f19","description":"<p>HAWB and MAWB transmission covers the handoff of house and master airway bill details. Use it to submit shipment records for downstream distribution.</p>\n","_postman_id":"5c020392-73dc-4ea2-b147-5b461c976f19","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"b06050c5-e82a-4b23-a9bd-817348259c07","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"d26125d3-78d4-494f-be4c-a8f4a6868b66","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-06-04T08:28:25.700Z","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":[{"id":"f7d56509-b36b-4733-bab2-3ed447e65ddb","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"6b8071df-b4fd-4e07-b125-9deff5b8cff8","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-06-04T08:28:25.701Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**:\n\n- CM.E25AL.3\n    \n- CM.E25DCC.4\n    \n\n**Use Cases**:\n\n- PLACI data sent to destination country customs\n    \n- PLACI data received/reviewed\n    \n\n**Integration Points:**\n\n- CM.E25AL.3-1\n    \n- CM.E25AL.3-2\n    \n- CM.E25AL.3-3\n    \n- CM.E25DCC.4-1\n    \n\n**Descriptions**:\n\n- Airlines send PLACI data for advance risk assessment\n    \n- Customs to reply to PLACI request\n    \n- Response from Destination country to the PLACI request.\n    \n\n**Process Flows**:\n\n- Airline System (E25AL) → Airport Community System → Destination Country Customs System (E25DCC)\n    \n- Destination Country Customs System (E25DCC) → Airport Community System → Airline System (E25AL)\n    \n- Destination Country Customs System (E25DCC) → Airport Community System → GHA System (E27GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8df76654-7335-44a9-b7e1-bf7654c4e4b2","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d2d8ab1b-ed0f-4b86-afc6-e4c222dd30b5","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-06-04T08:28:25.701Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**:\n\n- CM.E25AL.3\n    \n- CM.E25DCC.4\n    \n\n**Use Cases**:\n\n- PLACI data sent to destination country customs\n    \n- PLACI data received/reviewed\n    \n\n**Integration Points:**\n\n- CM.E25AL.3-1\n    \n- CM.E25AL.3-2\n    \n- CM.E25AL.3-3\n    \n- CM.E25DCC.4-1\n    \n\n**Descriptions**:\n\n- Airlines send PLACI data for advance risk assessment\n    \n- Customs to reply to PLACI request\n    \n- Response from Destination country to the PLACI request.\n    \n\n**Process Flows**:\n\n- Airline System (E25AL) → Airport Community System → Destination Country Customs System (E25DCC)\n    \n- Destination Country Customs System (E25DCC) → Airport Community System → Airline System (E25AL)\n    \n- Destination Country Customs System (E25DCC) → Airport Community System → GHA System (E27GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"fc2da4fb-d207-4b87-bed9-199dab9a703d","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"1d63a55f-0cbc-48c8-be3f-6e1597f7b37a","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-06-04T08:28:25.701Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**:\n\n- CM.E25AL.3\n    \n- CM.E25DCC.4\n    \n\n**Use Cases**:\n\n- PLACI data sent to destination country customs\n    \n- PLACI data received/reviewed\n    \n\n**Integration Points:**\n\n- CM.E25AL.3-1\n    \n- CM.E25AL.3-2\n    \n- CM.E25AL.3-3\n    \n- CM.E25DCC.4-1\n    \n\n**Descriptions**:\n\n- Airlines send PLACI data for advance risk assessment\n    \n- Customs to reply to PLACI request\n    \n- Response from Destination country to the PLACI request.\n    \n\n**Process Flows**:\n\n- Airline System (E25AL) → Airport Community System → Destination Country Customs System (E25DCC)\n    \n- Destination Country Customs System (E25DCC) → Airport Community System → Airline System (E25AL)\n    \n- Destination Country Customs System (E25DCC) → Airport Community System → GHA System (E27GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"a835ef3f-0136-4152-9f18-f52b6e5839ba","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a49f34df-b2bc-428c-96f7-2c270c59876c","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-06-04T08:28:25.701Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**:\n\n- CM.E25AL.3\n    \n- CM.E25DCC.4\n    \n\n**Use Cases**:\n\n- PLACI data sent to destination country customs\n    \n- PLACI data received/reviewed\n    \n\n**Integration Points:**\n\n- CM.E25AL.3-1\n    \n- CM.E25AL.3-2\n    \n- CM.E25AL.3-3\n    \n- CM.E25DCC.4-1\n    \n\n**Descriptions**:\n\n- Airlines send PLACI data for advance risk assessment\n    \n- Customs to reply to PLACI request\n    \n- Response from Destination country to the PLACI request.\n    \n\n**Process Flows**:\n\n- Airline System (E25AL) → Airport Community System → Destination Country Customs System (E25DCC)\n    \n- Destination Country Customs System (E25DCC) → Airport Community System → Airline System (E25AL)\n    \n- Destination Country Customs System (E25DCC) → Airport Community System → GHA System (E27GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"e6b9b808-0ab9-46e5-b162-9fcd19f5d940","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"fdc45d28-9bdc-4416-90b4-801edef98d90","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-06-04T08:28:25.701Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**:\n\n- CM.E25AL.3\n    \n- CM.E25DCC.4\n    \n\n**Use Cases**:\n\n- PLACI data sent to destination country customs\n    \n- PLACI data received/reviewed\n    \n\n**Integration Points:**\n\n- CM.E25AL.3-1\n    \n- CM.E25AL.3-2\n    \n- CM.E25AL.3-3\n    \n- CM.E25DCC.4-1\n    \n\n**Descriptions**:\n\n- Airlines send PLACI data for advance risk assessment\n    \n- Customs to reply to PLACI request\n    \n- Response from Destination country to the PLACI request.\n    \n\n**Process Flows**:\n\n- Airline System (E25AL) → Airport Community System → Destination Country Customs System (E25DCC)\n    \n- Destination Country Customs System (E25DCC) → Airport Community System → Airline System (E25AL)\n    \n- Destination Country Customs System (E25DCC) → Airport Community System → GHA System (E27GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"b06050c5-e82a-4b23-a9bd-817348259c07"}],"id":"60b48ac4-26f7-4db7-8a41-5e066e0411e8","description":"<p>Export PLACI submission covers the pre-loading cargo data for an export shipment. Use it to send the information needed for security screening.</p>\n","_postman_id":"60b48ac4-26f7-4db7-8a41-5e066e0411e8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"760785ed-2a3c-4fb9-9dc8-4f547809e7d7","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"864bc787-f48f-4423-a751-f5ad7b4e9270","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":"1780561706","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":[{"id":"1d26f00f-b072-4d2f-90d7-d3aedb7ae290","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"4f3a0e26-a910-4052-92fa-6507e90e066d","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: CM.E27GHA.6\n\n**Use Case**: Secondary scanning, EDD, ETD\n\n**Integration Points**:\n\n- IN-CM.E27GHA.6-1\n    \n- IN-CM.E27GHA.6-2\n    \n\n**Description:** ACS enables GHA to send secondary scan information digitally to Customs\n\n**Process Flow**: GHA System (E27GHA) → Airport Community System → Destination Country Customs System (E25DCC)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningReference | String | 70 | M | Format (e.g., EDD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| primaryScanRef | String | 70 | M | Reference to the primary scan (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| screeningTrigger | String | 70 | M | Trigger for the screening (e.g., \"X-RAY_SUSPICIOUS\") |\n| screeningType | String | 70 | M | Type of screening (e.g., \"EDD\") |\n| screeningMethod | String | 70 | M | Method of screening (e.g., \"EXPLOSIVE_DETECTION_DOG\") |\n| screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningLocation | String | 255 | M | Location where the screening took place |\n| screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| eddDetails | Object | n/a | O | Must include dogName, dogBreed, dogCertificationNumber, dogCertificationExpiry, dogLastTrainingDate, handlerName, handlerCertificationNumber, handlerCertificationExpiry |\n| eddDetails.dogName | String | 255 | C | Name of the dog used for screening (e.g., \"Bruno\") |\n| eddDetails.dogBreed | String | 255 | C | Breed of the dog (e.g., \"German Shepherd\") |\n| eddDetails.dogCertificationNumber | String | 70 | C | Dog's certification number (e.g., \"EDD-DOG-45678\") |\n| eddDetails.dogCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.dogLastTrainingDate | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.handlerName | String | 255 | C | Name of the handler (e.g., \"Imran Ahmed\") |\n| eddDetails.handlerCertificationNumber | String | 70 | C | Handler's certification number (e.g., \"EDD-HANDLER-12345\") |\n| eddDetails.handlerCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| screeningProcess | Object | n/a | M | Must include numberOfPasses, screeningDuration, screeningDurationUnit, packagesOpened, physicalInspectionPerformed |\n| screeningProcess.numberOfPasses | Integer | n/a | M | Number of passes performed during screening |\n| screeningProcess.screeningDuration | Integer | n/a | M | Duration of the screening (in seconds) |\n| screeningProcess.screeningDurationUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| screeningProcess.packagesOpened | Boolean | n/a | M | Boolean value (true/false) |\n| screeningProcess.physicalInspectionPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| findings | Object | n/a | M | Must include explosivesDetected, suspiciousReaction, description, furtherActionRequired, furtherActionType |\n| findings.explosivesDetected | Boolean | n/a | M | Whether explosives were detected (true/false) |\n| findings.suspiciousReaction | Boolean | n/a | M | Whether suspicious reactions were observed (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.furtherActionRequired | Boolean | n/a | M | Whether further action is required (true/false) |\n| findings.furtherActionType | String | 255 | O | Type of further action required (e.g., null, \"secondary screening\") |\n| images | Array | n/a | M | Array of scanned images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 70 | M | Scan result (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| photosAttached | Boolean | n/a | M | Whether photos are attached (true/false) |\n| videoRecorded | Boolean | n/a | M | Whether video was recorded (true/false) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the screening details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"deeb6abf-3e5e-4abc-a052-17f803b9ebde","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"0ff43d4c-cfd0-4659-b1a4-9a633c5971ae","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: CM.E27GHA.6\n\n**Use Case**: Secondary scanning, EDD, ETD\n\n**Integration Points**:\n\n- IN-CM.E27GHA.6-1\n    \n- IN-CM.E27GHA.6-2\n    \n\n**Description:** ACS enables GHA to send secondary scan information digitally to Customs\n\n**Process Flow**: GHA System (E27GHA) → Airport Community System → Destination Country Customs System (E25DCC)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningReference | String | 70 | M | Format (e.g., EDD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| primaryScanRef | String | 70 | M | Reference to the primary scan (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| screeningTrigger | String | 70 | M | Trigger for the screening (e.g., \"X-RAY_SUSPICIOUS\") |\n| screeningType | String | 70 | M | Type of screening (e.g., \"EDD\") |\n| screeningMethod | String | 70 | M | Method of screening (e.g., \"EXPLOSIVE_DETECTION_DOG\") |\n| screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningLocation | String | 255 | M | Location where the screening took place |\n| screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| eddDetails | Object | n/a | O | Must include dogName, dogBreed, dogCertificationNumber, dogCertificationExpiry, dogLastTrainingDate, handlerName, handlerCertificationNumber, handlerCertificationExpiry |\n| eddDetails.dogName | String | 255 | C | Name of the dog used for screening (e.g., \"Bruno\") |\n| eddDetails.dogBreed | String | 255 | C | Breed of the dog (e.g., \"German Shepherd\") |\n| eddDetails.dogCertificationNumber | String | 70 | C | Dog's certification number (e.g., \"EDD-DOG-45678\") |\n| eddDetails.dogCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.dogLastTrainingDate | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.handlerName | String | 255 | C | Name of the handler (e.g., \"Imran Ahmed\") |\n| eddDetails.handlerCertificationNumber | String | 70 | C | Handler's certification number (e.g., \"EDD-HANDLER-12345\") |\n| eddDetails.handlerCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| screeningProcess | Object | n/a | M | Must include numberOfPasses, screeningDuration, screeningDurationUnit, packagesOpened, physicalInspectionPerformed |\n| screeningProcess.numberOfPasses | Integer | n/a | M | Number of passes performed during screening |\n| screeningProcess.screeningDuration | Integer | n/a | M | Duration of the screening (in seconds) |\n| screeningProcess.screeningDurationUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| screeningProcess.packagesOpened | Boolean | n/a | M | Boolean value (true/false) |\n| screeningProcess.physicalInspectionPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| findings | Object | n/a | M | Must include explosivesDetected, suspiciousReaction, description, furtherActionRequired, furtherActionType |\n| findings.explosivesDetected | Boolean | n/a | M | Whether explosives were detected (true/false) |\n| findings.suspiciousReaction | Boolean | n/a | M | Whether suspicious reactions were observed (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.furtherActionRequired | Boolean | n/a | M | Whether further action is required (true/false) |\n| findings.furtherActionType | String | 255 | O | Type of further action required (e.g., null, \"secondary screening\") |\n| images | Array | n/a | M | Array of scanned images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 70 | M | Scan result (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| photosAttached | Boolean | n/a | M | Whether photos are attached (true/false) |\n| videoRecorded | Boolean | n/a | M | Whether video was recorded (true/false) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the screening details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"e5394194-f21c-442f-8ca3-0904e573fc8b","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"0ac1628b-c11c-4c2a-becb-e8d4bc521f96","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: CM.E27GHA.6\n\n**Use Case**: Secondary scanning, EDD, ETD\n\n**Integration Points**:\n\n- IN-CM.E27GHA.6-1\n    \n- IN-CM.E27GHA.6-2\n    \n\n**Description:** ACS enables GHA to send secondary scan information digitally to Customs\n\n**Process Flow**: GHA System (E27GHA) → Airport Community System → Destination Country Customs System (E25DCC)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningReference | String | 70 | M | Format (e.g., EDD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| primaryScanRef | String | 70 | M | Reference to the primary scan (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| screeningTrigger | String | 70 | M | Trigger for the screening (e.g., \"X-RAY_SUSPICIOUS\") |\n| screeningType | String | 70 | M | Type of screening (e.g., \"EDD\") |\n| screeningMethod | String | 70 | M | Method of screening (e.g., \"EXPLOSIVE_DETECTION_DOG\") |\n| screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningLocation | String | 255 | M | Location where the screening took place |\n| screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| eddDetails | Object | n/a | O | Must include dogName, dogBreed, dogCertificationNumber, dogCertificationExpiry, dogLastTrainingDate, handlerName, handlerCertificationNumber, handlerCertificationExpiry |\n| eddDetails.dogName | String | 255 | C | Name of the dog used for screening (e.g., \"Bruno\") |\n| eddDetails.dogBreed | String | 255 | C | Breed of the dog (e.g., \"German Shepherd\") |\n| eddDetails.dogCertificationNumber | String | 70 | C | Dog's certification number (e.g., \"EDD-DOG-45678\") |\n| eddDetails.dogCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.dogLastTrainingDate | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.handlerName | String | 255 | C | Name of the handler (e.g., \"Imran Ahmed\") |\n| eddDetails.handlerCertificationNumber | String | 70 | C | Handler's certification number (e.g., \"EDD-HANDLER-12345\") |\n| eddDetails.handlerCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| screeningProcess | Object | n/a | M | Must include numberOfPasses, screeningDuration, screeningDurationUnit, packagesOpened, physicalInspectionPerformed |\n| screeningProcess.numberOfPasses | Integer | n/a | M | Number of passes performed during screening |\n| screeningProcess.screeningDuration | Integer | n/a | M | Duration of the screening (in seconds) |\n| screeningProcess.screeningDurationUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| screeningProcess.packagesOpened | Boolean | n/a | M | Boolean value (true/false) |\n| screeningProcess.physicalInspectionPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| findings | Object | n/a | M | Must include explosivesDetected, suspiciousReaction, description, furtherActionRequired, furtherActionType |\n| findings.explosivesDetected | Boolean | n/a | M | Whether explosives were detected (true/false) |\n| findings.suspiciousReaction | Boolean | n/a | M | Whether suspicious reactions were observed (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.furtherActionRequired | Boolean | n/a | M | Whether further action is required (true/false) |\n| findings.furtherActionType | String | 255 | O | Type of further action required (e.g., null, \"secondary screening\") |\n| images | Array | n/a | M | Array of scanned images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 70 | M | Scan result (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| photosAttached | Boolean | n/a | M | Whether photos are attached (true/false) |\n| videoRecorded | Boolean | n/a | M | Whether video was recorded (true/false) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the screening details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"e9d0dde0-d03b-4555-8acb-f36226239b60","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"c89c534d-e154-4300-9822-5b58f75458ca","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: CM.E27GHA.6\n\n**Use Case**: Secondary scanning, EDD, ETD\n\n**Integration Points**:\n\n- IN-CM.E27GHA.6-1\n    \n- IN-CM.E27GHA.6-2\n    \n\n**Description:** ACS enables GHA to send secondary scan information digitally to Customs\n\n**Process Flow**: GHA System (E27GHA) → Airport Community System → Destination Country Customs System (E25DCC)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningReference | String | 70 | M | Format (e.g., EDD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| primaryScanRef | String | 70 | M | Reference to the primary scan (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| screeningTrigger | String | 70 | M | Trigger for the screening (e.g., \"X-RAY_SUSPICIOUS\") |\n| screeningType | String | 70 | M | Type of screening (e.g., \"EDD\") |\n| screeningMethod | String | 70 | M | Method of screening (e.g., \"EXPLOSIVE_DETECTION_DOG\") |\n| screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningLocation | String | 255 | M | Location where the screening took place |\n| screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| eddDetails | Object | n/a | O | Must include dogName, dogBreed, dogCertificationNumber, dogCertificationExpiry, dogLastTrainingDate, handlerName, handlerCertificationNumber, handlerCertificationExpiry |\n| eddDetails.dogName | String | 255 | C | Name of the dog used for screening (e.g., \"Bruno\") |\n| eddDetails.dogBreed | String | 255 | C | Breed of the dog (e.g., \"German Shepherd\") |\n| eddDetails.dogCertificationNumber | String | 70 | C | Dog's certification number (e.g., \"EDD-DOG-45678\") |\n| eddDetails.dogCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.dogLastTrainingDate | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.handlerName | String | 255 | C | Name of the handler (e.g., \"Imran Ahmed\") |\n| eddDetails.handlerCertificationNumber | String | 70 | C | Handler's certification number (e.g., \"EDD-HANDLER-12345\") |\n| eddDetails.handlerCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| screeningProcess | Object | n/a | M | Must include numberOfPasses, screeningDuration, screeningDurationUnit, packagesOpened, physicalInspectionPerformed |\n| screeningProcess.numberOfPasses | Integer | n/a | M | Number of passes performed during screening |\n| screeningProcess.screeningDuration | Integer | n/a | M | Duration of the screening (in seconds) |\n| screeningProcess.screeningDurationUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| screeningProcess.packagesOpened | Boolean | n/a | M | Boolean value (true/false) |\n| screeningProcess.physicalInspectionPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| findings | Object | n/a | M | Must include explosivesDetected, suspiciousReaction, description, furtherActionRequired, furtherActionType |\n| findings.explosivesDetected | Boolean | n/a | M | Whether explosives were detected (true/false) |\n| findings.suspiciousReaction | Boolean | n/a | M | Whether suspicious reactions were observed (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.furtherActionRequired | Boolean | n/a | M | Whether further action is required (true/false) |\n| findings.furtherActionType | String | 255 | O | Type of further action required (e.g., null, \"secondary screening\") |\n| images | Array | n/a | M | Array of scanned images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 70 | M | Scan result (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| photosAttached | Boolean | n/a | M | Whether photos are attached (true/false) |\n| videoRecorded | Boolean | n/a | M | Whether video was recorded (true/false) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the screening details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"e0fcb6b5-9190-457a-8550-8447718b6764","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"988a260a-cd2f-49c2-b146-4c4c1610232a","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: CM.E27GHA.6\n\n**Use Case**: Secondary scanning, EDD, ETD\n\n**Integration Points**:\n\n- IN-CM.E27GHA.6-1\n    \n- IN-CM.E27GHA.6-2\n    \n\n**Description:** ACS enables GHA to send secondary scan information digitally to Customs\n\n**Process Flow**: GHA System (E27GHA) → Airport Community System → Destination Country Customs System (E25DCC)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningReference | String | 70 | M | Format (e.g., EDD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| primaryScanRef | String | 70 | M | Reference to the primary scan (e.g., XRAY-GHA-KHI-YYYYMMDD-XXX) |\n| screeningTrigger | String | 70 | M | Trigger for the screening (e.g., \"X-RAY_SUSPICIOUS\") |\n| screeningType | String | 70 | M | Type of screening (e.g., \"EDD\") |\n| screeningMethod | String | 70 | M | Method of screening (e.g., \"EXPLOSIVE_DETECTION_DOG\") |\n| screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningLocation | String | 255 | M | Location where the screening took place |\n| screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| eddDetails | Object | n/a | O | Must include dogName, dogBreed, dogCertificationNumber, dogCertificationExpiry, dogLastTrainingDate, handlerName, handlerCertificationNumber, handlerCertificationExpiry |\n| eddDetails.dogName | String | 255 | C | Name of the dog used for screening (e.g., \"Bruno\") |\n| eddDetails.dogBreed | String | 255 | C | Breed of the dog (e.g., \"German Shepherd\") |\n| eddDetails.dogCertificationNumber | String | 70 | C | Dog's certification number (e.g., \"EDD-DOG-45678\") |\n| eddDetails.dogCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.dogLastTrainingDate | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| eddDetails.handlerName | String | 255 | C | Name of the handler (e.g., \"Imran Ahmed\") |\n| eddDetails.handlerCertificationNumber | String | 70 | C | Handler's certification number (e.g., \"EDD-HANDLER-12345\") |\n| eddDetails.handlerCertificationExpiry | Date | n/a | C | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| screeningProcess | Object | n/a | M | Must include numberOfPasses, screeningDuration, screeningDurationUnit, packagesOpened, physicalInspectionPerformed |\n| screeningProcess.numberOfPasses | Integer | n/a | M | Number of passes performed during screening |\n| screeningProcess.screeningDuration | Integer | n/a | M | Duration of the screening (in seconds) |\n| screeningProcess.screeningDurationUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| screeningProcess.packagesOpened | Boolean | n/a | M | Boolean value (true/false) |\n| screeningProcess.physicalInspectionPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| findings | Object | n/a | M | Must include explosivesDetected, suspiciousReaction, description, furtherActionRequired, furtherActionType |\n| findings.explosivesDetected | Boolean | n/a | M | Whether explosives were detected (true/false) |\n| findings.suspiciousReaction | Boolean | n/a | M | Whether suspicious reactions were observed (true/false) |\n| findings.description | String | 1024 | M | Description of the scan findings |\n| findings.furtherActionRequired | Boolean | n/a | M | Whether further action is required (true/false) |\n| findings.furtherActionType | String | 255 | O | Type of further action required (e.g., null, \"secondary screening\") |\n| images | Array | n/a | M | Array of scanned images with details like scannedAt, scanResult, id, name, contentType, size, scannedBy, machineId, angle |\n| images.scannedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| images.scanResult | String | 70 | M | Scan result (e.g., \"cleared\", \"flagged\") |\n| images.id | String | 70 | M | Unique identifier for the image |\n| images.name | String | 255 | M | Name of the image file |\n| images.contentType | String | 70 | M | MIME type of the image (e.g., \"image/png\") |\n| images.size | Integer | n/a | M | Size of the image in bytes |\n| images.scannedBy | String | 70 | M | Name or ID of the operator who scanned the image |\n| images.machineId | String | 70 | M | Machine ID used for scanning |\n| images.angle | String | 70 | M | Angle at which the image was taken (e.g., \"front\", \"top\") |\n| photosAttached | Boolean | n/a | M | Whether photos are attached (true/false) |\n| videoRecorded | Boolean | n/a | M | Whether video was recorded (true/false) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the screening details |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"760785ed-2a3c-4fb9-9dc8-4f547809e7d7"}],"id":"68f25573-ff31-4128-af1c-9829d97968c4","description":"<p>Secondary scanning and security covers the extra screening recorded after the first security check. Use it to submit the secondary scan result and capture the security outcome.</p>\n","_postman_id":"68f25573-ff31-4128-af1c-9829d97968c4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"5164fd9b-70f4-4577-bf2c-39c6845f2139","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"3e191ed2-db34-400c-a8a9-5a6136ba1708","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":"1780561706","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":[{"id":"bc7345da-1ae1-45bb-89c7-b837df33502f","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"5efc5930-eb86-4e36-ae7c-987317582e36","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","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":"**Global API Reference:**\n\n- [e-CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: CM.E28AL.7\n\n**Use Case:** E-CSD received\n\n**Integration Points**: IN-CM.E28AL.7-1\n\n**Description:** ACS enables Airline to receive consignment security declaration (e-CSD) in digital format\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Airline System (E28AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"650776be-83a7-4864-a62d-4dcc37f4cb3e","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a53fc744-d42b-4bc8-b996-a777ab5cf9e1","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","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":"**Global API Reference:**\n\n- [e-CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: CM.E28AL.7\n\n**Use Case:** E-CSD received\n\n**Integration Points**: IN-CM.E28AL.7-1\n\n**Description:** ACS enables Airline to receive consignment security declaration (e-CSD) in digital format\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Airline System (E28AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"c8051f79-8f7a-432c-84a4-a03ecb5e817c","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"2bff5373-f9a6-42df-9b68-9ed88dfe8f4e","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","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":"**Global API Reference:**\n\n- [e-CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: CM.E28AL.7\n\n**Use Case:** E-CSD received\n\n**Integration Points**: IN-CM.E28AL.7-1\n\n**Description:** ACS enables Airline to receive consignment security declaration (e-CSD) in digital format\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Airline System (E28AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"7eb4ac49-54e5-45a6-b1a5-d4aac22630e4","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"cc5f7c12-32fd-4f07-994e-ccacba16c9de","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","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":"**Global API Reference:**\n\n- [e-CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: CM.E28AL.7\n\n**Use Case:** E-CSD received\n\n**Integration Points**: IN-CM.E28AL.7-1\n\n**Description:** ACS enables Airline to receive consignment security declaration (e-CSD) in digital format\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Airline System (E28AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"a09cad4d-61c3-456d-9ead-081a02d8e7c9","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"e704c5e6-899b-48bf-bad6-bdd2a8024037","description":"Unique identifier for request tracing"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","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":"**Global API Reference:**\n\n- [e-CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**: CM.E28AL.7\n\n**Use Case:** E-CSD received\n\n**Integration Points**: IN-CM.E28AL.7-1\n\n**Description:** ACS enables Airline to receive consignment security declaration (e-CSD) in digital format\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Airline System (E28AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"5164fd9b-70f4-4577-bf2c-39c6845f2139"}],"id":"a8b5dbb8-202b-4473-b344-c016241d3688","description":"<p>Export E-CSD covers the consignment security declaration for a shipment. Use it to submit the declaration before the cargo can move onward.</p>\n","_postman_id":"a8b5dbb8-202b-4473-b344-c016241d3688","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"e6e6da62-dd27-440a-a3d6-fc7c8826f38b","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"37783840-40ac-4ad6-b168-9b662699ca97","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-06-04T08:28:25.701Z","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":[{"id":"f84d47a5-0c90-4e87-a3f2-e74248cf084c","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"8610eff1-b2df-4182-99b7-5fd2f2adcd9f","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-06-04T08:28:25.701Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**: CM.E32GHA.8\n\n**Use Case**: Digital Pouch is created and shared with the Airline\n\n**Integration Points**: IN-CM.E32GHA.8-1\n\n**Description:** ACS enables GHA to share digital pouch with Airline\n\n**Process Flow**: GHA System (E32GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| pouchReference | String | 70 | M | Format (e.g., DPO-KHI-EK606-YYYYMMDD-XXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airline | String | 255 | M | Airline name |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| mawbNumbers | Array | n/a | M | Array must contain ≥1 valid MAWB, AWB number format (nnn-nnnnnnnn) |\n| hawbDetails | Array | n/a | M | Array of house air waybill details |\n| hawbDetails.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbDetails.pieces | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight | Object | n/a | M | Must include value and unit |\n| hawbDetails.weight.value | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.commodity | String | 255 | M | Description of the commodity (e.g., \"Electronics - Mobile Phones\") |\n| hawbDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| hawbDetails.dimensions.volume | Number | n/a | M | Volume of the shipment |\n| hawbDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.consignor | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignor.name | String | 255 | M | Name of the consignor |\n| hawbDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| hawbDetails.consignor.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignor.address.street | String | 255 | M | Street address of consignor |\n| hawbDetails.consignor.address.city | String | 70 | M | City of consignor |\n| hawbDetails.consignor.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| hawbDetails.consignee | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignee.name | String | 255 | M | Name of the consignee |\n| hawbDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| hawbDetails.consignee.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignee.address.street | String | 255 | M | Street address of consignee |\n| hawbDetails.consignee.address.city | String | 70 | M | City of consignee |\n| hawbDetails.consignee.address.countryCode | String | 2 | M | ISO 3166 country code |\n| ghaDetails | Object | n/a | M | Must include name, code, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 50 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| createdBy | Object | n/a | M | Must include name, employeeId, designation |\n| createdBy.name | String | 255 | M | Name of the creator |\n| createdBy.employeeId | String | 70 | M | Employee ID of the creator |\n| createdBy.designation | String | 255 | M | Designation of the creator |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Array must contain ≥1 recipient object with type and id |\n| recipients.type | String | 35 | M | Type of recipient (e.g., \"gha\", \"consignor\", \"airline\") |\n| recipients.id | String | 70 | M | Unique recipient identifier |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"91ca74a9-5bc2-4b02-99c6-046f68fd0532","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"234d9004-a838-4e25-9501-de0114fff223","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-06-04T08:28:25.701Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**: CM.E32GHA.8\n\n**Use Case**: Digital Pouch is created and shared with the Airline\n\n**Integration Points**: IN-CM.E32GHA.8-1\n\n**Description:** ACS enables GHA to share digital pouch with Airline\n\n**Process Flow**: GHA System (E32GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| pouchReference | String | 70 | M | Format (e.g., DPO-KHI-EK606-YYYYMMDD-XXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airline | String | 255 | M | Airline name |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| mawbNumbers | Array | n/a | M | Array must contain ≥1 valid MAWB, AWB number format (nnn-nnnnnnnn) |\n| hawbDetails | Array | n/a | M | Array of house air waybill details |\n| hawbDetails.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbDetails.pieces | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight | Object | n/a | M | Must include value and unit |\n| hawbDetails.weight.value | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.commodity | String | 255 | M | Description of the commodity (e.g., \"Electronics - Mobile Phones\") |\n| hawbDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| hawbDetails.dimensions.volume | Number | n/a | M | Volume of the shipment |\n| hawbDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.consignor | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignor.name | String | 255 | M | Name of the consignor |\n| hawbDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| hawbDetails.consignor.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignor.address.street | String | 255 | M | Street address of consignor |\n| hawbDetails.consignor.address.city | String | 70 | M | City of consignor |\n| hawbDetails.consignor.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| hawbDetails.consignee | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignee.name | String | 255 | M | Name of the consignee |\n| hawbDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| hawbDetails.consignee.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignee.address.street | String | 255 | M | Street address of consignee |\n| hawbDetails.consignee.address.city | String | 70 | M | City of consignee |\n| hawbDetails.consignee.address.countryCode | String | 2 | M | ISO 3166 country code |\n| ghaDetails | Object | n/a | M | Must include name, code, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 50 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| createdBy | Object | n/a | M | Must include name, employeeId, designation |\n| createdBy.name | String | 255 | M | Name of the creator |\n| createdBy.employeeId | String | 70 | M | Employee ID of the creator |\n| createdBy.designation | String | 255 | M | Designation of the creator |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Array must contain ≥1 recipient object with type and id |\n| recipients.type | String | 35 | M | Type of recipient (e.g., \"gha\", \"consignor\", \"airline\") |\n| recipients.id | String | 70 | M | Unique recipient identifier |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"736e9cd5-c54b-467e-bfbe-b1f3736efcf4","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"87418af1-7101-4151-bda9-c7ddb708dedd","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-06-04T08:28:25.701Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**: CM.E32GHA.8\n\n**Use Case**: Digital Pouch is created and shared with the Airline\n\n**Integration Points**: IN-CM.E32GHA.8-1\n\n**Description:** ACS enables GHA to share digital pouch with Airline\n\n**Process Flow**: GHA System (E32GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| pouchReference | String | 70 | M | Format (e.g., DPO-KHI-EK606-YYYYMMDD-XXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airline | String | 255 | M | Airline name |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| mawbNumbers | Array | n/a | M | Array must contain ≥1 valid MAWB, AWB number format (nnn-nnnnnnnn) |\n| hawbDetails | Array | n/a | M | Array of house air waybill details |\n| hawbDetails.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbDetails.pieces | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight | Object | n/a | M | Must include value and unit |\n| hawbDetails.weight.value | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.commodity | String | 255 | M | Description of the commodity (e.g., \"Electronics - Mobile Phones\") |\n| hawbDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| hawbDetails.dimensions.volume | Number | n/a | M | Volume of the shipment |\n| hawbDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.consignor | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignor.name | String | 255 | M | Name of the consignor |\n| hawbDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| hawbDetails.consignor.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignor.address.street | String | 255 | M | Street address of consignor |\n| hawbDetails.consignor.address.city | String | 70 | M | City of consignor |\n| hawbDetails.consignor.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| hawbDetails.consignee | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignee.name | String | 255 | M | Name of the consignee |\n| hawbDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| hawbDetails.consignee.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignee.address.street | String | 255 | M | Street address of consignee |\n| hawbDetails.consignee.address.city | String | 70 | M | City of consignee |\n| hawbDetails.consignee.address.countryCode | String | 2 | M | ISO 3166 country code |\n| ghaDetails | Object | n/a | M | Must include name, code, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 50 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| createdBy | Object | n/a | M | Must include name, employeeId, designation |\n| createdBy.name | String | 255 | M | Name of the creator |\n| createdBy.employeeId | String | 70 | M | Employee ID of the creator |\n| createdBy.designation | String | 255 | M | Designation of the creator |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Array must contain ≥1 recipient object with type and id |\n| recipients.type | String | 35 | M | Type of recipient (e.g., \"gha\", \"consignor\", \"airline\") |\n| recipients.id | String | 70 | M | Unique recipient identifier |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"0a601e5a-94cf-46e2-b79b-502deb00b4a8","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"0b2b0495-ad6b-4d13-8481-24083f86d06d","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-06-04T08:28:25.701Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**: CM.E32GHA.8\n\n**Use Case**: Digital Pouch is created and shared with the Airline\n\n**Integration Points**: IN-CM.E32GHA.8-1\n\n**Description:** ACS enables GHA to share digital pouch with Airline\n\n**Process Flow**: GHA System (E32GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| pouchReference | String | 70 | M | Format (e.g., DPO-KHI-EK606-YYYYMMDD-XXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airline | String | 255 | M | Airline name |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| mawbNumbers | Array | n/a | M | Array must contain ≥1 valid MAWB, AWB number format (nnn-nnnnnnnn) |\n| hawbDetails | Array | n/a | M | Array of house air waybill details |\n| hawbDetails.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbDetails.pieces | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight | Object | n/a | M | Must include value and unit |\n| hawbDetails.weight.value | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.commodity | String | 255 | M | Description of the commodity (e.g., \"Electronics - Mobile Phones\") |\n| hawbDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| hawbDetails.dimensions.volume | Number | n/a | M | Volume of the shipment |\n| hawbDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.consignor | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignor.name | String | 255 | M | Name of the consignor |\n| hawbDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| hawbDetails.consignor.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignor.address.street | String | 255 | M | Street address of consignor |\n| hawbDetails.consignor.address.city | String | 70 | M | City of consignor |\n| hawbDetails.consignor.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| hawbDetails.consignee | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignee.name | String | 255 | M | Name of the consignee |\n| hawbDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| hawbDetails.consignee.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignee.address.street | String | 255 | M | Street address of consignee |\n| hawbDetails.consignee.address.city | String | 70 | M | City of consignee |\n| hawbDetails.consignee.address.countryCode | String | 2 | M | ISO 3166 country code |\n| ghaDetails | Object | n/a | M | Must include name, code, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 50 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| createdBy | Object | n/a | M | Must include name, employeeId, designation |\n| createdBy.name | String | 255 | M | Name of the creator |\n| createdBy.employeeId | String | 70 | M | Employee ID of the creator |\n| createdBy.designation | String | 255 | M | Designation of the creator |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Array must contain ≥1 recipient object with type and id |\n| recipients.type | String | 35 | M | Type of recipient (e.g., \"gha\", \"consignor\", \"airline\") |\n| recipients.id | String | 70 | M | Unique recipient identifier |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"8e431c4f-c251-449f-bc3d-9bfc952b0101","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"386f5f15-d429-49e0-95ee-8e43dde0c1a0","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-06-04T08:28:25.701Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**: CM.E32GHA.8\n\n**Use Case**: Digital Pouch is created and shared with the Airline\n\n**Integration Points**: IN-CM.E32GHA.8-1\n\n**Description:** ACS enables GHA to share digital pouch with Airline\n\n**Process Flow**: GHA System (E32GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| pouchReference | String | 70 | M | Format (e.g., DPO-KHI-EK606-YYYYMMDD-XXX) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airline | String | 255 | M | Airline name |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| mawbNumbers | Array | n/a | M | Array must contain ≥1 valid MAWB, AWB number format (nnn-nnnnnnnn) |\n| hawbDetails | Array | n/a | M | Array of house air waybill details |\n| hawbDetails.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbDetails.pieces | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight | Object | n/a | M | Must include value and unit |\n| hawbDetails.weight.value | Integer | n/a | M | Must be positive number |\n| hawbDetails.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.commodity | String | 255 | M | Description of the commodity (e.g., \"Electronics - Mobile Phones\") |\n| hawbDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| hawbDetails.dimensions.volume | Number | n/a | M | Volume of the shipment |\n| hawbDetails.dimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| hawbDetails.consignor | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignor.name | String | 255 | M | Name of the consignor |\n| hawbDetails.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignor.accountNumber | String | 70 | M | Account number of consignor |\n| hawbDetails.consignor.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignor.address.street | String | 255 | M | Street address of consignor |\n| hawbDetails.consignor.address.city | String | 70 | M | City of consignor |\n| hawbDetails.consignor.address.countryCode | String | 2 | M | ISO 3166 Country code |\n| hawbDetails.consignee | Object | n/a | M | Must include name, cnic, accountNumber, address |\n| hawbDetails.consignee.name | String | 255 | M | Name of the consignee |\n| hawbDetails.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| hawbDetails.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| hawbDetails.consignee.address | Object | n/a | M | Must include street, city, countryCode |\n| hawbDetails.consignee.address.street | String | 255 | M | Street address of consignee |\n| hawbDetails.consignee.address.city | String | 70 | M | City of consignee |\n| hawbDetails.consignee.address.countryCode | String | 2 | M | ISO 3166 country code |\n| ghaDetails | Object | n/a | M | Must include name, code, contactName, phone, email |\n| ghaDetails.name | String | 255 | M | Name of the GHA (e.g., \"Karachi Ground Services\") |\n| ghaDetails.code | String | 50 | M | GHA code (e.g., \"KGS-KHI\") |\n| ghaDetails.contactName | String | 255 | M | Contact name for the GHA |\n| ghaDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| ghaDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| createdBy | Object | n/a | M | Must include name, employeeId, designation |\n| createdBy.name | String | 255 | M | Name of the creator |\n| createdBy.employeeId | String | 70 | M | Employee ID of the creator |\n| createdBy.designation | String | 255 | M | Designation of the creator |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Array must contain ≥1 recipient object with type and id |\n| recipients.type | String | 35 | M | Type of recipient (e.g., \"gha\", \"consignor\", \"airline\") |\n| recipients.id | String | 70 | M | Unique recipient identifier |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"e6e6da62-dd27-440a-a3d6-fc7c8826f38b"},{"name":"Add Document to Digital Pouch","id":"23f0c122-c4cc-475c-8d23-d5e152e32f49","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"f8462d70-15d7-4b89-85d1-fbde2c1ba339","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-06-04T08:28:25.702Z","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":[{"id":"9890a90d-d151-4ee3-81d5-1aaa0fc9e253","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"eac73a75-972f-4c62-8d7c-caf8c44da1e1","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://api.psw.gov.pk/api/v1/export/digital-pouches/:pouchId/documents","protocol":"https","host":["api","psw","gov","pk"],"path":["api","v1","export","digital-pouches",":pouchId","documents"],"variable":[{"key":"pouchId","value":"pouch-123xyz456"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**: CM.E32GHA.8\n\n**Use Case**: Digital Pouch is created and shared with the Airline\n\n**Integration Points**: IN-CM.E32GHA.8-1\n\n**Description:** ACS enables GHA to share digital pouch with Airline\n\n**Document Types**:\n\n- `MAWB`: Master Air Waybill (mandatory)\n    \n- `HAWB`: House Air Waybill (mandatory for consolidations)\n    \n- `GD`: Goods Declaration (mandatory)\n    \n- `COMMERCIAL_INVOICE`: Commercial invoice (mandatory)\n    \n- `PACKING_LIST`: Packing list (mandatory)\n    \n- `CERTIFICATE_OF_ORIGIN`: Certificate of origin\n    \n- `PHYTOSANITARY_CERT`: Phytosanitary certificate\n    \n- `NOC`: No Objection Certificate\n    \n- `E_CSD`: Electronic Consignment Security Declaration (mandatory)\n    \n- `DANGEROUS_GOODS_DECL`: Dangerous goods declaration\n    \n- `GHA_INVOICE`: GHA invoice\n    \n- `PAYMENT_RECEIPT`: Payment receipt\n    \n- `OTHER`: Other supporting documents\n    \n\n**Process Flow**: GHA System (E32GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| id | String | 70 | M | UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| name | String | 255 | M | File name (e.g., \"1.png\") |\n| contentType | String | 70 | M | MIME type (e.g., \"image/png\") |\n| size | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| documentType | String | 70 | M | Type of document (e.g., \"MAWB\") |\n| documentNumber | String | 70 | M | Document reference number |\n| documentTitle | String | 255 | O | Title of the document (display title) |\n| documentFile | String | n/a | O | Base64-encoded PDF file content |\n| fileSize | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| fileType | String | 70 | M | Must be application/pdf |\n| issuer | String | 255 | M | Organization that issued the document (e.g., \"Emirates Airlines\") |\n| issueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| isMandatory | Boolean | n/a | M | Boolean value (true/false) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4b42f30d-de5b-4603-8938-4a6b74febb5c","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"3a289dbe-a1e5-4ea0-8ce8-d626e8689e08","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://api.psw.gov.pk/api/v1/export/digital-pouches/:pouchId/documents","protocol":"https","host":["api","psw","gov","pk"],"path":["api","v1","export","digital-pouches",":pouchId","documents"],"variable":[{"key":"pouchId","value":"pouch-123xyz456"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**: CM.E32GHA.8\n\n**Use Case**: Digital Pouch is created and shared with the Airline\n\n**Integration Points**: IN-CM.E32GHA.8-1\n\n**Description:** ACS enables GHA to share digital pouch with Airline\n\n**Document Types**:\n\n- `MAWB`: Master Air Waybill (mandatory)\n    \n- `HAWB`: House Air Waybill (mandatory for consolidations)\n    \n- `GD`: Goods Declaration (mandatory)\n    \n- `COMMERCIAL_INVOICE`: Commercial invoice (mandatory)\n    \n- `PACKING_LIST`: Packing list (mandatory)\n    \n- `CERTIFICATE_OF_ORIGIN`: Certificate of origin\n    \n- `PHYTOSANITARY_CERT`: Phytosanitary certificate\n    \n- `NOC`: No Objection Certificate\n    \n- `E_CSD`: Electronic Consignment Security Declaration (mandatory)\n    \n- `DANGEROUS_GOODS_DECL`: Dangerous goods declaration\n    \n- `GHA_INVOICE`: GHA invoice\n    \n- `PAYMENT_RECEIPT`: Payment receipt\n    \n- `OTHER`: Other supporting documents\n    \n\n**Process Flow**: GHA System (E32GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| id | String | 70 | M | UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| name | String | 255 | M | File name (e.g., \"1.png\") |\n| contentType | String | 70 | M | MIME type (e.g., \"image/png\") |\n| size | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| documentType | String | 70 | M | Type of document (e.g., \"MAWB\") |\n| documentNumber | String | 70 | M | Document reference number |\n| documentTitle | String | 255 | O | Title of the document (display title) |\n| documentFile | String | n/a | O | Base64-encoded PDF file content |\n| fileSize | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| fileType | String | 70 | M | Must be application/pdf |\n| issuer | String | 255 | M | Organization that issued the document (e.g., \"Emirates Airlines\") |\n| issueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| isMandatory | Boolean | n/a | M | Boolean value (true/false) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"57e6a486-b017-4937-b783-c5443c5aba78","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"0ccdfcc1-656b-421a-8de5-62903ad29655","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://api.psw.gov.pk/api/v1/export/digital-pouches/:pouchId/documents","protocol":"https","host":["api","psw","gov","pk"],"path":["api","v1","export","digital-pouches",":pouchId","documents"],"variable":[{"key":"pouchId","value":"pouch-123xyz456"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**: CM.E32GHA.8\n\n**Use Case**: Digital Pouch is created and shared with the Airline\n\n**Integration Points**: IN-CM.E32GHA.8-1\n\n**Description:** ACS enables GHA to share digital pouch with Airline\n\n**Document Types**:\n\n- `MAWB`: Master Air Waybill (mandatory)\n    \n- `HAWB`: House Air Waybill (mandatory for consolidations)\n    \n- `GD`: Goods Declaration (mandatory)\n    \n- `COMMERCIAL_INVOICE`: Commercial invoice (mandatory)\n    \n- `PACKING_LIST`: Packing list (mandatory)\n    \n- `CERTIFICATE_OF_ORIGIN`: Certificate of origin\n    \n- `PHYTOSANITARY_CERT`: Phytosanitary certificate\n    \n- `NOC`: No Objection Certificate\n    \n- `E_CSD`: Electronic Consignment Security Declaration (mandatory)\n    \n- `DANGEROUS_GOODS_DECL`: Dangerous goods declaration\n    \n- `GHA_INVOICE`: GHA invoice\n    \n- `PAYMENT_RECEIPT`: Payment receipt\n    \n- `OTHER`: Other supporting documents\n    \n\n**Process Flow**: GHA System (E32GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| id | String | 70 | M | UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| name | String | 255 | M | File name (e.g., \"1.png\") |\n| contentType | String | 70 | M | MIME type (e.g., \"image/png\") |\n| size | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| documentType | String | 70 | M | Type of document (e.g., \"MAWB\") |\n| documentNumber | String | 70 | M | Document reference number |\n| documentTitle | String | 255 | O | Title of the document (display title) |\n| documentFile | String | n/a | O | Base64-encoded PDF file content |\n| fileSize | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| fileType | String | 70 | M | Must be application/pdf |\n| issuer | String | 255 | M | Organization that issued the document (e.g., \"Emirates Airlines\") |\n| issueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| isMandatory | Boolean | n/a | M | Boolean value (true/false) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"fc1e3587-f4c0-4a80-97c4-a12608da147a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"61f20b71-40cc-4595-8580-0d0c09efe9a1","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://api.psw.gov.pk/api/v1/export/digital-pouches/:pouchId/documents","protocol":"https","host":["api","psw","gov","pk"],"path":["api","v1","export","digital-pouches",":pouchId","documents"],"variable":[{"key":"pouchId","value":"pouch-123xyz456"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**: CM.E32GHA.8\n\n**Use Case**: Digital Pouch is created and shared with the Airline\n\n**Integration Points**: IN-CM.E32GHA.8-1\n\n**Description:** ACS enables GHA to share digital pouch with Airline\n\n**Document Types**:\n\n- `MAWB`: Master Air Waybill (mandatory)\n    \n- `HAWB`: House Air Waybill (mandatory for consolidations)\n    \n- `GD`: Goods Declaration (mandatory)\n    \n- `COMMERCIAL_INVOICE`: Commercial invoice (mandatory)\n    \n- `PACKING_LIST`: Packing list (mandatory)\n    \n- `CERTIFICATE_OF_ORIGIN`: Certificate of origin\n    \n- `PHYTOSANITARY_CERT`: Phytosanitary certificate\n    \n- `NOC`: No Objection Certificate\n    \n- `E_CSD`: Electronic Consignment Security Declaration (mandatory)\n    \n- `DANGEROUS_GOODS_DECL`: Dangerous goods declaration\n    \n- `GHA_INVOICE`: GHA invoice\n    \n- `PAYMENT_RECEIPT`: Payment receipt\n    \n- `OTHER`: Other supporting documents\n    \n\n**Process Flow**: GHA System (E32GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| id | String | 70 | M | UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| name | String | 255 | M | File name (e.g., \"1.png\") |\n| contentType | String | 70 | M | MIME type (e.g., \"image/png\") |\n| size | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| documentType | String | 70 | M | Type of document (e.g., \"MAWB\") |\n| documentNumber | String | 70 | M | Document reference number |\n| documentTitle | String | 255 | O | Title of the document (display title) |\n| documentFile | String | n/a | O | Base64-encoded PDF file content |\n| fileSize | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| fileType | String | 70 | M | Must be application/pdf |\n| issuer | String | 255 | M | Organization that issued the document (e.g., \"Emirates Airlines\") |\n| issueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| isMandatory | Boolean | n/a | M | Boolean value (true/false) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"9eaf9e1e-f9db-4641-875f-db2f4018d0b7","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"cb535aed-3855-48f3-bad1-bbd2978e20f1","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://api.psw.gov.pk/api/v1/export/digital-pouches/:pouchId/documents","protocol":"https","host":["api","psw","gov","pk"],"path":["api","v1","export","digital-pouches",":pouchId","documents"],"variable":[{"key":"pouchId","value":"pouch-123xyz456"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**: CM.E32GHA.8\n\n**Use Case**: Digital Pouch is created and shared with the Airline\n\n**Integration Points**: IN-CM.E32GHA.8-1\n\n**Description:** ACS enables GHA to share digital pouch with Airline\n\n**Document Types**:\n\n- `MAWB`: Master Air Waybill (mandatory)\n    \n- `HAWB`: House Air Waybill (mandatory for consolidations)\n    \n- `GD`: Goods Declaration (mandatory)\n    \n- `COMMERCIAL_INVOICE`: Commercial invoice (mandatory)\n    \n- `PACKING_LIST`: Packing list (mandatory)\n    \n- `CERTIFICATE_OF_ORIGIN`: Certificate of origin\n    \n- `PHYTOSANITARY_CERT`: Phytosanitary certificate\n    \n- `NOC`: No Objection Certificate\n    \n- `E_CSD`: Electronic Consignment Security Declaration (mandatory)\n    \n- `DANGEROUS_GOODS_DECL`: Dangerous goods declaration\n    \n- `GHA_INVOICE`: GHA invoice\n    \n- `PAYMENT_RECEIPT`: Payment receipt\n    \n- `OTHER`: Other supporting documents\n    \n\n**Process Flow**: GHA System (E32GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| id | String | 70 | M | UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| name | String | 255 | M | File name (e.g., \"1.png\") |\n| contentType | String | 70 | M | MIME type (e.g., \"image/png\") |\n| size | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| documentType | String | 70 | M | Type of document (e.g., \"MAWB\") |\n| documentNumber | String | 70 | M | Document reference number |\n| documentTitle | String | 255 | O | Title of the document (display title) |\n| documentFile | String | n/a | O | Base64-encoded PDF file content |\n| fileSize | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| fileType | String | 70 | M | Must be application/pdf |\n| issuer | String | 255 | M | Organization that issued the document (e.g., \"Emirates Airlines\") |\n| issueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| isMandatory | Boolean | n/a | M | Boolean value (true/false) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"f3c23343-938b-4081-8c79-77fa931de7fb","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"350e1708-bb50-482a-ad83-addb2cb62f44","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://api.psw.gov.pk/api/v1/export/digital-pouches/:pouchId/documents","protocol":"https","host":["api","psw","gov","pk"],"path":["api","v1","export","digital-pouches",":pouchId","documents"],"variable":[{"key":"pouchId","value":"pouch-123xyz456"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**: CM.E32GHA.8\n\n**Use Case**: Digital Pouch is created and shared with the Airline\n\n**Integration Points**: IN-CM.E32GHA.8-1\n\n**Description:** ACS enables GHA to share digital pouch with Airline\n\n**Document Types**:\n\n- `MAWB`: Master Air Waybill (mandatory)\n    \n- `HAWB`: House Air Waybill (mandatory for consolidations)\n    \n- `GD`: Goods Declaration (mandatory)\n    \n- `COMMERCIAL_INVOICE`: Commercial invoice (mandatory)\n    \n- `PACKING_LIST`: Packing list (mandatory)\n    \n- `CERTIFICATE_OF_ORIGIN`: Certificate of origin\n    \n- `PHYTOSANITARY_CERT`: Phytosanitary certificate\n    \n- `NOC`: No Objection Certificate\n    \n- `E_CSD`: Electronic Consignment Security Declaration (mandatory)\n    \n- `DANGEROUS_GOODS_DECL`: Dangerous goods declaration\n    \n- `GHA_INVOICE`: GHA invoice\n    \n- `PAYMENT_RECEIPT`: Payment receipt\n    \n- `OTHER`: Other supporting documents\n    \n\n**Process Flow**: GHA System (E32GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| id | String | 70 | M | UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| name | String | 255 | M | File name (e.g., \"1.png\") |\n| contentType | String | 70 | M | MIME type (e.g., \"image/png\") |\n| size | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| documentType | String | 70 | M | Type of document (e.g., \"MAWB\") |\n| documentNumber | String | 70 | M | Document reference number |\n| documentTitle | String | 255 | O | Title of the document (display title) |\n| documentFile | String | n/a | O | Base64-encoded PDF file content |\n| fileSize | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| fileType | String | 70 | M | Must be application/pdf |\n| issuer | String | 255 | M | Organization that issued the document (e.g., \"Emirates Airlines\") |\n| issueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| isMandatory | Boolean | n/a | M | Boolean value (true/false) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"4d04b6a4-04d3-4d78-80e7-9450559153b4","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"4d75f615-fc9c-421e-a0de-9ab34b893604","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://api.psw.gov.pk/api/v1/export/digital-pouches/:pouchId/documents","protocol":"https","host":["api","psw","gov","pk"],"path":["api","v1","export","digital-pouches",":pouchId","documents"],"variable":[{"key":"pouchId","value":"pouch-123xyz456"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**: CM.E32GHA.8\n\n**Use Case**: Digital Pouch is created and shared with the Airline\n\n**Integration Points**: IN-CM.E32GHA.8-1\n\n**Description:** ACS enables GHA to share digital pouch with Airline\n\n**Document Types**:\n\n- `MAWB`: Master Air Waybill (mandatory)\n    \n- `HAWB`: House Air Waybill (mandatory for consolidations)\n    \n- `GD`: Goods Declaration (mandatory)\n    \n- `COMMERCIAL_INVOICE`: Commercial invoice (mandatory)\n    \n- `PACKING_LIST`: Packing list (mandatory)\n    \n- `CERTIFICATE_OF_ORIGIN`: Certificate of origin\n    \n- `PHYTOSANITARY_CERT`: Phytosanitary certificate\n    \n- `NOC`: No Objection Certificate\n    \n- `E_CSD`: Electronic Consignment Security Declaration (mandatory)\n    \n- `DANGEROUS_GOODS_DECL`: Dangerous goods declaration\n    \n- `GHA_INVOICE`: GHA invoice\n    \n- `PAYMENT_RECEIPT`: Payment receipt\n    \n- `OTHER`: Other supporting documents\n    \n\n**Process Flow**: GHA System (E32GHA) → Airport Community System → Airline System (E33AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| id | String | 70 | M | UUID format (e.g., 7ced6c4f-872d-43c4-9203-1423e2949c00) |\n| name | String | 255 | M | File name (e.g., \"1.png\") |\n| contentType | String | 70 | M | MIME type (e.g., \"image/png\") |\n| size | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| documentType | String | 70 | M | Type of document (e.g., \"MAWB\") |\n| documentNumber | String | 70 | M | Document reference number |\n| documentTitle | String | 255 | O | Title of the document (display title) |\n| documentFile | String | n/a | O | Base64-encoded PDF file content |\n| fileSize | Integer | n/a | M | File size in bytes (max 10485760 bytes) |\n| fileType | String | 70 | M | Must be application/pdf |\n| issuer | String | 255 | M | Organization that issued the document (e.g., \"Emirates Airlines\") |\n| issueDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| isMandatory | Boolean | n/a | M | Boolean value (true/false) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"23f0c122-c4cc-475c-8d23-d5e152e32f49"}],"id":"4254bc9f-91b5-4841-8f45-23b87da2f437","description":"<p>Digital pouch management covers the bundle of shipment documents stored for export handling. Use it to create the pouch and add the required files or records.</p>\n","_postman_id":"4254bc9f-91b5-4841-8f45-23b87da2f437","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"7bc556c4-e733-48d2-b808-3323c8e0cc2c","description":"<p>Export security and documents covers the declarations and supporting files used for shipment clearance. Use it to complete scans, declarations, and pouch records in one place.</p>\n","_postman_id":"7bc556c4-e733-48d2-b808-3323c8e0cc2c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"f1ed2147-a085-456c-91fc-571e95f3ed39","description":"<p>Export Operations covers the outbound compliance steps for shipment handoff. Use it to submit cargo data, security records, and release documents through the export flow.</p>\n","_postman_id":"f1ed2147-a085-456c-91fc-571e95f3ed39","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"6b87da19-9821-4d0a-9cfb-a371f10528a8","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"08c33054-7575-48dc-9be2-1d8f51543ef9","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-06-04T08:28:25.702Z","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":[{"id":"015f79b4-18a1-4480-b52c-9211b8e98dc5","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"0ee1184b-09ec-4399-89e0-798bd99dbd9e","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CM.I1AL.1\n\n**Use Cases**:\n\n- Airline sends PLACI data to Customs for risk analysis\n    \n- Customs replies digitally to Airline with risk assessment\n    \n\n**Integration Points**:\n\n- IN-CM.I1AL.1-1\n    \n- IN-CM.I1AL.1-2\n    \n\n**Description**:\n\n- ACS enables Customs to receive PLACI data digitally\n    \n- ACS enables Airline to receive PLACI result digitally\n    \n\n**Process Flows**:\n\n- Airline System (I1AL) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n- Web Based One Customs System (I1CUS) → Airport Community System → Airline System (I1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"691008ef-351f-4bad-88cd-2e6b5aa1dba0","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"5eb3c6dc-132b-49be-9ab0-1bbecd484bd8","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CM.I1AL.1\n\n**Use Cases**:\n\n- Airline sends PLACI data to Customs for risk analysis\n    \n- Customs replies digitally to Airline with risk assessment\n    \n\n**Integration Points**:\n\n- IN-CM.I1AL.1-1\n    \n- IN-CM.I1AL.1-2\n    \n\n**Description**:\n\n- ACS enables Customs to receive PLACI data digitally\n    \n- ACS enables Airline to receive PLACI result digitally\n    \n\n**Process Flows**:\n\n- Airline System (I1AL) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n- Web Based One Customs System (I1CUS) → Airport Community System → Airline System (I1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"2c550e97-299d-4c13-8d8e-67f1305c055b","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a7460242-1d3a-4f67-b5cc-933489ac3fb5","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CM.I1AL.1\n\n**Use Cases**:\n\n- Airline sends PLACI data to Customs for risk analysis\n    \n- Customs replies digitally to Airline with risk assessment\n    \n\n**Integration Points**:\n\n- IN-CM.I1AL.1-1\n    \n- IN-CM.I1AL.1-2\n    \n\n**Description**:\n\n- ACS enables Customs to receive PLACI data digitally\n    \n- ACS enables Airline to receive PLACI result digitally\n    \n\n**Process Flows**:\n\n- Airline System (I1AL) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n- Web Based One Customs System (I1CUS) → Airport Community System → Airline System (I1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"2fc082dc-4da0-4eda-a9a6-7b3abaa51b82","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"1303013a-5afe-4cd5-bc85-f42c9fd2ae8d","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CM.I1AL.1\n\n**Use Cases**:\n\n- Airline sends PLACI data to Customs for risk analysis\n    \n- Customs replies digitally to Airline with risk assessment\n    \n\n**Integration Points**:\n\n- IN-CM.I1AL.1-1\n    \n- IN-CM.I1AL.1-2\n    \n\n**Description**:\n\n- ACS enables Customs to receive PLACI data digitally\n    \n- ACS enables Airline to receive PLACI result digitally\n    \n\n**Process Flows**:\n\n- Airline System (I1AL) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n- Web Based One Customs System (I1CUS) → Airport Community System → Airline System (I1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"b6537d4b-197e-4e8d-86f5-b06f3bde630f","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"77637e36-2ffc-400d-9615-a5fab4fa9619","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CM.I1AL.1\n\n**Use Cases**:\n\n- Airline sends PLACI data to Customs for risk analysis\n    \n- Customs replies digitally to Airline with risk assessment\n    \n\n**Integration Points**:\n\n- IN-CM.I1AL.1-1\n    \n- IN-CM.I1AL.1-2\n    \n\n**Description**:\n\n- ACS enables Customs to receive PLACI data digitally\n    \n- ACS enables Airline to receive PLACI result digitally\n    \n\n**Process Flows**:\n\n- Airline System (I1AL) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n- Web Based One Customs System (I1CUS) → Airport Community System → Airline System (I1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"6b87da19-9821-4d0a-9cfb-a371f10528a8"}],"id":"cc281df8-0e76-40ca-86bc-00f0c8a4d911","description":"<p>Airline import PLACI covers the pre-loading shipment data sent for airline cargo. Use it to submit the details needed for import screening.</p>\n","_postman_id":"cc281df8-0e76-40ca-86bc-00f0c8a4d911","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"8a39a976-7dc4-47e0-b95f-1d3d0e12f004","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"85374d15-4aae-4ee8-825a-a1f35a4df0d2","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-06-04T08:28:25.702Z","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":[{"id":"37ae5144-acc9-4fce-adcc-8461094613b9","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"51b37f15-3b5f-436f-9653-bb6f56ee5da9","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CM.I1P.2\n\n**Use Case**:\n\n- Postal authority sends CN data before flight departure for PLACI risk assessment\n    \n- Customs responds digitally to Postal authority after PLACI analysis\n    \n\n**Integration Points**:\n\n- IN-CM.I1P.2-1\n    \n- IN-CM.I1P.2-2\n    \n\n**Description**: ACS enables Customs to receive postal shipment data digitally, ACS enables Postal authority to receive PLACI result (Acknowledgment Only)\n\n**Process Flow**:\n\n- Postal Authority System (I1P) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n- Web Based One Customs System (I1CUS) → Airport Community System → Postal Authority System (I1P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| originPostalAuthority | String | 255 | M | Postal authority (e.g., \"EMIRATES_POST\") |\n| mailBags | Array | n/a | M | Array of mail bag objects |\n| mailBags.bagId | String | 70 | M | Bag ID format (e.g., \"AEDXB001234\") |\n| mailBags.mailClass | String | 35 | M | Mail class (e.g., \"EMS\") |\n| mailBags.items | Array | n/a | M | Array of item objects |\n| mailBags.items.itemId | String | 70 | M | Item ID (e.g., \"EMS123456789AE\") |\n| mailBags.items.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, cnic, ntn, phone, email, accountNumber |\n| mailBags.items.consignor.name | String | 255 | M | Name of the consignor |\n| mailBags.items.consignor.address | String | 255 | M | Address of the consignor |\n| mailBags.items.consignor.city | String | 70 | M | City of the consignor |\n| mailBags.items.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignor.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignor.accountNumber | String | 70 | M | Account number of consignor (e.g., \"ACC12635\") |\n| mailBags.items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| mailBags.items.consignee.name | String | 255 | M | Name of the consignee |\n| mailBags.items.consignee.address | String | 255 | M | Address of the consignee |\n| mailBags.items.consignee.city | String | 70 | M | City of the consignee |\n| mailBags.items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignee.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| mailBags.items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignee.accountNumber | String | 70 | M | Account number of consignee (e.g., \"ACC12345\") |\n| mailBags.items.weight | Object | n/a | M | Must include value and unit |\n| mailBags.items.weight.value | Number | n/a | M | Weight value |\n| mailBags.items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| mailBags.items.contentDescription | String | 255 | M | Description of the content |\n| mailBags.items.declaredValue | Number | n/a | M | Declared value of items |\n| mailBags.items.currency | String | 3 | M | ISO 4217 currency code |\n| mailBags.items.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| mailBags.items.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b9d9668c-4861-4c34-b283-973c31de0c5c","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"44a6eab9-38a5-461a-9d7f-12af83d2a50b","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CM.I1P.2\n\n**Use Case**:\n\n- Postal authority sends CN data before flight departure for PLACI risk assessment\n    \n- Customs responds digitally to Postal authority after PLACI analysis\n    \n\n**Integration Points**:\n\n- IN-CM.I1P.2-1\n    \n- IN-CM.I1P.2-2\n    \n\n**Description**: ACS enables Customs to receive postal shipment data digitally, ACS enables Postal authority to receive PLACI result (Acknowledgment Only)\n\n**Process Flow**:\n\n- Postal Authority System (I1P) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n- Web Based One Customs System (I1CUS) → Airport Community System → Postal Authority System (I1P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| originPostalAuthority | String | 255 | M | Postal authority (e.g., \"EMIRATES_POST\") |\n| mailBags | Array | n/a | M | Array of mail bag objects |\n| mailBags.bagId | String | 70 | M | Bag ID format (e.g., \"AEDXB001234\") |\n| mailBags.mailClass | String | 35 | M | Mail class (e.g., \"EMS\") |\n| mailBags.items | Array | n/a | M | Array of item objects |\n| mailBags.items.itemId | String | 70 | M | Item ID (e.g., \"EMS123456789AE\") |\n| mailBags.items.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, cnic, ntn, phone, email, accountNumber |\n| mailBags.items.consignor.name | String | 255 | M | Name of the consignor |\n| mailBags.items.consignor.address | String | 255 | M | Address of the consignor |\n| mailBags.items.consignor.city | String | 70 | M | City of the consignor |\n| mailBags.items.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignor.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignor.accountNumber | String | 70 | M | Account number of consignor (e.g., \"ACC12635\") |\n| mailBags.items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| mailBags.items.consignee.name | String | 255 | M | Name of the consignee |\n| mailBags.items.consignee.address | String | 255 | M | Address of the consignee |\n| mailBags.items.consignee.city | String | 70 | M | City of the consignee |\n| mailBags.items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignee.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| mailBags.items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignee.accountNumber | String | 70 | M | Account number of consignee (e.g., \"ACC12345\") |\n| mailBags.items.weight | Object | n/a | M | Must include value and unit |\n| mailBags.items.weight.value | Number | n/a | M | Weight value |\n| mailBags.items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| mailBags.items.contentDescription | String | 255 | M | Description of the content |\n| mailBags.items.declaredValue | Number | n/a | M | Declared value of items |\n| mailBags.items.currency | String | 3 | M | ISO 4217 currency code |\n| mailBags.items.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| mailBags.items.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"55efd169-9193-4da0-ac73-0e8e2774a17a","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"5af352d3-004c-4402-a528-34b23add28c4","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CM.I1P.2\n\n**Use Case**:\n\n- Postal authority sends CN data before flight departure for PLACI risk assessment\n    \n- Customs responds digitally to Postal authority after PLACI analysis\n    \n\n**Integration Points**:\n\n- IN-CM.I1P.2-1\n    \n- IN-CM.I1P.2-2\n    \n\n**Description**: ACS enables Customs to receive postal shipment data digitally, ACS enables Postal authority to receive PLACI result (Acknowledgment Only)\n\n**Process Flow**:\n\n- Postal Authority System (I1P) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n- Web Based One Customs System (I1CUS) → Airport Community System → Postal Authority System (I1P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| originPostalAuthority | String | 255 | M | Postal authority (e.g., \"EMIRATES_POST\") |\n| mailBags | Array | n/a | M | Array of mail bag objects |\n| mailBags.bagId | String | 70 | M | Bag ID format (e.g., \"AEDXB001234\") |\n| mailBags.mailClass | String | 35 | M | Mail class (e.g., \"EMS\") |\n| mailBags.items | Array | n/a | M | Array of item objects |\n| mailBags.items.itemId | String | 70 | M | Item ID (e.g., \"EMS123456789AE\") |\n| mailBags.items.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, cnic, ntn, phone, email, accountNumber |\n| mailBags.items.consignor.name | String | 255 | M | Name of the consignor |\n| mailBags.items.consignor.address | String | 255 | M | Address of the consignor |\n| mailBags.items.consignor.city | String | 70 | M | City of the consignor |\n| mailBags.items.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignor.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignor.accountNumber | String | 70 | M | Account number of consignor (e.g., \"ACC12635\") |\n| mailBags.items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| mailBags.items.consignee.name | String | 255 | M | Name of the consignee |\n| mailBags.items.consignee.address | String | 255 | M | Address of the consignee |\n| mailBags.items.consignee.city | String | 70 | M | City of the consignee |\n| mailBags.items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignee.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| mailBags.items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignee.accountNumber | String | 70 | M | Account number of consignee (e.g., \"ACC12345\") |\n| mailBags.items.weight | Object | n/a | M | Must include value and unit |\n| mailBags.items.weight.value | Number | n/a | M | Weight value |\n| mailBags.items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| mailBags.items.contentDescription | String | 255 | M | Description of the content |\n| mailBags.items.declaredValue | Number | n/a | M | Declared value of items |\n| mailBags.items.currency | String | 3 | M | ISO 4217 currency code |\n| mailBags.items.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| mailBags.items.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"41d0df08-f8ae-4a26-b498-f585b96f0f6b","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"0714305a-964f-4845-b605-2dcb401eafb0","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CM.I1P.2\n\n**Use Case**:\n\n- Postal authority sends CN data before flight departure for PLACI risk assessment\n    \n- Customs responds digitally to Postal authority after PLACI analysis\n    \n\n**Integration Points**:\n\n- IN-CM.I1P.2-1\n    \n- IN-CM.I1P.2-2\n    \n\n**Description**: ACS enables Customs to receive postal shipment data digitally, ACS enables Postal authority to receive PLACI result (Acknowledgment Only)\n\n**Process Flow**:\n\n- Postal Authority System (I1P) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n- Web Based One Customs System (I1CUS) → Airport Community System → Postal Authority System (I1P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| originPostalAuthority | String | 255 | M | Postal authority (e.g., \"EMIRATES_POST\") |\n| mailBags | Array | n/a | M | Array of mail bag objects |\n| mailBags.bagId | String | 70 | M | Bag ID format (e.g., \"AEDXB001234\") |\n| mailBags.mailClass | String | 35 | M | Mail class (e.g., \"EMS\") |\n| mailBags.items | Array | n/a | M | Array of item objects |\n| mailBags.items.itemId | String | 70 | M | Item ID (e.g., \"EMS123456789AE\") |\n| mailBags.items.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, cnic, ntn, phone, email, accountNumber |\n| mailBags.items.consignor.name | String | 255 | M | Name of the consignor |\n| mailBags.items.consignor.address | String | 255 | M | Address of the consignor |\n| mailBags.items.consignor.city | String | 70 | M | City of the consignor |\n| mailBags.items.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignor.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignor.accountNumber | String | 70 | M | Account number of consignor (e.g., \"ACC12635\") |\n| mailBags.items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| mailBags.items.consignee.name | String | 255 | M | Name of the consignee |\n| mailBags.items.consignee.address | String | 255 | M | Address of the consignee |\n| mailBags.items.consignee.city | String | 70 | M | City of the consignee |\n| mailBags.items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignee.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| mailBags.items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignee.accountNumber | String | 70 | M | Account number of consignee (e.g., \"ACC12345\") |\n| mailBags.items.weight | Object | n/a | M | Must include value and unit |\n| mailBags.items.weight.value | Number | n/a | M | Weight value |\n| mailBags.items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| mailBags.items.contentDescription | String | 255 | M | Description of the content |\n| mailBags.items.declaredValue | Number | n/a | M | Declared value of items |\n| mailBags.items.currency | String | 3 | M | ISO 4217 currency code |\n| mailBags.items.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| mailBags.items.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"80306be0-620d-4213-8106-cb77dc7cf679","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b8820bf1-65a7-40ff-9bf7-8a610170aa6b","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-06-04T08:28:25.702Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CM.I1P.2\n\n**Use Case**:\n\n- Postal authority sends CN data before flight departure for PLACI risk assessment\n    \n- Customs responds digitally to Postal authority after PLACI analysis\n    \n\n**Integration Points**:\n\n- IN-CM.I1P.2-1\n    \n- IN-CM.I1P.2-2\n    \n\n**Description**: ACS enables Customs to receive postal shipment data digitally, ACS enables Postal authority to receive PLACI result (Acknowledgment Only)\n\n**Process Flow**:\n\n- Postal Authority System (I1P) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n- Web Based One Customs System (I1CUS) → Airport Community System → Postal Authority System (I1P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| originPostalAuthority | String | 255 | M | Postal authority (e.g., \"EMIRATES_POST\") |\n| mailBags | Array | n/a | M | Array of mail bag objects |\n| mailBags.bagId | String | 70 | M | Bag ID format (e.g., \"AEDXB001234\") |\n| mailBags.mailClass | String | 35 | M | Mail class (e.g., \"EMS\") |\n| mailBags.items | Array | n/a | M | Array of item objects |\n| mailBags.items.itemId | String | 70 | M | Item ID (e.g., \"EMS123456789AE\") |\n| mailBags.items.consignor | Object | n/a | M | Must include name, address, city, postalCode, country, cnic, ntn, phone, email, accountNumber |\n| mailBags.items.consignor.name | String | 255 | M | Name of the consignor |\n| mailBags.items.consignor.address | String | 255 | M | Address of the consignor |\n| mailBags.items.consignor.city | String | 70 | M | City of the consignor |\n| mailBags.items.consignor.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignor.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignor.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignor.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignor.accountNumber | String | 70 | M | Account number of consignor (e.g., \"ACC12635\") |\n| mailBags.items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| mailBags.items.consignee.name | String | 255 | M | Name of the consignee |\n| mailBags.items.consignee.address | String | 255 | M | Address of the consignee |\n| mailBags.items.consignee.city | String | 70 | M | City of the consignee |\n| mailBags.items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| mailBags.items.consignee.country | String | 2 | M | ISO 3166 Country code |\n| mailBags.items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| mailBags.items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| mailBags.items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| mailBags.items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| mailBags.items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| mailBags.items.consignee.accountNumber | String | 70 | M | Account number of consignee (e.g., \"ACC12345\") |\n| mailBags.items.weight | Object | n/a | M | Must include value and unit |\n| mailBags.items.weight.value | Number | n/a | M | Weight value |\n| mailBags.items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| mailBags.items.contentDescription | String | 255 | M | Description of the content |\n| mailBags.items.declaredValue | Number | n/a | M | Declared value of items |\n| mailBags.items.currency | String | 3 | M | ISO 4217 currency code |\n| mailBags.items.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| mailBags.items.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"8a39a976-7dc4-47e0-b95f-1d3d0e12f004"}],"id":"c3ca5702-d919-4191-871a-d3054ea3944a","description":"<p>Postal import PLACI covers the CN data sent for postal parcels. Use it to submit the shipment details needed for import screening.</p>\n","_postman_id":"c3ca5702-d919-4191-871a-d3054ea3944a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"d3a5938e-d46b-4d93-953f-b54dd4535c03","description":"<p>Import PLACI submissions covers the pre-loading cargo data sent for incoming shipments. Use it to submit airline and postal PLACI records.</p>\n","_postman_id":"d3a5938e-d46b-4d93-953f-b54dd4535c03","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"ef813e60-77fd-45ca-bc42-193a5d38bb50","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"f31d5b16-ac9d-48b2-acdf-b6503609e4a7","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-06-04T08:28:25.703Z","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":[{"id":"de34ed5f-075c-4732-8960-6af7b6b75b86","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d26adf03-fded-4477-9746-20ce036099ba","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-06-04T08:28:25.703Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement References**:\n\n- CM.I2CUS.4\n    \n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Communicate risk analysis result to Postal Authority\n    \n- Communicate risk analysis result to Airline\n    \n- Airline receives PLACI risk analysis messages digitally from Customs\n    \n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2CUS.4-1\n    \n- IN-CM.I2CUS.4-2\n    \n- IN-CM.I2AL.5-1\n    \n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Customs to digitally send risk analysis results per consignment\n    \n- ACS enables Airline to receive risk analysis and respond digitally\n    \n- ACS enables Customs to digitally send risk analysis results per consignment\n    \n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a25702c5-68a4-488c-be16-50d7b016aad9","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"4aa13b3a-a91d-4936-b3a9-1cee10b9d670","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-06-04T08:28:25.703Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement References**:\n\n- CM.I2CUS.4\n    \n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Communicate risk analysis result to Postal Authority\n    \n- Communicate risk analysis result to Airline\n    \n- Airline receives PLACI risk analysis messages digitally from Customs\n    \n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2CUS.4-1\n    \n- IN-CM.I2CUS.4-2\n    \n- IN-CM.I2AL.5-1\n    \n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Customs to digitally send risk analysis results per consignment\n    \n- ACS enables Airline to receive risk analysis and respond digitally\n    \n- ACS enables Customs to digitally send risk analysis results per consignment\n    \n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"232c6047-4183-45e8-8da8-c118bd57cb17","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bb29946c-5c65-4384-92be-10d82fdcfc6a","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-06-04T08:28:25.703Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement References**:\n\n- CM.I2CUS.4\n    \n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Communicate risk analysis result to Postal Authority\n    \n- Communicate risk analysis result to Airline\n    \n- Airline receives PLACI risk analysis messages digitally from Customs\n    \n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2CUS.4-1\n    \n- IN-CM.I2CUS.4-2\n    \n- IN-CM.I2AL.5-1\n    \n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Customs to digitally send risk analysis results per consignment\n    \n- ACS enables Airline to receive risk analysis and respond digitally\n    \n- ACS enables Customs to digitally send risk analysis results per consignment\n    \n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"efe0d684-8b6c-4ca5-9498-56e71b4cd23f","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b6898c91-40c8-489d-92f5-c83f3e021ea4","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-06-04T08:28:25.703Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement References**:\n\n- CM.I2CUS.4\n    \n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Communicate risk analysis result to Postal Authority\n    \n- Communicate risk analysis result to Airline\n    \n- Airline receives PLACI risk analysis messages digitally from Customs\n    \n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2CUS.4-1\n    \n- IN-CM.I2CUS.4-2\n    \n- IN-CM.I2AL.5-1\n    \n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Customs to digitally send risk analysis results per consignment\n    \n- ACS enables Airline to receive risk analysis and respond digitally\n    \n- ACS enables Customs to digitally send risk analysis results per consignment\n    \n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"9701e450-dedb-497e-acc0-5d68dec8944b","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"e64d9c05-0d8d-4e02-b147-e47ca9a74a6b","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-06-04T08:28:25.703Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement References**:\n\n- CM.I2CUS.4\n    \n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Communicate risk analysis result to Postal Authority\n    \n- Communicate risk analysis result to Airline\n    \n- Airline receives PLACI risk analysis messages digitally from Customs\n    \n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2CUS.4-1\n    \n- IN-CM.I2CUS.4-2\n    \n- IN-CM.I2AL.5-1\n    \n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Customs to digitally send risk analysis results per consignment\n    \n- ACS enables Airline to receive risk analysis and respond digitally\n    \n- ACS enables Customs to digitally send risk analysis results per consignment\n    \n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"f3af9d0d-39d6-4359-bc74-fdcfd2840409","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a3b0ddfa-76db-4226-84d9-3538cf772b74","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-06-04T08:28:25.703Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement References**:\n\n- CM.I2CUS.4\n    \n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Communicate risk analysis result to Postal Authority\n    \n- Communicate risk analysis result to Airline\n    \n- Airline receives PLACI risk analysis messages digitally from Customs\n    \n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2CUS.4-1\n    \n- IN-CM.I2CUS.4-2\n    \n- IN-CM.I2AL.5-1\n    \n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Customs to digitally send risk analysis results per consignment\n    \n- ACS enables Airline to receive risk analysis and respond digitally\n    \n- ACS enables Customs to digitally send risk analysis results per consignment\n    \n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"c02232bb-235d-4d31-a7d7-286e65dc147d","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a1d1695a-0868-4eae-82e0-f3d1d9deade7","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-06-04T08:28:25.703Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement References**:\n\n- CM.I2CUS.4\n    \n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Communicate risk analysis result to Postal Authority\n    \n- Communicate risk analysis result to Airline\n    \n- Airline receives PLACI risk analysis messages digitally from Customs\n    \n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2CUS.4-1\n    \n- IN-CM.I2CUS.4-2\n    \n- IN-CM.I2AL.5-1\n    \n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Customs to digitally send risk analysis results per consignment\n    \n- ACS enables Airline to receive risk analysis and respond digitally\n    \n- ACS enables Customs to digitally send risk analysis results per consignment\n    \n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"ef813e60-77fd-45ca-bc42-193a5d38bb50"}],"id":"0e5cc7da-3c17-4186-812d-90b65fbbee50","description":"<p>Import PLACI risk analysis results capture the outcome of the screening review. Use them to submit the result and record the decision.</p>\n","_postman_id":"0e5cc7da-3c17-4186-812d-90b65fbbee50","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"a67e55ad-0edc-4dab-874d-bcf08df51ee3","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"81d74d66-53d8-4f56-9dec-cc344022ea66","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-06-04T08:28:25.703Z","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":[{"id":"32ae3fc3-ee7b-4227-bfc1-4ab7f238e5f7","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"0c0acb3c-56fe-4125-9ab2-efeb6f33a03a","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-06-04T08:28:25.703Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Requirement References**:\n\n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fce3c266-5e5d-4493-8d2a-47542c31bba8","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"930f64c8-6f09-4548-b76b-934076dfb072","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-06-04T08:28:25.703Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Requirement References**:\n\n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"139a0f4e-0848-4c64-8864-4ffc1fa7c353","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"5c872544-cf8b-4f68-ae70-6ae12b7f5ec9","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-06-04T08:28:25.703Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Requirement References**:\n\n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"1241baff-5c80-4b16-86cf-79a9c948a41d","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"06ee74f7-7e8c-4b7e-a9c2-31b2a338d606","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-06-04T08:28:25.703Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Requirement References**:\n\n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"584d6c25-79ae-4c1e-83b5-b3f895e0bea7","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"18cdc1e6-cdec-4631-9a0b-6c65c3320102","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-06-04T08:28:25.703Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Requirement References**:\n\n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"8a708ffa-da5b-4634-b685-b79325a6dd27","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"3543c582-e55a-46f0-ad61-3be874ed3e03","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-06-04T08:28:25.703Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Requirement References**:\n\n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"997ed40a-1981-49ed-866c-7be60db97cff","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"6505c095-6ab0-4173-aa27-676b6535eb3f","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-06-04T08:28:25.703Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/request-info","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","request-info"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345679"}]},"description":"**Requirement References**:\n\n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"a67e55ad-0edc-4dab-874d-bcf08df51ee3"},{"name":"Submit Screening Results","id":"305045e0-76fe-48dd-92ea-db023d16cf6d","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b3154904-0745-4a5f-98c2-df50be248768","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-06-04T08:28:25.703Z","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":[{"id":"0dbcd5f2-e12f-4e4b-8af5-95a4f10a575d","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bbe5bfb6-57ba-4efd-ac94-8cab36a638b6","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345680"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f8e75a20-0cd0-4fd6-9018-f87351cb69ff","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"656e59b1-5a74-4691-9175-f7a74b996ebf","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345680"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"6027fb12-c06e-4900-bb97-7c229f6df1d3","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"56ce2951-ccea-4a37-975c-377f6f4abac0","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345680"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"3811ad6b-5ca7-4f16-b254-fcf48c32dbfd","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"c1383a2c-33eb-4ba8-9bc7-7ce8326c778f","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345680"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"9b8b4c8f-d098-4895-9370-835de537a709","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"ce210967-d895-4603-898e-6796e3b94693","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345680"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"6a5bb930-4fed-49e5-8c65-80da04811b8a","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b2b6ccb7-f5fa-4f83-b243-9c47294f3973","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345680"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"4bb95b58-cc0d-4afd-a4dc-e392e36ab8fa","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b5e6ca4a-877e-4171-8ff9-607216761414","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/shipments/:awbNumber/screening-results","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","shipments",":awbNumber","screening-results"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"awbNumber","value":"214-12345680"}]},"description":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- CM.I2AL.5\n    \n- CM.I2P.6\n    \n\n**Use Cases**:\n\n- Airline communicates additional information or do not load status to Consignor\n    \n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2AL.5-2\n    \n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Airline to transmit additional info or do not load status digitally to Consignor\n    \n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Web Based One Customs System (I2CUS) → Airport Community System → Airline System (I2AL)\n    \n- Airline System (I2AL) → Airport Community System → Consignor System (I3CGNR)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"305045e0-76fe-48dd-92ea-db023d16cf6d"},{"name":"Process Return to Sender","id":"af702a59-8b0c-4b1e-abbc-9c469ab46e73","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"eb48a348-ee4c-45de-ac69-e6299a7cd2f4","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-06-04T08:28:25.704Z","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":[{"id":"8ef7869f-6989-415c-a27d-77f74df35e5e","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a941b218-42d4-41df-979f-e388949753a5","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"returnReason\": \"do_not_load\",\n  \"customsDecision\": \"Prohibited items\",\n  \"returnToAddress\": \"Original sender address\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"itemId","value":"EMS123456789AE"}]},"description":"**Requirement References**: CM.I2P.6\n\n**Use Cases**:\n\n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Action**: POST\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| returnReason | String | 35 | M | Must be one of: \"do_not_load\", \"additional_information\", etc. |\n| customsDecision | String | 50 | M | Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\") |\n| returnToAddress | String | 255 | M | Address information, free text (e.g., \"Original sender address\") |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c7e57045-611d-46ac-b434-57a9ffe395b8","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"328de488-bdec-496e-9296-7942660cd20c","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"returnReason\": \"do_not_load\",\n  \"customsDecision\": \"Prohibited items\",\n  \"returnToAddress\": \"Original sender address\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"itemId","value":"EMS123456789AE"}]},"description":"**Requirement References**: CM.I2P.6\n\n**Use Cases**:\n\n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Action**: POST\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| returnReason | String | 35 | M | Must be one of: \"do_not_load\", \"additional_information\", etc. |\n| customsDecision | String | 50 | M | Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\") |\n| returnToAddress | String | 255 | M | Address information, free text (e.g., \"Original sender address\") |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"4f180574-b542-400b-bbfe-3feec928ef75","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"8ac862de-c60c-457d-8643-1151b2c905d4","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"returnReason\": \"do_not_load\",\n  \"customsDecision\": \"Prohibited items\",\n  \"returnToAddress\": \"Original sender address\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"itemId","value":"EMS123456789AE"}]},"description":"**Requirement References**: CM.I2P.6\n\n**Use Cases**:\n\n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Action**: POST\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| returnReason | String | 35 | M | Must be one of: \"do_not_load\", \"additional_information\", etc. |\n| customsDecision | String | 50 | M | Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\") |\n| returnToAddress | String | 255 | M | Address information, free text (e.g., \"Original sender address\") |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"129b3450-beac-4678-82f8-ad2f0bbf3c28","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b8aed42f-e03e-4838-8ebd-3e6c8861bcd4","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"returnReason\": \"do_not_load\",\n  \"customsDecision\": \"Prohibited items\",\n  \"returnToAddress\": \"Original sender address\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"itemId","value":"EMS123456789AE"}]},"description":"**Requirement References**: CM.I2P.6\n\n**Use Cases**:\n\n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Action**: POST\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| returnReason | String | 35 | M | Must be one of: \"do_not_load\", \"additional_information\", etc. |\n| customsDecision | String | 50 | M | Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\") |\n| returnToAddress | String | 255 | M | Address information, free text (e.g., \"Original sender address\") |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"ab200383-3881-4b39-a1b9-7f52b42afcbf","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"7434b6f7-6c60-4a2d-9af0-349f6b2ea488","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"returnReason\": \"do_not_load\",\n  \"customsDecision\": \"Prohibited items\",\n  \"returnToAddress\": \"Original sender address\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"itemId","value":"EMS123456789AE"}]},"description":"**Requirement References**: CM.I2P.6\n\n**Use Cases**:\n\n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Action**: POST\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| returnReason | String | 35 | M | Must be one of: \"do_not_load\", \"additional_information\", etc. |\n| customsDecision | String | 50 | M | Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\") |\n| returnToAddress | String | 255 | M | Address information, free text (e.g., \"Original sender address\") |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"9af0510d-e5ab-48f3-b506-bd612c2edbed","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"45e02370-abce-4700-a35d-1229abe9482b","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"returnReason\": \"do_not_load\",\n  \"customsDecision\": \"Prohibited items\",\n  \"returnToAddress\": \"Original sender address\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"itemId","value":"EMS123456789AE"}]},"description":"**Requirement References**: CM.I2P.6\n\n**Use Cases**:\n\n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Action**: POST\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| returnReason | String | 35 | M | Must be one of: \"do_not_load\", \"additional_information\", etc. |\n| customsDecision | String | 50 | M | Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\") |\n| returnToAddress | String | 255 | M | Address information, free text (e.g., \"Original sender address\") |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"39be25fd-ce91-4062-bc88-f9c009fa726c","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"c8c730de-16ce-4f63-b4ef-03b8c510adfa","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"returnReason\": \"do_not_load\",\n  \"customsDecision\": \"Prohibited items\",\n  \"returnToAddress\": \"Original sender address\"\n}"},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/postal-items/:itemId/return-to-sender","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","postal-items",":itemId","return-to-sender"],"variable":[{"key":"placiId","value":"placi-2025112101"},{"key":"itemId","value":"EMS123456789AE"}]},"description":"**Requirement References**: CM.I2P.6\n\n**Use Cases**:\n\n- Postal Authority receives PLACI risk analysis messages digitally from Customs\n    \n- Postal Authority transmits additional information or do not load status to Consignor\n    \n\n**Integration Points**:\n\n- IN-CM.I2P.6-1\n    \n- IN-CM.I2P.6-2\n    \n\n**Descriptions**:\n\n- ACS enables Postal Authority to receive risk analysis results digitally\n    \n- ACS enables Postal Authority to communicate status digitally to Consignor\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (I2CUS) → Airport Community System → Postal Authority System (I2P)\n    \n- Postal Authority System (I2P) → Airport Community System → Consignor System (I3CGNR)\n    \n\n**Action**: POST\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| returnReason | String | 35 | M | Must be one of: \"do_not_load\", \"additional_information\", etc. |\n| customsDecision | String | 50 | M | Alphanumeric characters, explanation of the customs decision (e.g., \"Prohibited items\") |\n| returnToAddress | String | 255 | M | Address information, free text (e.g., \"Original sender address\") |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"af702a59-8b0c-4b1e-abbc-9c469ab46e73"}],"id":"9c2a25b6-b2e2-4f5c-b3e7-18f0b3967bc2","description":"<p>Import PLACI risk response covers the follow-up actions after a screening review. Use it to request more information, submit screening updates, or process return-to-sender cases.</p>\n","_postman_id":"9c2a25b6-b2e2-4f5c-b3e7-18f0b3967bc2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"33ca8973-c78f-485f-9ce2-4f068ea40f13","description":"<p>Import PLACI risk analysis covers the review and follow-up work after PLACI is received. Use it to track risk findings and the next action.</p>\n","_postman_id":"33ca8973-c78f-485f-9ce2-4f068ea40f13","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"b1d0352e-6865-431c-80c2-092e5d1cfe21","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"7b3ded5a-1445-4160-8851-146318b05705","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-06-04T08:28:25.704Z","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":[{"id":"c4af6616-2006-48a6-a224-7e3ac66d8d9a","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"463d690f-3167-4c12-af2f-cb58cbbbf1a4","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.psw.gov.pk/api/v1/import/flight-manifests","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**: CM.I4AL.7\n\n**Use Case**: Airline sends Flight Manifest, MAWB and HAWB data at flight departure from Destination to multiple recipients\n\n**Integration Points**: IN-CM.I4AL.7-1\n\n**Description:** ACS enables Airline to digitally send Flight Manifest, MAWB and HAWB data to GHA, ACA, Consignor, Postal Authority, PSW, and PAA\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n    \n- Airline System (I4AL) → Airport Community System → Air Cargo Agent System (I5ACA)\n    \n- Airline System (I4AL) → Airport Community System → Consignor System (I5CGNR)\n    \n- Airline System (I4AL) → Airport Community System → Postal Authority System (I4P)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n\n**Priority:** P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2039344b-8fed-4f41-aee7-2d6b7d1a7346","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"10b8408f-6536-4b01-b10a-e992cdadadf2","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.psw.gov.pk/api/v1/import/flight-manifests","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**: CM.I4AL.7\n\n**Use Case**: Airline sends Flight Manifest, MAWB and HAWB data at flight departure from Destination to multiple recipients\n\n**Integration Points**: IN-CM.I4AL.7-1\n\n**Description:** ACS enables Airline to digitally send Flight Manifest, MAWB and HAWB data to GHA, ACA, Consignor, Postal Authority, PSW, and PAA\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n    \n- Airline System (I4AL) → Airport Community System → Air Cargo Agent System (I5ACA)\n    \n- Airline System (I4AL) → Airport Community System → Consignor System (I5CGNR)\n    \n- Airline System (I4AL) → Airport Community System → Postal Authority System (I4P)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n\n**Priority:** P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"f9ecfc4c-80bc-42e6-ab09-b70de34468ae","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"6d25b792-5574-4b92-8464-7784a90afd55","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.psw.gov.pk/api/v1/import/flight-manifests","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**: CM.I4AL.7\n\n**Use Case**: Airline sends Flight Manifest, MAWB and HAWB data at flight departure from Destination to multiple recipients\n\n**Integration Points**: IN-CM.I4AL.7-1\n\n**Description:** ACS enables Airline to digitally send Flight Manifest, MAWB and HAWB data to GHA, ACA, Consignor, Postal Authority, PSW, and PAA\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n    \n- Airline System (I4AL) → Airport Community System → Air Cargo Agent System (I5ACA)\n    \n- Airline System (I4AL) → Airport Community System → Consignor System (I5CGNR)\n    \n- Airline System (I4AL) → Airport Community System → Postal Authority System (I4P)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n\n**Priority:** P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"4543c923-6f20-4000-9f7c-22a6ed477b07","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a6d4b9bc-d023-4ce2-85b7-179e966831ea","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.psw.gov.pk/api/v1/import/flight-manifests","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**: CM.I4AL.7\n\n**Use Case**: Airline sends Flight Manifest, MAWB and HAWB data at flight departure from Destination to multiple recipients\n\n**Integration Points**: IN-CM.I4AL.7-1\n\n**Description:** ACS enables Airline to digitally send Flight Manifest, MAWB and HAWB data to GHA, ACA, Consignor, Postal Authority, PSW, and PAA\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n    \n- Airline System (I4AL) → Airport Community System → Air Cargo Agent System (I5ACA)\n    \n- Airline System (I4AL) → Airport Community System → Consignor System (I5CGNR)\n    \n- Airline System (I4AL) → Airport Community System → Postal Authority System (I4P)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n\n**Priority:** P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"4149582a-9076-4426-917d-8b59d114ee3e","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"54b24d84-14b6-42d3-a91a-909cf840b2de","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-06-04T08:28:25.704Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.psw.gov.pk/api/v1/import/flight-manifests","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**: CM.I4AL.7\n\n**Use Case**: Airline sends Flight Manifest, MAWB and HAWB data at flight departure from Destination to multiple recipients\n\n**Integration Points**: IN-CM.I4AL.7-1\n\n**Description:** ACS enables Airline to digitally send Flight Manifest, MAWB and HAWB data to GHA, ACA, Consignor, Postal Authority, PSW, and PAA\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n    \n- Airline System (I4AL) → Airport Community System → Air Cargo Agent System (I5ACA)\n    \n- Airline System (I4AL) → Airport Community System → Consignor System (I5CGNR)\n    \n- Airline System (I4AL) → Airport Community System → Postal Authority System (I4P)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n\n**Priority:** P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"b1d0352e-6865-431c-80c2-092e5d1cfe21"}],"id":"e18b7e08-b06e-4e72-92ea-7c3813aa1a65","description":"<p>Flight manifest, HAWB, and MAWB distribution covers the combined shipment data sent after arrival. Use it to distribute the manifest together with the airway bill details.</p>\n","_postman_id":"e18b7e08-b06e-4e72-92ea-7c3813aa1a65","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"bf962b2a-ba95-401a-b020-4f36fa10162b","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"1d818b3f-f2d4-47ca-9dfe-7458e9690496","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-06-04T08:28:25.705Z","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":[{"id":"1db4270b-b684-44b5-bdbb-dc22831664e6","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"0c93ee54-0459-472c-9379-1334c0b3c384","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- CM.I5PSW.8\n    \n- CM.I5PSW.9\n    \n\n**Use Cases**:\n\n- PSW receives Flight Manifest (FFM) message for statistical purposes\n    \n- PAA receives Flight Manifest (FFM) message for statistical purposes\n    \n\n**Integration Points:**\n\n- IN-CM.I5PSW.8-1\n    \n- IN-CM.I5PAA.9-1\n    \n\n**Description**: ACS enables PSW to receive Flight Manifest digitally, ACS enables PAA to receive Flight Manifest digitally\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8847ff9d-f3ec-466d-a3f4-9c48337f8614","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"82612e33-c3e6-412e-85ee-901d7fdd02f0","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- CM.I5PSW.8\n    \n- CM.I5PSW.9\n    \n\n**Use Cases**:\n\n- PSW receives Flight Manifest (FFM) message for statistical purposes\n    \n- PAA receives Flight Manifest (FFM) message for statistical purposes\n    \n\n**Integration Points:**\n\n- IN-CM.I5PSW.8-1\n    \n- IN-CM.I5PAA.9-1\n    \n\n**Description**: ACS enables PSW to receive Flight Manifest digitally, ACS enables PAA to receive Flight Manifest digitally\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"4362d63a-69c1-496d-86ae-74173108bd56","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"fec9d758-0c9a-477e-b58d-a49dc198c6b9","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- CM.I5PSW.8\n    \n- CM.I5PSW.9\n    \n\n**Use Cases**:\n\n- PSW receives Flight Manifest (FFM) message for statistical purposes\n    \n- PAA receives Flight Manifest (FFM) message for statistical purposes\n    \n\n**Integration Points:**\n\n- IN-CM.I5PSW.8-1\n    \n- IN-CM.I5PAA.9-1\n    \n\n**Description**: ACS enables PSW to receive Flight Manifest digitally, ACS enables PAA to receive Flight Manifest digitally\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"1b91e78c-62b3-4fd6-b611-b3a4e944733c","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"2e9b38ea-c1dd-4ce3-8873-46caeaa514d7","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- CM.I5PSW.8\n    \n- CM.I5PSW.9\n    \n\n**Use Cases**:\n\n- PSW receives Flight Manifest (FFM) message for statistical purposes\n    \n- PAA receives Flight Manifest (FFM) message for statistical purposes\n    \n\n**Integration Points:**\n\n- IN-CM.I5PSW.8-1\n    \n- IN-CM.I5PAA.9-1\n    \n\n**Description**: ACS enables PSW to receive Flight Manifest digitally, ACS enables PAA to receive Flight Manifest digitally\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"2746a3ec-1053-470b-860a-8465ce1cc87d","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a0f6b204-687e-4750-889e-408f13cb4887","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- CM.I5PSW.8\n    \n- CM.I5PSW.9\n    \n\n**Use Cases**:\n\n- PSW receives Flight Manifest (FFM) message for statistical purposes\n    \n- PAA receives Flight Manifest (FFM) message for statistical purposes\n    \n\n**Integration Points:**\n\n- IN-CM.I5PSW.8-1\n    \n- IN-CM.I5PAA.9-1\n    \n\n**Description**: ACS enables PSW to receive Flight Manifest digitally, ACS enables PAA to receive Flight Manifest digitally\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"a79a55fe-8a8f-4170-b456-6c1846de2cf5","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"0e045221-197d-4cd8-8da5-4b63a0fc53e2","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- CM.I5PSW.8\n    \n- CM.I5PSW.9\n    \n\n**Use Cases**:\n\n- PSW receives Flight Manifest (FFM) message for statistical purposes\n    \n- PAA receives Flight Manifest (FFM) message for statistical purposes\n    \n\n**Integration Points:**\n\n- IN-CM.I5PSW.8-1\n    \n- IN-CM.I5PAA.9-1\n    \n\n**Description**: ACS enables PSW to receive Flight Manifest digitally, ACS enables PAA to receive Flight Manifest digitally\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n\n**Priority**: P1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"87366755-c535-4024-a7dc-9021b5da4195","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"4290f5d8-660a-4a25-9ead-2212ba425c53","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- CM.I5PSW.8\n    \n- CM.I5PSW.9\n    \n\n**Use Cases**:\n\n- PSW receives Flight Manifest (FFM) message for statistical purposes\n    \n- PAA receives Flight Manifest (FFM) message for statistical purposes\n    \n\n**Integration Points:**\n\n- IN-CM.I5PSW.8-1\n    \n- IN-CM.I5PAA.9-1\n    \n\n**Description**: ACS enables PSW to receive Flight Manifest digitally, ACS enables PAA to receive Flight Manifest digitally\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n\n**Priority**: P1"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"bf962b2a-ba95-401a-b020-4f36fa10162b"}],"id":"b4ea13a7-6a2a-4980-90d4-e7919faf4143","description":"<p>Flight manifest distribution covers the handoff of arrival manifest data to the receiving parties. Use it to push the manifest after import processing.</p>\n","_postman_id":"b4ea13a7-6a2a-4980-90d4-e7919faf4143","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"8429fe9e-13b7-4a54-97ae-3648f647da32","description":"<p>Import flight manifest and airway bill distribution covers the arrival data shared during import handling. Use it to push manifest and shipment details to the parties that need them.</p>\n","_postman_id":"8429fe9e-13b7-4a54-97ae-3648f647da32","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"f28ff18b-d955-4828-930f-6f7612c06b26","description":"<p>Import Operations covers the compliance steps for incoming shipments. Use it to submit PLACI data, review risk results, and distribute manifest details.</p>\n","_postman_id":"f28ff18b-d955-4828-930f-6f7612c06b26","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"31ed858c-b0ae-4519-ab8e-6a0e3c1d297a","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"e33e9b01-52e3-4f00-8c83-b95bd949542f","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-06-04T08:28:25.705Z","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":[{"id":"6af428b9-dfe1-493e-84a0-56cfe40922b5","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a433ad40-b602-4821-88f0-c8e4700a9e13","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [e-CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference:** CS.E28EPO.1\n\n**Use Case:** EPO receives E-CSD (Consignment Security Declaration) digitally\n\n**Integration Points**: IN-CS.E28EPO.1-1\n\n**Description:** ACS enables EPO to receive E-CSD data digitally\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"482ca094-fa05-47c4-a109-0ea5db3076b7","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"cf3da7b4-32d5-43a0-bf09-11f8126bc88f","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [e-CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference:** CS.E28EPO.1\n\n**Use Case:** EPO receives E-CSD (Consignment Security Declaration) digitally\n\n**Integration Points**: IN-CS.E28EPO.1-1\n\n**Description:** ACS enables EPO to receive E-CSD data digitally\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"db205755-7b28-435d-9982-78bf5fcd299c","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"e8755933-1615-4cea-996d-ca7d1dcefa79","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [e-CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference:** CS.E28EPO.1\n\n**Use Case:** EPO receives E-CSD (Consignment Security Declaration) digitally\n\n**Integration Points**: IN-CS.E28EPO.1-1\n\n**Description:** ACS enables EPO to receive E-CSD data digitally\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"4d13c273-1387-4071-a8df-95c53531c6fe","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"9c592652-f176-4e18-97de-d6075b7efc25","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [e-CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference:** CS.E28EPO.1\n\n**Use Case:** EPO receives E-CSD (Consignment Security Declaration) digitally\n\n**Integration Points**: IN-CS.E28EPO.1-1\n\n**Description:** ACS enables EPO to receive E-CSD data digitally\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"6762cd18-2091-4b85-a884-8be3f3f5deae","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"8d1163b4-8c20-4f03-8fe2-965b70e55261","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [e-CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference:** CS.E28EPO.1\n\n**Use Case:** EPO receives E-CSD (Consignment Security Declaration) digitally\n\n**Integration Points**: IN-CS.E28EPO.1-1\n\n**Description:** ACS enables EPO to receive E-CSD data digitally\n\n**Process Flows**:\n\n- GHA System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"31ed858c-b0ae-4519-ab8e-6a0e3c1d297a"}],"id":"8b4053f0-add3-459b-b508-32a7feea060f","description":"<p>Export E-CSD management covers the consignment security declaration for EPO shipments. Use it to submit the declaration and keep the export security record current.</p>\n","_postman_id":"8b4053f0-add3-459b-b508-32a7feea060f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"3b3b880e-be45-43d2-9ba6-4bd8308adffe","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"091bcfa3-2d84-4ba7-bb68-22f136e8e269","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-06-04T08:28:25.705Z","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":[{"id":"923a4ead-43b1-4a8a-97b6-645f1402f887","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"90b890da-85a4-4a24-9078-69aa3b783125","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**:\n\n- CS.I1EPO.1\n    \n- CS.I1CUS.2\n    \n\n**Use Case**:\n\n- EPO sends PLACI data digitally 4 hours before flight departure\n    \n- Customs starts risk analysis (PLACI) upon receiving data from EPO\n    \n\n**Integration Points**:\n\n- IN-CS.I1EPO.1-1\n    \n- IN-CS.I1CUS.2-1\n    \n\n**Description**: ACS enables Customs to receive PLACI data digitally and initiate risk analysis\n\n**Process Flow**: Express Parcel Operator System (I1EPO) → Airport Community System → Web Based One Customs System (I1CUS)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1e5c5813-dcd5-48b4-baec-e5d2a0f79991","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"570a9ad4-0bf7-4525-9c24-ef34afdeee25","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**:\n\n- CS.I1EPO.1\n    \n- CS.I1CUS.2\n    \n\n**Use Case**:\n\n- EPO sends PLACI data digitally 4 hours before flight departure\n    \n- Customs starts risk analysis (PLACI) upon receiving data from EPO\n    \n\n**Integration Points**:\n\n- IN-CS.I1EPO.1-1\n    \n- IN-CS.I1CUS.2-1\n    \n\n**Description**: ACS enables Customs to receive PLACI data digitally and initiate risk analysis\n\n**Process Flow**: Express Parcel Operator System (I1EPO) → Airport Community System → Web Based One Customs System (I1CUS)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"8abfba45-1665-411e-a41c-d9ba145605e4","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"93e9ce62-d76f-42f5-a1f0-8179d332906e","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**:\n\n- CS.I1EPO.1\n    \n- CS.I1CUS.2\n    \n\n**Use Case**:\n\n- EPO sends PLACI data digitally 4 hours before flight departure\n    \n- Customs starts risk analysis (PLACI) upon receiving data from EPO\n    \n\n**Integration Points**:\n\n- IN-CS.I1EPO.1-1\n    \n- IN-CS.I1CUS.2-1\n    \n\n**Description**: ACS enables Customs to receive PLACI data digitally and initiate risk analysis\n\n**Process Flow**: Express Parcel Operator System (I1EPO) → Airport Community System → Web Based One Customs System (I1CUS)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"d5562994-0621-43f9-9c9e-87c6072150d9","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"80fa5d68-2523-4827-b2e1-430a8173bd51","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**:\n\n- CS.I1EPO.1\n    \n- CS.I1CUS.2\n    \n\n**Use Case**:\n\n- EPO sends PLACI data digitally 4 hours before flight departure\n    \n- Customs starts risk analysis (PLACI) upon receiving data from EPO\n    \n\n**Integration Points**:\n\n- IN-CS.I1EPO.1-1\n    \n- IN-CS.I1CUS.2-1\n    \n\n**Description**: ACS enables Customs to receive PLACI data digitally and initiate risk analysis\n\n**Process Flow**: Express Parcel Operator System (I1EPO) → Airport Community System → Web Based One Customs System (I1CUS)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d2fe6341-2a0a-4fea-97e6-4a4dacb88c6e","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"2c3e3a60-339f-4f57-b561-97c1062379e5","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-06-04T08:28:25.705Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**:\n\n- CS.I1EPO.1\n    \n- CS.I1CUS.2\n    \n\n**Use Case**:\n\n- EPO sends PLACI data digitally 4 hours before flight departure\n    \n- Customs starts risk analysis (PLACI) upon receiving data from EPO\n    \n\n**Integration Points**:\n\n- IN-CS.I1EPO.1-1\n    \n- IN-CS.I1CUS.2-1\n    \n\n**Description**: ACS enables Customs to receive PLACI data digitally and initiate risk analysis\n\n**Process Flow**: Express Parcel Operator System (I1EPO) → Airport Community System → Web Based One Customs System (I1CUS)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| placiSubmissionId | String | 15 | M | Must be an internal PLACI Submission ID |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| arrivalAirport | String |  | M | IATA aiIATA location identifier or UNECE REC.16.rport code (e.g., \"KHI\") |\n| scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| submissionType | String | 35 | M | Must be one of \\[\"airline\", \"epo\"\\] |\n| senderId | String | 70 | M | Unique sender identifier |\n| shipments | Array | n/a | M | Array must contain ≥1 shipment object |\n| shipments.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipments.hawbNumber | Array | n/a | O | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipments.consignorInformation | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignorInformation.name | String | 255 | M | Name of the consignor |\n| shipments.consignorInformation.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignorInformation.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignorInformation.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignorInformation.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignorInformation.address | String | 255 | M | Street address of consignor |\n| shipments.consignorInformation.city | String | 70 | M | City of consignor |\n| shipments.consignorInformation.postalCode | String | 35 | M | Postal code of consignor |\n| shipments.consignorInformation.country | String | 2 | M | ISO 3166 country code |\n| shipments.consignee | Object | n/a | M | Must include name, cnic, ntn, email, phone, address, city, postalCode, country |\n| shipments.consignee.name | String | 255 | M | Name of the consignee |\n| shipments.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| shipments.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| shipments.consignee.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| shipments.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| shipments.consignee.address | String | 255 | M | Street address of consignee |\n| shipments.consignee.city | String | 70 | M | City of consignee |\n| shipments.consignee.postalCode | String | 35 | M | Postal code of consignee |\n| shipments.consignee.country | String | 2 | M | ISO 3166 country code |\n| shipments.numberOfPackages | Integer | n/a | M | Must be positive integer |\n| shipments.weight | Object | n/a | M | Must include value and unit |\n| shipments.weight.value | Integer | n/a | M | Must be positive number |\n| shipments.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| shipments.cargoDescription | String | 255 | M | Description of the cargo |\n| shipments.dataFilerId | String | 70 | M | Data filer identifier (e.g., \"ACA-001234\") |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"3b3b880e-be45-43d2-9ba6-4bd8308adffe"}],"id":"10ad392a-b9e3-4bb0-b16a-9b807f8a409e","description":"<p>Import PLACI submission covers the pre-loading shipment data sent for EPO imports. Use it to submit the information needed for screening.</p>\n","_postman_id":"10ad392a-b9e3-4bb0-b16a-9b807f8a409e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"e8751a77-7a81-4cc4-8a96-57dcc040d1e6","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"3c03e6e9-bb45-4604-8926-e30ff8ada2da","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-06-04T08:28:25.706Z","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":[{"id":"4d4fc641-7fa5-471b-b6ef-88faf8b82f5b","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"4a656163-6594-4199-94cd-067f920fe8d7","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-06-04T08:28:25.706Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement References**: CS.I2CUS.3\n\n**Use Cases**: Customs communicates PLACI risk analysis results to EPO\n\n**Integration Points**: IN-CS.I2CUS.3-1\n\n**Description**: ACS enables Customs to digitally send risk analysis results and receive additional info / screening\n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b3de834a-ae8a-4fdb-bc55-70ec19d27a5d","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"ce6a9214-3f29-4e04-9348-af90d068adfe","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-06-04T08:28:25.706Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement References**: CS.I2CUS.3\n\n**Use Cases**: Customs communicates PLACI risk analysis results to EPO\n\n**Integration Points**: IN-CS.I2CUS.3-1\n\n**Description**: ACS enables Customs to digitally send risk analysis results and receive additional info / screening\n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"8d84bbc2-bd5a-41ae-ac2a-96ec6dbc9f64","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"caaf2085-fc29-4b5e-8049-10be8c2f126a","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-06-04T08:28:25.706Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement References**: CS.I2CUS.3\n\n**Use Cases**: Customs communicates PLACI risk analysis results to EPO\n\n**Integration Points**: IN-CS.I2CUS.3-1\n\n**Description**: ACS enables Customs to digitally send risk analysis results and receive additional info / screening\n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"0aac5a49-934d-4665-b552-7d7330176184","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"f0b0d94c-0c03-4be5-8c47-f36bb59b5ed0","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-06-04T08:28:25.706Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement References**: CS.I2CUS.3\n\n**Use Cases**: Customs communicates PLACI risk analysis results to EPO\n\n**Integration Points**: IN-CS.I2CUS.3-1\n\n**Description**: ACS enables Customs to digitally send risk analysis results and receive additional info / screening\n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"b9f6ce77-448e-461f-a325-365de514c9bb","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"04cb9b1f-a881-4bce-af1b-afd6eda2975b","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-06-04T08:28:25.706Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement References**: CS.I2CUS.3\n\n**Use Cases**: Customs communicates PLACI risk analysis results to EPO\n\n**Integration Points**: IN-CS.I2CUS.3-1\n\n**Description**: ACS enables Customs to digitally send risk analysis results and receive additional info / screening\n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"93307246-12c3-4796-8db8-8aa2647ca504","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"9d7de96f-6204-493a-b4b9-ab36f5dda952","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-06-04T08:28:25.706Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement References**: CS.I2CUS.3\n\n**Use Cases**: Customs communicates PLACI risk analysis results to EPO\n\n**Integration Points**: IN-CS.I2CUS.3-1\n\n**Description**: ACS enables Customs to digitally send risk analysis results and receive additional info / screening\n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"0431e206-d47e-4d46-a4ae-172b6d6fbf24","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a8040983-3d70-4b8a-83e1-6366c34de159","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-06-04T08:28:25.706Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/preflight/placi/:placiId/risk-result","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","preflight","placi",":placiId","risk-result"],"variable":[{"key":"placiId","value":"placi-2025112101"}]},"description":"**Requirement References**: CS.I2CUS.3\n\n**Use Cases**: Customs communicates PLACI risk analysis results to EPO\n\n**Integration Points**: IN-CS.I2CUS.3-1\n\n**Description**: ACS enables Customs to digitally send risk analysis results and receive additional info / screening\n\n**Decision Types**:\n\n- **load**: Cleared for loading\n    \n- **additional_information**: Requires more info from consignor\n    \n- **additional_screening**: Requires physical/x-ray screening\n    \n- **do_not_load**: Prohibited from loading\n    \n\n**Process Flows**: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| shipmentResults | Array | n/a | M | Array of shipment result objects |\n| shipmentResults.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| shipmentResults.decision | String | 50 | M | Must be one of \\[\"load\", \"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| shipmentResults.riskScore | Integer | n/a | M | Must be an integer value between 0 and 100 |\n| shipmentResults.remarks | String | 255 | O | Additional remarks |\n| shipmentResults.informationRequired | Array | n/a | C | Array of information required (only for \"additional_information\" decision) |\n| shipmentResults.responseDeadline | DateTime | n/a | C | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| shipmentResults.screeningRequired | Array | n/a | C | Array of screening methods required (only for \"additional_screening\") |\n| shipmentResults.reason | String | 255 | C | Reason for decision (only for \"do_not_load\") |\n| analysisCompletedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"e8751a77-7a81-4cc4-8a96-57dcc040d1e6"}],"id":"c7654874-0414-4749-8a97-ac5b5773c145","description":"<p>Import PLACI risk analysis results capture the outcome of the screening review. Use them to submit the result and record the decision.</p>\n","_postman_id":"c7654874-0414-4749-8a97-ac5b5773c145","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"a03bb822-2180-4a59-81e5-d81a86468672","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"f7fa2ec4-9513-432a-a7c5-2194969ffc81","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-06-04T08:28:25.706Z","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":[{"id":"a9fc06d7-f564-433b-9f72-680b322f985c","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bc599ba9-df82-4c39-a3e8-756f8fc9c95a","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-06-04T08:28:25.706Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**: CS.I2EPO.4\n\n**Use Cases**: EPO receives PLACI replies and responds with additional info or screening results\n\n**Integration Points**: IN-CS.I2EPO.4-1\n\n**Description**: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally\n\n**Process Flow**: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e531251d-a5b8-4c52-a2d3-50989dca692c","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"52674c8e-c54b-46ea-87e2-7523189a7886","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-06-04T08:28:25.706Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**: CS.I2EPO.4\n\n**Use Cases**: EPO receives PLACI replies and responds with additional info or screening results\n\n**Integration Points**: IN-CS.I2EPO.4-1\n\n**Description**: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally\n\n**Process Flow**: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"23ae9cf5-7af5-46c5-a39c-bb158d5ba208","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"1306e885-081e-476b-8a48-a294fb7ea504","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-06-04T08:28:25.706Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**: CS.I2EPO.4\n\n**Use Cases**: EPO receives PLACI replies and responds with additional info or screening results\n\n**Integration Points**: IN-CS.I2EPO.4-1\n\n**Description**: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally\n\n**Process Flow**: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"627a3424-f553-43f9-8b1e-5c537c8c41f3","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a0f75b36-eddc-4823-8416-ea76e7a0ae51","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-06-04T08:28:25.706Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**: CS.I2EPO.4\n\n**Use Cases**: EPO receives PLACI replies and responds with additional info or screening results\n\n**Integration Points**: IN-CS.I2EPO.4-1\n\n**Description**: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally\n\n**Process Flow**: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"a7239579-d3c1-417d-b72f-b0c009f1b23a","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"969e6336-3fed-4bd3-8dad-bc7469368023","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-06-04T08:28:25.706Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**: CS.I2EPO.4\n\n**Use Cases**: EPO receives PLACI replies and responds with additional info or screening results\n\n**Integration Points**: IN-CS.I2EPO.4-1\n\n**Description**: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally\n\n**Process Flow**: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"a29e4d5e-7db6-4e75-8dee-5e5b5dcbf83e","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"5a6069bb-3734-4690-8e6f-ad3479753a67","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-06-04T08:28:25.707Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**: CS.I2EPO.4\n\n**Use Cases**: EPO receives PLACI replies and responds with additional info or screening results\n\n**Integration Points**: IN-CS.I2EPO.4-1\n\n**Description**: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally\n\n**Process Flow**: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"f1599654-e993-4a56-a7fb-ad727ffdfc87","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a1c33541-cc8d-407d-b79e-e6fdd5a60eeb","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-06-04T08:28:25.707Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**: CS.I2EPO.4\n\n**Use Cases**: EPO receives PLACI replies and responds with additional info or screening results\n\n**Integration Points**: IN-CS.I2EPO.4-1\n\n**Description**: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally\n\n**Process Flow**: Web Based One Customs System (I2CUS) → Airport Community System → Express Parcel Operator System (I2EPO)\n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| requestType | String | 70 | M | Must be one of \\[\"additional_information\", \"additional_screening\", \"do_not_load\"\\] |\n| informationRequired | Array | n/a | M | Array of strings (information required, e.g., \"Detailed cargo description\") |\n| consignor | Object | n/a | M | Must include ntn, cnic, accountNumber |\n| consignor.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | M | Account number (e.g., \"ACC12345\") |\n| urgency | String | 20 | M | Must be one of \\[\"high\", \"medium\", \"low\"\\] |\n| responseDeadline | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"a03bb822-2180-4a59-81e5-d81a86468672"},{"name":"Submit Screening Results","id":"64a35cb7-d252-45cf-9e10-93d88c11a8a7","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"5dc84caa-1ac7-4e3a-b30c-39032c67ec28","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-06-04T08:28:25.707Z","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":[{"id":"9a02eeb9-3f40-427d-bff7-d76ac3c69c0e","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"8df4728f-ba3b-4ef5-99e8-b6974d5b5f91","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-06-04T08:28:25.707Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**: CS.I2EPO.4\n\n**Use Cases**: EPO receives PLACI replies and responds with additional info or screening results\n\n**Integration Points**: IN-CS.I2EPO.4-1\n\n**Description**: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally\n\n**Process Flows**: Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"63db6cba-9586-4b88-8985-3bf104d58b81","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"baa32855-40c6-4555-95d3-8cd9aad81216","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-06-04T08:28:25.707Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**: CS.I2EPO.4\n\n**Use Cases**: EPO receives PLACI replies and responds with additional info or screening results\n\n**Integration Points**: IN-CS.I2EPO.4-1\n\n**Description**: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally\n\n**Process Flows**: Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"cfcb7723-dce1-4328-9300-d65875e632e1","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"f032445e-ef90-4cd3-8fe5-5ff2ff34a2e1","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-06-04T08:28:25.707Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**: CS.I2EPO.4\n\n**Use Cases**: EPO receives PLACI replies and responds with additional info or screening results\n\n**Integration Points**: IN-CS.I2EPO.4-1\n\n**Description**: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally\n\n**Process Flows**: Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"617f80c8-13dd-46c2-91f2-3f258bc8393a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d9f392c1-4dc6-4521-afc9-2a427fe32788","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-06-04T08:28:25.707Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**: CS.I2EPO.4\n\n**Use Cases**: EPO receives PLACI replies and responds with additional info or screening results\n\n**Integration Points**: IN-CS.I2EPO.4-1\n\n**Description**: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally\n\n**Process Flows**: Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"e8917898-2380-4238-828e-dc831d7983a5","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"ae4b4ec5-6e81-427e-b728-e44422513449","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-06-04T08:28:25.707Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**: CS.I2EPO.4\n\n**Use Cases**: EPO receives PLACI replies and responds with additional info or screening results\n\n**Integration Points**: IN-CS.I2EPO.4-1\n\n**Description**: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally\n\n**Process Flows**: Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"0bf9ddae-713b-4e9c-8ce5-d685de028655","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"adaa97e0-912e-41f2-a72f-db4f61488fa1","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-06-04T08:28:25.707Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**: CS.I2EPO.4\n\n**Use Cases**: EPO receives PLACI replies and responds with additional info or screening results\n\n**Integration Points**: IN-CS.I2EPO.4-1\n\n**Description**: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally\n\n**Process Flows**: Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"2c276c4f-5a4e-4b47-90ab-10a64ecdcbcf","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"2aec2469-522b-4d74-b85f-29f6d53be54b","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-06-04T08:28:25.707Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**: CS.I2EPO.4\n\n**Use Cases**: EPO receives PLACI replies and responds with additional info or screening results\n\n**Integration Points**: IN-CS.I2EPO.4-1\n\n**Description**: ACS enables EPO to receive PLACI replies and send additional info or screening results digitally\n\n**Process Flows**: Express Parcel Operator System (I2EPO) → Airport Community System → Consignor System (I3CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| screeningType | String | 70 | M | Must be one of \\[\"x-ray\", \"EDD\", \"other screening methods\"\\] |\n| screeningResult | String | 70 | M | Must be one of \\[\"cleared\", \"flagged\", \"inconclusive\"\\] |\n| screeningOperator | String | 70 | M | Screening operator identifier (e.g., \"GHA-SEC-001\") |\n| screeningTimestamp | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| findings | String | 255 | M | Findings from the screening (e.g., \"No anomalies detected\") |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |\n| recommendations | String | 255 | M | Recommendations based on the screening (e.g., \"Safe to load\") |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"64a35cb7-d252-45cf-9e10-93d88c11a8a7"}],"id":"d4c7f438-4a07-483a-a638-9bf7ac34a3cd","description":"<p>Import PLACI risk response covers the follow-up actions after a screening review. Use it to request more information, submit screening updates, or process return-to-sender cases.</p>\n","_postman_id":"d4c7f438-4a07-483a-a638-9bf7ac34a3cd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"f57e574d-c1b5-4763-a0f8-cb6ef49a4c04","description":"<p>Import PLACI risk analysis response covers the review and follow-up path after screening results are returned. Use it to track findings and manage the next action.</p>\n","_postman_id":"f57e574d-c1b5-4763-a0f8-cb6ef49a4c04","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"c6b3fd7a-d9f3-4501-8862-acae6dc5cb40","description":"<p>EPO Express Compliance covers the export and import workflows used for EPO shipments. Use it to manage PLACI, security, and declaration steps across the process.</p>\n","_postman_id":"c6b3fd7a-d9f3-4501-8862-acae6dc5cb40","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"2e9c2b38-f08c-4874-8af8-f6ed5880b254","_postman_id":"2e9c2b38-f08c-4874-8af8-f6ed5880b254","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":"e3850de7-59fb-4909-9e33-de319457ec29","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"ee429c8c-0f9c-4bf2-975c-a6ca96e72297","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-06-04T08:28:25.707Z","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":[{"id":"48598e83-8690-46bc-9ca4-d27776984957","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"4498c6e1-fbcc-4368-ae4b-e54483e1cedf","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., CGNR-{NTN})"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.707Z","description":"ISO 8601 timestamp of the request"}],"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":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference:** CL.I1CGNR.1\n\n**Use Case:** Consignor submits export documents via Digital Trade Lane\n\n**Integration Point:** IN-CL.I1CGNR.1-1\n\n**Description:** ACS enables Consignor to submit MAWB/HAWB & export documents digitally\n\n**Process Flow:**\n\n- Consignor System (I1CGNR) → Airport Community System → Airline System (I1AL)\n    \n- Consignor System (I1CGNR) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"afc3e2b8-da24-4bdc-8366-20837d1a13ff","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"a274eb0e-e259-4889-9be6-eda174b5364b","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., CGNR-{NTN})"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.707Z","description":"ISO 8601 timestamp of the request"}],"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":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference:** CL.I1CGNR.1\n\n**Use Case:** Consignor submits export documents via Digital Trade Lane\n\n**Integration Point:** IN-CL.I1CGNR.1-1\n\n**Description:** ACS enables Consignor to submit MAWB/HAWB & export documents digitally\n\n**Process Flow:**\n\n- Consignor System (I1CGNR) → Airport Community System → Airline System (I1AL)\n    \n- Consignor System (I1CGNR) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"60e5adf1-2ee2-4a2a-a899-4e1fb3d0b11e","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"fae782b0-c061-4b02-bbcc-a49c0d75b520","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., CGNR-{NTN})"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.708Z","description":"ISO 8601 timestamp of the request"}],"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":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference:** CL.I1CGNR.1\n\n**Use Case:** Consignor submits export documents via Digital Trade Lane\n\n**Integration Point:** IN-CL.I1CGNR.1-1\n\n**Description:** ACS enables Consignor to submit MAWB/HAWB & export documents digitally\n\n**Process Flow:**\n\n- Consignor System (I1CGNR) → Airport Community System → Airline System (I1AL)\n    \n- Consignor System (I1CGNR) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"5e6f0f35-1bb5-480d-9cb5-ea33f3643849","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"0a381562-b326-4c0e-823e-e53b7f452fd0","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., CGNR-{NTN})"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.708Z","description":"ISO 8601 timestamp of the request"}],"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":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference:** CL.I1CGNR.1\n\n**Use Case:** Consignor submits export documents via Digital Trade Lane\n\n**Integration Point:** IN-CL.I1CGNR.1-1\n\n**Description:** ACS enables Consignor to submit MAWB/HAWB & export documents digitally\n\n**Process Flow:**\n\n- Consignor System (I1CGNR) → Airport Community System → Airline System (I1AL)\n    \n- Consignor System (I1CGNR) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"369ca5bd-1ac5-44bf-bcf3-9d6ea9364dd7","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"7aa1e1c6-1fa5-4435-8260-344825923d53","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., CGNR-{NTN})"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.708Z","description":"ISO 8601 timestamp of the request"}],"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":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference:** CL.I1CGNR.1\n\n**Use Case:** Consignor submits export documents via Digital Trade Lane\n\n**Integration Point:** IN-CL.I1CGNR.1-1\n\n**Description:** ACS enables Consignor to submit MAWB/HAWB & export documents digitally\n\n**Process Flow:**\n\n- Consignor System (I1CGNR) → Airport Community System → Airline System (I1AL)\n    \n- Consignor System (I1CGNR) → Airport Community System → Web Based One Customs System (I1CUS)\n    \n\n**Priority:** P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"e3850de7-59fb-4909-9e33-de319457ec29"}],"id":"e706256d-f8a9-4094-88ac-97189e716660","description":"<p>The digital trade lane consignor submission captures shipment details for the planned future flow. Use it to submit a consignment and start the future workflow.</p>\n","_postman_id":"e706256d-f8a9-4094-88ac-97189e716660","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"70ce0f72-1556-44eb-bfc4-be456cb2fba4","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"746b8401-4c31-4477-a523-446f84e0d47b","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-06-04T08:28:25.708Z","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":[{"id":"74d3977f-f276-4cba-aead-409c8396981b","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"e661c473-c60f-4525-942f-756e86693423","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-06-04T08:28:25.708Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**:\n\n- CL.I4AL.2\n    \n- CL.I4GHA.3\n    \n\n**Use Case**:\n\n- Airline sends Flight Manifest & MAWB + HAWB data at flight departure from Destination\n    \n- GHA receives flight manifest, MAWB & HAWB digitally\n    \n\n**Integration Points:**\n\n- CL.I4AL.2-1\n    \n- CL.I4GHA.3-1\n    \n- CL.I4GHA.3-2\n    \n\n**Descriptions:**\n\n- Airline → Stakeholders digital transmission of flight and shipment documents\n    \n- Airline send MAWB+HAWB to ACS\n    \n- GHA receives flight & airway bill data from Airline\n    \n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I4PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I4PAA)\n    \n- Airline System (I4AL) → Airport Community System → Air Cargo Agent System (I4ACA)\n    \n- Airline System (I4AL) → Airport Community System → Consignee System (I4CNE)\n    \n- GHA System (I4GHA) → Airport Community System → Web Based One Customs System (I4CUS)\n    \n- GHA System (I4GHA) → Airport Community System → Pakistan Post System (I4P)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2206740e-2eee-44bc-887a-f29dc423632f","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"1b5ef385-da79-4967-b609-adb5d7949e5c","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-06-04T08:28:25.708Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**:\n\n- CL.I4AL.2\n    \n- CL.I4GHA.3\n    \n\n**Use Case**:\n\n- Airline sends Flight Manifest & MAWB + HAWB data at flight departure from Destination\n    \n- GHA receives flight manifest, MAWB & HAWB digitally\n    \n\n**Integration Points:**\n\n- CL.I4AL.2-1\n    \n- CL.I4GHA.3-1\n    \n- CL.I4GHA.3-2\n    \n\n**Descriptions:**\n\n- Airline → Stakeholders digital transmission of flight and shipment documents\n    \n- Airline send MAWB+HAWB to ACS\n    \n- GHA receives flight & airway bill data from Airline\n    \n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I4PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I4PAA)\n    \n- Airline System (I4AL) → Airport Community System → Air Cargo Agent System (I4ACA)\n    \n- Airline System (I4AL) → Airport Community System → Consignee System (I4CNE)\n    \n- GHA System (I4GHA) → Airport Community System → Web Based One Customs System (I4CUS)\n    \n- GHA System (I4GHA) → Airport Community System → Pakistan Post System (I4P)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"27d412f4-78db-40e0-a9c0-393549e39a15","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"00e11445-324c-4e44-b81e-d460d603fc17","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-06-04T08:28:25.708Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**:\n\n- CL.I4AL.2\n    \n- CL.I4GHA.3\n    \n\n**Use Case**:\n\n- Airline sends Flight Manifest & MAWB + HAWB data at flight departure from Destination\n    \n- GHA receives flight manifest, MAWB & HAWB digitally\n    \n\n**Integration Points:**\n\n- CL.I4AL.2-1\n    \n- CL.I4GHA.3-1\n    \n- CL.I4GHA.3-2\n    \n\n**Descriptions:**\n\n- Airline → Stakeholders digital transmission of flight and shipment documents\n    \n- Airline send MAWB+HAWB to ACS\n    \n- GHA receives flight & airway bill data from Airline\n    \n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I4PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I4PAA)\n    \n- Airline System (I4AL) → Airport Community System → Air Cargo Agent System (I4ACA)\n    \n- Airline System (I4AL) → Airport Community System → Consignee System (I4CNE)\n    \n- GHA System (I4GHA) → Airport Community System → Web Based One Customs System (I4CUS)\n    \n- GHA System (I4GHA) → Airport Community System → Pakistan Post System (I4P)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"a7f2abb3-a6af-452c-b66b-55250888b848","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"71b4edba-09ca-4644-b4f0-04005a01a417","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-06-04T08:28:25.708Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**:\n\n- CL.I4AL.2\n    \n- CL.I4GHA.3\n    \n\n**Use Case**:\n\n- Airline sends Flight Manifest & MAWB + HAWB data at flight departure from Destination\n    \n- GHA receives flight manifest, MAWB & HAWB digitally\n    \n\n**Integration Points:**\n\n- CL.I4AL.2-1\n    \n- CL.I4GHA.3-1\n    \n- CL.I4GHA.3-2\n    \n\n**Descriptions:**\n\n- Airline → Stakeholders digital transmission of flight and shipment documents\n    \n- Airline send MAWB+HAWB to ACS\n    \n- GHA receives flight & airway bill data from Airline\n    \n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I4PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I4PAA)\n    \n- Airline System (I4AL) → Airport Community System → Air Cargo Agent System (I4ACA)\n    \n- Airline System (I4AL) → Airport Community System → Consignee System (I4CNE)\n    \n- GHA System (I4GHA) → Airport Community System → Web Based One Customs System (I4CUS)\n    \n- GHA System (I4GHA) → Airport Community System → Pakistan Post System (I4P)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"e798b059-036d-4886-b472-807af56fa70f","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"756d275f-dc0b-4f89-9389-dc67ffabc372","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-06-04T08:28:25.708Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n\n**Requirement Reference**:\n\n- CL.I4AL.2\n    \n- CL.I4GHA.3\n    \n\n**Use Case**:\n\n- Airline sends Flight Manifest & MAWB + HAWB data at flight departure from Destination\n    \n- GHA receives flight manifest, MAWB & HAWB digitally\n    \n\n**Integration Points:**\n\n- CL.I4AL.2-1\n    \n- CL.I4GHA.3-1\n    \n- CL.I4GHA.3-2\n    \n\n**Descriptions:**\n\n- Airline → Stakeholders digital transmission of flight and shipment documents\n    \n- Airline send MAWB+HAWB to ACS\n    \n- GHA receives flight & airway bill data from Airline\n    \n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → GHA System (I4GHA)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I4PSW)\n    \n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I4PAA)\n    \n- Airline System (I4AL) → Airport Community System → Air Cargo Agent System (I4ACA)\n    \n- Airline System (I4AL) → Airport Community System → Consignee System (I4CNE)\n    \n- GHA System (I4GHA) → Airport Community System → Web Based One Customs System (I4CUS)\n    \n- GHA System (I4GHA) → Airport Community System → Pakistan Post System (I4P)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"70ce0f72-1556-44eb-bfc4-be456cb2fba4"}],"id":"d30f1436-cb15-429a-a08f-e8419b5cbfd3","description":"<p>Flight data distribution shares flight manifest and airway bill details with downstream systems. Use it to submit the flight manifest, MAWB, and HAWB for sharing.</p>\n","_postman_id":"d30f1436-cb15-429a-a08f-e8419b5cbfd3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"4502568a-99f7-47f7-ab92-f19e9d6d32ff","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"1723f441-8620-48cc-9f32-5a00f6a92ba5","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-06-04T08:28:25.708Z","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":[{"id":"d2b7c4b8-e39f-47fc-80ab-dbac34de672a","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"ae7950a5-978a-4349-be5d-b82def7510fc","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-06-04T08:28:25.708Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CL.I4CUS.4\n\n**Use Case**: Customs creates draft GD in PSW\n\n**Integration Point**: IN-CL.I4CUS.4-1\n\n**Description:** ACS enables Customs to process draft GD\n\n**Process Flow**: Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Pakistan Single Window System (I6PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| [items.consignee.name](http://items.consignee.name) | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2361ce60-96e8-4158-8b93-02cb1262c9b3","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"bde6b04c-0c40-4ab5-8e9a-79a76553af4a","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-06-04T08:28:25.708Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CL.I4CUS.4\n\n**Use Case**: Customs creates draft GD in PSW\n\n**Integration Point**: IN-CL.I4CUS.4-1\n\n**Description:** ACS enables Customs to process draft GD\n\n**Process Flow**: Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Pakistan Single Window System (I6PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| [items.consignee.name](http://items.consignee.name) | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"ccf808d8-3ebc-41aa-8ac0-4f66db05f863","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"5448f591-58a7-4442-bd39-716db3f60bd6","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-06-04T08:28:25.708Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CL.I4CUS.4\n\n**Use Case**: Customs creates draft GD in PSW\n\n**Integration Point**: IN-CL.I4CUS.4-1\n\n**Description:** ACS enables Customs to process draft GD\n\n**Process Flow**: Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Pakistan Single Window System (I6PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| [items.consignee.name](http://items.consignee.name) | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"43406709-a55c-431c-8978-f3527f7b3cb0","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"7e2cfce4-cf43-4007-bc0d-be4c34d45572","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-06-04T08:28:25.708Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CL.I4CUS.4\n\n**Use Case**: Customs creates draft GD in PSW\n\n**Integration Point**: IN-CL.I4CUS.4-1\n\n**Description:** ACS enables Customs to process draft GD\n\n**Process Flow**: Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Pakistan Single Window System (I6PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| [items.consignee.name](http://items.consignee.name) | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"6e32953d-f432-44e9-a976-536dc47431ff","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"d359a9de-e311-4c08-aff8-e431770dc6ca","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-06-04T08:28:25.708Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CL.I4CUS.4\n\n**Use Case**: Customs creates draft GD in PSW\n\n**Integration Point**: IN-CL.I4CUS.4-1\n\n**Description:** ACS enables Customs to process draft GD\n\n**Process Flow**: Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Pakistan Single Window System (I6PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| [items.consignee.name](http://items.consignee.name) | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"4502568a-99f7-47f7-ab92-f19e9d6d32ff"},{"name":"Notify Stakeholders on Draft GD","id":"42c24492-94fd-47ba-b5df-a75e0d8e2605","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"3c9e3635-288f-4b8a-be0d-e42a0283c6b7","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-06-04T08:28:25.708Z","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":[{"id":"322ff0d9-8fc1-413d-b028-266f6ee75847","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"78a2d843-aec7-4d72-8076-c436422d0ed3","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-06-04T08:28:25.709Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CL.I4CUS.4\n\n**Use Case**: Customs creates draft GD notifies stakeholders\n\n**Integration Point**: IN-CL.I4CUS.4-1\n\n**Description:** ACS enables Customs to notify CB, ACA, Consignee\n\n**Process Flows**:\n\n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Customs Broker System (I6CB)\n    \n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Air Cargo Agent System (I6ACA)\n    \n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Consignee System (I6CNE)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| [items.consignee.name](http://items.consignee.name) | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a6aa5dc8-37c0-4ecb-a466-e72e4602a1d2","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"06dfb7a2-e45d-4198-bd96-c3afa1c07ab4","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-06-04T08:28:25.709Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CL.I4CUS.4\n\n**Use Case**: Customs creates draft GD notifies stakeholders\n\n**Integration Point**: IN-CL.I4CUS.4-1\n\n**Description:** ACS enables Customs to notify CB, ACA, Consignee\n\n**Process Flows**:\n\n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Customs Broker System (I6CB)\n    \n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Air Cargo Agent System (I6ACA)\n    \n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Consignee System (I6CNE)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| [items.consignee.name](http://items.consignee.name) | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"e1fc86e8-1f6b-4773-a7da-8af4334389b2","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"c4025ddf-59ae-459d-8842-00aaaf342e4d","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-06-04T08:28:25.709Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CL.I4CUS.4\n\n**Use Case**: Customs creates draft GD notifies stakeholders\n\n**Integration Point**: IN-CL.I4CUS.4-1\n\n**Description:** ACS enables Customs to notify CB, ACA, Consignee\n\n**Process Flows**:\n\n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Customs Broker System (I6CB)\n    \n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Air Cargo Agent System (I6ACA)\n    \n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Consignee System (I6CNE)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| [items.consignee.name](http://items.consignee.name) | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"e3a02f7d-5210-4650-9b8e-e42a8778f335","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"61287833-754d-45c4-af44-84b6262da3bf","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-06-04T08:28:25.709Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CL.I4CUS.4\n\n**Use Case**: Customs creates draft GD notifies stakeholders\n\n**Integration Point**: IN-CL.I4CUS.4-1\n\n**Description:** ACS enables Customs to notify CB, ACA, Consignee\n\n**Process Flows**:\n\n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Customs Broker System (I6CB)\n    \n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Air Cargo Agent System (I6ACA)\n    \n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Consignee System (I6CNE)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| [items.consignee.name](http://items.consignee.name) | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d45758c3-b67a-4aa1-b592-bc6837fd1eae","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"3cc7ab1d-8651-4e13-86f4-400080c2ae39","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-06-04T08:28:25.709Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: CL.I4CUS.4\n\n**Use Case**: Customs creates draft GD notifies stakeholders\n\n**Integration Point**: IN-CL.I4CUS.4-1\n\n**Description:** ACS enables Customs to notify CB, ACA, Consignee\n\n**Process Flows**:\n\n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Customs Broker System (I6CB)\n    \n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Air Cargo Agent System (I6ACA)\n    \n- Web Based One Customs System (I4CUS) → Airport Community System Pakistan → Consignee System (I6CNE)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| [items.consignee.name](http://items.consignee.name) | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"42c24492-94fd-47ba-b5df-a75e0d8e2605"}],"id":"194bf1ea-94ca-44e5-ac1f-8850a08ac848","description":"<p>A draft goods declaration is a preliminary customs declaration for a shipment. Use it to create the draft in PSW and prepare it for review.</p>\n","_postman_id":"194bf1ea-94ca-44e5-ac1f-8850a08ac848","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"ec4a8680-70f5-4240-a069-241577959245","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"9d8fbe69-60c5-4780-9c8e-34a1b1e9571f","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-06-04T08:28:25.709Z","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":[{"id":"00006249-b0e3-4d42-ab41-db0a546d2262","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"0764afac-b194-44d4-afa1-0d8693dbc22c","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-06-04T08:28:25.709Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests/receipts/postal","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [Mail Manifest](https://postman.belli.app/#b8245410-6ea9-42ce-9003-819ccc5a90b3)\n    \n\n**Requirement Reference**: CL.I4P.5\n\n**Use Case**: Pakistan Post receives flight manifest & mail information digitally\n\n**Integration Points**: IN-CL.I4P.5-1\n\n**Description:** ACS enables Pakistan Post to receive flight manifest and mail info digitally\n\n**Process Flow**: GHA System (I4GHA) → Airport Community System → Pakistan Post System (I4P)"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"a9262aa4-fc8e-42fb-a040-a49e07125f0f","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"697470c3-cd8a-4f32-9976-d3180dd88d1b","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-06-04T08:28:25.709Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests/receipts/postal","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [Mail Manifest](https://postman.belli.app/#b8245410-6ea9-42ce-9003-819ccc5a90b3)\n    \n\n**Requirement Reference**: CL.I4P.5\n\n**Use Case**: Pakistan Post receives flight manifest & mail information digitally\n\n**Integration Points**: IN-CL.I4P.5-1\n\n**Description:** ACS enables Pakistan Post to receive flight manifest and mail info digitally\n\n**Process Flow**: GHA System (I4GHA) → Airport Community System → Pakistan Post System (I4P)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"ae65bf3e-d8b0-4d7c-bbb5-fc8dd83d0bd9","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"7a4785b9-454b-4998-8eab-d1dd9786e0b2","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-06-04T08:28:25.709Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests/receipts/postal","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [Mail Manifest](https://postman.belli.app/#b8245410-6ea9-42ce-9003-819ccc5a90b3)\n    \n\n**Requirement Reference**: CL.I4P.5\n\n**Use Case**: Pakistan Post receives flight manifest & mail information digitally\n\n**Integration Points**: IN-CL.I4P.5-1\n\n**Description:** ACS enables Pakistan Post to receive flight manifest and mail info digitally\n\n**Process Flow**: GHA System (I4GHA) → Airport Community System → Pakistan Post System (I4P)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"ce35a5e3-a917-482b-af1f-b47b945f9ca2","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"a44fcfcf-222b-432d-a55e-2710b0d497cd","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-06-04T08:28:25.709Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests/receipts/postal","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [Mail Manifest](https://postman.belli.app/#b8245410-6ea9-42ce-9003-819ccc5a90b3)\n    \n\n**Requirement Reference**: CL.I4P.5\n\n**Use Case**: Pakistan Post receives flight manifest & mail information digitally\n\n**Integration Points**: IN-CL.I4P.5-1\n\n**Description:** ACS enables Pakistan Post to receive flight manifest and mail info digitally\n\n**Process Flow**: GHA System (I4GHA) → Airport Community System → Pakistan Post System (I4P)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"090c5c28-c28c-4347-aafb-b4db8b31826f","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"5d958d9d-fe34-4532-88b7-512adc314e96","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-06-04T08:28:25.709Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests/receipts/postal","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [Mail Manifest](https://postman.belli.app/#b8245410-6ea9-42ce-9003-819ccc5a90b3)\n    \n\n**Requirement Reference**: CL.I4P.5\n\n**Use Case**: Pakistan Post receives flight manifest & mail information digitally\n\n**Integration Points**: IN-CL.I4P.5-1\n\n**Description:** ACS enables Pakistan Post to receive flight manifest and mail info digitally\n\n**Process Flow**: GHA System (I4GHA) → Airport Community System → Pakistan Post System (I4P)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"ec4a8680-70f5-4240-a069-241577959245"},{"name":"Pakistan Post Transmits Mail Data","id":"32a29ff0-850e-4b52-8a59-ccd18d56199e","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"712994a2-3411-4553-b2a9-a79462b91711","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-06-04T08:28:25.709Z","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":[{"id":"d95fca84-5d3d-45db-8cd0-422bdca41dc6","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"94932bd3-3bd8-4783-9c7c-87c7c9467cca","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-06-04T08:28:25.709Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests/receipts/postal","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [Mail Manifest](https://postman.belli.app/#b8245410-6ea9-42ce-9003-819ccc5a90b3)\n    \n\n**Requirement Reference**: CL.I4P.5\n\n**Use Case:** Pakistan Post transmits mail data to PSW and other systems\n\n**Integration Points**: IN-CL.I4P.5-2\n\n**Description:** ACS enables Pakistan Post to forward mail data\n\n**Process Flows**:\n\n- Pakistan Post System (I4P) → Airport Community System → Pakistan Single Window System (I4PSW)\n    \n- Pakistan Post System (I4P) → Airport Community System → Pakistan Post Systems (I7P)"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"93c16967-2c76-4d4f-9234-00e6f957289f","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"80d20ae7-7835-4804-918e-81410dc24d37","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-06-04T08:28:25.709Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests/receipts/postal","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [Mail Manifest](https://postman.belli.app/#b8245410-6ea9-42ce-9003-819ccc5a90b3)\n    \n\n**Requirement Reference**: CL.I4P.5\n\n**Use Case:** Pakistan Post transmits mail data to PSW and other systems\n\n**Integration Points**: IN-CL.I4P.5-2\n\n**Description:** ACS enables Pakistan Post to forward mail data\n\n**Process Flows**:\n\n- Pakistan Post System (I4P) → Airport Community System → Pakistan Single Window System (I4PSW)\n    \n- Pakistan Post System (I4P) → Airport Community System → Pakistan Post Systems (I7P)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"0f9f4565-9559-48e3-b95f-142d979aa1e6","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"5cf622a2-e710-491e-aaa0-36809e775dda","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-06-04T08:28:25.709Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests/receipts/postal","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [Mail Manifest](https://postman.belli.app/#b8245410-6ea9-42ce-9003-819ccc5a90b3)\n    \n\n**Requirement Reference**: CL.I4P.5\n\n**Use Case:** Pakistan Post transmits mail data to PSW and other systems\n\n**Integration Points**: IN-CL.I4P.5-2\n\n**Description:** ACS enables Pakistan Post to forward mail data\n\n**Process Flows**:\n\n- Pakistan Post System (I4P) → Airport Community System → Pakistan Single Window System (I4PSW)\n    \n- Pakistan Post System (I4P) → Airport Community System → Pakistan Post Systems (I7P)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"5f58a2b0-9604-4ae1-beef-4bf53d28e44c","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"c6d1160a-239c-483d-97df-3f50f52e21d5","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-06-04T08:28:25.709Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests/receipts/postal","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [Mail Manifest](https://postman.belli.app/#b8245410-6ea9-42ce-9003-819ccc5a90b3)\n    \n\n**Requirement Reference**: CL.I4P.5\n\n**Use Case:** Pakistan Post transmits mail data to PSW and other systems\n\n**Integration Points**: IN-CL.I4P.5-2\n\n**Description:** ACS enables Pakistan Post to forward mail data\n\n**Process Flows**:\n\n- Pakistan Post System (I4P) → Airport Community System → Pakistan Single Window System (I4PSW)\n    \n- Pakistan Post System (I4P) → Airport Community System → Pakistan Post Systems (I7P)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"6952fd36-b273-441e-ae4e-aeb10d64e1ba","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"56c55b9c-3afa-498d-b283-6c2eb158f130","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-06-04T08:28:25.710Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/flight-manifests/receipts/postal","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [Mail Manifest](https://postman.belli.app/#b8245410-6ea9-42ce-9003-819ccc5a90b3)\n    \n\n**Requirement Reference**: CL.I4P.5\n\n**Use Case:** Pakistan Post transmits mail data to PSW and other systems\n\n**Integration Points**: IN-CL.I4P.5-2\n\n**Description:** ACS enables Pakistan Post to forward mail data\n\n**Process Flows**:\n\n- Pakistan Post System (I4P) → Airport Community System → Pakistan Single Window System (I4PSW)\n    \n- Pakistan Post System (I4P) → Airport Community System → Pakistan Post Systems (I7P)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"32a29ff0-850e-4b52-8a59-ccd18d56199e"}],"id":"699b7197-41a9-4510-89c6-ae69c1174d7f","description":"<p>Postal reception manages flight and mail manifest exchange with Pakistan Post. Use it to send the flight manifest and transmit mail data back.</p>\n","_postman_id":"699b7197-41a9-4510-89c6-ae69c1174d7f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"33d06895-cdae-4f04-a376-52478c8ce8bc","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"c8509395-a352-4029-aaf8-afffe56ea374","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-06-04T08:28:25.710Z","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":[{"id":"e5d8c20d-646e-4b5c-a524-8fc813dad324","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"f1c57204-5389-4f86-b33c-fbc63546c543","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-06-04T08:28:25.710Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- CL.I5PAA.6\n    \n- CL.I5PSW.7\n    \n\n**Use Cases**:\n\n- PAA receives flight manifest message for statistical purposes\n    \n- PSW receives FFM message for statistical purposes\n    \n\n**Integration Points:**\n\n- IN-CL.I5PAA.6-1\n    \n- IN-CL.I5PSW.7-1\n    \n\n**Description**: ACS enables PAA to receive Flight Manifest data digitally, ACS enables PSW to receive Flight Manifest data digitally\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument.VersionID.Value | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument.ConversationID.Value | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument.SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument.SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.SenderParty.PrimaryID.Value | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument.RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument.RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.RecipientParty.PrimaryID.Value | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument.ID.Value | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument.IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument.IncludedHeaderNote.Content.Value | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement.StageCode.Value | String | 35 | M | Must be one of \\\\\\[Pre-Carriage, Main-Carriage, On-Carriage\\\\\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement.ModeCode.Value | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement.Mode.Value | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement.SequenceNumeric.Value | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.Value | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.Value | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement.TotalPackageQuantity.Value | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement.TotalPieceQuantity.Value | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson.Name.Value | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry.ID.Value | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement.DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement.DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement.DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement.IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement.IncludedCustomsNote.ContentCode.Value | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement.IncludedCustomsNote.Content.Value | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement.IncludedCustomsNote.SubjectCode.Value | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement.IncludedCustomsNote.CountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure.GoodsStatusCode.Value | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent.ArrivalOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.DepartureOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent.OccurenceArrivalLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent.OccurenceArrivalLocation.FirstArrivalCountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent.AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent.AssociatedTransportCargo.TypeCode.Value | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.ID.Value | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.GrossWeightMeasure.Value | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PieceQuantity.Value | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.BuildTypeCode.Value | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.CharacteristicCode.Value | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.UsedCapacityCode.Value | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperationalStatusCode.Value | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.LoadingRemark.Value | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.Value | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.ID.Value | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty.PrimaryID.Value | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment.GrossWeightMeasure.Value | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.GrossVolumeMeasure.Value | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment.DensityGroupCode.Value | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment.PackageQuantity.Value | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment.TotalPieceQuantity.Value | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.SummaryDescription.Value | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment.TransportSplitDescription.Value | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment.MovementPriorityCode.Value | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment.TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment.OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment.OriginLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment.OriginLocation.Name.Value | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment.FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment.FinalDestinationLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment.FinalDestinationLocation.Name.Value | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment.HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment.HandlingSPHInstructions.Description.Value | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSPHInstructions.DescriptionCode.Value | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment.HandlingSSRInstructions.Description.Value | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment.HandlingSSRInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment.HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment.HandlingOSIInstructions.Description.Value | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment.HandlingOSIInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment.IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment.IncludedCustomsNote.ContentCode.Value | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.Content.Value | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment.IncludedCustomsNote.SubjectCode.Value | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.CountryID.Value | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatueCode.Value | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment.TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment.TransportLogisticsPackage.ItemQuantity.Value | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.TransportLogisticsPackage.GrossWeightMeasure.Value | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment.LinearSpatialDimension.WidthMeasure.Value | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment.LinearSpatialDimension.LengthMeasure.Value | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment.LinearSpatialDimension.HeightMeasure.Value | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment.OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment.CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment.OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment.ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.Name.Value | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem.TypeCode.Value | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7cb76944-c34d-4b74-af74-d196ea3af29e","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"d263867e-22cd-4946-8206-48507f631d5c","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-06-04T08:28:25.710Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- CL.I5PAA.6\n    \n- CL.I5PSW.7\n    \n\n**Use Cases**:\n\n- PAA receives flight manifest message for statistical purposes\n    \n- PSW receives FFM message for statistical purposes\n    \n\n**Integration Points:**\n\n- IN-CL.I5PAA.6-1\n    \n- IN-CL.I5PSW.7-1\n    \n\n**Description**: ACS enables PAA to receive Flight Manifest data digitally, ACS enables PSW to receive Flight Manifest data digitally\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument.VersionID.Value | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument.ConversationID.Value | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument.SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument.SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.SenderParty.PrimaryID.Value | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument.RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument.RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.RecipientParty.PrimaryID.Value | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument.ID.Value | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument.IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument.IncludedHeaderNote.Content.Value | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement.StageCode.Value | String | 35 | M | Must be one of \\\\\\[Pre-Carriage, Main-Carriage, On-Carriage\\\\\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement.ModeCode.Value | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement.Mode.Value | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement.SequenceNumeric.Value | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.Value | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.Value | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement.TotalPackageQuantity.Value | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement.TotalPieceQuantity.Value | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson.Name.Value | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry.ID.Value | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement.DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement.DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement.DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement.IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement.IncludedCustomsNote.ContentCode.Value | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement.IncludedCustomsNote.Content.Value | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement.IncludedCustomsNote.SubjectCode.Value | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement.IncludedCustomsNote.CountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure.GoodsStatusCode.Value | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent.ArrivalOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.DepartureOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent.OccurenceArrivalLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent.OccurenceArrivalLocation.FirstArrivalCountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent.AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent.AssociatedTransportCargo.TypeCode.Value | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.ID.Value | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.GrossWeightMeasure.Value | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PieceQuantity.Value | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.BuildTypeCode.Value | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.CharacteristicCode.Value | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.UsedCapacityCode.Value | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperationalStatusCode.Value | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.LoadingRemark.Value | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.Value | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.ID.Value | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty.PrimaryID.Value | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment.GrossWeightMeasure.Value | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.GrossVolumeMeasure.Value | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment.DensityGroupCode.Value | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment.PackageQuantity.Value | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment.TotalPieceQuantity.Value | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.SummaryDescription.Value | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment.TransportSplitDescription.Value | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment.MovementPriorityCode.Value | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment.TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment.OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment.OriginLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment.OriginLocation.Name.Value | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment.FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment.FinalDestinationLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment.FinalDestinationLocation.Name.Value | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment.HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment.HandlingSPHInstructions.Description.Value | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSPHInstructions.DescriptionCode.Value | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment.HandlingSSRInstructions.Description.Value | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment.HandlingSSRInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment.HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment.HandlingOSIInstructions.Description.Value | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment.HandlingOSIInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment.IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment.IncludedCustomsNote.ContentCode.Value | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.Content.Value | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment.IncludedCustomsNote.SubjectCode.Value | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.CountryID.Value | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatueCode.Value | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment.TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment.TransportLogisticsPackage.ItemQuantity.Value | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.TransportLogisticsPackage.GrossWeightMeasure.Value | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment.LinearSpatialDimension.WidthMeasure.Value | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment.LinearSpatialDimension.LengthMeasure.Value | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment.LinearSpatialDimension.HeightMeasure.Value | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment.OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment.CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment.OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment.ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.Name.Value | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem.TypeCode.Value | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"3959ade1-c360-4b3b-bd8b-7b758b6e798d","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"4f4dce4f-2e50-44b2-ac82-29d36923f38f","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-06-04T08:28:25.710Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- CL.I5PAA.6\n    \n- CL.I5PSW.7\n    \n\n**Use Cases**:\n\n- PAA receives flight manifest message for statistical purposes\n    \n- PSW receives FFM message for statistical purposes\n    \n\n**Integration Points:**\n\n- IN-CL.I5PAA.6-1\n    \n- IN-CL.I5PSW.7-1\n    \n\n**Description**: ACS enables PAA to receive Flight Manifest data digitally, ACS enables PSW to receive Flight Manifest data digitally\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument.VersionID.Value | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument.ConversationID.Value | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument.SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument.SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.SenderParty.PrimaryID.Value | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument.RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument.RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.RecipientParty.PrimaryID.Value | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument.ID.Value | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument.IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument.IncludedHeaderNote.Content.Value | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement.StageCode.Value | String | 35 | M | Must be one of \\\\\\[Pre-Carriage, Main-Carriage, On-Carriage\\\\\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement.ModeCode.Value | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement.Mode.Value | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement.SequenceNumeric.Value | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.Value | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.Value | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement.TotalPackageQuantity.Value | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement.TotalPieceQuantity.Value | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson.Name.Value | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry.ID.Value | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement.DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement.DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement.DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement.IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement.IncludedCustomsNote.ContentCode.Value | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement.IncludedCustomsNote.Content.Value | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement.IncludedCustomsNote.SubjectCode.Value | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement.IncludedCustomsNote.CountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure.GoodsStatusCode.Value | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent.ArrivalOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.DepartureOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent.OccurenceArrivalLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent.OccurenceArrivalLocation.FirstArrivalCountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent.AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent.AssociatedTransportCargo.TypeCode.Value | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.ID.Value | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.GrossWeightMeasure.Value | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PieceQuantity.Value | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.BuildTypeCode.Value | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.CharacteristicCode.Value | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.UsedCapacityCode.Value | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperationalStatusCode.Value | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.LoadingRemark.Value | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.Value | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.ID.Value | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty.PrimaryID.Value | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment.GrossWeightMeasure.Value | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.GrossVolumeMeasure.Value | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment.DensityGroupCode.Value | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment.PackageQuantity.Value | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment.TotalPieceQuantity.Value | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.SummaryDescription.Value | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment.TransportSplitDescription.Value | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment.MovementPriorityCode.Value | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment.TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment.OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment.OriginLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment.OriginLocation.Name.Value | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment.FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment.FinalDestinationLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment.FinalDestinationLocation.Name.Value | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment.HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment.HandlingSPHInstructions.Description.Value | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSPHInstructions.DescriptionCode.Value | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment.HandlingSSRInstructions.Description.Value | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment.HandlingSSRInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment.HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment.HandlingOSIInstructions.Description.Value | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment.HandlingOSIInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment.IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment.IncludedCustomsNote.ContentCode.Value | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.Content.Value | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment.IncludedCustomsNote.SubjectCode.Value | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.CountryID.Value | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatueCode.Value | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment.TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment.TransportLogisticsPackage.ItemQuantity.Value | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.TransportLogisticsPackage.GrossWeightMeasure.Value | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment.LinearSpatialDimension.WidthMeasure.Value | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment.LinearSpatialDimension.LengthMeasure.Value | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment.LinearSpatialDimension.HeightMeasure.Value | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment.OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment.CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment.OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment.ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.Name.Value | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem.TypeCode.Value | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"b3451878-0ecd-46e0-9d3a-93df373d09d2","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"635cc656-0a6f-4d62-b23c-ff18aac7adf0","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-06-04T08:28:25.710Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- CL.I5PAA.6\n    \n- CL.I5PSW.7\n    \n\n**Use Cases**:\n\n- PAA receives flight manifest message for statistical purposes\n    \n- PSW receives FFM message for statistical purposes\n    \n\n**Integration Points:**\n\n- IN-CL.I5PAA.6-1\n    \n- IN-CL.I5PSW.7-1\n    \n\n**Description**: ACS enables PAA to receive Flight Manifest data digitally, ACS enables PSW to receive Flight Manifest data digitally\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument.VersionID.Value | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument.ConversationID.Value | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument.SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument.SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.SenderParty.PrimaryID.Value | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument.RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument.RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.RecipientParty.PrimaryID.Value | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument.ID.Value | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument.IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument.IncludedHeaderNote.Content.Value | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement.StageCode.Value | String | 35 | M | Must be one of \\\\\\[Pre-Carriage, Main-Carriage, On-Carriage\\\\\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement.ModeCode.Value | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement.Mode.Value | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement.SequenceNumeric.Value | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.Value | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.Value | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement.TotalPackageQuantity.Value | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement.TotalPieceQuantity.Value | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson.Name.Value | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry.ID.Value | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement.DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement.DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement.DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement.IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement.IncludedCustomsNote.ContentCode.Value | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement.IncludedCustomsNote.Content.Value | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement.IncludedCustomsNote.SubjectCode.Value | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement.IncludedCustomsNote.CountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure.GoodsStatusCode.Value | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent.ArrivalOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.DepartureOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent.OccurenceArrivalLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent.OccurenceArrivalLocation.FirstArrivalCountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent.AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent.AssociatedTransportCargo.TypeCode.Value | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.ID.Value | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.GrossWeightMeasure.Value | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PieceQuantity.Value | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.BuildTypeCode.Value | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.CharacteristicCode.Value | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.UsedCapacityCode.Value | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperationalStatusCode.Value | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.LoadingRemark.Value | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.Value | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.ID.Value | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty.PrimaryID.Value | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment.GrossWeightMeasure.Value | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.GrossVolumeMeasure.Value | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment.DensityGroupCode.Value | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment.PackageQuantity.Value | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment.TotalPieceQuantity.Value | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.SummaryDescription.Value | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment.TransportSplitDescription.Value | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment.MovementPriorityCode.Value | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment.TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment.OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment.OriginLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment.OriginLocation.Name.Value | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment.FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment.FinalDestinationLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment.FinalDestinationLocation.Name.Value | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment.HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment.HandlingSPHInstructions.Description.Value | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSPHInstructions.DescriptionCode.Value | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment.HandlingSSRInstructions.Description.Value | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment.HandlingSSRInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment.HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment.HandlingOSIInstructions.Description.Value | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment.HandlingOSIInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment.IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment.IncludedCustomsNote.ContentCode.Value | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.Content.Value | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment.IncludedCustomsNote.SubjectCode.Value | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.CountryID.Value | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatueCode.Value | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment.TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment.TransportLogisticsPackage.ItemQuantity.Value | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.TransportLogisticsPackage.GrossWeightMeasure.Value | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment.LinearSpatialDimension.WidthMeasure.Value | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment.LinearSpatialDimension.LengthMeasure.Value | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment.LinearSpatialDimension.HeightMeasure.Value | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment.OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment.CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment.OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment.ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.Name.Value | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem.TypeCode.Value | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"a7315322-9e61-437f-b1c9-8f70e7009127","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"e2983b32-b9b3-455c-8fd5-6797798ed220","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-06-04T08:28:25.710Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- CL.I5PAA.6\n    \n- CL.I5PSW.7\n    \n\n**Use Cases**:\n\n- PAA receives flight manifest message for statistical purposes\n    \n- PSW receives FFM message for statistical purposes\n    \n\n**Integration Points:**\n\n- IN-CL.I5PAA.6-1\n    \n- IN-CL.I5PSW.7-1\n    \n\n**Description**: ACS enables PAA to receive Flight Manifest data digitally, ACS enables PSW to receive Flight Manifest data digitally\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument.VersionID.Value | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument.ConversationID.Value | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument.SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument.SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.SenderParty.PrimaryID.Value | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument.RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument.RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.RecipientParty.PrimaryID.Value | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument.ID.Value | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument.IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument.IncludedHeaderNote.Content.Value | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement.StageCode.Value | String | 35 | M | Must be one of \\\\\\[Pre-Carriage, Main-Carriage, On-Carriage\\\\\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement.ModeCode.Value | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement.Mode.Value | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement.SequenceNumeric.Value | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.Value | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.Value | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement.TotalPackageQuantity.Value | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement.TotalPieceQuantity.Value | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson.Name.Value | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry.ID.Value | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement.DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement.DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement.DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement.IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement.IncludedCustomsNote.ContentCode.Value | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement.IncludedCustomsNote.Content.Value | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement.IncludedCustomsNote.SubjectCode.Value | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement.IncludedCustomsNote.CountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure.GoodsStatusCode.Value | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent.ArrivalOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.DepartureOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent.OccurenceArrivalLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent.OccurenceArrivalLocation.FirstArrivalCountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent.AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent.AssociatedTransportCargo.TypeCode.Value | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.ID.Value | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.GrossWeightMeasure.Value | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PieceQuantity.Value | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.BuildTypeCode.Value | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.CharacteristicCode.Value | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.UsedCapacityCode.Value | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperationalStatusCode.Value | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.LoadingRemark.Value | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.Value | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.ID.Value | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty.PrimaryID.Value | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment.GrossWeightMeasure.Value | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.GrossVolumeMeasure.Value | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment.DensityGroupCode.Value | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment.PackageQuantity.Value | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment.TotalPieceQuantity.Value | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.SummaryDescription.Value | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment.TransportSplitDescription.Value | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment.MovementPriorityCode.Value | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment.TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment.OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment.OriginLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment.OriginLocation.Name.Value | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment.FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment.FinalDestinationLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment.FinalDestinationLocation.Name.Value | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment.HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment.HandlingSPHInstructions.Description.Value | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSPHInstructions.DescriptionCode.Value | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment.HandlingSSRInstructions.Description.Value | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment.HandlingSSRInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment.HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment.HandlingOSIInstructions.Description.Value | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment.HandlingOSIInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment.IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment.IncludedCustomsNote.ContentCode.Value | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.Content.Value | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment.IncludedCustomsNote.SubjectCode.Value | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.CountryID.Value | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatueCode.Value | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment.TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment.TransportLogisticsPackage.ItemQuantity.Value | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.TransportLogisticsPackage.GrossWeightMeasure.Value | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment.LinearSpatialDimension.WidthMeasure.Value | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment.LinearSpatialDimension.LengthMeasure.Value | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment.LinearSpatialDimension.HeightMeasure.Value | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment.OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment.CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment.OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment.ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.Name.Value | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem.TypeCode.Value | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"309edac4-9278-456d-9a00-1ce976800e87","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"e92e871b-89ef-493b-83bf-446cf19ba4a2","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-06-04T08:28:25.710Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- CL.I5PAA.6\n    \n- CL.I5PSW.7\n    \n\n**Use Cases**:\n\n- PAA receives flight manifest message for statistical purposes\n    \n- PSW receives FFM message for statistical purposes\n    \n\n**Integration Points:**\n\n- IN-CL.I5PAA.6-1\n    \n- IN-CL.I5PSW.7-1\n    \n\n**Description**: ACS enables PAA to receive Flight Manifest data digitally, ACS enables PSW to receive Flight Manifest data digitally\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument.VersionID.Value | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument.ConversationID.Value | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument.SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument.SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.SenderParty.PrimaryID.Value | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument.RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument.RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.RecipientParty.PrimaryID.Value | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument.ID.Value | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument.IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument.IncludedHeaderNote.Content.Value | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement.StageCode.Value | String | 35 | M | Must be one of \\\\\\[Pre-Carriage, Main-Carriage, On-Carriage\\\\\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement.ModeCode.Value | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement.Mode.Value | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement.SequenceNumeric.Value | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.Value | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.Value | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement.TotalPackageQuantity.Value | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement.TotalPieceQuantity.Value | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson.Name.Value | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry.ID.Value | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement.DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement.DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement.DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement.IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement.IncludedCustomsNote.ContentCode.Value | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement.IncludedCustomsNote.Content.Value | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement.IncludedCustomsNote.SubjectCode.Value | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement.IncludedCustomsNote.CountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure.GoodsStatusCode.Value | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent.ArrivalOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.DepartureOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent.OccurenceArrivalLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent.OccurenceArrivalLocation.FirstArrivalCountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent.AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent.AssociatedTransportCargo.TypeCode.Value | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.ID.Value | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.GrossWeightMeasure.Value | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PieceQuantity.Value | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.BuildTypeCode.Value | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.CharacteristicCode.Value | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.UsedCapacityCode.Value | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperationalStatusCode.Value | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.LoadingRemark.Value | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.Value | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.ID.Value | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty.PrimaryID.Value | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment.GrossWeightMeasure.Value | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.GrossVolumeMeasure.Value | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment.DensityGroupCode.Value | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment.PackageQuantity.Value | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment.TotalPieceQuantity.Value | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.SummaryDescription.Value | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment.TransportSplitDescription.Value | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment.MovementPriorityCode.Value | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment.TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment.OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment.OriginLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment.OriginLocation.Name.Value | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment.FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment.FinalDestinationLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment.FinalDestinationLocation.Name.Value | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment.HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment.HandlingSPHInstructions.Description.Value | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSPHInstructions.DescriptionCode.Value | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment.HandlingSSRInstructions.Description.Value | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment.HandlingSSRInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment.HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment.HandlingOSIInstructions.Description.Value | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment.HandlingOSIInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment.IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment.IncludedCustomsNote.ContentCode.Value | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.Content.Value | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment.IncludedCustomsNote.SubjectCode.Value | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.CountryID.Value | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatueCode.Value | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment.TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment.TransportLogisticsPackage.ItemQuantity.Value | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.TransportLogisticsPackage.GrossWeightMeasure.Value | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment.LinearSpatialDimension.WidthMeasure.Value | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment.LinearSpatialDimension.LengthMeasure.Value | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment.LinearSpatialDimension.HeightMeasure.Value | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment.OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment.CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment.OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment.ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.Name.Value | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem.TypeCode.Value | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"c11dcba7-48f3-4618-8fe6-f4673a07fd6a","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"00485476-d151-4ddf-be51-657291115ecc","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-06-04T08:28:25.710Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- CL.I5PAA.6\n    \n- CL.I5PSW.7\n    \n\n**Use Cases**:\n\n- PAA receives flight manifest message for statistical purposes\n    \n- PSW receives FFM message for statistical purposes\n    \n\n**Integration Points:**\n\n- IN-CL.I5PAA.6-1\n    \n- IN-CL.I5PSW.7-1\n    \n\n**Description**: ACS enables PAA to receive Flight Manifest data digitally, ACS enables PSW to receive Flight Manifest data digitally\n\n**Process Flows**:\n\n- Airline System (I4AL) → Airport Community System → Postal Aviation Authority System (I5PAA)\n    \n- Airline System (I4AL) → Airport Community System → Pakistan Single Window System (I5PSW)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument.VersionID.Value | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument.ConversationID.Value | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument.SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument.SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.SenderParty.PrimaryID.Value | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument.RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument.RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.RecipientParty.PrimaryID.Value | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument.ID.Value | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument.IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument.IncludedHeaderNote.Content.Value | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement.StageCode.Value | String | 35 | M | Must be one of \\\\\\[Pre-Carriage, Main-Carriage, On-Carriage\\\\\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement.ModeCode.Value | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement.Mode.Value | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement.SequenceNumeric.Value | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.Value | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.Value | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement.TotalPackageQuantity.Value | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement.TotalPieceQuantity.Value | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson.Name.Value | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry.ID.Value | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement.DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement.DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement.DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement.IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement.IncludedCustomsNote.ContentCode.Value | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement.IncludedCustomsNote.Content.Value | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement.IncludedCustomsNote.SubjectCode.Value | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement.IncludedCustomsNote.CountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure.GoodsStatusCode.Value | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent.ArrivalOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.DepartureOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent.OccurenceArrivalLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent.OccurenceArrivalLocation.FirstArrivalCountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent.AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent.AssociatedTransportCargo.TypeCode.Value | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.ID.Value | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.GrossWeightMeasure.Value | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PieceQuantity.Value | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.BuildTypeCode.Value | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.CharacteristicCode.Value | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.UsedCapacityCode.Value | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperationalStatusCode.Value | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.LoadingRemark.Value | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.Value | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.ID.Value | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty.PrimaryID.Value | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment.GrossWeightMeasure.Value | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.GrossVolumeMeasure.Value | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment.DensityGroupCode.Value | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment.PackageQuantity.Value | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment.TotalPieceQuantity.Value | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.SummaryDescription.Value | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment.TransportSplitDescription.Value | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment.MovementPriorityCode.Value | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment.TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment.OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment.OriginLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment.OriginLocation.Name.Value | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment.FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment.FinalDestinationLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment.FinalDestinationLocation.Name.Value | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment.HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment.HandlingSPHInstructions.Description.Value | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSPHInstructions.DescriptionCode.Value | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment.HandlingSSRInstructions.Description.Value | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment.HandlingSSRInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment.HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment.HandlingOSIInstructions.Description.Value | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment.HandlingOSIInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment.IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment.IncludedCustomsNote.ContentCode.Value | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.Content.Value | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment.IncludedCustomsNote.SubjectCode.Value | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.CountryID.Value | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatueCode.Value | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment.TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment.TransportLogisticsPackage.ItemQuantity.Value | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.TransportLogisticsPackage.GrossWeightMeasure.Value | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment.LinearSpatialDimension.WidthMeasure.Value | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment.LinearSpatialDimension.LengthMeasure.Value | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment.LinearSpatialDimension.HeightMeasure.Value | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment.OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment.CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment.OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment.ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.Name.Value | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem.TypeCode.Value | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"33d06895-cdae-4f04-a376-52478c8ce8bc"}],"id":"2d368bdb-4bea-4d34-9183-481aa49c610b","description":"<p>Flight manifest distribution sends the flight manifest to downstream stakeholders. Use it to push the manifest to the next systems after it is received.</p>\n","_postman_id":"2d368bdb-4bea-4d34-9183-481aa49c610b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"adffdcd6-196e-4d64-8cef-d5d992dc4e37","description":"<p>Flight data reception and distribution handles incoming flight data and related shipment documents. Use it to move manifests, goods declarations, and postal information to the next step.</p>\n","_postman_id":"adffdcd6-196e-4d64-8cef-d5d992dc4e37","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"9be69209-35e6-46c2-ae19-b1cc5f5ec88f","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"4d2a45a7-51bb-4bf8-ba48-f443f43aabdf","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-06-04T08:28:25.710Z","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":[{"id":"4aeb84c5-ed62-486a-a34a-1c4d72ba52af","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"28251715-41ca-4d9c-bcb4-36f67e9d3297","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-06-04T08:28:25.710Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference**:\n\n- CL.I5CNE.8\n    \n- CL.I5ACA.9\n    \n- CL.I6CNE.10\n    \n\n**Use Cases**:\n\n- Consignee uploads import shipment documents (ACI process)\n    \n- ACA uploads import shipment documents (ACI Process)\n    \n- Consignee receives documents digitally from ACA\n    \n\n**Integration Points:**\n\n- IN-CL.I5CNE.8-1\n    \n- IN-CL.I5ACA.9-1\n    \n- IN-CL.I6CNE.10-1\n    \n\n**Descriptions**:\n\n- ACS enables Consignee to send documents digitally to Customs Broker, GHA and Customs\n    \n- ACS enables ACA to send documents digitally to GHA, Customs Broker, Consignee and Customs\n    \n- ACS enables Consignee to receive import shipment documents digitally\n    \n\n**Process Flows**:\n\n- Consignee System (I5CNE) → Airport Community System → GHA System (I6GHA)\n    \n- Consignee System (I5CNE) → Airport Community System → Web Based One Customs System (I6CUS)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → GHA System (I6GHA)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Customs Broker System (I6CB)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Consignee System (I6CNE)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Web Based One Customs System (I6CUS)\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c4d4e0d5-d89d-4998-9886-1ca4d6ef371b","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"7dbd9b86-809c-46a9-9152-e48d6eee8d1d","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-06-04T08:28:25.711Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference**:\n\n- CL.I5CNE.8\n    \n- CL.I5ACA.9\n    \n- CL.I6CNE.10\n    \n\n**Use Cases**:\n\n- Consignee uploads import shipment documents (ACI process)\n    \n- ACA uploads import shipment documents (ACI Process)\n    \n- Consignee receives documents digitally from ACA\n    \n\n**Integration Points:**\n\n- IN-CL.I5CNE.8-1\n    \n- IN-CL.I5ACA.9-1\n    \n- IN-CL.I6CNE.10-1\n    \n\n**Descriptions**:\n\n- ACS enables Consignee to send documents digitally to Customs Broker, GHA and Customs\n    \n- ACS enables ACA to send documents digitally to GHA, Customs Broker, Consignee and Customs\n    \n- ACS enables Consignee to receive import shipment documents digitally\n    \n\n**Process Flows**:\n\n- Consignee System (I5CNE) → Airport Community System → GHA System (I6GHA)\n    \n- Consignee System (I5CNE) → Airport Community System → Web Based One Customs System (I6CUS)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → GHA System (I6GHA)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Customs Broker System (I6CB)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Consignee System (I6CNE)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Web Based One Customs System (I6CUS)\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"293efe92-c52e-4583-9caf-3f4d5c3f9fbc","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"6014e8cc-2af4-4a82-8c49-c3c4c3af3b80","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-06-04T08:28:25.711Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference**:\n\n- CL.I5CNE.8\n    \n- CL.I5ACA.9\n    \n- CL.I6CNE.10\n    \n\n**Use Cases**:\n\n- Consignee uploads import shipment documents (ACI process)\n    \n- ACA uploads import shipment documents (ACI Process)\n    \n- Consignee receives documents digitally from ACA\n    \n\n**Integration Points:**\n\n- IN-CL.I5CNE.8-1\n    \n- IN-CL.I5ACA.9-1\n    \n- IN-CL.I6CNE.10-1\n    \n\n**Descriptions**:\n\n- ACS enables Consignee to send documents digitally to Customs Broker, GHA and Customs\n    \n- ACS enables ACA to send documents digitally to GHA, Customs Broker, Consignee and Customs\n    \n- ACS enables Consignee to receive import shipment documents digitally\n    \n\n**Process Flows**:\n\n- Consignee System (I5CNE) → Airport Community System → GHA System (I6GHA)\n    \n- Consignee System (I5CNE) → Airport Community System → Web Based One Customs System (I6CUS)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → GHA System (I6GHA)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Customs Broker System (I6CB)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Consignee System (I6CNE)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Web Based One Customs System (I6CUS)\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"8eab0df6-c83a-4db8-ad9d-9cc714472b35","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"c5ab4d47-92e6-4272-8803-03d9c92dc434","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-06-04T08:28:25.711Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference**:\n\n- CL.I5CNE.8\n    \n- CL.I5ACA.9\n    \n- CL.I6CNE.10\n    \n\n**Use Cases**:\n\n- Consignee uploads import shipment documents (ACI process)\n    \n- ACA uploads import shipment documents (ACI Process)\n    \n- Consignee receives documents digitally from ACA\n    \n\n**Integration Points:**\n\n- IN-CL.I5CNE.8-1\n    \n- IN-CL.I5ACA.9-1\n    \n- IN-CL.I6CNE.10-1\n    \n\n**Descriptions**:\n\n- ACS enables Consignee to send documents digitally to Customs Broker, GHA and Customs\n    \n- ACS enables ACA to send documents digitally to GHA, Customs Broker, Consignee and Customs\n    \n- ACS enables Consignee to receive import shipment documents digitally\n    \n\n**Process Flows**:\n\n- Consignee System (I5CNE) → Airport Community System → GHA System (I6GHA)\n    \n- Consignee System (I5CNE) → Airport Community System → Web Based One Customs System (I6CUS)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → GHA System (I6GHA)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Customs Broker System (I6CB)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Consignee System (I6CNE)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Web Based One Customs System (I6CUS)\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"464ac39d-31a3-4eae-a2d4-f1cd54dd792b","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"8eae5593-ab93-4045-84d8-ba181a8aba27","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-06-04T08:28:25.711Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference**:\n\n- CL.I5CNE.8\n    \n- CL.I5ACA.9\n    \n- CL.I6CNE.10\n    \n\n**Use Cases**:\n\n- Consignee uploads import shipment documents (ACI process)\n    \n- ACA uploads import shipment documents (ACI Process)\n    \n- Consignee receives documents digitally from ACA\n    \n\n**Integration Points:**\n\n- IN-CL.I5CNE.8-1\n    \n- IN-CL.I5ACA.9-1\n    \n- IN-CL.I6CNE.10-1\n    \n\n**Descriptions**:\n\n- ACS enables Consignee to send documents digitally to Customs Broker, GHA and Customs\n    \n- ACS enables ACA to send documents digitally to GHA, Customs Broker, Consignee and Customs\n    \n- ACS enables Consignee to receive import shipment documents digitally\n    \n\n**Process Flows**:\n\n- Consignee System (I5CNE) → Airport Community System → GHA System (I6GHA)\n    \n- Consignee System (I5CNE) → Airport Community System → Web Based One Customs System (I6CUS)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → GHA System (I6GHA)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Customs Broker System (I6CB)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Consignee System (I6CNE)\n    \n- Air Cargo Agent System (I5ACA) → Airport Community System → Web Based One Customs System (I6CUS)\n    \n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| images | Array | n/a | M | Array of image objects (at least one required) |\n| images.id | String | 36 | M | Image ID (e.g., UUID format) |\n| images.name | String | 255 | M | Image name |\n| images.contentType | String | 70 | M | Must be valid MIME type |\n| images.size | Integer | n/a | M | Image size in bytes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"9be69209-35e6-46c2-ae19-b1cc5f5ec88f"}],"id":"a5678b95-626d-47ae-8299-6159708ce7d6","description":"<p>ACI process management handles the Advance Cargo Information workflow for a shipment. Use it to start or control the ACI flow.</p>\n","_postman_id":"a5678b95-626d-47ae-8299-6159708ce7d6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"19328606-982b-49d4-9f4e-d556ff2b0351","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b968668a-34e6-4879-995a-6bea2a16612c","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-06-04T08:28:25.711Z","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":[{"id":"7c8ecf3c-f6de-4130-83f6-2ff869a0b9be","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"fd067f46-bcb6-4610-842f-320c991c2010","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-06-04T08:28:25.711Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/draft-goods-declarations","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement Reference**: CL.I7CUS.14\n\n**Use Case:** ACI/GD process starts at Customs\n\n**Integration Point:** IN-CL.I7CUS.14-1\n\n**Description:** ACS enables Customs to receive flight manifest, MAWB, HAWB and create draft GD in PSW\n\n**Process Flow**:\n\n- Web Based One Customs System (I7CUS) → Airport Community System → Customs Broker System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Air Cargo Agent System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Consignee System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Pakistan Single Window System (I11CUS)"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1f588914-3e63-468e-8e55-04f3d6221e94","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"11d90930-51a3-4f59-8540-6a9d4cbf7c2c","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-06-04T08:28:25.711Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/draft-goods-declarations","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement Reference**: CL.I7CUS.14\n\n**Use Case:** ACI/GD process starts at Customs\n\n**Integration Point:** IN-CL.I7CUS.14-1\n\n**Description:** ACS enables Customs to receive flight manifest, MAWB, HAWB and create draft GD in PSW\n\n**Process Flow**:\n\n- Web Based One Customs System (I7CUS) → Airport Community System → Customs Broker System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Air Cargo Agent System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Consignee System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Pakistan Single Window System (I11CUS)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"d809c38a-7909-44bb-9ebc-330130a4d83e","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"e0d719ea-ae76-416c-b647-560f22df96d0","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-06-04T08:28:25.711Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/draft-goods-declarations","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement Reference**: CL.I7CUS.14\n\n**Use Case:** ACI/GD process starts at Customs\n\n**Integration Point:** IN-CL.I7CUS.14-1\n\n**Description:** ACS enables Customs to receive flight manifest, MAWB, HAWB and create draft GD in PSW\n\n**Process Flow**:\n\n- Web Based One Customs System (I7CUS) → Airport Community System → Customs Broker System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Air Cargo Agent System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Consignee System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Pakistan Single Window System (I11CUS)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"c1e07013-83bf-4998-8ca2-aee066ad0498","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"41ce6d31-ba7f-4327-928e-d32b47d766f5","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-06-04T08:28:25.711Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/draft-goods-declarations","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement Reference**: CL.I7CUS.14\n\n**Use Case:** ACI/GD process starts at Customs\n\n**Integration Point:** IN-CL.I7CUS.14-1\n\n**Description:** ACS enables Customs to receive flight manifest, MAWB, HAWB and create draft GD in PSW\n\n**Process Flow**:\n\n- Web Based One Customs System (I7CUS) → Airport Community System → Customs Broker System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Air Cargo Agent System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Consignee System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Pakistan Single Window System (I11CUS)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"45cc4e01-9f91-4c8f-99d5-d2c691b0675f","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"53607c9c-2a50-4c8e-8f6e-ea0cbb5997ad","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-06-04T08:28:25.711Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/import/draft-goods-declarations","description":"**Global API reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FZB](https://postman.belli.app/#9f1d1812-bd5e-405d-93c5-d18d63fc2de4)\n    \n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement Reference**: CL.I7CUS.14\n\n**Use Case:** ACI/GD process starts at Customs\n\n**Integration Point:** IN-CL.I7CUS.14-1\n\n**Description:** ACS enables Customs to receive flight manifest, MAWB, HAWB and create draft GD in PSW\n\n**Process Flow**:\n\n- Web Based One Customs System (I7CUS) → Airport Community System → Customs Broker System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Air Cargo Agent System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Consignee System (I11CUS)\n    \n- Web Based One Customs System (I7CUS) → Airport Community System → Pakistan Single Window System (I11CUS)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"19328606-982b-49d4-9f4e-d556ff2b0351"}],"id":"819249f5-6c51-4bbb-bbc5-4ef149d2fe60","description":"<p>The ACI and goods declaration process combines cargo pre-advice with goods declaration creation. Use it to run both steps in one flow.</p>\n","_postman_id":"819249f5-6c51-4bbb-bbc5-4ef149d2fe60","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"7338ba13-9e17-447d-bce2-87ec0c743516","description":"<p>The ACI and goods declaration area manages the initial cargo pre-advice and declaration flow for a shipment. Use it to run ACI on its own or continue into the combined ACI and GD flow.</p>\n","_postman_id":"7338ba13-9e17-447d-bce2-87ec0c743516","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"3d2b60c1-698a-44bc-88a2-246ecf63245a","_postman_id":"3d2b60c1-698a-44bc-88a2-246ecf63245a","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":"43b3d890-8b7e-41b6-80d7-853af14049e8","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"dc3ab4e7-dc86-4093-bc38-56afb1527910","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-06-04T08:28:25.711Z","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 (AL) → Airport Community System</p>\n</li>\n<li><p>GHA System (GHA) → Airport Community System</p>\n</li>\n<li><p>Express Parcel Operator System (EPO)→ Airport Community System</p>\n</li>\n<li><p>Air Cargo Agent (ACA) → Airport Community System</p>\n</li>\n<li><p>Airport Community System → Airline System (AL)</p>\n</li>\n<li><p>Airport Community System → GHA System (GHA)</p>\n</li>\n<li><p>Airport Community System → Express Parcel Operator System (EPO)</p>\n</li>\n<li><p>Airport Community System → Air Cargo Agent (ACA)</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":[{"id":"7588e293-f62a-4239-bb5b-a0610997927f","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"b8474226-a17b-4b23-8b26-6439d3a33438","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.711Z","description":"ISO 8601 timestamp of the request"}],"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement Reference**: TRC.1\n\n**Integration Point:** IN-TRC.1-1\n\n**Use Case:** End-to-end monitoring of cargo location, status & handling milestones\n\n**Descriptions**: ACS will get consignment & document status infromation from stakeholder, ACS enables all stakeholders to monitor consignment & document status in cargo terminals\n\n**Process Flows**:\n\n- Airline System → Airport Community System\n    \n- GHA System → Airport Community System\n    \n- Express Parcel Operator System→ Airport Community System\n    \n- Forwarders → Airport Community System\n    \n- Airport Community System → Airline System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Express Parcel Operator System\n    \n- Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument.VersionID.Value | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument.SenderParty\\[\\] | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.Value | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument.RecipientParty\\[\\] | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.Value | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument.ID.Value | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.PieceQuantity.Value | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment.LoadTypeCode.Value | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment.TotalPieceQuantity.Value | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment.TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\\\\\[8\\\\\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment.TransportContractDocument.Name.Value | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment.TransportContractDocument.TypeCode.Value | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment.OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment.OriginLocation.ID.Value | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment.FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment.FinalDestinationLocation.ID.Value | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment.ReportedStatus\\[\\] | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment.ReportedStatus\\[\\].ReasonCode.Value | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.PieceQuantity.Value | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\] | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ID.Value | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent.ScheduledOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\] | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].ID.Value | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].TypeCode.Value | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].FlightStatusTypeCode.Value | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.OccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.DateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\] | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].Description.Value | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].DescriptionCode.Value | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0a205356-9e2e-4ee1-af0a-ddc8013f7276","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e18cb33f-c7c8-49e8-be4d-5b000f9f9bd0","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.711Z","description":"ISO 8601 timestamp of the request"}],"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement Reference**: TRC.1\n\n**Integration Point:** IN-TRC.1-1\n\n**Use Case:** End-to-end monitoring of cargo location, status & handling milestones\n\n**Descriptions**: ACS will get consignment & document status infromation from stakeholder, ACS enables all stakeholders to monitor consignment & document status in cargo terminals\n\n**Process Flows**:\n\n- Airline System → Airport Community System\n    \n- GHA System → Airport Community System\n    \n- Express Parcel Operator System→ Airport Community System\n    \n- Forwarders → Airport Community System\n    \n- Airport Community System → Airline System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Express Parcel Operator System\n    \n- Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument.VersionID.Value | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument.SenderParty\\[\\] | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.Value | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument.RecipientParty\\[\\] | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.Value | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument.ID.Value | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.PieceQuantity.Value | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment.LoadTypeCode.Value | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment.TotalPieceQuantity.Value | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment.TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\\\\\[8\\\\\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment.TransportContractDocument.Name.Value | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment.TransportContractDocument.TypeCode.Value | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment.OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment.OriginLocation.ID.Value | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment.FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment.FinalDestinationLocation.ID.Value | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment.ReportedStatus\\[\\] | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment.ReportedStatus\\[\\].ReasonCode.Value | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.PieceQuantity.Value | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\] | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ID.Value | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent.ScheduledOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\] | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].ID.Value | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].TypeCode.Value | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].FlightStatusTypeCode.Value | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.OccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.DateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\] | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].Description.Value | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].DescriptionCode.Value | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"ca3176f0-7078-4eaa-8d12-efec4bf5e25a","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d2ad4182-9ad4-4477-b3df-f67bca681985","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.711Z","description":"ISO 8601 timestamp of the request"}],"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement Reference**: TRC.1\n\n**Integration Point:** IN-TRC.1-1\n\n**Use Case:** End-to-end monitoring of cargo location, status & handling milestones\n\n**Descriptions**: ACS will get consignment & document status infromation from stakeholder, ACS enables all stakeholders to monitor consignment & document status in cargo terminals\n\n**Process Flows**:\n\n- Airline System → Airport Community System\n    \n- GHA System → Airport Community System\n    \n- Express Parcel Operator System→ Airport Community System\n    \n- Forwarders → Airport Community System\n    \n- Airport Community System → Airline System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Express Parcel Operator System\n    \n- Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument.VersionID.Value | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument.SenderParty\\[\\] | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.Value | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument.RecipientParty\\[\\] | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.Value | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument.ID.Value | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.PieceQuantity.Value | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment.LoadTypeCode.Value | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment.TotalPieceQuantity.Value | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment.TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\\\\\[8\\\\\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment.TransportContractDocument.Name.Value | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment.TransportContractDocument.TypeCode.Value | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment.OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment.OriginLocation.ID.Value | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment.FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment.FinalDestinationLocation.ID.Value | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment.ReportedStatus\\[\\] | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment.ReportedStatus\\[\\].ReasonCode.Value | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.PieceQuantity.Value | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\] | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ID.Value | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent.ScheduledOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\] | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].ID.Value | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].TypeCode.Value | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].FlightStatusTypeCode.Value | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.OccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.DateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\] | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].Description.Value | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].DescriptionCode.Value | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"852997a3-345a-44cf-8a7b-9a4cdf5d84ce","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"c424d75b-9025-4c79-9ae7-4f801484895c","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.711Z","description":"ISO 8601 timestamp of the request"}],"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement Reference**: TRC.1\n\n**Integration Point:** IN-TRC.1-1\n\n**Use Case:** End-to-end monitoring of cargo location, status & handling milestones\n\n**Descriptions**: ACS will get consignment & document status infromation from stakeholder, ACS enables all stakeholders to monitor consignment & document status in cargo terminals\n\n**Process Flows**:\n\n- Airline System → Airport Community System\n    \n- GHA System → Airport Community System\n    \n- Express Parcel Operator System→ Airport Community System\n    \n- Forwarders → Airport Community System\n    \n- Airport Community System → Airline System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Express Parcel Operator System\n    \n- Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument.VersionID.Value | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument.SenderParty\\[\\] | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.Value | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument.RecipientParty\\[\\] | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.Value | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument.ID.Value | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.PieceQuantity.Value | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment.LoadTypeCode.Value | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment.TotalPieceQuantity.Value | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment.TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\\\\\[8\\\\\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment.TransportContractDocument.Name.Value | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment.TransportContractDocument.TypeCode.Value | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment.OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment.OriginLocation.ID.Value | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment.FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment.FinalDestinationLocation.ID.Value | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment.ReportedStatus\\[\\] | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment.ReportedStatus\\[\\].ReasonCode.Value | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.PieceQuantity.Value | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\] | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ID.Value | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent.ScheduledOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\] | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].ID.Value | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].TypeCode.Value | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].FlightStatusTypeCode.Value | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.OccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.DateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\] | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].Description.Value | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].DescriptionCode.Value | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"c82ea667-2e00-4d59-b8e4-da25406beb9d","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a90a81ff-cf65-46eb-97ed-fe45542d13ea","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.711Z","description":"ISO 8601 timestamp of the request"}],"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FSU+](https://postman.belli.app/#70c0c9a8-d179-44e4-b344-c50a0fe34c43)\n    \n\n**Requirement Reference**: TRC.1\n\n**Integration Point:** IN-TRC.1-1\n\n**Use Case:** End-to-end monitoring of cargo location, status & handling milestones\n\n**Descriptions**: ACS will get consignment & document status infromation from stakeholder, ACS enables all stakeholders to monitor consignment & document status in cargo terminals\n\n**Process Flows**:\n\n- Airline System → Airport Community System\n    \n- GHA System → Airport Community System\n    \n- Express Parcel Operator System→ Airport Community System\n    \n- Forwarders → Airport Community System\n    \n- Airport Community System → Airline System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Express Parcel Operator System\n    \n- Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument.VersionID.Value | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument.SenderParty\\[\\] | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.Value | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument.RecipientParty\\[\\] | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.Value | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument.ID.Value | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.PieceQuantity.Value | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment.LoadTypeCode.Value | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment.TotalPieceQuantity.Value | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment.TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\\\\\[8\\\\\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment.TransportContractDocument.Name.Value | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment.TransportContractDocument.TypeCode.Value | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment.OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment.OriginLocation.ID.Value | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment.FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment.FinalDestinationLocation.ID.Value | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment.ReportedStatus\\[\\] | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment.ReportedStatus\\[\\].ReasonCode.Value | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.PieceQuantity.Value | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\] | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ID.Value | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent.ScheduledOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\] | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].ID.Value | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].TypeCode.Value | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].FlightStatusTypeCode.Value | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.OccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.DateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\] | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].Description.Value | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].DescriptionCode.Value | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"43b3d890-8b7e-41b6-80d7-853af14049e8"}],"id":"39a81a73-a181-4136-bfe1-cd57f56648de","description":"<p>A status update is a shipment event message that shows a cargo record has changed state, such as received, departed, or offloaded. In this section, users send cargo status updates in JSON.</p>\n","_postman_id":"39a81a73-a181-4136-bfe1-cd57f56648de","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"ca46102d-c854-4a61-97dc-787cd3ab95cd","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"d6fa8a37-b7cd-48e6-83e0-1a400dda6886","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-06-04T08:28:25.712Z","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 (AL) → Airport Community System</p>\n</li>\n<li><p>Express Parcel Operator System (EPO) → Airport Community System</p>\n</li>\n<li><p>GHA System (GHA) → Airport Community System</p>\n</li>\n<li><p>Air Cargo Agent (ACA) → 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":[{"id":"8bacf642-c923-40cf-ae50-146614e1616e","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"1efadb14-7bc9-41b6-b554-453c77d8881d","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.712Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.2\n\n**Use Case**: Time & temperature (data loggers) information\n\n**Integration Point:** IN-TRC.2-1\n\n**Description**: 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.\n\n**Process Flows**:\n\n- Airline System → Airport Community System\n    \n- Express Parcel Operator System → Airport Community System\n    \n- GHA System → Airport Community System\n    \n- Forwarders → Airport Community System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| readings | Object | n/a | M | Object containing one or more reading entries |\n| readings.device_identifier | String | 1-70 | M | Unique logger/device ID (e.g., 487065965922) |\n| readings.timestamp | String | n/a | M | ISO 8601 UTC datetime format (e.g., YYYY-MM-DDTHH:MM:SSZ) |\n| readings.sensors | Object | n/a | M | Container for sensor measurements captured at timestamp |\n| readings.sensors.temperature | Object | n/a | C | Required when temperature is reported |\n| readings.sensors.temperature.value | Number | n/a | C | Numeric temperature value (e.g., 20.6) |\n| readings.sensors.temperature.units | String | 2-10 | C | Temperature unit (e.g., °C, °F, K) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"484da321-047a-41e8-adc5-5499f3a667c2","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"84b32eeb-155f-4d29-8643-2d39b519a540","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.712Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.2\n\n**Use Case**: Time & temperature (data loggers) information\n\n**Integration Point:** IN-TRC.2-1\n\n**Description**: 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.\n\n**Process Flows**:\n\n- Airline System → Airport Community System\n    \n- Express Parcel Operator System → Airport Community System\n    \n- GHA System → Airport Community System\n    \n- Forwarders → Airport Community System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| readings | Object | n/a | M | Object containing one or more reading entries |\n| readings.device_identifier | String | 1-70 | M | Unique logger/device ID (e.g., 487065965922) |\n| readings.timestamp | String | n/a | M | ISO 8601 UTC datetime format (e.g., YYYY-MM-DDTHH:MM:SSZ) |\n| readings.sensors | Object | n/a | M | Container for sensor measurements captured at timestamp |\n| readings.sensors.temperature | Object | n/a | C | Required when temperature is reported |\n| readings.sensors.temperature.value | Number | n/a | C | Numeric temperature value (e.g., 20.6) |\n| readings.sensors.temperature.units | String | 2-10 | C | Temperature unit (e.g., °C, °F, K) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"a0dd2908-efab-4666-8265-3ac759521dee","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"d84dc3e3-21db-46b5-a3c5-1f02c7d9c13e","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.712Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.2\n\n**Use Case**: Time & temperature (data loggers) information\n\n**Integration Point:** IN-TRC.2-1\n\n**Description**: 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.\n\n**Process Flows**:\n\n- Airline System → Airport Community System\n    \n- Express Parcel Operator System → Airport Community System\n    \n- GHA System → Airport Community System\n    \n- Forwarders → Airport Community System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| readings | Object | n/a | M | Object containing one or more reading entries |\n| readings.device_identifier | String | 1-70 | M | Unique logger/device ID (e.g., 487065965922) |\n| readings.timestamp | String | n/a | M | ISO 8601 UTC datetime format (e.g., YYYY-MM-DDTHH:MM:SSZ) |\n| readings.sensors | Object | n/a | M | Container for sensor measurements captured at timestamp |\n| readings.sensors.temperature | Object | n/a | C | Required when temperature is reported |\n| readings.sensors.temperature.value | Number | n/a | C | Numeric temperature value (e.g., 20.6) |\n| readings.sensors.temperature.units | String | 2-10 | C | Temperature unit (e.g., °C, °F, K) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"b3f4f0a9-9bb0-4349-a289-e20761edfbb0","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"df35f05d-b71f-44a8-857d-e8331a9037e2","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.712Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.2\n\n**Use Case**: Time & temperature (data loggers) information\n\n**Integration Point:** IN-TRC.2-1\n\n**Description**: 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.\n\n**Process Flows**:\n\n- Airline System → Airport Community System\n    \n- Express Parcel Operator System → Airport Community System\n    \n- GHA System → Airport Community System\n    \n- Forwarders → Airport Community System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| readings | Object | n/a | M | Object containing one or more reading entries |\n| readings.device_identifier | String | 1-70 | M | Unique logger/device ID (e.g., 487065965922) |\n| readings.timestamp | String | n/a | M | ISO 8601 UTC datetime format (e.g., YYYY-MM-DDTHH:MM:SSZ) |\n| readings.sensors | Object | n/a | M | Container for sensor measurements captured at timestamp |\n| readings.sensors.temperature | Object | n/a | C | Required when temperature is reported |\n| readings.sensors.temperature.value | Number | n/a | C | Numeric temperature value (e.g., 20.6) |\n| readings.sensors.temperature.units | String | 2-10 | C | Temperature unit (e.g., °C, °F, K) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"7faac82a-5fab-4fc4-95d9-10bf30b4c4f2","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"338326f2-fe3d-44cb-87eb-fad3259684cb","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.712Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.2\n\n**Use Case**: Time & temperature (data loggers) information\n\n**Integration Point:** IN-TRC.2-1\n\n**Description**: 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.\n\n**Process Flows**:\n\n- Airline System → Airport Community System\n    \n- Express Parcel Operator System → Airport Community System\n    \n- GHA System → Airport Community System\n    \n- Forwarders → Airport Community System\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| readings | Object | n/a | M | Object containing one or more reading entries |\n| readings.device_identifier | String | 1-70 | M | Unique logger/device ID (e.g., 487065965922) |\n| readings.timestamp | String | n/a | M | ISO 8601 UTC datetime format (e.g., YYYY-MM-DDTHH:MM:SSZ) |\n| readings.sensors | Object | n/a | M | Container for sensor measurements captured at timestamp |\n| readings.sensors.temperature | Object | n/a | C | Required when temperature is reported |\n| readings.sensors.temperature.value | Number | n/a | C | Numeric temperature value (e.g., 20.6) |\n| readings.sensors.temperature.units | String | 2-10 | C | Temperature unit (e.g., °C, °F, K) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"ca46102d-c854-4a61-97dc-787cd3ab95cd"}],"id":"5ed5ac80-2cf6-4ea6-919b-56b8f51b8c0f","description":"<p>Sensor data is information from devices attached to cargo or vehicles, such as temperature or motion readings. In this section, users submit sensor readings for cargo tracking and monitoring.</p>\n","_postman_id":"5ed5ac80-2cf6-4ea6-919b-56b8f51b8c0f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"d34bde24-95f7-4861-ae40-4ccd96fb34b0","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"4152be51-ea58-4034-8e22-116213a049aa","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-06-04T08:28:25.712Z","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 (AL)</p>\n</li>\n<li><p>Mobile App / Vehicle Tracker → Airport Community System → Express Parcel Operator System (EPO)</p>\n</li>\n<li><p>Mobile App / Vehicle Tracker → Airport Community System → GHA System (GHA)</p>\n</li>\n<li><p>Mobile App / Vehicle Tracker → Airport Community System → Air Cargo Agent (ACA)</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":[{"id":"990ffd9d-e5f9-4d6b-b138-8dc662cdc053","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ceed5c36-b3a8-4c25-8f1a-9c003a041aad","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.712Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.3\n\n**Use Case**: Vehicle movement for cargo terminal area\n\n**Integration Point:** IN-TRC.3-1\n\n**Description**: ACS enables tracking of vehicle movement transporting consignments by receiving vehicle location from mobile app or vehicle trackers\n\n**Process Flows**:\n\n- Mobile App / Vehicle Tracker → Airport Community System → Airline System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → Express Parcel Operator System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → GHA System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| ghaCode | String | 70 | M | Valid GHA identifier (e.g., GHA-KHI-01) |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverMobile | String | 16 | M | ITU E.164 numbering format |\n| geolocation | Object | n/a | O | Must include value and/or accuracy |\n| geolocation.value | String | n/a | M | ISO 6709:2022 format (e.g., +dd.dddd+ddd.dddd/) |\n| geolocation.accuracy | Number | n/a | O | Accuracy in meters |\n| tokenValidation | String | 35 | M | Must be one of predefined validation types (e.g., QR_CODE) |\n| geofencingMethod | String | 35 | O | Method used for geofencing (e.g., App based) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4000569c-17e1-46bf-8dd6-53a98c815898","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"a230990a-4c2b-489b-b4f8-9fbf50e727c7","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.712Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.3\n\n**Use Case**: Vehicle movement for cargo terminal area\n\n**Integration Point:** IN-TRC.3-1\n\n**Description**: ACS enables tracking of vehicle movement transporting consignments by receiving vehicle location from mobile app or vehicle trackers\n\n**Process Flows**:\n\n- Mobile App / Vehicle Tracker → Airport Community System → Airline System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → Express Parcel Operator System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → GHA System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| ghaCode | String | 70 | M | Valid GHA identifier (e.g., GHA-KHI-01) |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverMobile | String | 16 | M | ITU E.164 numbering format |\n| geolocation | Object | n/a | O | Must include value and/or accuracy |\n| geolocation.value | String | n/a | M | ISO 6709:2022 format (e.g., +dd.dddd+ddd.dddd/) |\n| geolocation.accuracy | Number | n/a | O | Accuracy in meters |\n| tokenValidation | String | 35 | M | Must be one of predefined validation types (e.g., QR_CODE) |\n| geofencingMethod | String | 35 | O | Method used for geofencing (e.g., App based) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"d0855fa6-c600-4b7d-b4fe-e87926d0269a","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"5208f45f-059f-4b99-b77b-682ee5e0b91f","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.712Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.3\n\n**Use Case**: Vehicle movement for cargo terminal area\n\n**Integration Point:** IN-TRC.3-1\n\n**Description**: ACS enables tracking of vehicle movement transporting consignments by receiving vehicle location from mobile app or vehicle trackers\n\n**Process Flows**:\n\n- Mobile App / Vehicle Tracker → Airport Community System → Airline System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → Express Parcel Operator System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → GHA System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| ghaCode | String | 70 | M | Valid GHA identifier (e.g., GHA-KHI-01) |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverMobile | String | 16 | M | ITU E.164 numbering format |\n| geolocation | Object | n/a | O | Must include value and/or accuracy |\n| geolocation.value | String | n/a | M | ISO 6709:2022 format (e.g., +dd.dddd+ddd.dddd/) |\n| geolocation.accuracy | Number | n/a | O | Accuracy in meters |\n| tokenValidation | String | 35 | M | Must be one of predefined validation types (e.g., QR_CODE) |\n| geofencingMethod | String | 35 | O | Method used for geofencing (e.g., App based) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"c29bb505-d7ec-4907-b795-fa8fb6859d4f","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"afaf69d9-2be6-4a6d-bf8a-2f1231df6455","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.712Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.3\n\n**Use Case**: Vehicle movement for cargo terminal area\n\n**Integration Point:** IN-TRC.3-1\n\n**Description**: ACS enables tracking of vehicle movement transporting consignments by receiving vehicle location from mobile app or vehicle trackers\n\n**Process Flows**:\n\n- Mobile App / Vehicle Tracker → Airport Community System → Airline System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → Express Parcel Operator System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → GHA System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| ghaCode | String | 70 | M | Valid GHA identifier (e.g., GHA-KHI-01) |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverMobile | String | 16 | M | ITU E.164 numbering format |\n| geolocation | Object | n/a | O | Must include value and/or accuracy |\n| geolocation.value | String | n/a | M | ISO 6709:2022 format (e.g., +dd.dddd+ddd.dddd/) |\n| geolocation.accuracy | Number | n/a | O | Accuracy in meters |\n| tokenValidation | String | 35 | M | Must be one of predefined validation types (e.g., QR_CODE) |\n| geofencingMethod | String | 35 | O | Method used for geofencing (e.g., App based) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"5775d74c-b483-4035-9918-752f229737c3","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"9ebf37a0-8df0-4da0-bf1b-7e535f889906","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.712Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.3\n\n**Use Case**: Vehicle movement for cargo terminal area\n\n**Integration Point:** IN-TRC.3-1\n\n**Description**: ACS enables tracking of vehicle movement transporting consignments by receiving vehicle location from mobile app or vehicle trackers\n\n**Process Flows**:\n\n- Mobile App / Vehicle Tracker → Airport Community System → Airline System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → Express Parcel Operator System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → GHA System\n    \n- Mobile App / Vehicle Tracker → Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| ghaCode | String | 70 | M | Valid GHA identifier (e.g., GHA-KHI-01) |\n| vehicleToken | String | 70 | M | Must reference a valid vehicle token |\n| registrationNumber | String | 70 | M | Valid vehicle registration number |\n| driverName | String | 255 | M | Driver full name |\n| driverCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| driverMobile | String | 16 | M | ITU E.164 numbering format |\n| geolocation | Object | n/a | O | Must include value and/or accuracy |\n| geolocation.value | String | n/a | M | ISO 6709:2022 format (e.g., +dd.dddd+ddd.dddd/) |\n| geolocation.accuracy | Number | n/a | O | Accuracy in meters |\n| tokenValidation | String | 35 | M | Must be one of predefined validation types (e.g., QR_CODE) |\n| geofencingMethod | String | 35 | O | Method used for geofencing (e.g., App based) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"d34bde24-95f7-4861-ae40-4ccd96fb34b0"}],"id":"379f8bf7-1700-4545-8082-d854887f6750","description":"<p>Vehicle location is the current position of a truck or other transport carrying cargo. In this section, users send location updates so the shipment can be tracked while in transit.</p>\n","_postman_id":"379f8bf7-1700-4545-8082-d854887f6750","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"59ead456-b609-4949-910e-65215aec3c48","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"05541d18-9ce7-4e1a-a4de-d862649e5cd9","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-06-04T08:28:25.712Z","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 (AL)</p>\n</li>\n<li><p>Airport Community System → Express Parcel Operator System (EPO)</p>\n</li>\n<li><p>Airport Community System → GHA System (GHA)</p>\n</li>\n<li><p>Airport Community System → Air Cargo Agent (ACA)</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":[{"id":"f5ad9e4f-94cf-4373-ae2b-e598c1cc75cd","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"afbccf84-0e19-4d51-b606-0f4f5a6b7a01","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.712Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.3\n\n**Use Case**: Vehicle movement for cargo terminal area\n\n**Integration Point:** IN-TRC.3-1\n\n**Description**: ACS sends defined geofenced area to stakeholders via information of geometric area covered\n\n**Process Flows**:\n\n- Airport Community System → Airline System\n    \n- Airport Community System → Express Parcel Operator System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| zoneName | String | 255 | M | Human‑readable geofence name |\n| zoneType | String | 35 | O | Must be one of predefined zone types (e.g., LOADING_ZONE) |\n| airportCode | string | 3 | M | IATA location identifier or UNECE REC.16. |\n| terminalCode | String | 10 | O | Terminal identifier (e.g., T1) |\n| geometry | Object | n/a | M | Geofence geometry container |\n| geometry.type | String | 10 | M | Must be POLYGON or CIRCLE |\n| geometry.coordinates | Array | n/a | M | ISO 6709:2022 coordinate strings in polygon order |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c3981047-7908-4279-9afb-0efab5d707ef","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"e7e3bb55-2091-4130-8ac7-b1f87681a340","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.712Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.3\n\n**Use Case**: Vehicle movement for cargo terminal area\n\n**Integration Point:** IN-TRC.3-1\n\n**Description**: ACS sends defined geofenced area to stakeholders via information of geometric area covered\n\n**Process Flows**:\n\n- Airport Community System → Airline System\n    \n- Airport Community System → Express Parcel Operator System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| zoneName | String | 255 | M | Human‑readable geofence name |\n| zoneType | String | 35 | O | Must be one of predefined zone types (e.g., LOADING_ZONE) |\n| airportCode | string | 3 | M | IATA location identifier or UNECE REC.16. |\n| terminalCode | String | 10 | O | Terminal identifier (e.g., T1) |\n| geometry | Object | n/a | M | Geofence geometry container |\n| geometry.type | String | 10 | M | Must be POLYGON or CIRCLE |\n| geometry.coordinates | Array | n/a | M | ISO 6709:2022 coordinate strings in polygon order |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"e8e268f1-fe42-4a7d-ac3d-93f89aaa2131","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"ce2ddb63-1a92-425c-8d1c-e2671e6b1de0","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.712Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.3\n\n**Use Case**: Vehicle movement for cargo terminal area\n\n**Integration Point:** IN-TRC.3-1\n\n**Description**: ACS sends defined geofenced area to stakeholders via information of geometric area covered\n\n**Process Flows**:\n\n- Airport Community System → Airline System\n    \n- Airport Community System → Express Parcel Operator System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| zoneName | String | 255 | M | Human‑readable geofence name |\n| zoneType | String | 35 | O | Must be one of predefined zone types (e.g., LOADING_ZONE) |\n| airportCode | string | 3 | M | IATA location identifier or UNECE REC.16. |\n| terminalCode | String | 10 | O | Terminal identifier (e.g., T1) |\n| geometry | Object | n/a | M | Geofence geometry container |\n| geometry.type | String | 10 | M | Must be POLYGON or CIRCLE |\n| geometry.coordinates | Array | n/a | M | ISO 6709:2022 coordinate strings in polygon order |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"3608907a-baf3-4412-86ac-bfa4903d4e03","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"566cff00-496b-4db6-ae18-c607ba8de94d","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.712Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.3\n\n**Use Case**: Vehicle movement for cargo terminal area\n\n**Integration Point:** IN-TRC.3-1\n\n**Description**: ACS sends defined geofenced area to stakeholders via information of geometric area covered\n\n**Process Flows**:\n\n- Airport Community System → Airline System\n    \n- Airport Community System → Express Parcel Operator System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| zoneName | String | 255 | M | Human‑readable geofence name |\n| zoneType | String | 35 | O | Must be one of predefined zone types (e.g., LOADING_ZONE) |\n| airportCode | string | 3 | M | IATA location identifier or UNECE REC.16. |\n| terminalCode | String | 10 | O | Terminal identifier (e.g., T1) |\n| geometry | Object | n/a | M | Geofence geometry container |\n| geometry.type | String | 10 | M | Must be POLYGON or CIRCLE |\n| geometry.coordinates | Array | n/a | M | ISO 6709:2022 coordinate strings in polygon order |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"aecb0e92-c61a-4281-9a7e-2aada0ae2413","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"402483dd-6028-47ff-804e-bdf8b1369e10","description":"Unique request identifier for traceability"},{"key":"X-Request-System","value":"{{sender_system_id}}","description":"Identifier of the sending/requesting system (e.g., GHA-KHI-001, AL-EK)"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.713Z","description":"ISO 8601 timestamp of the request"}],"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":"**Requirement Reference**: TRC.3\n\n**Use Case**: Vehicle movement for cargo terminal area\n\n**Integration Point:** IN-TRC.3-1\n\n**Description**: ACS sends defined geofenced area to stakeholders via information of geometric area covered\n\n**Process Flows**:\n\n- Airport Community System → Airline System\n    \n- Airport Community System → Express Parcel Operator System\n    \n- Airport Community System → GHA System\n    \n- Airport Community System → Forwarders\n    \n\n**Priority**: P1\n\n**API Parameters**:\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| zoneName | String | 255 | M | Human‑readable geofence name |\n| zoneType | String | 35 | O | Must be one of predefined zone types (e.g., LOADING_ZONE) |\n| airportCode | string | 3 | M | IATA location identifier or UNECE REC.16. |\n| terminalCode | String | 10 | O | Terminal identifier (e.g., T1) |\n| geometry | Object | n/a | M | Geofence geometry container |\n| geometry.type | String | 10 | M | Must be POLYGON or CIRCLE |\n| geometry.coordinates | Array | n/a | M | ISO 6709:2022 coordinate strings in polygon order |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"59ead456-b609-4949-910e-65215aec3c48"}],"id":"a70fda8b-0fbc-467f-b539-2c564ae215e5","description":"<p>Geofencing is a virtual boundary around a place such as a warehouse, airport, or customs yard. In this section, users define the zone that triggers tracking or alert logic when a vehicle enters or leaves it.</p>\n","_postman_id":"a70fda8b-0fbc-467f-b539-2c564ae215e5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"9be1151d-93a4-4a6e-b135-76dea4b33fa5","_postman_id":"9be1151d-93a4-4a6e-b135-76dea4b33fa5","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":"c30f9727-b6c2-43c3-be48-5808a33063da","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"a0404597-54f0-4f63-85b9-84a16a0774f9","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-06-04T08:28:25.713Z","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":[{"id":"fab2b6dc-2495-44e9-b26e-7438d4a79163","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"0e7536f8-301a-4bc9-a576-b23ab8576a9f","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-06-04T08:28:25.713Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/receipts","description":"**Global API References**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- TR.I4AL.1\n    \n- TR.I4GHA.2\n    \n- TR.I4CUS.3\n    \n\n**Use Cases:**\n\n- Send and Transit Flight Manifest\n    \n- Forward Transit Data to Customs\n    \n\n**Description**: Airline sends FFM, FWB and FHL for all transit shipments on the flight, GHA sends validated transit shipment details to Customs (WeBOC) for review\n\n**Process Flows**:\n\n- Airline System → Airport Community System → GHA System\n    \n- Airline System → Airport Community System → Pakistan Single Window System\n    \n- Airline System → Airport Community System → Postal Aviation Authority System\n    \n- Airline System → Airport Community System → Air Cargo Agent System\n    \n- Airline System → Airport Community System → Consignee System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"31057e1f-d833-4b9e-a977-0e4407b78611","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"0fa60bec-88b7-479e-9940-e71fc8ab3626","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-06-04T08:28:25.713Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/receipts","description":"**Global API References**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- TR.I4AL.1\n    \n- TR.I4GHA.2\n    \n- TR.I4CUS.3\n    \n\n**Use Cases:**\n\n- Send and Transit Flight Manifest\n    \n- Forward Transit Data to Customs\n    \n\n**Description**: Airline sends FFM, FWB and FHL for all transit shipments on the flight, GHA sends validated transit shipment details to Customs (WeBOC) for review\n\n**Process Flows**:\n\n- Airline System → Airport Community System → GHA System\n    \n- Airline System → Airport Community System → Pakistan Single Window System\n    \n- Airline System → Airport Community System → Postal Aviation Authority System\n    \n- Airline System → Airport Community System → Air Cargo Agent System\n    \n- Airline System → Airport Community System → Consignee System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"b8ea5a2b-339c-4ca2-8882-c4cb6b1c5943","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"244d744e-3c4a-4e61-8432-7b7d86a92d31","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-06-04T08:28:25.713Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/receipts","description":"**Global API References**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- TR.I4AL.1\n    \n- TR.I4GHA.2\n    \n- TR.I4CUS.3\n    \n\n**Use Cases:**\n\n- Send and Transit Flight Manifest\n    \n- Forward Transit Data to Customs\n    \n\n**Description**: Airline sends FFM, FWB and FHL for all transit shipments on the flight, GHA sends validated transit shipment details to Customs (WeBOC) for review\n\n**Process Flows**:\n\n- Airline System → Airport Community System → GHA System\n    \n- Airline System → Airport Community System → Pakistan Single Window System\n    \n- Airline System → Airport Community System → Postal Aviation Authority System\n    \n- Airline System → Airport Community System → Air Cargo Agent System\n    \n- Airline System → Airport Community System → Consignee System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"76dd8f91-a5c4-4620-993e-6d25966a9f88","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"70c40596-1ba9-4f28-a332-b7a98aa555b6","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-06-04T08:28:25.713Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/receipts","description":"**Global API References**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- TR.I4AL.1\n    \n- TR.I4GHA.2\n    \n- TR.I4CUS.3\n    \n\n**Use Cases:**\n\n- Send and Transit Flight Manifest\n    \n- Forward Transit Data to Customs\n    \n\n**Description**: Airline sends FFM, FWB and FHL for all transit shipments on the flight, GHA sends validated transit shipment details to Customs (WeBOC) for review\n\n**Process Flows**:\n\n- Airline System → Airport Community System → GHA System\n    \n- Airline System → Airport Community System → Pakistan Single Window System\n    \n- Airline System → Airport Community System → Postal Aviation Authority System\n    \n- Airline System → Airport Community System → Air Cargo Agent System\n    \n- Airline System → Airport Community System → Consignee System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"fca5f89a-15a1-4126-b50f-b561fc58f6c3","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"d0daf55d-e0de-4a48-9850-cf5181ccd608","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-06-04T08:28:25.713Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/receipts","description":"**Global API References**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n- [FWB](https://postman.belli.app/#51997c7a-5e16-4466-b9e7-787c52a6734c)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- TR.I4AL.1\n    \n- TR.I4GHA.2\n    \n- TR.I4CUS.3\n    \n\n**Use Cases:**\n\n- Send and Transit Flight Manifest\n    \n- Forward Transit Data to Customs\n    \n\n**Description**: Airline sends FFM, FWB and FHL for all transit shipments on the flight, GHA sends validated transit shipment details to Customs (WeBOC) for review\n\n**Process Flows**:\n\n- Airline System → Airport Community System → GHA System\n    \n- Airline System → Airport Community System → Pakistan Single Window System\n    \n- Airline System → Airport Community System → Postal Aviation Authority System\n    \n- Airline System → Airport Community System → Air Cargo Agent System\n    \n- Airline System → Airport Community System → Consignee System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"c30f9727-b6c2-43c3-be48-5808a33063da"}],"id":"3a420b75-715e-4b41-b1b8-2db67aeaabb6","description":"<p>Inbound flight data reception records the arrival details for an incoming flight. Use this section to send the flight data message in JSON format.</p>\n","_postman_id":"3a420b75-715e-4b41-b1b8-2db67aeaabb6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"8d07899d-9821-4d2a-9e91-b29bfa949ee4","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"a8d6f466-d2a7-4659-87e3-69cf4cb13cd5","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-06-04T08:28:25.713Z","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":[{"id":"4f4526f5-40e2-4509-8a35-d5e01bd513f5","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"874ffc95-6b32-46c9-9e20-96cbcf3a0e02","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-06-04T08:28:25.713Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- TR.I5PAA.4\n    \n- TR.I5PSW.5\n    \n\n**Use Case**: PAA & PSW receives the FFM message for statistical purposes\n\n**Description**: ACS will enable PAA & PSW to receive Flight manifest data in digital format for statistical purposes\n\n**Process Flows**:\n\n- Airport Community System → Pakistan Single Window System\n    \n- Airport Community System → Postal Aviation Authority System\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"8ad7a193-1a0c-498e-b861-c5ff98e39fb3","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"e02145a2-880b-4841-ac56-e332ada19e76","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-06-04T08:28:25.713Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- TR.I5PAA.4\n    \n- TR.I5PSW.5\n    \n\n**Use Case**: PAA & PSW receives the FFM message for statistical purposes\n\n**Description**: ACS will enable PAA & PSW to receive Flight manifest data in digital format for statistical purposes\n\n**Process Flows**:\n\n- Airport Community System → Pakistan Single Window System\n    \n- Airport Community System → Postal Aviation Authority System\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"b5f98d32-4c67-408f-92a3-324691fce02a","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"f24917b3-3d7e-4ee4-8bdf-b0cf6f9479bd","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-06-04T08:28:25.713Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- TR.I5PAA.4\n    \n- TR.I5PSW.5\n    \n\n**Use Case**: PAA & PSW receives the FFM message for statistical purposes\n\n**Description**: ACS will enable PAA & PSW to receive Flight manifest data in digital format for statistical purposes\n\n**Process Flows**:\n\n- Airport Community System → Pakistan Single Window System\n    \n- Airport Community System → Postal Aviation Authority System\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"165686f7-2bb6-4319-9bb5-50a57e25e7f7","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"97a549e0-afe0-40c8-b1c4-cda30c210ac0","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-06-04T08:28:25.713Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- TR.I5PAA.4\n    \n- TR.I5PSW.5\n    \n\n**Use Case**: PAA & PSW receives the FFM message for statistical purposes\n\n**Description**: ACS will enable PAA & PSW to receive Flight manifest data in digital format for statistical purposes\n\n**Process Flows**:\n\n- Airport Community System → Pakistan Single Window System\n    \n- Airport Community System → Postal Aviation Authority System\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"ff47b2aa-d414-48d3-8d17-9423875866ba","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"b5166cbf-b6af-4fd4-849e-733b22b85928","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-06-04T08:28:25.713Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- TR.I5PAA.4\n    \n- TR.I5PSW.5\n    \n\n**Use Case**: PAA & PSW receives the FFM message for statistical purposes\n\n**Description**: ACS will enable PAA & PSW to receive Flight manifest data in digital format for statistical purposes\n\n**Process Flows**:\n\n- Airport Community System → Pakistan Single Window System\n    \n- Airport Community System → Postal Aviation Authority System\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"89776aa5-9f62-44f8-ba7b-e7a1e34cc7b4","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"a0146806-3e07-4148-bef2-dc426e9b54f0","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-06-04T08:28:25.713Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- TR.I5PAA.4\n    \n- TR.I5PSW.5\n    \n\n**Use Case**: PAA & PSW receives the FFM message for statistical purposes\n\n**Description**: ACS will enable PAA & PSW to receive Flight manifest data in digital format for statistical purposes\n\n**Process Flows**:\n\n- Airport Community System → Pakistan Single Window System\n    \n- Airport Community System → Postal Aviation Authority System\n    \n\n**Priority**: P1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"4aba4219-6a78-4d99-885e-e82d4db30215","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text"},{"key":"X-Request-ID","value":"955ccaf1-5876-4d8b-acca-4dddebdb079d","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-06-04T08:28:25.714Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/transit/inbound/flight-manifests/:id/push/paa","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","transit","inbound","flight-manifests",":id","push","paa"],"variable":[{"key":"id","value":"ffm-20251202-001"}]},"description":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- TR.I5PAA.4\n    \n- TR.I5PSW.5\n    \n\n**Use Case**: PAA & PSW receives the FFM message for statistical purposes\n\n**Description**: ACS will enable PAA & PSW to receive Flight manifest data in digital format for statistical purposes\n\n**Process Flows**:\n\n- Airport Community System → Pakistan Single Window System\n    \n- Airport Community System → Postal Aviation Authority System\n    \n\n**Priority**: P1"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"8d07899d-9821-4d2a-9e91-b29bfa949ee4"}],"id":"5c3504be-fc0e-4a62-87d7-9b781af5474b","description":"<p>Statistical distribution shares flight manifest information with other parties. Use this section to push the manifest details to stakeholders.</p>\n","_postman_id":"5c3504be-fc0e-4a62-87d7-9b781af5474b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"15d91fe0-6de0-40ab-aa2c-d33687768ac3","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"6a982b21-d0f4-4522-b8ca-cc6810d63988","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-06-04T08:28:25.714Z","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":[{"id":"e4da99b1-12cd-4ca0-bbb7-f7be751c341d","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"21a9917c-d78c-46d0-974c-923802b7fb68","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-06-04T08:28:25.714Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.I5GHA.6\n\n**Use Case**: Aircraft Technical Stop\n\n**Description**: ACS will enable Customs, PAA and PSW to receive aircraft arrival at the airport information digitally\n\n**Process Flows**:\n\n- GHA System → Airport Community System → WeBOC System\n    \n- GHA System → Airport Community System → Postal Aviation Authority System\n    \n- GHA System → Airport Community System → Pakistan Single Window System\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b2fd8a02-4827-4a8b-b1c8-5c9eb2cdc19f","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"aae73397-e724-4eb3-9d6c-45d0b3e55c3b","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-06-04T08:28:25.714Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.I5GHA.6\n\n**Use Case**: Aircraft Technical Stop\n\n**Description**: ACS will enable Customs, PAA and PSW to receive aircraft arrival at the airport information digitally\n\n**Process Flows**:\n\n- GHA System → Airport Community System → WeBOC System\n    \n- GHA System → Airport Community System → Postal Aviation Authority System\n    \n- GHA System → Airport Community System → Pakistan Single Window System\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"f16e0912-852b-4128-af7b-0bde95ad8859","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"de79c21c-a821-4a42-a053-8f5f8cecfa60","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-06-04T08:28:25.714Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.I5GHA.6\n\n**Use Case**: Aircraft Technical Stop\n\n**Description**: ACS will enable Customs, PAA and PSW to receive aircraft arrival at the airport information digitally\n\n**Process Flows**:\n\n- GHA System → Airport Community System → WeBOC System\n    \n- GHA System → Airport Community System → Postal Aviation Authority System\n    \n- GHA System → Airport Community System → Pakistan Single Window System\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"bf24e7d2-64e1-437d-8719-6a84fab95a35","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"cc322d6a-4d03-4b8d-899e-94f20c16d72d","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-06-04T08:28:25.714Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.I5GHA.6\n\n**Use Case**: Aircraft Technical Stop\n\n**Description**: ACS will enable Customs, PAA and PSW to receive aircraft arrival at the airport information digitally\n\n**Process Flows**:\n\n- GHA System → Airport Community System → WeBOC System\n    \n- GHA System → Airport Community System → Postal Aviation Authority System\n    \n- GHA System → Airport Community System → Pakistan Single Window System\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d9f91465-32ab-4bb2-a142-7a773fdf0db2","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"2cfe9cda-6cc1-4cf0-8ee5-b5f94cabc3e2","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-06-04T08:28:25.714Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.I5GHA.6\n\n**Use Case**: Aircraft Technical Stop\n\n**Description**: ACS will enable Customs, PAA and PSW to receive aircraft arrival at the airport information digitally\n\n**Process Flows**:\n\n- GHA System → Airport Community System → WeBOC System\n    \n- GHA System → Airport Community System → Postal Aviation Authority System\n    \n- GHA System → Airport Community System → Pakistan Single Window System\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"15d91fe0-6de0-40ab-aa2c-d33687768ac3"}],"id":"514cfacc-487d-4667-b668-4f55dc6e593d","description":"<p>Aircraft arrival for a technical stop records the arrival event before the next leg. Use this section to submit the aircraft arrival message in JSON format.</p>\n","_postman_id":"514cfacc-487d-4667-b668-4f55dc6e593d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"052ab571-38a8-4177-977d-a3c795494d4a","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"c6caddfd-fe2b-4289-9ddf-50ee39d26789","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-06-04T08:28:25.714Z","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":[{"id":"6fa54ab8-c7d1-4362-8c7d-02505c4ffcdc","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"b37b29a6-5f21-43ac-a50c-837d5d98d33b","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-06-04T08:28:25.714Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: TR.E36GHA.7\n\n**Use Case**: Create Technical-Stop Transit Manifest\n\n**Description Point**: Airline generates transit flight manifest for technical-stop shipments\n\n**Process Flows**:\n\n- Airline System → Airport Community System → Postal Aviation Authority System\n    \n- Airline System → Airport Community System → Pakistan Single Window System\n    \n- Airline System → Airport Community System → Anti-Narcotics Force System\n    \n- Airline System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5127d3df-3445-4197-b828-75ad6ac43f1b","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"e20f7236-3f4e-4ac4-a582-7a152c30d2b5","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-06-04T08:28:25.714Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: TR.E36GHA.7\n\n**Use Case**: Create Technical-Stop Transit Manifest\n\n**Description Point**: Airline generates transit flight manifest for technical-stop shipments\n\n**Process Flows**:\n\n- Airline System → Airport Community System → Postal Aviation Authority System\n    \n- Airline System → Airport Community System → Pakistan Single Window System\n    \n- Airline System → Airport Community System → Anti-Narcotics Force System\n    \n- Airline System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"c9a451e3-0bde-4d49-832c-95cb12f101b7","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"c684406d-1175-4db3-9d6b-8738af2123d7","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-06-04T08:28:25.714Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: TR.E36GHA.7\n\n**Use Case**: Create Technical-Stop Transit Manifest\n\n**Description Point**: Airline generates transit flight manifest for technical-stop shipments\n\n**Process Flows**:\n\n- Airline System → Airport Community System → Postal Aviation Authority System\n    \n- Airline System → Airport Community System → Pakistan Single Window System\n    \n- Airline System → Airport Community System → Anti-Narcotics Force System\n    \n- Airline System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"271be019-7ca6-4e7e-ace6-27d629fd2e4c","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"59e4172a-efe9-4455-859b-5c7ae29ac9c0","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-06-04T08:28:25.714Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: TR.E36GHA.7\n\n**Use Case**: Create Technical-Stop Transit Manifest\n\n**Description Point**: Airline generates transit flight manifest for technical-stop shipments\n\n**Process Flows**:\n\n- Airline System → Airport Community System → Postal Aviation Authority System\n    \n- Airline System → Airport Community System → Pakistan Single Window System\n    \n- Airline System → Airport Community System → Anti-Narcotics Force System\n    \n- Airline System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"5bb68c97-e094-40b2-96f9-4087aa49a38b","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"6a822bcb-5871-453d-b4ac-7dfe17a679e8","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-06-04T08:28:25.714Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: TR.E36GHA.7\n\n**Use Case**: Create Technical-Stop Transit Manifest\n\n**Description Point**: Airline generates transit flight manifest for technical-stop shipments\n\n**Process Flows**:\n\n- Airline System → Airport Community System → Postal Aviation Authority System\n    \n- Airline System → Airport Community System → Pakistan Single Window System\n    \n- Airline System → Airport Community System → Anti-Narcotics Force System\n    \n- Airline System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"052ab571-38a8-4177-977d-a3c795494d4a"}],"id":"9fe876f2-6ed2-4fe7-9a22-f31464779bd7","description":"<p>Outbound manifests for a technical stop list the cargo for the next leg. Use this section to create the outbound manifest for that flight.</p>\n","_postman_id":"9fe876f2-6ed2-4fe7-9a22-f31464779bd7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"bff3615a-e4ae-4140-abae-ac52e675e52b","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"1a541bd7-4cd0-4efa-9270-4119f4202521","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-06-04T08:28:25.714Z","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":[{"id":"ddee5670-df2e-49b0-830e-c94238e79a4a","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"67a3f620-bc76-48c9-ad1c-b132808a975b","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-06-04T08:28:25.714Z","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/transit/technical-stop/departures","description":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E37GHA.8\n\n**Use Case**: Send Technical-Stop Departure Info\n\n**Description**: GHA sends departure information for technical-stop flight with transit cargo\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Postal Aviation Authority System\n    \n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n- GHA System → Airport Community System → Airline System\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c41598bb-ed10-49c7-8855-1c18ec260c00","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"cfcd6616-1e4f-4b7c-8b63-230b30683b91","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-06-04T08:28:25.715Z","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/transit/technical-stop/departures","description":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E37GHA.8\n\n**Use Case**: Send Technical-Stop Departure Info\n\n**Description**: GHA sends departure information for technical-stop flight with transit cargo\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Postal Aviation Authority System\n    \n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n- GHA System → Airport Community System → Airline System\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"6b4d61f8-e839-4be5-9e02-d4a56c1a5960","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"47f5e299-11c7-4e0b-a4d3-dfd1da8551ca","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-06-04T08:28:25.715Z","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/transit/technical-stop/departures","description":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E37GHA.8\n\n**Use Case**: Send Technical-Stop Departure Info\n\n**Description**: GHA sends departure information for technical-stop flight with transit cargo\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Postal Aviation Authority System\n    \n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n- GHA System → Airport Community System → Airline System\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"f9982de4-a484-4e67-b92a-f3467bea7157","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"5b2b7e1b-78f1-48fd-b471-c3fa2815b380","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-06-04T08:28:25.715Z","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/transit/technical-stop/departures","description":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E37GHA.8\n\n**Use Case**: Send Technical-Stop Departure Info\n\n**Description**: GHA sends departure information for technical-stop flight with transit cargo\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Postal Aviation Authority System\n    \n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n- GHA System → Airport Community System → Airline System\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"85a267a3-67ed-4972-a442-1ebac4e1262b","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"a1bc6410-9982-4265-ac88-09e3ad62e098","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-06-04T08:28:25.715Z","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/transit/technical-stop/departures","description":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E37GHA.8\n\n**Use Case**: Send Technical-Stop Departure Info\n\n**Description**: GHA sends departure information for technical-stop flight with transit cargo\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Postal Aviation Authority System\n    \n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n- GHA System → Airport Community System → Airline System\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"bff3615a-e4ae-4140-abae-ac52e675e52b"}],"id":"db94e4ca-f5eb-42bd-a0c8-70630cfa7f02","description":"<p>Technical stop departure records the final departure status after a short stop. Use this section to submit the flight departure update after the stop.</p>\n","_postman_id":"db94e4ca-f5eb-42bd-a0c8-70630cfa7f02","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"52668e4c-c644-4892-9e0c-066450775cc3","description":"<p>Technical stop operations manage a flight's short stop between legs. Use this section to report the stop, create the outbound manifest, and send the departure update.</p>\n","_postman_id":"52668e4c-c644-4892-9e0c-066450775cc3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"5bee662c-f50c-4204-94b8-e39cc0cc2f04","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"18cb31e7-dacb-443e-9734-2df76dab9b2b","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-06-04T08:28:25.715Z","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":[{"id":"ea8ecce5-cba6-4b53-8e9a-f251728952d4","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"44c56df3-1bcb-472d-9b17-eaf4bbf583ae","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-06-04T08:28:25.715Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- TR.I9GHA.9\n    \n- TR.I10CUS.10\n    \n- TR.I10PSW.11\n    \n\n**Use Cases**:\n\n- Confirm Arrival of Transit Shipments\n    \n- Customs Transit Review\n    \n- PSW Transit Review\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"348829a4-718d-4290-ad0a-8fe7b4727588","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"0f27409a-1908-483f-82e3-fa582663c3e7","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-06-04T08:28:25.715Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- TR.I9GHA.9\n    \n- TR.I10CUS.10\n    \n- TR.I10PSW.11\n    \n\n**Use Cases**:\n\n- Confirm Arrival of Transit Shipments\n    \n- Customs Transit Review\n    \n- PSW Transit Review\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"483a5a15-a9d5-42f9-bd38-e966c47abc9f","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"b3facedc-b1d6-4bc1-ac20-b5f0985e6a88","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-06-04T08:28:25.715Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- TR.I9GHA.9\n    \n- TR.I10CUS.10\n    \n- TR.I10PSW.11\n    \n\n**Use Cases**:\n\n- Confirm Arrival of Transit Shipments\n    \n- Customs Transit Review\n    \n- PSW Transit Review\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"90392505-1ddf-4585-a8f9-d95864c3fa8c","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"4ddbaff7-c32a-4c8b-a566-4e2fc0a7ce6d","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-06-04T08:28:25.715Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- TR.I9GHA.9\n    \n- TR.I10CUS.10\n    \n- TR.I10PSW.11\n    \n\n**Use Cases**:\n\n- Confirm Arrival of Transit Shipments\n    \n- Customs Transit Review\n    \n- PSW Transit Review\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"67265308-17f6-4f2b-b5b3-83ee738e5eec","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"9a7f7327-e11a-435c-99de-1fa0352cdf5a","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-06-04T08:28:25.715Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- TR.I9GHA.9\n    \n- TR.I10CUS.10\n    \n- TR.I10PSW.11\n    \n\n**Use Cases**:\n\n- Confirm Arrival of Transit Shipments\n    \n- Customs Transit Review\n    \n- PSW Transit Review\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → WeBOC System\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"5bee662c-f50c-4204-94b8-e39cc0cc2f04"}],"id":"41033180-2d51-403a-9554-cc376b6f913e","description":"<p>Cargo received confirmations record that transit freight has been received. Use this section to submit the cargo received message in JSON format.</p>\n","_postman_id":"41033180-2d51-403a-9554-cc376b6f913e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"d484e16d-cfe0-4c7a-99fa-5735fbc908cd","description":"<p>Transit cargo handling tracks cargo received while it remains in transit. Use this section to confirm receipt of the cargo.</p>\n","_postman_id":"d484e16d-cfe0-4c7a-99fa-5735fbc908cd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"7daad3a8-2665-46f2-b484-4b68af55277d","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"2588c5de-3970-4fad-a455-0069995ba213","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-06-04T08:28:25.715Z","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":[{"id":"f3bc5775-f1b6-4a27-88e6-0926252602e4","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"9c493239-4262-4a1e-9b00-43934a688140","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-06-04T08:28:25.715Z","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                \"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E35GHA.12\n\n**Use Case**: Prepare Transit Cargo for Loading\n\n**Description**: GHA completes the buildup process and prepares the transit cargo for the outbound flight\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → Airline System\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f8c421eb-c8f6-4319-9672-5e7871d33518","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"d09226ab-fc35-4e75-ab96-0ff13a806c2f","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-06-04T08:28:25.715Z","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                \"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E35GHA.12\n\n**Use Case**: Prepare Transit Cargo for Loading\n\n**Description**: GHA completes the buildup process and prepares the transit cargo for the outbound flight\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → Airline System\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"b08b72ea-67c8-48a4-a573-9be8026cc309","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"fc778c28-25b1-4dbd-819a-84a424fd510d","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-06-04T08:28:25.715Z","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                \"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E35GHA.12\n\n**Use Case**: Prepare Transit Cargo for Loading\n\n**Description**: GHA completes the buildup process and prepares the transit cargo for the outbound flight\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → Airline System\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"cc1bfb5b-b37a-461e-848f-e25673a93cb4","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"9e114038-7120-4beb-b6b5-e59d1f94839f","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-06-04T08:28:25.715Z","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                \"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E35GHA.12\n\n**Use Case**: Prepare Transit Cargo for Loading\n\n**Description**: GHA completes the buildup process and prepares the transit cargo for the outbound flight\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → Airline System\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d0052da2-15d1-42cc-8f6c-1b4c4324c8fe","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"3f8316c0-6569-4d0f-8818-23521b254b78","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-06-04T08:28:25.715Z","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                \"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E35GHA.12\n\n**Use Case**: Prepare Transit Cargo for Loading\n\n**Description**: GHA completes the buildup process and prepares the transit cargo for the outbound flight\n\n**Process Flows**:\n\n- GHA System → Airport Community System → Pakistan Single Window System\n    \n- GHA System → Airport Community System → Airline System\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"7daad3a8-2665-46f2-b484-4b68af55277d"}],"id":"fee3238b-c8c0-4072-accd-440da24b95c2","description":"<p>Cargo prepared for loading records cargo that is ready to be loaded on an outbound flight. Use this section to submit the prepared cargo message in JSON format.</p>\n","_postman_id":"fee3238b-c8c0-4072-accd-440da24b95c2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"9448220a-c1b9-4b6f-b33f-7eb6705ec671","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"71cf0f47-8d4c-42cc-94d1-d477d133866f","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-06-04T08:28:25.716Z","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":[{"id":"77f52422-6a2d-42f6-8fec-8238b7cdf315","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"e19c6439-0582-443b-bd2f-ffae10bfd0e5","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-06-04T08:28:25.716Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: TR.E36GHA.13\n\n**Use Case:** Create Final Transit Flight Manifest\n\n**Description**: GHA generates final outbound transit flight manifest\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Postal Aviation Authority System\n    \n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Anti-Narcotics Force System\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"732e9cb1-0217-4485-884a-feea3a592079","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"ece07fdf-7d28-4ea8-9f92-b1293bf31d07","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-06-04T08:28:25.716Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: TR.E36GHA.13\n\n**Use Case:** Create Final Transit Flight Manifest\n\n**Description**: GHA generates final outbound transit flight manifest\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Postal Aviation Authority System\n    \n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Anti-Narcotics Force System\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"59fe033c-2ea8-45dc-97b6-cd35a652f599","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"b95e0d85-c55e-476c-9256-690d23ed944e","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-06-04T08:28:25.716Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: TR.E36GHA.13\n\n**Use Case:** Create Final Transit Flight Manifest\n\n**Description**: GHA generates final outbound transit flight manifest\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Postal Aviation Authority System\n    \n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Anti-Narcotics Force System\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"cc5325bc-f04d-452c-a130-c14010079e08","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"c0f41f63-7699-4a50-9e23-c43185372006","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-06-04T08:28:25.716Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: TR.E36GHA.13\n\n**Use Case:** Create Final Transit Flight Manifest\n\n**Description**: GHA generates final outbound transit flight manifest\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Postal Aviation Authority System\n    \n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Anti-Narcotics Force System\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"f0f1620f-8b3c-495a-aefc-7b37f5a52f4b","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"354c2c4d-d0b4-4ce1-a2c2-1b6a7c33f9a4","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-06-04T08:28:25.716Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: TR.E36GHA.13\n\n**Use Case:** Create Final Transit Flight Manifest\n\n**Description**: GHA generates final outbound transit flight manifest\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Postal Aviation Authority System\n    \n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Anti-Narcotics Force System\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"9448220a-c1b9-4b6f-b33f-7eb6705ec671"}],"id":"79d8bb7b-bb40-42e8-9bcb-081abdfc3a2b","description":"<p>Outbound flight manifests list the cargo planned for an outbound transit flight. Use this section to create the FFM manifest before departure.</p>\n","_postman_id":"79d8bb7b-bb40-42e8-9bcb-081abdfc3a2b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"fbd8c53c-13d8-44f6-81e6-aba59c5b8e6f","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"9a71ecd1-2a49-47bb-ba0f-20a7ce6f9457","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-06-04T08:28:25.716Z","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":[{"id":"8db98ddc-363f-48f6-ae09-c064d174cb1b","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"3e03dcf3-63f8-460d-81a4-8d4f8a6f0672","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-06-04T08:28:25.716Z","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/transit/outbound/departures","description":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E37GHA.14\n\n**Use Case**: Transit Cargo Departure\n\n**Description**: GHA sends departure message for flight carrying transit cargo\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Anti-Narcotics Force System\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"375eb5fa-7466-4f9a-854f-4e5a440fa318","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"472f49e6-974b-47ac-8e68-96893b9f34a8","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-06-04T08:28:25.716Z","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/transit/outbound/departures","description":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E37GHA.14\n\n**Use Case**: Transit Cargo Departure\n\n**Description**: GHA sends departure message for flight carrying transit cargo\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Anti-Narcotics Force System\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"a9f3a97a-472d-4aa1-a8a2-914ae7dd6850","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"b7cd5940-fc98-48cf-ba36-540f24424c04","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-06-04T08:28:25.716Z","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/transit/outbound/departures","description":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E37GHA.14\n\n**Use Case**: Transit Cargo Departure\n\n**Description**: GHA sends departure message for flight carrying transit cargo\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Anti-Narcotics Force System\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"78657ed9-2686-4e03-933f-f73c8a6894c7","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"c37d8e3d-6181-4384-808a-f7e4cc8603e6","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-06-04T08:28:25.716Z","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/transit/outbound/departures","description":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E37GHA.14\n\n**Use Case**: Transit Cargo Departure\n\n**Description**: GHA sends departure message for flight carrying transit cargo\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Anti-Narcotics Force System\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"e83b275d-eb45-4e1a-84af-2dd533926b80","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"5a1f33c4-e8b2-415a-838b-15ea4ec056d6","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-06-04T08:28:25.716Z","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/transit/outbound/departures","description":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**: TR.E37GHA.14\n\n**Use Case**: Transit Cargo Departure\n\n**Description**: GHA sends departure message for flight carrying transit cargo\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Anti-Narcotics Force System\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"fbd8c53c-13d8-44f6-81e6-aba59c5b8e6f"}],"id":"3ba4f900-c47c-477b-b6a5-5b5c6004d863","description":"<p>Outbound departure records capture the final departure status for an outbound transit flight. Use this section to submit the flight departure update.</p>\n","_postman_id":"3ba4f900-c47c-477b-b6a5-5b5c6004d863","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"84221461-e989-4310-bc68-b4a5ec578317","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"00f13c45-1e2c-43e1-aad2-c64c0e318381","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-06-04T08:28:25.716Z","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":[{"id":"3afe24cd-3030-45ac-b86c-4851de2d58bb","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"02248f2d-0fd9-48fc-a741-ad41824dfcbb","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-06-04T08:28:25.716Z","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                \"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- TR.E38GHA.15\n    \n- TR.E38AL.17\n    \n\n**Use Case**s:\n\n- Offload Transit Cargo\n    \n- Update Transit Flight Manifest\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- Airline System→ Airport Community System → GHA System\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7329a0fd-de80-42dd-b6aa-0c4c1d8ac101","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"b902219d-bca6-4749-9995-61dcaf2a8d30","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-06-04T08:28:25.716Z","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                \"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- TR.E38GHA.15\n    \n- TR.E38AL.17\n    \n\n**Use Case**s:\n\n- Offload Transit Cargo\n    \n- Update Transit Flight Manifest\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- Airline System→ Airport Community System → GHA System\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"fcc0f6bb-a9a2-43c1-8784-e3b7ef238ca1","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"f6faa1b1-ab71-49cd-971d-b42b82ba3e55","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-06-04T08:28:25.717Z","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                \"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- TR.E38GHA.15\n    \n- TR.E38AL.17\n    \n\n**Use Case**s:\n\n- Offload Transit Cargo\n    \n- Update Transit Flight Manifest\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- Airline System→ Airport Community System → GHA System\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"8f1a4a59-0d99-4a4d-ba9e-d76a92c594aa","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"1a4a9e26-db3b-4167-954d-c6f82902fd80","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-06-04T08:28:25.717Z","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                \"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- TR.E38GHA.15\n    \n- TR.E38AL.17\n    \n\n**Use Case**s:\n\n- Offload Transit Cargo\n    \n- Update Transit Flight Manifest\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- Airline System→ Airport Community System → GHA System\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"1cd8ac41-9a0e-461f-a689-91f5109dd72a","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"1b8b8848-35ce-4f7f-84e1-ddc0a72fcd77","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-06-04T08:28:25.717Z","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                \"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":"**Global API Reference**:\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement References**:\n\n- TR.E38GHA.15\n    \n- TR.E38AL.17\n    \n\n**Use Case**s:\n\n- Offload Transit Cargo\n    \n- Update Transit Flight Manifest\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- Airline System→ Airport Community System → GHA System\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"84221461-e989-4310-bc68-b4a5ec578317"},{"name":"Submit Updated Manifest After Offload","id":"f03468a0-7106-44e9-b6e5-057585e3d724","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"cb9c6ecf-b9fc-44d4-a7ab-e0a41238a1a8","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-06-04T08:28:25.717Z","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":[{"id":"bd734544-aaad-4dc3-9de9-4bf2600a8077","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"1469fccf-8603-4555-bd83-4c09f6b6d05a","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-06-04T08:28:25.717Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- TR.E38GHA.15\n    \n- TR.E38AL.17\n    \n\n**Use Case**s:\n\n- Offload Transit Cargo\n    \n- Update Transit Flight Manifest\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- Airline System→ Airport Community System → GHA System\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"e8054370-e71b-4c46-8688-0585b76a3e30","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"24b014a6-525c-46e9-8ce9-5168c4739969","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-06-04T08:28:25.717Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- TR.E38GHA.15\n    \n- TR.E38AL.17\n    \n\n**Use Case**s:\n\n- Offload Transit Cargo\n    \n- Update Transit Flight Manifest\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- Airline System→ Airport Community System → GHA System\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"004799da-d501-4509-ae54-6cfd38a80445","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"2a620c40-2186-4bd8-a625-bf915be4d9ac","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-06-04T08:28:25.717Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- TR.E38GHA.15\n    \n- TR.E38AL.17\n    \n\n**Use Case**s:\n\n- Offload Transit Cargo\n    \n- Update Transit Flight Manifest\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- Airline System→ Airport Community System → GHA System\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"3038b089-9529-4e63-92a7-16abe2f4ddab","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"8468d365-d583-4cbf-86b2-423a9d46f00b","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-06-04T08:28:25.717Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- TR.E38GHA.15\n    \n- TR.E38AL.17\n    \n\n**Use Case**s:\n\n- Offload Transit Cargo\n    \n- Update Transit Flight Manifest\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- Airline System→ Airport Community System → GHA System\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"ef85b34a-57c6-4368-b518-4d27e1fda03b","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"X-Request-ID","value":"12bb64a5-3f83-47a5-a086-0b62343f3fbc","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-06-04T08:28:25.717Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference**:\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement References**:\n\n- TR.E38GHA.15\n    \n- TR.E38AL.17\n    \n\n**Use Case**s:\n\n- Offload Transit Cargo\n    \n- Update Transit Flight Manifest\n    \n\n**Descriptions**: 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\n\n**Process Flows**:\n\n- GHA System→ Airport Community System → Airline System\n    \n- GHA System→ Airport Community System → Pakistan Single Window System\n    \n- Airline System→ Airport Community System → GHA System\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"f03468a0-7106-44e9-b6e5-057585e3d724"}],"id":"115f3a5f-e280-400c-8aad-f8bf70ce59f7","description":"<p>Offload handling records cargo removed from a flight before departure. Use this section to send the offload notice and any updated manifest.</p>\n","_postman_id":"115f3a5f-e280-400c-8aad-f8bf70ce59f7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"b4a2a37c-2b1f-4248-8c14-d7ef450af0ca","description":"<p>Outbound transit operations manage the records needed before a flight departs with cargo. Use this section to build manifests, mark cargo ready, and report departures or offloads.</p>\n","_postman_id":"b4a2a37c-2b1f-4248-8c14-d7ef450af0ca","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"6b7f4749-d97d-4b9f-9c87-fbfb6ccfafeb","_postman_id":"6b7f4749-d97d-4b9f-9c87-fbfb6ccfafeb","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":"b24b41bb-ac15-401d-a0d0-4ee972b5e369","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b45316d0-6a38-4dc0-8785-86fcd6d5bcef","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-06-04T08:28:25.717Z","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":[{"id":"a959a22b-18df-4a6d-b824-d63ceaddda70","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"6e8bbd97-6439-42de-a1fb-a330c22b2590","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-06-04T08:28:25.717Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I3EPO.5\n    \n- EPO.I11EPO.6\n    \n\n**Use Cases**:\n\n- Submit Consolidated Goods Declaration in PSW\n    \n- PSW sends the Goods Declaration data to WeBOC\n    \n\n**Integration Points**:\n\n- IN_FR-1-EPOI-SDI-R-01-UC-01\n    \n- IN_FR-1-EPOI-SDI-R-01-UC-04\n    \n\n**Description:**\n\n- EPO system sends Goods Declaration data to PSW via API or EDI.\n    \n- PSW sends the Goods Declaration data to WeBOC through an API to calculates the duties and taxes on each item.\n    \n\n**Process Flow**: Express Parcel Operator System (I3EPO) → Pakistan Single Window → Web Based One Customs System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| epoId | String | 70 | M | EPO reference format |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| items.consignee.name | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., username@domain.com) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"f0d0b8a6-19ce-4b0d-8df1-3c0e2d7c8804","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"35e346b6-06bf-4be6-b962-b69f6556d5b8","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-06-04T08:28:25.717Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I3EPO.5\n    \n- EPO.I11EPO.6\n    \n\n**Use Cases**:\n\n- Submit Consolidated Goods Declaration in PSW\n    \n- PSW sends the Goods Declaration data to WeBOC\n    \n\n**Integration Points**:\n\n- IN_FR-1-EPOI-SDI-R-01-UC-01\n    \n- IN_FR-1-EPOI-SDI-R-01-UC-04\n    \n\n**Description:**\n\n- EPO system sends Goods Declaration data to PSW via API or EDI.\n    \n- PSW sends the Goods Declaration data to WeBOC through an API to calculates the duties and taxes on each item.\n    \n\n**Process Flow**: Express Parcel Operator System (I3EPO) → Pakistan Single Window → Web Based One Customs System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| epoId | String | 70 | M | EPO reference format |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| items.consignee.name | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., username@domain.com) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"f133effb-4bcc-4b24-a7fd-576d6b57292c","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"e6b38151-242d-452a-8d82-136a8d775723","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-06-04T08:28:25.717Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I3EPO.5\n    \n- EPO.I11EPO.6\n    \n\n**Use Cases**:\n\n- Submit Consolidated Goods Declaration in PSW\n    \n- PSW sends the Goods Declaration data to WeBOC\n    \n\n**Integration Points**:\n\n- IN_FR-1-EPOI-SDI-R-01-UC-01\n    \n- IN_FR-1-EPOI-SDI-R-01-UC-04\n    \n\n**Description:**\n\n- EPO system sends Goods Declaration data to PSW via API or EDI.\n    \n- PSW sends the Goods Declaration data to WeBOC through an API to calculates the duties and taxes on each item.\n    \n\n**Process Flow**: Express Parcel Operator System (I3EPO) → Pakistan Single Window → Web Based One Customs System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| epoId | String | 70 | M | EPO reference format |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| items.consignee.name | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., username@domain.com) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"b8aa5b7c-2eaf-46dd-b0bd-924ad08c6517","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"46fb1a4b-d96c-45a4-a62e-b082a45ea52a","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-06-04T08:28:25.717Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I3EPO.5\n    \n- EPO.I11EPO.6\n    \n\n**Use Cases**:\n\n- Submit Consolidated Goods Declaration in PSW\n    \n- PSW sends the Goods Declaration data to WeBOC\n    \n\n**Integration Points**:\n\n- IN_FR-1-EPOI-SDI-R-01-UC-01\n    \n- IN_FR-1-EPOI-SDI-R-01-UC-04\n    \n\n**Description:**\n\n- EPO system sends Goods Declaration data to PSW via API or EDI.\n    \n- PSW sends the Goods Declaration data to WeBOC through an API to calculates the duties and taxes on each item.\n    \n\n**Process Flow**: Express Parcel Operator System (I3EPO) → Pakistan Single Window → Web Based One Customs System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| epoId | String | 70 | M | EPO reference format |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| items.consignee.name | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., username@domain.com) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"4ae6b1df-6364-4a07-8cf2-cac916cbe42e","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"b73b304a-b788-4d43-b82d-579d966e8a81","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-06-04T08:28:25.717Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I3EPO.5\n    \n- EPO.I11EPO.6\n    \n\n**Use Cases**:\n\n- Submit Consolidated Goods Declaration in PSW\n    \n- PSW sends the Goods Declaration data to WeBOC\n    \n\n**Integration Points**:\n\n- IN_FR-1-EPOI-SDI-R-01-UC-01\n    \n- IN_FR-1-EPOI-SDI-R-01-UC-04\n    \n\n**Description:**\n\n- EPO system sends Goods Declaration data to PSW via API or EDI.\n    \n- PSW sends the Goods Declaration data to WeBOC through an API to calculates the duties and taxes on each item.\n    \n\n**Process Flow**: Express Parcel Operator System (I3EPO) → Pakistan Single Window → Web Based One Customs System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| epoId | String | 70 | M | EPO reference format |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| items | Array | n/a | M | Array of item objects (at least one required) |\n| items.awbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| items.hawbNumbers | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| items.consignee | Object | n/a | M | Must include name, address, city, postalCode, country, contactName, phone, email, ntn, cnic, accountNumber |\n| items.consignee.name | String | 255 | M | Name of the consignee |\n| items.consignee.address | String | 255 | M | Street address of the consignee |\n| items.consignee.city | String | 70 | M | City of the consignee |\n| items.consignee.postalCode | String | 35 | M | Must be a valid postal code |\n| items.consignee.country | String | 2 | M | ISO 3166 country code |\n| items.consignee.contactName | String | 255 | M | Contact name of the consignee |\n| items.consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| items.consignee.email | String | 255 | M | Must follow standard email format (e.g., username@domain.com) |\n| items.consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| items.consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| items.consignee.accountNumber | String | 70 | M | Account number of consignee |\n| items.hsCode | String | 10 | M | HS Code (e.g., \"8471.30\") |\n| items.description | String | 255 | M | Description of the item |\n| items.quantity | Integer | n/a | M | Quantity of the item (must be a positive integer) |\n| items.unitValue | Number | n/a | M | Unit value of the item (e.g., 800) |\n| items.currency | String | 3 | M | ISO 4217 currency code |\n| items.weight | Object | n/a | M | Must include value and unit |\n| items.weight.value | Number | n/a | M | Weight value of the item (must be positive) |\n| items.weight.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| items.dutyAmount | Number | n/a | M | Duty amount per item, must be positive. |\n| items.taxAmount | Number | n/a | M | Tax amount per item, must be positive. |\n| items.communicationToConsignee | String | n/a | O | Communication message to the consignee. |\n| totalItems | Integer | n/a | M | Total number of items (must be a positive integer) |\n| totalDeclaredValue | Number | n/a | M | Total declared value (must be positive) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"b24b41bb-ac15-401d-a0d0-4ee972b5e369"},{"name":"Create Duty/Tax Notification","id":"cf764b01-c1a2-4743-b4ba-5aa239031f6b","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"ae9a782d-f5f8-42fb-9638-60f0207d4815","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-06-04T08:28:25.718Z","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":[{"id":"0b63c083-b1bc-407e-972f-e2403739984a","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"76e18128-bb44-46c7-ae4b-0a215f53f47d","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-06-04T08:28:25.718Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I3EPO.5\n    \n- EPO.I11EPO.6\n    \n\n**Use Cases**:\n\n- Submit Consolidated Goods Declaration in PSW\n    \n- PSW sends the Goods Declaration data to WeBOC\n    \n\n**Integration Points**:\n\n- IN_FR-1-EPOI-SDI-R-01-UC-01\n    \n- IN_FR-1-EPOI-SDI-R-01-UC-04\n    \n\n**Description:**\n\n- EPO system sends Goods Declaration data to PSW via API or EDI.\n    \n- PSW sends the Goods Declaration data to WeBOC through an API to calculates the duties and taxes on each item.\n    \n\n**Process Flow**: Express Parcel Operator System (I3EPO) → Pakistan Single Window → Web Based One Customs System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| gdSubmissionId | String | n/a | M | Format: gd-sub-YYYYMMDD-### |\n| gdReference | String | n/a | M | Format: PSW-GD-YYYY-######## |\n| consignee | Object | n/a | M | Must include name, address, phone, email, ntn, cnic, accountNumber |\n| consignee.name | String | 255 | M | Name of the consignee |\n| consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| consignee.address | Object | n/a | M | Must include street, city, postalCode, country |\n| consignee.address.street | String | 255 | M | Street address of the consignee |\n| consignee.address.city | String | 70 | M | City of the consignee |\n| consignee.address.postalCode | String | 35 | M | Must be a valid postal code |\n| consignee.address.country | String | 2 | M | ISO 3166 country code |\n| consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| commodity | Object | n/a | M | Must include description, hsCode, valueForCustoms, currency |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 10 | M | HS Code (e.g., \"8518.30.00\") |\n| commodity.valueForCustoms | Number | n/a | M | Value for customs, must be a positive number. |\n| commodity.currency | String | 3 | M | ISO 4217 currency code |\n| dutyTaxBreakdown | Object | n/a | M | Must include customsDuty, salesTax, incomeTax, totalAmount, and currency |\n| dutyTaxBreakdown.customsDuty | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.customsDuty.amount | Number | n/a | M | Customs duty amount, must be a positive number. |\n| dutyTaxBreakdown.customsDuty.rate | Number | n/a | M | Rate for customs duty, must be a positive number. |\n| dutyTaxBreakdown.customsDuty.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.salesTax | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.salesTax.amount | Number | n/a | M | Sales tax amount, must be a positive number. |\n| dutyTaxBreakdown.salesTax.rate | Number | n/a | M | Rate for sales tax, must be a positive number. |\n| dutyTaxBreakdown.salesTax.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.incomeTax | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.incomeTax.amount | Number | n/a | M | Income tax amount, must be a positive number. |\n| dutyTaxBreakdown.incomeTax.rate | Number | n/a | M | Rate for income tax , must be a positive number. |\n| dutyTaxBreakdown.incomeTax.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.totalAmount | Number | n/a | M | Total amount, must be a positive number. |\n| dutyTaxBreakdown.currency | String | 3 | M | ISO 4217 currency code |\n| transportationFee | Object | n/a | M | Must include amount, currency, description |\n| transportationFee.amount | Number | n/a | M | Amount for transportation fee, must be a positive number. |\n| transportationFee.currency | String | 3 | M | ISO 4217 currency code |\n| transportationFee.description | String | 255 | M | Description of transportation fee |\n| grandTotal | Object | n/a | M | Must include amount and currency |\n| grandTotal.amount | Number | n/a | M | Grand total amount, must be a positive number. |\n| grandTotal.currency | String | 3 | M | ISO 4217 currency code |\n| epoOperator | Object | n/a | M | Must include epoCode and epoName |\n| epoOperator.epoCode | String | 50 | M | EPO code |\n| epoOperator.epoName | String | 255 | M | EPO name |\n| notifiedBy | Object | n/a | M | Must include role, fullName, cnic, accountNumber |\n| notifiedBy.role | String | 50 | M | Role of the person notifying (e.g., \"EPO_ADMIN\") |\n| notifiedBy.fullName | String | 255 | M | Full name of the notifier |\n| notifiedBy.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| notifiedBy.accountNumber | String | 70 | M | Account number of the notifier |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c20c7d5a-ca11-4914-8650-91e8756c0a2e","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"e594f30f-9490-40b7-98c2-77b7b6625d35","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-06-04T08:28:25.718Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I3EPO.5\n    \n- EPO.I11EPO.6\n    \n\n**Use Cases**:\n\n- Submit Consolidated Goods Declaration in PSW\n    \n- PSW sends the Goods Declaration data to WeBOC\n    \n\n**Integration Points**:\n\n- IN_FR-1-EPOI-SDI-R-01-UC-01\n    \n- IN_FR-1-EPOI-SDI-R-01-UC-04\n    \n\n**Description:**\n\n- EPO system sends Goods Declaration data to PSW via API or EDI.\n    \n- PSW sends the Goods Declaration data to WeBOC through an API to calculates the duties and taxes on each item.\n    \n\n**Process Flow**: Express Parcel Operator System (I3EPO) → Pakistan Single Window → Web Based One Customs System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| gdSubmissionId | String | n/a | M | Format: gd-sub-YYYYMMDD-### |\n| gdReference | String | n/a | M | Format: PSW-GD-YYYY-######## |\n| consignee | Object | n/a | M | Must include name, address, phone, email, ntn, cnic, accountNumber |\n| consignee.name | String | 255 | M | Name of the consignee |\n| consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| consignee.address | Object | n/a | M | Must include street, city, postalCode, country |\n| consignee.address.street | String | 255 | M | Street address of the consignee |\n| consignee.address.city | String | 70 | M | City of the consignee |\n| consignee.address.postalCode | String | 35 | M | Must be a valid postal code |\n| consignee.address.country | String | 2 | M | ISO 3166 country code |\n| consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| commodity | Object | n/a | M | Must include description, hsCode, valueForCustoms, currency |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 10 | M | HS Code (e.g., \"8518.30.00\") |\n| commodity.valueForCustoms | Number | n/a | M | Value for customs, must be a positive number. |\n| commodity.currency | String | 3 | M | ISO 4217 currency code |\n| dutyTaxBreakdown | Object | n/a | M | Must include customsDuty, salesTax, incomeTax, totalAmount, and currency |\n| dutyTaxBreakdown.customsDuty | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.customsDuty.amount | Number | n/a | M | Customs duty amount, must be a positive number. |\n| dutyTaxBreakdown.customsDuty.rate | Number | n/a | M | Rate for customs duty, must be a positive number. |\n| dutyTaxBreakdown.customsDuty.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.salesTax | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.salesTax.amount | Number | n/a | M | Sales tax amount, must be a positive number. |\n| dutyTaxBreakdown.salesTax.rate | Number | n/a | M | Rate for sales tax, must be a positive number. |\n| dutyTaxBreakdown.salesTax.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.incomeTax | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.incomeTax.amount | Number | n/a | M | Income tax amount, must be a positive number. |\n| dutyTaxBreakdown.incomeTax.rate | Number | n/a | M | Rate for income tax , must be a positive number. |\n| dutyTaxBreakdown.incomeTax.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.totalAmount | Number | n/a | M | Total amount, must be a positive number. |\n| dutyTaxBreakdown.currency | String | 3 | M | ISO 4217 currency code |\n| transportationFee | Object | n/a | M | Must include amount, currency, description |\n| transportationFee.amount | Number | n/a | M | Amount for transportation fee, must be a positive number. |\n| transportationFee.currency | String | 3 | M | ISO 4217 currency code |\n| transportationFee.description | String | 255 | M | Description of transportation fee |\n| grandTotal | Object | n/a | M | Must include amount and currency |\n| grandTotal.amount | Number | n/a | M | Grand total amount, must be a positive number. |\n| grandTotal.currency | String | 3 | M | ISO 4217 currency code |\n| epoOperator | Object | n/a | M | Must include epoCode and epoName |\n| epoOperator.epoCode | String | 50 | M | EPO code |\n| epoOperator.epoName | String | 255 | M | EPO name |\n| notifiedBy | Object | n/a | M | Must include role, fullName, cnic, accountNumber |\n| notifiedBy.role | String | 50 | M | Role of the person notifying (e.g., \"EPO_ADMIN\") |\n| notifiedBy.fullName | String | 255 | M | Full name of the notifier |\n| notifiedBy.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| notifiedBy.accountNumber | String | 70 | M | Account number of the notifier |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"ea939058-71bf-4ea6-b934-9c8264bad5ca","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"98129684-f9b0-40b0-8c82-d0975463fae6","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-06-04T08:28:25.718Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I3EPO.5\n    \n- EPO.I11EPO.6\n    \n\n**Use Cases**:\n\n- Submit Consolidated Goods Declaration in PSW\n    \n- PSW sends the Goods Declaration data to WeBOC\n    \n\n**Integration Points**:\n\n- IN_FR-1-EPOI-SDI-R-01-UC-01\n    \n- IN_FR-1-EPOI-SDI-R-01-UC-04\n    \n\n**Description:**\n\n- EPO system sends Goods Declaration data to PSW via API or EDI.\n    \n- PSW sends the Goods Declaration data to WeBOC through an API to calculates the duties and taxes on each item.\n    \n\n**Process Flow**: Express Parcel Operator System (I3EPO) → Pakistan Single Window → Web Based One Customs System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| gdSubmissionId | String | n/a | M | Format: gd-sub-YYYYMMDD-### |\n| gdReference | String | n/a | M | Format: PSW-GD-YYYY-######## |\n| consignee | Object | n/a | M | Must include name, address, phone, email, ntn, cnic, accountNumber |\n| consignee.name | String | 255 | M | Name of the consignee |\n| consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| consignee.address | Object | n/a | M | Must include street, city, postalCode, country |\n| consignee.address.street | String | 255 | M | Street address of the consignee |\n| consignee.address.city | String | 70 | M | City of the consignee |\n| consignee.address.postalCode | String | 35 | M | Must be a valid postal code |\n| consignee.address.country | String | 2 | M | ISO 3166 country code |\n| consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| commodity | Object | n/a | M | Must include description, hsCode, valueForCustoms, currency |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 10 | M | HS Code (e.g., \"8518.30.00\") |\n| commodity.valueForCustoms | Number | n/a | M | Value for customs, must be a positive number. |\n| commodity.currency | String | 3 | M | ISO 4217 currency code |\n| dutyTaxBreakdown | Object | n/a | M | Must include customsDuty, salesTax, incomeTax, totalAmount, and currency |\n| dutyTaxBreakdown.customsDuty | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.customsDuty.amount | Number | n/a | M | Customs duty amount, must be a positive number. |\n| dutyTaxBreakdown.customsDuty.rate | Number | n/a | M | Rate for customs duty, must be a positive number. |\n| dutyTaxBreakdown.customsDuty.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.salesTax | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.salesTax.amount | Number | n/a | M | Sales tax amount, must be a positive number. |\n| dutyTaxBreakdown.salesTax.rate | Number | n/a | M | Rate for sales tax, must be a positive number. |\n| dutyTaxBreakdown.salesTax.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.incomeTax | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.incomeTax.amount | Number | n/a | M | Income tax amount, must be a positive number. |\n| dutyTaxBreakdown.incomeTax.rate | Number | n/a | M | Rate for income tax , must be a positive number. |\n| dutyTaxBreakdown.incomeTax.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.totalAmount | Number | n/a | M | Total amount, must be a positive number. |\n| dutyTaxBreakdown.currency | String | 3 | M | ISO 4217 currency code |\n| transportationFee | Object | n/a | M | Must include amount, currency, description |\n| transportationFee.amount | Number | n/a | M | Amount for transportation fee, must be a positive number. |\n| transportationFee.currency | String | 3 | M | ISO 4217 currency code |\n| transportationFee.description | String | 255 | M | Description of transportation fee |\n| grandTotal | Object | n/a | M | Must include amount and currency |\n| grandTotal.amount | Number | n/a | M | Grand total amount, must be a positive number. |\n| grandTotal.currency | String | 3 | M | ISO 4217 currency code |\n| epoOperator | Object | n/a | M | Must include epoCode and epoName |\n| epoOperator.epoCode | String | 50 | M | EPO code |\n| epoOperator.epoName | String | 255 | M | EPO name |\n| notifiedBy | Object | n/a | M | Must include role, fullName, cnic, accountNumber |\n| notifiedBy.role | String | 50 | M | Role of the person notifying (e.g., \"EPO_ADMIN\") |\n| notifiedBy.fullName | String | 255 | M | Full name of the notifier |\n| notifiedBy.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| notifiedBy.accountNumber | String | 70 | M | Account number of the notifier |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"e81a2bab-4b4a-4126-9049-c8badd78c1ed","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"708f6b05-7f21-459b-b4f3-a0584c9e23c0","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-06-04T08:28:25.718Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I3EPO.5\n    \n- EPO.I11EPO.6\n    \n\n**Use Cases**:\n\n- Submit Consolidated Goods Declaration in PSW\n    \n- PSW sends the Goods Declaration data to WeBOC\n    \n\n**Integration Points**:\n\n- IN_FR-1-EPOI-SDI-R-01-UC-01\n    \n- IN_FR-1-EPOI-SDI-R-01-UC-04\n    \n\n**Description:**\n\n- EPO system sends Goods Declaration data to PSW via API or EDI.\n    \n- PSW sends the Goods Declaration data to WeBOC through an API to calculates the duties and taxes on each item.\n    \n\n**Process Flow**: Express Parcel Operator System (I3EPO) → Pakistan Single Window → Web Based One Customs System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| gdSubmissionId | String | n/a | M | Format: gd-sub-YYYYMMDD-### |\n| gdReference | String | n/a | M | Format: PSW-GD-YYYY-######## |\n| consignee | Object | n/a | M | Must include name, address, phone, email, ntn, cnic, accountNumber |\n| consignee.name | String | 255 | M | Name of the consignee |\n| consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| consignee.address | Object | n/a | M | Must include street, city, postalCode, country |\n| consignee.address.street | String | 255 | M | Street address of the consignee |\n| consignee.address.city | String | 70 | M | City of the consignee |\n| consignee.address.postalCode | String | 35 | M | Must be a valid postal code |\n| consignee.address.country | String | 2 | M | ISO 3166 country code |\n| consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| commodity | Object | n/a | M | Must include description, hsCode, valueForCustoms, currency |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 10 | M | HS Code (e.g., \"8518.30.00\") |\n| commodity.valueForCustoms | Number | n/a | M | Value for customs, must be a positive number. |\n| commodity.currency | String | 3 | M | ISO 4217 currency code |\n| dutyTaxBreakdown | Object | n/a | M | Must include customsDuty, salesTax, incomeTax, totalAmount, and currency |\n| dutyTaxBreakdown.customsDuty | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.customsDuty.amount | Number | n/a | M | Customs duty amount, must be a positive number. |\n| dutyTaxBreakdown.customsDuty.rate | Number | n/a | M | Rate for customs duty, must be a positive number. |\n| dutyTaxBreakdown.customsDuty.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.salesTax | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.salesTax.amount | Number | n/a | M | Sales tax amount, must be a positive number. |\n| dutyTaxBreakdown.salesTax.rate | Number | n/a | M | Rate for sales tax, must be a positive number. |\n| dutyTaxBreakdown.salesTax.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.incomeTax | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.incomeTax.amount | Number | n/a | M | Income tax amount, must be a positive number. |\n| dutyTaxBreakdown.incomeTax.rate | Number | n/a | M | Rate for income tax , must be a positive number. |\n| dutyTaxBreakdown.incomeTax.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.totalAmount | Number | n/a | M | Total amount, must be a positive number. |\n| dutyTaxBreakdown.currency | String | 3 | M | ISO 4217 currency code |\n| transportationFee | Object | n/a | M | Must include amount, currency, description |\n| transportationFee.amount | Number | n/a | M | Amount for transportation fee, must be a positive number. |\n| transportationFee.currency | String | 3 | M | ISO 4217 currency code |\n| transportationFee.description | String | 255 | M | Description of transportation fee |\n| grandTotal | Object | n/a | M | Must include amount and currency |\n| grandTotal.amount | Number | n/a | M | Grand total amount, must be a positive number. |\n| grandTotal.currency | String | 3 | M | ISO 4217 currency code |\n| epoOperator | Object | n/a | M | Must include epoCode and epoName |\n| epoOperator.epoCode | String | 50 | M | EPO code |\n| epoOperator.epoName | String | 255 | M | EPO name |\n| notifiedBy | Object | n/a | M | Must include role, fullName, cnic, accountNumber |\n| notifiedBy.role | String | 50 | M | Role of the person notifying (e.g., \"EPO_ADMIN\") |\n| notifiedBy.fullName | String | 255 | M | Full name of the notifier |\n| notifiedBy.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| notifiedBy.accountNumber | String | 70 | M | Account number of the notifier |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"21aeb1e7-3cd9-4463-bfa7-eb21f014d0bd","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"b6630078-50f3-4a93-b92c-706aedcfe578","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-06-04T08:28:25.718Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I3EPO.5\n    \n- EPO.I11EPO.6\n    \n\n**Use Cases**:\n\n- Submit Consolidated Goods Declaration in PSW\n    \n- PSW sends the Goods Declaration data to WeBOC\n    \n\n**Integration Points**:\n\n- IN_FR-1-EPOI-SDI-R-01-UC-01\n    \n- IN_FR-1-EPOI-SDI-R-01-UC-04\n    \n\n**Description:**\n\n- EPO system sends Goods Declaration data to PSW via API or EDI.\n    \n- PSW sends the Goods Declaration data to WeBOC through an API to calculates the duties and taxes on each item.\n    \n\n**Process Flow**: Express Parcel Operator System (I3EPO) → Pakistan Single Window → Web Based One Customs System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | Array | n/a | O | Array of HAWB numbers (each should follow AWB number format) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| gdSubmissionId | String | n/a | M | Format: gd-sub-YYYYMMDD-### |\n| gdReference | String | n/a | M | Format: PSW-GD-YYYY-######## |\n| consignee | Object | n/a | M | Must include name, address, phone, email, ntn, cnic, accountNumber |\n| consignee.name | String | 255 | M | Name of the consignee |\n| consignee.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignee.phone | String | 16 | M | ITU E.164 numbering format |\n| consignee.address | Object | n/a | M | Must include street, city, postalCode, country |\n| consignee.address.street | String | 255 | M | Street address of the consignee |\n| consignee.address.city | String | 70 | M | City of the consignee |\n| consignee.address.postalCode | String | 35 | M | Must be a valid postal code |\n| consignee.address.country | String | 2 | M | ISO 3166 country code |\n| consignee.ntn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| consignee.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| commodity | Object | n/a | M | Must include description, hsCode, valueForCustoms, currency |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 10 | M | HS Code (e.g., \"8518.30.00\") |\n| commodity.valueForCustoms | Number | n/a | M | Value for customs, must be a positive number. |\n| commodity.currency | String | 3 | M | ISO 4217 currency code |\n| dutyTaxBreakdown | Object | n/a | M | Must include customsDuty, salesTax, incomeTax, totalAmount, and currency |\n| dutyTaxBreakdown.customsDuty | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.customsDuty.amount | Number | n/a | M | Customs duty amount, must be a positive number. |\n| dutyTaxBreakdown.customsDuty.rate | Number | n/a | M | Rate for customs duty, must be a positive number. |\n| dutyTaxBreakdown.customsDuty.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.salesTax | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.salesTax.amount | Number | n/a | M | Sales tax amount, must be a positive number. |\n| dutyTaxBreakdown.salesTax.rate | Number | n/a | M | Rate for sales tax, must be a positive number. |\n| dutyTaxBreakdown.salesTax.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.incomeTax | Object | n/a | M | Must include amount, rate, and rateUnit |\n| dutyTaxBreakdown.incomeTax.amount | Number | n/a | M | Income tax amount, must be a positive number. |\n| dutyTaxBreakdown.incomeTax.rate | Number | n/a | M | Rate for income tax , must be a positive number. |\n| dutyTaxBreakdown.incomeTax.rateUnit | String | 10 | M | Rate unit (e.g., \"PERCENT\") |\n| dutyTaxBreakdown.totalAmount | Number | n/a | M | Total amount, must be a positive number. |\n| dutyTaxBreakdown.currency | String | 3 | M | ISO 4217 currency code |\n| transportationFee | Object | n/a | M | Must include amount, currency, description |\n| transportationFee.amount | Number | n/a | M | Amount for transportation fee, must be a positive number. |\n| transportationFee.currency | String | 3 | M | ISO 4217 currency code |\n| transportationFee.description | String | 255 | M | Description of transportation fee |\n| grandTotal | Object | n/a | M | Must include amount and currency |\n| grandTotal.amount | Number | n/a | M | Grand total amount, must be a positive number. |\n| grandTotal.currency | String | 3 | M | ISO 4217 currency code |\n| epoOperator | Object | n/a | M | Must include epoCode and epoName |\n| epoOperator.epoCode | String | 50 | M | EPO code |\n| epoOperator.epoName | String | 255 | M | EPO name |\n| notifiedBy | Object | n/a | M | Must include role, fullName, cnic, accountNumber |\n| notifiedBy.role | String | 50 | M | Role of the person notifying (e.g., \"EPO_ADMIN\") |\n| notifiedBy.fullName | String | 255 | M | Full name of the notifier |\n| notifiedBy.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| notifiedBy.accountNumber | String | 70 | M | Account number of the notifier |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"cf764b01-c1a2-4743-b4ba-5aa239031f6b"}],"id":"02d0a5b5-82d5-43a6-a222-4ceaa14214d8","description":"<p>A consolidated goods declaration groups imported items into one customs filing for clearance. In this section, users submit the declaration to PSW and create the duty or tax notification that follows.</p>\n","_postman_id":"02d0a5b5-82d5-43a6-a222-4ceaa14214d8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"64d4b575-abff-46d8-9365-e6d28214156d","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"355ff033-2d54-4e3a-aba8-e3236a750500","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-06-04T08:28:25.718Z","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":[{"id":"f6293f14-e0b9-4be3-b6e4-ad84a08250b2","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"d6e659c3-a5c0-4559-b0a2-824849107b62","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request (e.g., EPO, GHA, AIRLINE)","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.718Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- EPO.I7GHA.1\n    \n- EPO.I8EPO.2\n    \n- EPO.I9GHA.3\n    \n- EPO.I10EPO.4\n    \n\n**Use Cases**:\n\n- Send Cargo Arrival Information to ACS\n    \n- Receive Cargo Arrival Information from ACS\n    \n\n**Integration Points**:\n\n- IN_FR-2-EPOI-CAI-R-01-UC-01\n    \n- IN_FR-2-EPOI-CAI-R-01-UC-02\n    \n\n**Description**:\n\n- GHA/Airline sends FSU/XFSU messages to ACS via API or UI.\n    \n- ACS sends FSU/XFSU messages to EPO via API or EDI.\n    \n\n**Process Flows**:\n\n- Ground Handling Agent System (I7GHA) → Airport Community System → Express Parcel Operator System (I8EPO)\n    \n- Airline System → Airport Community System → Express Parcel Operator System (I8EPO)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"46c17661-3045-49ff-9c73-1281f84e10a0","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"9ceac721-a55e-4ea6-bf63-acf747781cc5","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request (e.g., EPO, GHA, AIRLINE)","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.718Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- EPO.I7GHA.1\n    \n- EPO.I8EPO.2\n    \n- EPO.I9GHA.3\n    \n- EPO.I10EPO.4\n    \n\n**Use Cases**:\n\n- Send Cargo Arrival Information to ACS\n    \n- Receive Cargo Arrival Information from ACS\n    \n\n**Integration Points**:\n\n- IN_FR-2-EPOI-CAI-R-01-UC-01\n    \n- IN_FR-2-EPOI-CAI-R-01-UC-02\n    \n\n**Description**:\n\n- GHA/Airline sends FSU/XFSU messages to ACS via API or UI.\n    \n- ACS sends FSU/XFSU messages to EPO via API or EDI.\n    \n\n**Process Flows**:\n\n- Ground Handling Agent System (I7GHA) → Airport Community System → Express Parcel Operator System (I8EPO)\n    \n- Airline System → Airport Community System → Express Parcel Operator System (I8EPO)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"5f11fb6a-810e-4c3c-8865-3835cec8d44b","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"b527de40-9d32-47de-8a8c-b74c20842a3f","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request (e.g., EPO, GHA, AIRLINE)","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.718Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- EPO.I7GHA.1\n    \n- EPO.I8EPO.2\n    \n- EPO.I9GHA.3\n    \n- EPO.I10EPO.4\n    \n\n**Use Cases**:\n\n- Send Cargo Arrival Information to ACS\n    \n- Receive Cargo Arrival Information from ACS\n    \n\n**Integration Points**:\n\n- IN_FR-2-EPOI-CAI-R-01-UC-01\n    \n- IN_FR-2-EPOI-CAI-R-01-UC-02\n    \n\n**Description**:\n\n- GHA/Airline sends FSU/XFSU messages to ACS via API or UI.\n    \n- ACS sends FSU/XFSU messages to EPO via API or EDI.\n    \n\n**Process Flows**:\n\n- Ground Handling Agent System (I7GHA) → Airport Community System → Express Parcel Operator System (I8EPO)\n    \n- Airline System → Airport Community System → Express Parcel Operator System (I8EPO)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"a2782bb6-0ef2-48b8-ba1f-7856660f3403","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"986984e5-40be-40b4-867f-f905bf2245c3","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request (e.g., EPO, GHA, AIRLINE)","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.718Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- EPO.I7GHA.1\n    \n- EPO.I8EPO.2\n    \n- EPO.I9GHA.3\n    \n- EPO.I10EPO.4\n    \n\n**Use Cases**:\n\n- Send Cargo Arrival Information to ACS\n    \n- Receive Cargo Arrival Information from ACS\n    \n\n**Integration Points**:\n\n- IN_FR-2-EPOI-CAI-R-01-UC-01\n    \n- IN_FR-2-EPOI-CAI-R-01-UC-02\n    \n\n**Description**:\n\n- GHA/Airline sends FSU/XFSU messages to ACS via API or UI.\n    \n- ACS sends FSU/XFSU messages to EPO via API or EDI.\n    \n\n**Process Flows**:\n\n- Ground Handling Agent System (I7GHA) → Airport Community System → Express Parcel Operator System (I8EPO)\n    \n- Airline System → Airport Community System → Express Parcel Operator System (I8EPO)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"4e35bdb5-1359-40fb-8d8a-52708d034e94","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"fe9038d5-f52b-49b4-b97b-9c4763452f98","description":"Unique identifier for request tracing","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request (e.g., EPO, GHA, AIRLINE)","type":"text"},{"key":"X-Request-Timestamp","value":"2026-06-04T08:28:25.718Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- EPO.I7GHA.1\n    \n- EPO.I8EPO.2\n    \n- EPO.I9GHA.3\n    \n- EPO.I10EPO.4\n    \n\n**Use Cases**:\n\n- Send Cargo Arrival Information to ACS\n    \n- Receive Cargo Arrival Information from ACS\n    \n\n**Integration Points**:\n\n- IN_FR-2-EPOI-CAI-R-01-UC-01\n    \n- IN_FR-2-EPOI-CAI-R-01-UC-02\n    \n\n**Description**:\n\n- GHA/Airline sends FSU/XFSU messages to ACS via API or UI.\n    \n- ACS sends FSU/XFSU messages to EPO via API or EDI.\n    \n\n**Process Flows**:\n\n- Ground Handling Agent System (I7GHA) → Airport Community System → Express Parcel Operator System (I8EPO)\n    \n- Airline System → Airport Community System → Express Parcel Operator System (I8EPO)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"64d4b575-abff-46d8-9365-e6d28214156d"},{"name":"Receive Cargo Received (RCF)","id":"28b5e2c4-1e2d-4143-8327-02059e5961ba","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"95b75bb3-d4e7-485f-a4a4-a601df07c5a0","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-06-04T08:28:25.718Z","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":[{"id":"c43e434a-3333-4c5c-9c06-a04343ca1726","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"8453a740-4747-43ad-9a62-7a397dbed088","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-06-04T08:28:25.718Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- EPO.I7GHA.1\n    \n- EPO.I8EPO.2\n    \n- EPO.I9GHA.3\n    \n- EPO.I10EPO.4\n    \n\n**Use Cases**:\n\n- Send Cargo Arrival Information to ACS\n    \n- Receive Cargo Arrival Information from ACS\n    \n\n**Integration Points**:\n\n- IN_FR-2-EPOI-CAI-R-01-UC-01\n    \n- IN_FR-2-EPOI-CAI-R-01-UC-02\n    \n\n**Description**:\n\n- GHA/Airline sends FSU/XFSU messages to ACS via API or UI.\n    \n- ACS sends FSU/XFSU messages to EPO via API or EDI.\n    \n\n**Process Flows**:\n\n- Ground Handling Agent System (I9GHA) → Airport Community System → Express Parcel Operator System (I10EPO)\n    \n- Airline System → Airport Community System → Express Parcel Operator System (I10EPO)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"157722e5-ed25-4f70-8c98-6ad0de84b244","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"916aeac7-277e-4255-bcea-d4cf4656d8e4","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-06-04T08:28:25.718Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- EPO.I7GHA.1\n    \n- EPO.I8EPO.2\n    \n- EPO.I9GHA.3\n    \n- EPO.I10EPO.4\n    \n\n**Use Cases**:\n\n- Send Cargo Arrival Information to ACS\n    \n- Receive Cargo Arrival Information from ACS\n    \n\n**Integration Points**:\n\n- IN_FR-2-EPOI-CAI-R-01-UC-01\n    \n- IN_FR-2-EPOI-CAI-R-01-UC-02\n    \n\n**Description**:\n\n- GHA/Airline sends FSU/XFSU messages to ACS via API or UI.\n    \n- ACS sends FSU/XFSU messages to EPO via API or EDI.\n    \n\n**Process Flows**:\n\n- Ground Handling Agent System (I9GHA) → Airport Community System → Express Parcel Operator System (I10EPO)\n    \n- Airline System → Airport Community System → Express Parcel Operator System (I10EPO)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"cc960963-92f0-4c2a-9b0f-fafe7cd3ea3d","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"5094a80e-4266-4c27-9c91-3e9749104ac8","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-06-04T08:28:25.718Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- EPO.I7GHA.1\n    \n- EPO.I8EPO.2\n    \n- EPO.I9GHA.3\n    \n- EPO.I10EPO.4\n    \n\n**Use Cases**:\n\n- Send Cargo Arrival Information to ACS\n    \n- Receive Cargo Arrival Information from ACS\n    \n\n**Integration Points**:\n\n- IN_FR-2-EPOI-CAI-R-01-UC-01\n    \n- IN_FR-2-EPOI-CAI-R-01-UC-02\n    \n\n**Description**:\n\n- GHA/Airline sends FSU/XFSU messages to ACS via API or UI.\n    \n- ACS sends FSU/XFSU messages to EPO via API or EDI.\n    \n\n**Process Flows**:\n\n- Ground Handling Agent System (I9GHA) → Airport Community System → Express Parcel Operator System (I10EPO)\n    \n- Airline System → Airport Community System → Express Parcel Operator System (I10EPO)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"def54f96-4c2c-41d7-9fa9-826e4e82ab41","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"6da150d6-ac4a-4fa4-b383-a01987cd0a32","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-06-04T08:28:25.718Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- EPO.I7GHA.1\n    \n- EPO.I8EPO.2\n    \n- EPO.I9GHA.3\n    \n- EPO.I10EPO.4\n    \n\n**Use Cases**:\n\n- Send Cargo Arrival Information to ACS\n    \n- Receive Cargo Arrival Information from ACS\n    \n\n**Integration Points**:\n\n- IN_FR-2-EPOI-CAI-R-01-UC-01\n    \n- IN_FR-2-EPOI-CAI-R-01-UC-02\n    \n\n**Description**:\n\n- GHA/Airline sends FSU/XFSU messages to ACS via API or UI.\n    \n- ACS sends FSU/XFSU messages to EPO via API or EDI.\n    \n\n**Process Flows**:\n\n- Ground Handling Agent System (I9GHA) → Airport Community System → Express Parcel Operator System (I10EPO)\n    \n- Airline System → Airport Community System → Express Parcel Operator System (I10EPO)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"844ff8aa-54f6-4546-b652-52241d3de971","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"c46e6429-7d7c-48c1-8b76-e8a16dd5efc8","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-06-04T08:28:25.719Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement References**:\n\n- EPO.I7GHA.1\n    \n- EPO.I8EPO.2\n    \n- EPO.I9GHA.3\n    \n- EPO.I10EPO.4\n    \n\n**Use Cases**:\n\n- Send Cargo Arrival Information to ACS\n    \n- Receive Cargo Arrival Information from ACS\n    \n\n**Integration Points**:\n\n- IN_FR-2-EPOI-CAI-R-01-UC-01\n    \n- IN_FR-2-EPOI-CAI-R-01-UC-02\n    \n\n**Description**:\n\n- GHA/Airline sends FSU/XFSU messages to ACS via API or UI.\n    \n- ACS sends FSU/XFSU messages to EPO via API or EDI.\n    \n\n**Process Flows**:\n\n- Ground Handling Agent System (I9GHA) → Airport Community System → Express Parcel Operator System (I10EPO)\n    \n- Airline System → Airport Community System → Express Parcel Operator System (I10EPO)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"28b5e2c4-1e2d-4143-8327-02059e5961ba"}],"id":"d0238c52-864e-4cbf-bb3b-1de5cf5e11ca","description":"<p>Cargo arrival notifications confirm that a flight has landed and the freight has been received. In this section, users record flight arrival and cargo-received updates.</p>\n","_postman_id":"d0238c52-864e-4cbf-bb3b-1de5cf5e11ca","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"97a3598f-35bb-44ff-a5fb-98cf4ab11fa4","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"08277009-94dc-4007-988a-a6512be05f04","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-06-04T08:28:25.719Z","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":[{"id":"124ab8da-2392-46fd-a333-1a8d7d1632bb","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"bb0056a8-a1bb-41a9-9bb8-207d3d8ce518","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-06-04T08:28:25.719Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I15GHA.9\n    \n- EPO.I16EPO.10\n    \n- EPO.I23GHA.17\n    \n\n**Use Cases**:\n\n- Send e-DO to ACS\n    \n- Receive e-DO from ACS\n    \n- Issue e-DO for EPO Shipments through ACS\n    \n\n**Integration Points**\n\n- IN_FR-3-EPOI-EDO-R-01-UC-01\n    \n- IN_FR-3-EPOI-EDO-R-01-UC-02\n    \n- IN_FR-3-EPOI-EDO-R-01-UC-03\n    \n\n**Description**:\n\n- GHA sends e-DO data to ACS via API.\n    \n- GHA creates e-DO via ACS user interface\n    \n- ACS sends e-DO data to EPO via API.\n    \n\n**Process Flow**: Ground Handling Agent System (I15GHA) → Airport Community System → Express Parcel Operator System (I16EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| doReference | String | 70 | M | Alphanumeric with dashes; unique (e.g., EDO-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | AWB number format (nnn-nnnnnnnn) |\n| shipmentType | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\"\\] |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| arrivalDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignee | Object | n/a | M | Contains consignee details |\n| consignee.name | String | 255 | M | Valid business/person name |\n| consignee.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignee.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignee.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| consignee.email | String | 255 | O | Must be valid email address |\n| consignee.address | Object | n/a | O | Address fields |\n| consignee.address.street | String | 255 | O | Free text allowed |\n| consignee.address.city | String | 70 | O | Must be a valid city name |\n| consignee.address.state | String | 70 | O | Must be a valid state/province |\n| consignee.address.postalCode | String | 35 | O | Must be a valid postal code |\n| consignee.address.country | String | 255 | O | Valid country name |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| aca | Object | n/a | O | ACA details (Air Cargo Agent) |\n| aca.name | String | 255 | O | Valid agent name |\n| aca.code | String | 70 | O | Agent code/abbreviation |\n| aca.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| cargo | Object | n/a | M | Cargo info |\n| cargo.pieces | Integer | n/a | M | Positive integer |\n| cargo.weight | Number | n/a | M | Positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| cargo.volume | Number | n/a | O | Positive number if present |\n| cargo.volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if cargo.volume is included. |\n| cargo.commodityDescription | String | 255 | O | Free text |\n| signatoryDetails | Object | n/a | O | Signing party info |\n| signatoryDetails.name | String | 255 | O | Alphabetic with spaces/hyphens |\n| signatoryDetails.designation | String | 255 | O | Free text job title |\n| signatoryDetails.cnicNumber | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDatetime | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | O | Must be valid IPv4/IPv6 |\n| warehouseLocation | String | 255 | O | Free text location code |\n| gdNumber | String | 35 | O | GD ref format (GD-YYYY-XXXXXX) |\n| gdStatus | String | 35 | O | Must be one of \\[\"CLEARED\", \"HELD\", \"RELEASED\", etc.\\] |\n| gdClearanceDate | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| customsDutyPaid | Number | n/a | O | Positive number |\n| currency | String | 3 | M | ISO 4217 currency code |\n| releaseConditions | String | 255 | O | Free text |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS); must be ≥ createdAt |\n| remarks | String | 255 | O | Free text |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5232845f-2caf-4e91-9957-1a5f36a39f56","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"4db761f3-93ab-496c-825b-2ced3c4ada81","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-06-04T08:28:25.719Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I15GHA.9\n    \n- EPO.I16EPO.10\n    \n- EPO.I23GHA.17\n    \n\n**Use Cases**:\n\n- Send e-DO to ACS\n    \n- Receive e-DO from ACS\n    \n- Issue e-DO for EPO Shipments through ACS\n    \n\n**Integration Points**\n\n- IN_FR-3-EPOI-EDO-R-01-UC-01\n    \n- IN_FR-3-EPOI-EDO-R-01-UC-02\n    \n- IN_FR-3-EPOI-EDO-R-01-UC-03\n    \n\n**Description**:\n\n- GHA sends e-DO data to ACS via API.\n    \n- GHA creates e-DO via ACS user interface\n    \n- ACS sends e-DO data to EPO via API.\n    \n\n**Process Flow**: Ground Handling Agent System (I15GHA) → Airport Community System → Express Parcel Operator System (I16EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| doReference | String | 70 | M | Alphanumeric with dashes; unique (e.g., EDO-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | AWB number format (nnn-nnnnnnnn) |\n| shipmentType | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\"\\] |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| arrivalDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignee | Object | n/a | M | Contains consignee details |\n| consignee.name | String | 255 | M | Valid business/person name |\n| consignee.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignee.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignee.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| consignee.email | String | 255 | O | Must be valid email address |\n| consignee.address | Object | n/a | O | Address fields |\n| consignee.address.street | String | 255 | O | Free text allowed |\n| consignee.address.city | String | 70 | O | Must be a valid city name |\n| consignee.address.state | String | 70 | O | Must be a valid state/province |\n| consignee.address.postalCode | String | 35 | O | Must be a valid postal code |\n| consignee.address.country | String | 255 | O | Valid country name |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| aca | Object | n/a | O | ACA details (Air Cargo Agent) |\n| aca.name | String | 255 | O | Valid agent name |\n| aca.code | String | 70 | O | Agent code/abbreviation |\n| aca.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| cargo | Object | n/a | M | Cargo info |\n| cargo.pieces | Integer | n/a | M | Positive integer |\n| cargo.weight | Number | n/a | M | Positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| cargo.volume | Number | n/a | O | Positive number if present |\n| cargo.volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if cargo.volume is included. |\n| cargo.commodityDescription | String | 255 | O | Free text |\n| signatoryDetails | Object | n/a | O | Signing party info |\n| signatoryDetails.name | String | 255 | O | Alphabetic with spaces/hyphens |\n| signatoryDetails.designation | String | 255 | O | Free text job title |\n| signatoryDetails.cnicNumber | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDatetime | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | O | Must be valid IPv4/IPv6 |\n| warehouseLocation | String | 255 | O | Free text location code |\n| gdNumber | String | 35 | O | GD ref format (GD-YYYY-XXXXXX) |\n| gdStatus | String | 35 | O | Must be one of \\[\"CLEARED\", \"HELD\", \"RELEASED\", etc.\\] |\n| gdClearanceDate | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| customsDutyPaid | Number | n/a | O | Positive number |\n| currency | String | 3 | M | ISO 4217 currency code |\n| releaseConditions | String | 255 | O | Free text |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS); must be ≥ createdAt |\n| remarks | String | 255 | O | Free text |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"a57d976a-e2fd-44c8-b3db-03c9aa64a24e","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"2c6bb0f4-d58c-4dea-8f39-2fc33e90d180","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-06-04T08:28:25.720Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I15GHA.9\n    \n- EPO.I16EPO.10\n    \n- EPO.I23GHA.17\n    \n\n**Use Cases**:\n\n- Send e-DO to ACS\n    \n- Receive e-DO from ACS\n    \n- Issue e-DO for EPO Shipments through ACS\n    \n\n**Integration Points**\n\n- IN_FR-3-EPOI-EDO-R-01-UC-01\n    \n- IN_FR-3-EPOI-EDO-R-01-UC-02\n    \n- IN_FR-3-EPOI-EDO-R-01-UC-03\n    \n\n**Description**:\n\n- GHA sends e-DO data to ACS via API.\n    \n- GHA creates e-DO via ACS user interface\n    \n- ACS sends e-DO data to EPO via API.\n    \n\n**Process Flow**: Ground Handling Agent System (I15GHA) → Airport Community System → Express Parcel Operator System (I16EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| doReference | String | 70 | M | Alphanumeric with dashes; unique (e.g., EDO-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | AWB number format (nnn-nnnnnnnn) |\n| shipmentType | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\"\\] |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| arrivalDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignee | Object | n/a | M | Contains consignee details |\n| consignee.name | String | 255 | M | Valid business/person name |\n| consignee.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignee.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignee.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| consignee.email | String | 255 | O | Must be valid email address |\n| consignee.address | Object | n/a | O | Address fields |\n| consignee.address.street | String | 255 | O | Free text allowed |\n| consignee.address.city | String | 70 | O | Must be a valid city name |\n| consignee.address.state | String | 70 | O | Must be a valid state/province |\n| consignee.address.postalCode | String | 35 | O | Must be a valid postal code |\n| consignee.address.country | String | 255 | O | Valid country name |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| aca | Object | n/a | O | ACA details (Air Cargo Agent) |\n| aca.name | String | 255 | O | Valid agent name |\n| aca.code | String | 70 | O | Agent code/abbreviation |\n| aca.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| cargo | Object | n/a | M | Cargo info |\n| cargo.pieces | Integer | n/a | M | Positive integer |\n| cargo.weight | Number | n/a | M | Positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| cargo.volume | Number | n/a | O | Positive number if present |\n| cargo.volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if cargo.volume is included. |\n| cargo.commodityDescription | String | 255 | O | Free text |\n| signatoryDetails | Object | n/a | O | Signing party info |\n| signatoryDetails.name | String | 255 | O | Alphabetic with spaces/hyphens |\n| signatoryDetails.designation | String | 255 | O | Free text job title |\n| signatoryDetails.cnicNumber | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDatetime | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | O | Must be valid IPv4/IPv6 |\n| warehouseLocation | String | 255 | O | Free text location code |\n| gdNumber | String | 35 | O | GD ref format (GD-YYYY-XXXXXX) |\n| gdStatus | String | 35 | O | Must be one of \\[\"CLEARED\", \"HELD\", \"RELEASED\", etc.\\] |\n| gdClearanceDate | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| customsDutyPaid | Number | n/a | O | Positive number |\n| currency | String | 3 | M | ISO 4217 currency code |\n| releaseConditions | String | 255 | O | Free text |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS); must be ≥ createdAt |\n| remarks | String | 255 | O | Free text |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"5259fc59-77d2-43e9-a980-1a125ab27508","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"879e1d60-17d9-4030-9477-6d7d47d4a5cb","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-06-04T08:28:25.720Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I15GHA.9\n    \n- EPO.I16EPO.10\n    \n- EPO.I23GHA.17\n    \n\n**Use Cases**:\n\n- Send e-DO to ACS\n    \n- Receive e-DO from ACS\n    \n- Issue e-DO for EPO Shipments through ACS\n    \n\n**Integration Points**\n\n- IN_FR-3-EPOI-EDO-R-01-UC-01\n    \n- IN_FR-3-EPOI-EDO-R-01-UC-02\n    \n- IN_FR-3-EPOI-EDO-R-01-UC-03\n    \n\n**Description**:\n\n- GHA sends e-DO data to ACS via API.\n    \n- GHA creates e-DO via ACS user interface\n    \n- ACS sends e-DO data to EPO via API.\n    \n\n**Process Flow**: Ground Handling Agent System (I15GHA) → Airport Community System → Express Parcel Operator System (I16EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| doReference | String | 70 | M | Alphanumeric with dashes; unique (e.g., EDO-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | AWB number format (nnn-nnnnnnnn) |\n| shipmentType | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\"\\] |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| arrivalDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignee | Object | n/a | M | Contains consignee details |\n| consignee.name | String | 255 | M | Valid business/person name |\n| consignee.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignee.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignee.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| consignee.email | String | 255 | O | Must be valid email address |\n| consignee.address | Object | n/a | O | Address fields |\n| consignee.address.street | String | 255 | O | Free text allowed |\n| consignee.address.city | String | 70 | O | Must be a valid city name |\n| consignee.address.state | String | 70 | O | Must be a valid state/province |\n| consignee.address.postalCode | String | 35 | O | Must be a valid postal code |\n| consignee.address.country | String | 255 | O | Valid country name |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| aca | Object | n/a | O | ACA details (Air Cargo Agent) |\n| aca.name | String | 255 | O | Valid agent name |\n| aca.code | String | 70 | O | Agent code/abbreviation |\n| aca.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| cargo | Object | n/a | M | Cargo info |\n| cargo.pieces | Integer | n/a | M | Positive integer |\n| cargo.weight | Number | n/a | M | Positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| cargo.volume | Number | n/a | O | Positive number if present |\n| cargo.volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if cargo.volume is included. |\n| cargo.commodityDescription | String | 255 | O | Free text |\n| signatoryDetails | Object | n/a | O | Signing party info |\n| signatoryDetails.name | String | 255 | O | Alphabetic with spaces/hyphens |\n| signatoryDetails.designation | String | 255 | O | Free text job title |\n| signatoryDetails.cnicNumber | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDatetime | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | O | Must be valid IPv4/IPv6 |\n| warehouseLocation | String | 255 | O | Free text location code |\n| gdNumber | String | 35 | O | GD ref format (GD-YYYY-XXXXXX) |\n| gdStatus | String | 35 | O | Must be one of \\[\"CLEARED\", \"HELD\", \"RELEASED\", etc.\\] |\n| gdClearanceDate | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| customsDutyPaid | Number | n/a | O | Positive number |\n| currency | String | 3 | M | ISO 4217 currency code |\n| releaseConditions | String | 255 | O | Free text |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS); must be ≥ createdAt |\n| remarks | String | 255 | O | Free text |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"ebb5b761-a156-4a6a-b1b2-19fe00e6e2ce","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"38eb7d05-eeb2-48a3-ad25-c65750e3700a","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-06-04T08:28:25.720Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I15GHA.9\n    \n- EPO.I16EPO.10\n    \n- EPO.I23GHA.17\n    \n\n**Use Cases**:\n\n- Send e-DO to ACS\n    \n- Receive e-DO from ACS\n    \n- Issue e-DO for EPO Shipments through ACS\n    \n\n**Integration Points**\n\n- IN_FR-3-EPOI-EDO-R-01-UC-01\n    \n- IN_FR-3-EPOI-EDO-R-01-UC-02\n    \n- IN_FR-3-EPOI-EDO-R-01-UC-03\n    \n\n**Description**:\n\n- GHA sends e-DO data to ACS via API.\n    \n- GHA creates e-DO via ACS user interface\n    \n- ACS sends e-DO data to EPO via API.\n    \n\n**Process Flow**: Ground Handling Agent System (I15GHA) → Airport Community System → Express Parcel Operator System (I16EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| doReference | String | 70 | M | Alphanumeric with dashes; unique (e.g., EDO-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | AWB number format (nnn-nnnnnnnn) |\n| shipmentType | String | 35 | M | Must be one of \\[\"CONSOLIDATED\", \"DIRECT\"\\] |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| arrivalDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignee | Object | n/a | M | Contains consignee details |\n| consignee.name | String | 255 | M | Valid business/person name |\n| consignee.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignee.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignee.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignee.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| consignee.email | String | 255 | O | Must be valid email address |\n| consignee.address | Object | n/a | O | Address fields |\n| consignee.address.street | String | 255 | O | Free text allowed |\n| consignee.address.city | String | 70 | O | Must be a valid city name |\n| consignee.address.state | String | 70 | O | Must be a valid state/province |\n| consignee.address.postalCode | String | 35 | O | Must be a valid postal code |\n| consignee.address.country | String | 255 | O | Valid country name |\n| consignee.accountNumber | String | 70 | M | Account number of consignee |\n| aca | Object | n/a | O | ACA details (Air Cargo Agent) |\n| aca.name | String | 255 | O | Valid agent name |\n| aca.code | String | 70 | O | Agent code/abbreviation |\n| aca.contactNumber | String | 16 | O | ITU E.164 numbering format |\n| cargo | Object | n/a | M | Cargo info |\n| cargo.pieces | Integer | n/a | M | Positive integer |\n| cargo.weight | Number | n/a | M | Positive number |\n| cargo.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| cargo.volume | Number | n/a | O | Positive number if present |\n| cargo.volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if cargo.volume is included. |\n| cargo.commodityDescription | String | 255 | O | Free text |\n| signatoryDetails | Object | n/a | O | Signing party info |\n| signatoryDetails.name | String | 255 | O | Alphabetic with spaces/hyphens |\n| signatoryDetails.designation | String | 255 | O | Free text job title |\n| signatoryDetails.cnicNumber | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| signatoryDetails.signatureDatetime | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| signatoryDetails.ipAddress | String | 70 | O | Must be valid IPv4/IPv6 |\n| warehouseLocation | String | 255 | O | Free text location code |\n| gdNumber | String | 35 | O | GD ref format (GD-YYYY-XXXXXX) |\n| gdStatus | String | 35 | O | Must be one of \\[\"CLEARED\", \"HELD\", \"RELEASED\", etc.\\] |\n| gdClearanceDate | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| customsDutyPaid | Number | n/a | O | Positive number |\n| currency | String | 3 | M | ISO 4217 currency code |\n| releaseConditions | String | 255 | O | Free text |\n| createdAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS); must be ≥ createdAt |\n| remarks | String | 255 | O | Free text |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"97a3598f-35bb-44ff-a5fb-98cf4ab11fa4"}],"id":"984ca8d7-39b2-4607-afec-a57c249bbad7","description":"<p>An e-DO is the release document that allows cargo handover. In this section, users create the e-DO for a shipment.</p>\n","_postman_id":"984ca8d7-39b2-4607-afec-a57c249bbad7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"251c10a1-2f21-4683-93ce-461789c1a15a","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"a10020e6-210a-4c1f-ad4f-553215eb2a8a","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-06-04T08:28:25.720Z","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":[{"id":"6103ec49-5a63-4c55-9c97-c3db7f1eb0d6","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"fe0158e9-dd84-486e-a95f-88bb22c72da8","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-06-04T08:28:25.720Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I17GHA.11\n    \n- EPO.I21EPO.14\n    \n- EPO.I22EPO.16\n    \n\n**Use Cases**:\n\n- View Outgoing Payments in ACS\n    \n- View Incoming Payments in ACS\n    \n\n**Integration Points**:\n\n- IN_FR-4-EPOI-PAY-R-01-UC-01\n    \n- IN_FR-4-EPOI-PAY-R-01-UC-02\n    \n\n**Description:**\n\n- EPO views outgoing payments/invoices in ACS UI.\n    \n- EPO views incoming payments/invoices in ACS UI.\n    \n\n**Process Flow**: Express Parcel Operator System (I16EPO) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| edoId | String | 70 | M | EDO reference format (e.g., edo-YYYYMMDD-XXX) |\n| edoNumber | String | 70 | M | EDO reference format (e.g., EDO-KHI-YYYY-XXX) |\n| psid | String | 70 | M | Unique identifier for the PSID (e.g., UPS-EPO-EDO-YYYYMMDD-XXX) |\n| payer | Object | n/a | M | Contains payer details |\n| payer.epoCode | String | 50 | M | EPO code |\n| payer.epoName | String | 255 | M | Name of the EPO |\n| payer.accountNumber | String | 70 | M | Account number of the payer |\n| payer.contactPerson | Object | n/a | M | Contact person details |\n| payer.contactPerson.name | String | 255 | M | Name of the contact person |\n| payer.contactPerson.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| payer.contactPerson.phone | String | 16 | M | ITU E.164 numbering format |\n| payer.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| payer.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| amount | Number | n/a | M | Payment amount, must be positive |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 20 | M | Payment method (e.g., \"BANK_TRANSFER\") |\n| paymentReference | String | 70 | M | Unique payment reference (e.g., TRX-UPS-YYYYMMDD-XXX) |\n| paidAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| paymentDetails | Object | n/a | M | Contains details of the payment |\n| paymentDetails.transactionId | String | 70 | M | Transaction ID for the payment |\n| paymentDetails.paymentMethod | String | 20 | M | Payment method (e.g., \"BANK_TRANSFER\") |\n| paymentDetails.paymentAmount | Number | n/a | M | Amount paid (must match the `amount` field) |\n| paymentDetails.paymentCurrency | String | 3 | M | ISO 4217 currency code |\n| paymentDetails.paymentStatus | String | 35 | M | Status of the payment (e.g., \"COMPLETED\") |\n| paymentDetails.paidAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"93b7d83d-6e77-4f22-89b2-63e6c616e828","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"27ff7b95-2e9e-4a9d-8d75-4ca809c8308f","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-06-04T08:28:25.720Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I17GHA.11\n    \n- EPO.I21EPO.14\n    \n- EPO.I22EPO.16\n    \n\n**Use Cases**:\n\n- View Outgoing Payments in ACS\n    \n- View Incoming Payments in ACS\n    \n\n**Integration Points**:\n\n- IN_FR-4-EPOI-PAY-R-01-UC-01\n    \n- IN_FR-4-EPOI-PAY-R-01-UC-02\n    \n\n**Description:**\n\n- EPO views outgoing payments/invoices in ACS UI.\n    \n- EPO views incoming payments/invoices in ACS UI.\n    \n\n**Process Flow**: Express Parcel Operator System (I16EPO) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| edoId | String | 70 | M | EDO reference format (e.g., edo-YYYYMMDD-XXX) |\n| edoNumber | String | 70 | M | EDO reference format (e.g., EDO-KHI-YYYY-XXX) |\n| psid | String | 70 | M | Unique identifier for the PSID (e.g., UPS-EPO-EDO-YYYYMMDD-XXX) |\n| payer | Object | n/a | M | Contains payer details |\n| payer.epoCode | String | 50 | M | EPO code |\n| payer.epoName | String | 255 | M | Name of the EPO |\n| payer.accountNumber | String | 70 | M | Account number of the payer |\n| payer.contactPerson | Object | n/a | M | Contact person details |\n| payer.contactPerson.name | String | 255 | M | Name of the contact person |\n| payer.contactPerson.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| payer.contactPerson.phone | String | 16 | M | ITU E.164 numbering format |\n| payer.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| payer.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| amount | Number | n/a | M | Payment amount, must be positive |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 20 | M | Payment method (e.g., \"BANK_TRANSFER\") |\n| paymentReference | String | 70 | M | Unique payment reference (e.g., TRX-UPS-YYYYMMDD-XXX) |\n| paidAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| paymentDetails | Object | n/a | M | Contains details of the payment |\n| paymentDetails.transactionId | String | 70 | M | Transaction ID for the payment |\n| paymentDetails.paymentMethod | String | 20 | M | Payment method (e.g., \"BANK_TRANSFER\") |\n| paymentDetails.paymentAmount | Number | n/a | M | Amount paid (must match the `amount` field) |\n| paymentDetails.paymentCurrency | String | 3 | M | ISO 4217 currency code |\n| paymentDetails.paymentStatus | String | 35 | M | Status of the payment (e.g., \"COMPLETED\") |\n| paymentDetails.paidAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"932bce9a-8572-46f0-b347-efc21ad8336c","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"0be02317-e941-4499-90a1-9fbdc9cbab7b","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-06-04T08:28:25.720Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I17GHA.11\n    \n- EPO.I21EPO.14\n    \n- EPO.I22EPO.16\n    \n\n**Use Cases**:\n\n- View Outgoing Payments in ACS\n    \n- View Incoming Payments in ACS\n    \n\n**Integration Points**:\n\n- IN_FR-4-EPOI-PAY-R-01-UC-01\n    \n- IN_FR-4-EPOI-PAY-R-01-UC-02\n    \n\n**Description:**\n\n- EPO views outgoing payments/invoices in ACS UI.\n    \n- EPO views incoming payments/invoices in ACS UI.\n    \n\n**Process Flow**: Express Parcel Operator System (I16EPO) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| edoId | String | 70 | M | EDO reference format (e.g., edo-YYYYMMDD-XXX) |\n| edoNumber | String | 70 | M | EDO reference format (e.g., EDO-KHI-YYYY-XXX) |\n| psid | String | 70 | M | Unique identifier for the PSID (e.g., UPS-EPO-EDO-YYYYMMDD-XXX) |\n| payer | Object | n/a | M | Contains payer details |\n| payer.epoCode | String | 50 | M | EPO code |\n| payer.epoName | String | 255 | M | Name of the EPO |\n| payer.accountNumber | String | 70 | M | Account number of the payer |\n| payer.contactPerson | Object | n/a | M | Contact person details |\n| payer.contactPerson.name | String | 255 | M | Name of the contact person |\n| payer.contactPerson.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| payer.contactPerson.phone | String | 16 | M | ITU E.164 numbering format |\n| payer.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| payer.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| amount | Number | n/a | M | Payment amount, must be positive |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 20 | M | Payment method (e.g., \"BANK_TRANSFER\") |\n| paymentReference | String | 70 | M | Unique payment reference (e.g., TRX-UPS-YYYYMMDD-XXX) |\n| paidAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| paymentDetails | Object | n/a | M | Contains details of the payment |\n| paymentDetails.transactionId | String | 70 | M | Transaction ID for the payment |\n| paymentDetails.paymentMethod | String | 20 | M | Payment method (e.g., \"BANK_TRANSFER\") |\n| paymentDetails.paymentAmount | Number | n/a | M | Amount paid (must match the `amount` field) |\n| paymentDetails.paymentCurrency | String | 3 | M | ISO 4217 currency code |\n| paymentDetails.paymentStatus | String | 35 | M | Status of the payment (e.g., \"COMPLETED\") |\n| paymentDetails.paidAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"571f9412-ed1b-40f2-8931-a7613bf84b6b","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"fd842a24-1437-4c0c-a744-67e2e8d5ad88","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-06-04T08:28:25.720Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I17GHA.11\n    \n- EPO.I21EPO.14\n    \n- EPO.I22EPO.16\n    \n\n**Use Cases**:\n\n- View Outgoing Payments in ACS\n    \n- View Incoming Payments in ACS\n    \n\n**Integration Points**:\n\n- IN_FR-4-EPOI-PAY-R-01-UC-01\n    \n- IN_FR-4-EPOI-PAY-R-01-UC-02\n    \n\n**Description:**\n\n- EPO views outgoing payments/invoices in ACS UI.\n    \n- EPO views incoming payments/invoices in ACS UI.\n    \n\n**Process Flow**: Express Parcel Operator System (I16EPO) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| edoId | String | 70 | M | EDO reference format (e.g., edo-YYYYMMDD-XXX) |\n| edoNumber | String | 70 | M | EDO reference format (e.g., EDO-KHI-YYYY-XXX) |\n| psid | String | 70 | M | Unique identifier for the PSID (e.g., UPS-EPO-EDO-YYYYMMDD-XXX) |\n| payer | Object | n/a | M | Contains payer details |\n| payer.epoCode | String | 50 | M | EPO code |\n| payer.epoName | String | 255 | M | Name of the EPO |\n| payer.accountNumber | String | 70 | M | Account number of the payer |\n| payer.contactPerson | Object | n/a | M | Contact person details |\n| payer.contactPerson.name | String | 255 | M | Name of the contact person |\n| payer.contactPerson.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| payer.contactPerson.phone | String | 16 | M | ITU E.164 numbering format |\n| payer.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| payer.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| amount | Number | n/a | M | Payment amount, must be positive |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 20 | M | Payment method (e.g., \"BANK_TRANSFER\") |\n| paymentReference | String | 70 | M | Unique payment reference (e.g., TRX-UPS-YYYYMMDD-XXX) |\n| paidAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| paymentDetails | Object | n/a | M | Contains details of the payment |\n| paymentDetails.transactionId | String | 70 | M | Transaction ID for the payment |\n| paymentDetails.paymentMethod | String | 20 | M | Payment method (e.g., \"BANK_TRANSFER\") |\n| paymentDetails.paymentAmount | Number | n/a | M | Amount paid (must match the `amount` field) |\n| paymentDetails.paymentCurrency | String | 3 | M | ISO 4217 currency code |\n| paymentDetails.paymentStatus | String | 35 | M | Status of the payment (e.g., \"COMPLETED\") |\n| paymentDetails.paidAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"8825fd8d-46bb-41f2-a1e3-e8c8eed72d9a","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"5dc1617d-dfa3-4ed6-8189-332b2ddf38cb","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-06-04T08:28:25.720Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I17GHA.11\n    \n- EPO.I21EPO.14\n    \n- EPO.I22EPO.16\n    \n\n**Use Cases**:\n\n- View Outgoing Payments in ACS\n    \n- View Incoming Payments in ACS\n    \n\n**Integration Points**:\n\n- IN_FR-4-EPOI-PAY-R-01-UC-01\n    \n- IN_FR-4-EPOI-PAY-R-01-UC-02\n    \n\n**Description:**\n\n- EPO views outgoing payments/invoices in ACS UI.\n    \n- EPO views incoming payments/invoices in ACS UI.\n    \n\n**Process Flow**: Express Parcel Operator System (I16EPO) → Airport Community System\n\n**Priority**: P2\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| edoId | String | 70 | M | EDO reference format (e.g., edo-YYYYMMDD-XXX) |\n| edoNumber | String | 70 | M | EDO reference format (e.g., EDO-KHI-YYYY-XXX) |\n| psid | String | 70 | M | Unique identifier for the PSID (e.g., UPS-EPO-EDO-YYYYMMDD-XXX) |\n| payer | Object | n/a | M | Contains payer details |\n| payer.epoCode | String | 50 | M | EPO code |\n| payer.epoName | String | 255 | M | Name of the EPO |\n| payer.accountNumber | String | 70 | M | Account number of the payer |\n| payer.contactPerson | Object | n/a | M | Contact person details |\n| payer.contactPerson.name | String | 255 | M | Name of the contact person |\n| payer.contactPerson.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| payer.contactPerson.phone | String | 16 | M | ITU E.164 numbering format |\n| payer.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| payer.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| amount | Number | n/a | M | Payment amount, must be positive |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 20 | M | Payment method (e.g., \"BANK_TRANSFER\") |\n| paymentReference | String | 70 | M | Unique payment reference (e.g., TRX-UPS-YYYYMMDD-XXX) |\n| paidAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| paymentDetails | Object | n/a | M | Contains details of the payment |\n| paymentDetails.transactionId | String | 70 | M | Transaction ID for the payment |\n| paymentDetails.paymentMethod | String | 20 | M | Payment method (e.g., \"BANK_TRANSFER\") |\n| paymentDetails.paymentAmount | Number | n/a | M | Amount paid (must match the `amount` field) |\n| paymentDetails.paymentCurrency | String | 3 | M | ISO 4217 currency code |\n| paymentDetails.paymentStatus | String | 35 | M | Status of the payment (e.g., \"COMPLETED\") |\n| paymentDetails.paidAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"251c10a1-2f21-4683-93ce-461789c1a15a"}],"id":"0de5bc9c-3372-46bf-bac1-28b61530b2a0","description":"<p>e-DO payment records the fee paid before cargo release is completed. In this section, users submit the payment that unlocks cargo release.</p>\n","_postman_id":"0de5bc9c-3372-46bf-bac1-28b61530b2a0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"73130b4e-9fbb-4ca6-a0dd-8278d6cba434","description":"<p>e-DO management covers the electronic delivery order needed to release cargo. In this section, users issue the e-DO and collect the payment required for release.</p>\n","_postman_id":"73130b4e-9fbb-4ca6-a0dd-8278d6cba434","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"02bc9b06-123c-4d78-9a06-7db7450c8d6e","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"da50fa99-3a3d-4a0b-9ea6-dcb5beb03bb7","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-06-04T08:28:25.720Z","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":[{"id":"8accaa7f-356b-4051-8657-e86637411e50","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"f7c5c682-785d-484a-bbba-f5087de0038e","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-06-04T08:28:25.720Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I20GHA.13\n    \n- EPO.I21EPO.14\n    \n\n**Use Case**: Create GHA Handling & Storage Charges Invoice in ACS\n\n**Integration Point**: IN_FR-5-EPOI-HSC-R-01-UC-01\n\n**Description**: GHA creates H&S invoice via ACS UI.\n\n**Process Flow**: Ground Handling Agent System (I20GHA) → Airport Community System\n\n**Priority**: P1\n\n**⚠️ Note**: Already covered in ACS EOPS-GHA (Import). Reference No: G.I20GHA.31\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition (M/O/C) | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | If provided, each must be valid AWB number format (nnn-nnnnnnnn) |\n| `gdNumber` | String | 70 | O | Alphanumeric with dashes allowed (e.g., GD-YYYY-XXXXXX) |\n| `clearanceDate` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceType` | String | 70 | M | Must be one of \\[\"HANDLING_AND_STORAGE\", \"XRAY\", etc.\\] |\n| `cargo` | Object | n/a | M | Contains cargo details |\n| `cargo.pieces` | Integer | n/a | M | Positive integer |\n| `cargo.weight` | Number | n/a | M | Positive number |\n| `cargo.weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `cargo.volume` | Number | n/a | O | Positive number |\n| `cargo.volumeUnit` | String | 3 | O | UNECE Rec.20 unit of measure. |\n| `arrivalDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `handlingFee` | Number | n/a | O | Positive number or zero |\n| `storageDays` | Integer | n/a | O | Non-negative integer |\n| `freeDays` | Integer | n/a | O | Non-negative integer |\n| `storageRatePerDay` | Number | n/a | O | Positive number |\n| `totalStorageFee` | Number | n/a | O | Must equal (storageDays - freeDays) \\* storageRatePerDay if >0 else 0 |\n| `xrayRequired` | Boolean | n/a | O | `true` or `false` |\n| `xrayFee` | Number | n/a | O | Required if `xrayRequired=true`; positive number |\n| `otherCharges` | Number | n/a | O | Positive number or zero |\n| `otherChargesDescription` | String | 255 | O | Free text |\n| `subtotal` | Number | n/a | M | Must be sum of applicable charges (handlingFee + totalStorageFee + xrayFee + otherCharges) |\n| `taxRate` | Number | n/a | O | Decimal (e.g., `0.13`) between `0–1` |\n| `taxAmount` | Number | n/a | O | Must equal `subtotal \\\\\\* taxRate` |\n| `totalAmount` | Number | n/a | M | Must equal `subtotal + taxAmount` |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `billToType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `billToId` | String | 70 | C | Required if billToType ≠ INDIVIDUAL |\n| `billToName` | String | 255 | M | Valid business/person name |\n| `billToCNIC` | String | 15 | C | CNIC format (nnnnn-nnnnnnn-n) |\n| `dueDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"45d9cff6-37b3-4dd3-b582-071eaabeaace","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"1982a32a-edfe-4d89-88ca-f35f9b99c89e","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-06-04T08:28:25.720Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I20GHA.13\n    \n- EPO.I21EPO.14\n    \n\n**Use Case**: Create GHA Handling & Storage Charges Invoice in ACS\n\n**Integration Point**: IN_FR-5-EPOI-HSC-R-01-UC-01\n\n**Description**: GHA creates H&S invoice via ACS UI.\n\n**Process Flow**: Ground Handling Agent System (I20GHA) → Airport Community System\n\n**Priority**: P1\n\n**⚠️ Note**: Already covered in ACS EOPS-GHA (Import). Reference No: G.I20GHA.31\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition (M/O/C) | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | If provided, each must be valid AWB number format (nnn-nnnnnnnn) |\n| `gdNumber` | String | 70 | O | Alphanumeric with dashes allowed (e.g., GD-YYYY-XXXXXX) |\n| `clearanceDate` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceType` | String | 70 | M | Must be one of \\[\"HANDLING_AND_STORAGE\", \"XRAY\", etc.\\] |\n| `cargo` | Object | n/a | M | Contains cargo details |\n| `cargo.pieces` | Integer | n/a | M | Positive integer |\n| `cargo.weight` | Number | n/a | M | Positive number |\n| `cargo.weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `cargo.volume` | Number | n/a | O | Positive number |\n| `cargo.volumeUnit` | String | 3 | O | UNECE Rec.20 unit of measure. |\n| `arrivalDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `handlingFee` | Number | n/a | O | Positive number or zero |\n| `storageDays` | Integer | n/a | O | Non-negative integer |\n| `freeDays` | Integer | n/a | O | Non-negative integer |\n| `storageRatePerDay` | Number | n/a | O | Positive number |\n| `totalStorageFee` | Number | n/a | O | Must equal (storageDays - freeDays) \\* storageRatePerDay if >0 else 0 |\n| `xrayRequired` | Boolean | n/a | O | `true` or `false` |\n| `xrayFee` | Number | n/a | O | Required if `xrayRequired=true`; positive number |\n| `otherCharges` | Number | n/a | O | Positive number or zero |\n| `otherChargesDescription` | String | 255 | O | Free text |\n| `subtotal` | Number | n/a | M | Must be sum of applicable charges (handlingFee + totalStorageFee + xrayFee + otherCharges) |\n| `taxRate` | Number | n/a | O | Decimal (e.g., `0.13`) between `0–1` |\n| `taxAmount` | Number | n/a | O | Must equal `subtotal \\\\\\* taxRate` |\n| `totalAmount` | Number | n/a | M | Must equal `subtotal + taxAmount` |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `billToType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `billToId` | String | 70 | C | Required if billToType ≠ INDIVIDUAL |\n| `billToName` | String | 255 | M | Valid business/person name |\n| `billToCNIC` | String | 15 | C | CNIC format (nnnnn-nnnnnnn-n) |\n| `dueDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"6c3a5b1c-dd1c-4ee8-ac3e-20214e497f05","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"00dbe455-09ca-486c-a51c-37fdb84dc369","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-06-04T08:28:25.720Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I20GHA.13\n    \n- EPO.I21EPO.14\n    \n\n**Use Case**: Create GHA Handling & Storage Charges Invoice in ACS\n\n**Integration Point**: IN_FR-5-EPOI-HSC-R-01-UC-01\n\n**Description**: GHA creates H&S invoice via ACS UI.\n\n**Process Flow**: Ground Handling Agent System (I20GHA) → Airport Community System\n\n**Priority**: P1\n\n**⚠️ Note**: Already covered in ACS EOPS-GHA (Import). Reference No: G.I20GHA.31\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition (M/O/C) | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | If provided, each must be valid AWB number format (nnn-nnnnnnnn) |\n| `gdNumber` | String | 70 | O | Alphanumeric with dashes allowed (e.g., GD-YYYY-XXXXXX) |\n| `clearanceDate` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceType` | String | 70 | M | Must be one of \\[\"HANDLING_AND_STORAGE\", \"XRAY\", etc.\\] |\n| `cargo` | Object | n/a | M | Contains cargo details |\n| `cargo.pieces` | Integer | n/a | M | Positive integer |\n| `cargo.weight` | Number | n/a | M | Positive number |\n| `cargo.weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `cargo.volume` | Number | n/a | O | Positive number |\n| `cargo.volumeUnit` | String | 3 | O | UNECE Rec.20 unit of measure. |\n| `arrivalDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `handlingFee` | Number | n/a | O | Positive number or zero |\n| `storageDays` | Integer | n/a | O | Non-negative integer |\n| `freeDays` | Integer | n/a | O | Non-negative integer |\n| `storageRatePerDay` | Number | n/a | O | Positive number |\n| `totalStorageFee` | Number | n/a | O | Must equal (storageDays - freeDays) \\* storageRatePerDay if >0 else 0 |\n| `xrayRequired` | Boolean | n/a | O | `true` or `false` |\n| `xrayFee` | Number | n/a | O | Required if `xrayRequired=true`; positive number |\n| `otherCharges` | Number | n/a | O | Positive number or zero |\n| `otherChargesDescription` | String | 255 | O | Free text |\n| `subtotal` | Number | n/a | M | Must be sum of applicable charges (handlingFee + totalStorageFee + xrayFee + otherCharges) |\n| `taxRate` | Number | n/a | O | Decimal (e.g., `0.13`) between `0–1` |\n| `taxAmount` | Number | n/a | O | Must equal `subtotal \\\\\\* taxRate` |\n| `totalAmount` | Number | n/a | M | Must equal `subtotal + taxAmount` |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `billToType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `billToId` | String | 70 | C | Required if billToType ≠ INDIVIDUAL |\n| `billToName` | String | 255 | M | Valid business/person name |\n| `billToCNIC` | String | 15 | C | CNIC format (nnnnn-nnnnnnn-n) |\n| `dueDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"f2cd0197-839f-4ff7-b71e-d08ee1f3caa7","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"777f960d-f631-431b-90cc-993e04b2be12","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-06-04T08:28:25.720Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I20GHA.13\n    \n- EPO.I21EPO.14\n    \n\n**Use Case**: Create GHA Handling & Storage Charges Invoice in ACS\n\n**Integration Point**: IN_FR-5-EPOI-HSC-R-01-UC-01\n\n**Description**: GHA creates H&S invoice via ACS UI.\n\n**Process Flow**: Ground Handling Agent System (I20GHA) → Airport Community System\n\n**Priority**: P1\n\n**⚠️ Note**: Already covered in ACS EOPS-GHA (Import). Reference No: G.I20GHA.31\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition (M/O/C) | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | If provided, each must be valid AWB number format (nnn-nnnnnnnn) |\n| `gdNumber` | String | 70 | O | Alphanumeric with dashes allowed (e.g., GD-YYYY-XXXXXX) |\n| `clearanceDate` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceType` | String | 70 | M | Must be one of \\[\"HANDLING_AND_STORAGE\", \"XRAY\", etc.\\] |\n| `cargo` | Object | n/a | M | Contains cargo details |\n| `cargo.pieces` | Integer | n/a | M | Positive integer |\n| `cargo.weight` | Number | n/a | M | Positive number |\n| `cargo.weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `cargo.volume` | Number | n/a | O | Positive number |\n| `cargo.volumeUnit` | String | 3 | O | UNECE Rec.20 unit of measure. |\n| `arrivalDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `handlingFee` | Number | n/a | O | Positive number or zero |\n| `storageDays` | Integer | n/a | O | Non-negative integer |\n| `freeDays` | Integer | n/a | O | Non-negative integer |\n| `storageRatePerDay` | Number | n/a | O | Positive number |\n| `totalStorageFee` | Number | n/a | O | Must equal (storageDays - freeDays) \\* storageRatePerDay if >0 else 0 |\n| `xrayRequired` | Boolean | n/a | O | `true` or `false` |\n| `xrayFee` | Number | n/a | O | Required if `xrayRequired=true`; positive number |\n| `otherCharges` | Number | n/a | O | Positive number or zero |\n| `otherChargesDescription` | String | 255 | O | Free text |\n| `subtotal` | Number | n/a | M | Must be sum of applicable charges (handlingFee + totalStorageFee + xrayFee + otherCharges) |\n| `taxRate` | Number | n/a | O | Decimal (e.g., `0.13`) between `0–1` |\n| `taxAmount` | Number | n/a | O | Must equal `subtotal \\\\\\* taxRate` |\n| `totalAmount` | Number | n/a | M | Must equal `subtotal + taxAmount` |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `billToType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `billToId` | String | 70 | C | Required if billToType ≠ INDIVIDUAL |\n| `billToName` | String | 255 | M | Valid business/person name |\n| `billToCNIC` | String | 15 | C | CNIC format (nnnnn-nnnnnnn-n) |\n| `dueDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"3965bc9c-a430-4a71-8f86-b23e195a2492","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"92c3ffd1-a923-41bf-a7c0-bf0d2f0d1c76","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-06-04T08:28:25.721Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.I20GHA.13\n    \n- EPO.I21EPO.14\n    \n\n**Use Case**: Create GHA Handling & Storage Charges Invoice in ACS\n\n**Integration Point**: IN_FR-5-EPOI-HSC-R-01-UC-01\n\n**Description**: GHA creates H&S invoice via ACS UI.\n\n**Process Flow**: Ground Handling Agent System (I20GHA) → Airport Community System\n\n**Priority**: P1\n\n**⚠️ Note**: Already covered in ACS EOPS-GHA (Import). Reference No: G.I20GHA.31\n\n**API Parameters:**\n\n| Field name | Field type | Field length | Condition (M/O/C) | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `hawbNumber` | Array | n/a | O | If provided, each must be valid AWB number format (nnn-nnnnnnnn) |\n| `gdNumber` | String | 70 | O | Alphanumeric with dashes allowed (e.g., GD-YYYY-XXXXXX) |\n| `clearanceDate` | DateTime | n/a | O | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceType` | String | 70 | M | Must be one of \\[\"HANDLING_AND_STORAGE\", \"XRAY\", etc.\\] |\n| `cargo` | Object | n/a | M | Contains cargo details |\n| `cargo.pieces` | Integer | n/a | M | Positive integer |\n| `cargo.weight` | Number | n/a | M | Positive number |\n| `cargo.weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `cargo.volume` | Number | n/a | O | Positive number |\n| `cargo.volumeUnit` | String | 3 | O | UNECE Rec.20 unit of measure. |\n| `arrivalDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `invoiceDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `handlingFee` | Number | n/a | O | Positive number or zero |\n| `storageDays` | Integer | n/a | O | Non-negative integer |\n| `freeDays` | Integer | n/a | O | Non-negative integer |\n| `storageRatePerDay` | Number | n/a | O | Positive number |\n| `totalStorageFee` | Number | n/a | O | Must equal (storageDays - freeDays) \\* storageRatePerDay if >0 else 0 |\n| `xrayRequired` | Boolean | n/a | O | `true` or `false` |\n| `xrayFee` | Number | n/a | O | Required if `xrayRequired=true`; positive number |\n| `otherCharges` | Number | n/a | O | Positive number or zero |\n| `otherChargesDescription` | String | 255 | O | Free text |\n| `subtotal` | Number | n/a | M | Must be sum of applicable charges (handlingFee + totalStorageFee + xrayFee + otherCharges) |\n| `taxRate` | Number | n/a | O | Decimal (e.g., `0.13`) between `0–1` |\n| `taxAmount` | Number | n/a | O | Must equal `subtotal \\\\\\* taxRate` |\n| `totalAmount` | Number | n/a | M | Must equal `subtotal + taxAmount` |\n| `currency` | String | 3 | M | ISO 4217 currency code |\n| `billToType` | String | 35 | M | Must be one of \\[\"CONSIGNEE\", \"ACA\", \"GHA\", \"AIRLINE\", etc\\] |\n| `billToId` | String | 70 | C | Required if billToType ≠ INDIVIDUAL |\n| `billToName` | String | 255 | M | Valid business/person name |\n| `billToCNIC` | String | 15 | C | CNIC format (nnnnn-nnnnnnn-n) |\n| `dueDate` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `remarks` | String | 255 | O | Free text |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"02bc9b06-123c-4d78-9a06-7db7450c8d6e"}],"id":"328b9ea0-9589-4490-a4f0-0282f3c62b08","description":"<p>GHA handling invoices record the airport handling charges billed by the ground handler. In this section, users create the invoice for the shipment.</p>\n","_postman_id":"328b9ea0-9589-4490-a4f0-0282f3c62b08","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"2b8a2295-2fdf-4f81-8b40-d5d09f6cebc6","description":"<p>EPO import is the inbound cargo workflow for shipments arriving from abroad. In this section, users record arrival notices, create duty or tax notices, manage e-DO release, and raise handling invoices.</p>\n","_postman_id":"2b8a2295-2fdf-4f81-8b40-d5d09f6cebc6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"3649073f-afd2-4e57-8e47-7a00aa2b2f79","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"693c27ef-ef4f-44b3-bcf6-75e75d2c468b","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-06-04T08:28:25.721Z","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":"52a96c79-ca0c-4ca9-8091-87c9c1d8994a","name":"202 - Accepted","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"e60ebc9c-bd92-40af-94c3-b4c8f6f2b70f","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-06-04T08:28:25.721Z","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","description":"**Requirement Reference:**\n\n- EPO.E1AL.1\n    \n- EPO.E1EPO.2\n    \n\n**Use Case**:\n\n- AWB Stock Management between ACA and Airline\n    \n- Express Parcel Operator as IATA agent\n    \n\n**Integration Point:** IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Descriptions:**\n\n- Airline receives AWB stock request / reply via ACS\n    \n- 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.\n    \n\n**Process Flow**:\n\n- Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n    \n- Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include all details of airline |\n| airlineDetails.airlineName | String | 255 | M | Airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include all ACA details |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| acaDetails.acaCassNumber | String | 15 | M | Required if acaIataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| epoDetails | Object | n/a | M | Must include all EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |\n| numberOfAWBsRequired | Integer | n/a | M | Must be a positive integer |\n| predefinedStockLevels | Array | n/a | M | Must include valid stock levels |\n| additionalNotes | String | 255 | O | Optional notes |"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b81f5688-a596-494b-a72c-47e902fa1395","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"2b118974-cbad-4414-91ac-d945d93af116","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-06-04T08:28:25.721Z","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","description":"**Requirement Reference:**\n\n- EPO.E1AL.1\n    \n- EPO.E1EPO.2\n    \n\n**Use Case**:\n\n- AWB Stock Management between ACA and Airline\n    \n- Express Parcel Operator as IATA agent\n    \n\n**Integration Point:** IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Descriptions:**\n\n- Airline receives AWB stock request / reply via ACS\n    \n- 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.\n    \n\n**Process Flow**:\n\n- Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n    \n- Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include all details of airline |\n| airlineDetails.airlineName | String | 255 | M | Airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include all ACA details |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| acaDetails.acaCassNumber | String | 15 | M | Required if acaIataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| epoDetails | Object | n/a | M | Must include all EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |\n| numberOfAWBsRequired | Integer | n/a | M | Must be a positive integer |\n| predefinedStockLevels | Array | n/a | M | Must include valid stock levels |\n| additionalNotes | String | 255 | O | Optional notes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"d12ce8d3-5032-42d8-bdaa-6d7907c80cc4","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"6ab25b13-e5a4-4527-b4c9-0fa6c40fa4f4","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-06-04T08:28:25.721Z","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","description":"**Requirement Reference:**\n\n- EPO.E1AL.1\n    \n- EPO.E1EPO.2\n    \n\n**Use Case**:\n\n- AWB Stock Management between ACA and Airline\n    \n- Express Parcel Operator as IATA agent\n    \n\n**Integration Point:** IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Descriptions:**\n\n- Airline receives AWB stock request / reply via ACS\n    \n- 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.\n    \n\n**Process Flow**:\n\n- Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n    \n- Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include all details of airline |\n| airlineDetails.airlineName | String | 255 | M | Airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include all ACA details |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| acaDetails.acaCassNumber | String | 15 | M | Required if acaIataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| epoDetails | Object | n/a | M | Must include all EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |\n| numberOfAWBsRequired | Integer | n/a | M | Must be a positive integer |\n| predefinedStockLevels | Array | n/a | M | Must include valid stock levels |\n| additionalNotes | String | 255 | O | Optional notes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"6e6de9ac-621c-4f50-b2fb-1683c66a8491","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"bf9ebe86-ad5e-4bb4-b45e-19f5b0cd1b12","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-06-04T08:28:25.721Z","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","description":"**Requirement Reference:**\n\n- EPO.E1AL.1\n    \n- EPO.E1EPO.2\n    \n\n**Use Case**:\n\n- AWB Stock Management between ACA and Airline\n    \n- Express Parcel Operator as IATA agent\n    \n\n**Integration Point:** IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Descriptions:**\n\n- Airline receives AWB stock request / reply via ACS\n    \n- 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.\n    \n\n**Process Flow**:\n\n- Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n    \n- Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include all details of airline |\n| airlineDetails.airlineName | String | 255 | M | Airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include all ACA details |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| acaDetails.acaCassNumber | String | 15 | M | Required if acaIataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| epoDetails | Object | n/a | M | Must include all EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |\n| numberOfAWBsRequired | Integer | n/a | M | Must be a positive integer |\n| predefinedStockLevels | Array | n/a | M | Must include valid stock levels |\n| additionalNotes | String | 255 | O | Optional notes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"06dc3ff7-c9fe-48e9-b21d-977606d97850","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"a232c117-144b-40c8-b5a2-167ae40a3d21","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-06-04T08:28:25.721Z","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","description":"**Requirement Reference:**\n\n- EPO.E1AL.1\n    \n- EPO.E1EPO.2\n    \n\n**Use Case**:\n\n- AWB Stock Management between ACA and Airline\n    \n- Express Parcel Operator as IATA agent\n    \n\n**Integration Point:** IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Descriptions:**\n\n- Airline receives AWB stock request / reply via ACS\n    \n- 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.\n    \n\n**Process Flow**:\n\n- Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n    \n- Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| airlineDetails | Object | n/a | M | Must include all details of airline |\n| airlineDetails.airlineName | String | 255 | M | Airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include all ACA details |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if acaCassNumber is empty |\n| acaDetails.acaCassNumber | String | 15 | M | Required if acaIataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number |\n| epoDetails | Object | n/a | M | Must include all EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |\n| numberOfAWBsRequired | Integer | n/a | M | Must be a positive integer |\n| predefinedStockLevels | Array | n/a | M | Must include valid stock levels |\n| additionalNotes | String | 255 | O | Optional notes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"3649073f-afd2-4e57-8e47-7a00aa2b2f79"},{"name":"Receive AWB Stock Allocation from Airline","id":"0f343d4e-63dc-4ade-83d7-9caa4bf8fbe3","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"6714bf04-687e-4469-815d-3994a2fe6152","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-06-04T08:28:25.721Z","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":"d60b78d6-5ea6-4036-9a1d-ca2798cb51f3","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"fa19d4bf-cbeb-4e4f-a48b-ba2af8ad5f1d","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-06-04T08:28:25.721Z","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\": \"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":"**Requirement Reference**:\n\n- EPO.E1AL.1\n    \n- EPO.E1EPO.2\n    \n\n**Use Cases**:\n\n- AWB Stock Management between ACA and Airline\n    \n- Express Parcel Operator as IATA agent\n    \n\n**Integration Point**: IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Descriptions:**\n\n- Airline receives AWB stock request / reply via ACS\n    \n- 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.\n    \n\n**Process Flow**:\n\n- Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n    \n- Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock range, starting/ending AWB numbers, assignment date/time, available/allocation quantity, stock validity date, and notes |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.assignmentDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.userApprovingRequest | String | 255 | M | Name of the user approving the request |\n| stockDetails.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.allocationQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| stockDetails.notes | String | 255 | O | Free text |\n| airlineDetails | Object | n/a | O | Must include airline name, prefix, and two-letter code |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.acaCassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |\n| epoDetails | Object | n/a | M | Must include all EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"ac4227c2-d19b-4766-bfa3-b6e858cc9b81","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"84105ee2-a500-48f4-9f5a-46d5e2c56709","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-06-04T08:28:25.721Z","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\": \"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":"**Requirement Reference**:\n\n- EPO.E1AL.1\n    \n- EPO.E1EPO.2\n    \n\n**Use Cases**:\n\n- AWB Stock Management between ACA and Airline\n    \n- Express Parcel Operator as IATA agent\n    \n\n**Integration Point**: IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Descriptions:**\n\n- Airline receives AWB stock request / reply via ACS\n    \n- 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.\n    \n\n**Process Flow**:\n\n- Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n    \n- Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock range, starting/ending AWB numbers, assignment date/time, available/allocation quantity, stock validity date, and notes |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.assignmentDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.userApprovingRequest | String | 255 | M | Name of the user approving the request |\n| stockDetails.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.allocationQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| stockDetails.notes | String | 255 | O | Free text |\n| airlineDetails | Object | n/a | O | Must include airline name, prefix, and two-letter code |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.acaCassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |\n| epoDetails | Object | n/a | M | Must include all EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"9c51b4a9-f019-455e-ab49-81c9d0c88f14","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"5c837639-6da2-497b-a41d-023e7a027b00","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-06-04T08:28:25.721Z","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\": \"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":"**Requirement Reference**:\n\n- EPO.E1AL.1\n    \n- EPO.E1EPO.2\n    \n\n**Use Cases**:\n\n- AWB Stock Management between ACA and Airline\n    \n- Express Parcel Operator as IATA agent\n    \n\n**Integration Point**: IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Descriptions:**\n\n- Airline receives AWB stock request / reply via ACS\n    \n- 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.\n    \n\n**Process Flow**:\n\n- Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n    \n- Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock range, starting/ending AWB numbers, assignment date/time, available/allocation quantity, stock validity date, and notes |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.assignmentDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.userApprovingRequest | String | 255 | M | Name of the user approving the request |\n| stockDetails.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.allocationQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| stockDetails.notes | String | 255 | O | Free text |\n| airlineDetails | Object | n/a | O | Must include airline name, prefix, and two-letter code |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.acaCassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |\n| epoDetails | Object | n/a | M | Must include all EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"0f7b2df8-e019-41c5-a359-f9140b70a02b","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"920d8a19-23c5-42ac-a51d-881b6de0107b","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-06-04T08:28:25.721Z","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\": \"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":"**Requirement Reference**:\n\n- EPO.E1AL.1\n    \n- EPO.E1EPO.2\n    \n\n**Use Cases**:\n\n- AWB Stock Management between ACA and Airline\n    \n- Express Parcel Operator as IATA agent\n    \n\n**Integration Point**: IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Descriptions:**\n\n- Airline receives AWB stock request / reply via ACS\n    \n- 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.\n    \n\n**Process Flow**:\n\n- Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n    \n- Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock range, starting/ending AWB numbers, assignment date/time, available/allocation quantity, stock validity date, and notes |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.assignmentDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.userApprovingRequest | String | 255 | M | Name of the user approving the request |\n| stockDetails.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.allocationQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| stockDetails.notes | String | 255 | O | Free text |\n| airlineDetails | Object | n/a | O | Must include airline name, prefix, and two-letter code |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.acaCassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |\n| epoDetails | Object | n/a | M | Must include all EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"ac2dc050-6d94-4781-98ea-fb5ef31b163c","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"a43e7ea6-f836-4ec1-a72e-bd11375a50d4","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-06-04T08:28:25.721Z","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\": \"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":"**Requirement Reference**:\n\n- EPO.E1AL.1\n    \n- EPO.E1EPO.2\n    \n\n**Use Cases**:\n\n- AWB Stock Management between ACA and Airline\n    \n- Express Parcel Operator as IATA agent\n    \n\n**Integration Point**: IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Descriptions:**\n\n- Airline receives AWB stock request / reply via ACS\n    \n- 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.\n    \n\n**Process Flow**:\n\n- Air Cargo Agent System (E1ACA) → Airport Community System → Airline System (E1AL)\n    \n- Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock range, starting/ending AWB numbers, assignment date/time, available/allocation quantity, stock validity date, and notes |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 35 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.assignmentDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| stockDetails.userApprovingRequest | String | 255 | M | Name of the user approving the request |\n| stockDetails.availableQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.allocationQuantity | Integer | n/a | M | Must be a positive integer |\n| stockDetails.stockValidityDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| stockDetails.notes | String | 255 | O | Free text |\n| airlineDetails | Object | n/a | O | Must include airline name, prefix, and two-letter code |\n| airlineDetails.airlineName | String | 255 | M | Airline name (e.g., \"Emirates Airlines\") |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.acaCassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |\n| epoDetails | Object | n/a | M | Must include all EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"0f343d4e-63dc-4ade-83d7-9caa4bf8fbe3"},{"name":"Return Allocated AWB Stocks","id":"a60c264a-659e-4a1c-b876-658c31b270c2","request":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"4cf7f45a-899c-4b3d-a32b-49eff2f6516b","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-06-04T08:28:25.721Z","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"}}},"url":"","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":[]}},"response":[{"id":"54862b0a-4b45-46dd-bc24-76c86718f946","name":"204 - No Content","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"c5168e0d-53da-41cd-a747-6a9f12d05b53","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-06-04T08:28:25.722Z","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\": \"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"}}},"url":"","description":"**Requirement Reference:** EPO.E1EPO.2\n\n**Use Case**: Express Parcel Operator as IATA agent\n\n**Integration Point**: IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Description:** 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.\n\n**Process Flow**: Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.returnQuantity | Integer | n/a | M | Positive number representing returned AWBs |\n| stockDetails.remainingQuantityAfterReturn | Integer | n/a | M | Positive number representing remaining AWBs |\n| stockDetails.utilizationRate | String | 10 | M | Percentage format (e.g., \"50%\") |\n| stockDetails.notes | String | 255 | O | Free text, notes or remarks on return |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.acaCassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |\n| epoDetails | Object | n/a | M | Must include EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ) |"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"eba3dc85-cf51-4749-ad2a-95cb85f713c2","name":"400 - Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"b3c1bfa3-7365-4115-9869-ca62468c96b9","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-06-04T08:28:25.722Z","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\": \"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"}}},"url":"","description":"**Requirement Reference:** EPO.E1EPO.2\n\n**Use Case**: Express Parcel Operator as IATA agent\n\n**Integration Point**: IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Description:** 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.\n\n**Process Flow**: Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.returnQuantity | Integer | n/a | M | Positive number representing returned AWBs |\n| stockDetails.remainingQuantityAfterReturn | Integer | n/a | M | Positive number representing remaining AWBs |\n| stockDetails.utilizationRate | String | 10 | M | Percentage format (e.g., \"50%\") |\n| stockDetails.notes | String | 255 | O | Free text, notes or remarks on return |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.acaCassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |\n| epoDetails | Object | n/a | M | Must include EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"abc83ffb-d264-49ea-8f64-0b8ff4c2b942","name":"401 - Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"f74397ca-8f92-4eb2-bd1c-2c169f8e6897","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-06-04T08:28:25.722Z","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\": \"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"}}},"url":"","description":"**Requirement Reference:** EPO.E1EPO.2\n\n**Use Case**: Express Parcel Operator as IATA agent\n\n**Integration Point**: IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Description:** 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.\n\n**Process Flow**: Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.returnQuantity | Integer | n/a | M | Positive number representing returned AWBs |\n| stockDetails.remainingQuantityAfterReturn | Integer | n/a | M | Positive number representing remaining AWBs |\n| stockDetails.utilizationRate | String | 10 | M | Percentage format (e.g., \"50%\") |\n| stockDetails.notes | String | 255 | O | Free text, notes or remarks on return |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.acaCassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |\n| epoDetails | Object | n/a | M | Must include EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"17bbc138-46df-4bdd-97d2-f5b7db8ceb03","name":"403 - Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"0e292bf9-3f8a-4361-9d48-64fa2798bfd7","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-06-04T08:28:25.722Z","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\": \"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"}}},"url":"","description":"**Requirement Reference:** EPO.E1EPO.2\n\n**Use Case**: Express Parcel Operator as IATA agent\n\n**Integration Point**: IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Description:** 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.\n\n**Process Flow**: Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.returnQuantity | Integer | n/a | M | Positive number representing returned AWBs |\n| stockDetails.remainingQuantityAfterReturn | Integer | n/a | M | Positive number representing remaining AWBs |\n| stockDetails.utilizationRate | String | 10 | M | Percentage format (e.g., \"50%\") |\n| stockDetails.notes | String | 255 | O | Free text, notes or remarks on return |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.acaCassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |\n| epoDetails | Object | n/a | M | Must include EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"154a5729-6cbe-416b-81cf-b7262769f01f","name":"422 - Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"1a3f066c-1b57-40ce-ad55-2ecca908bf2f","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-06-04T08:28:25.722Z","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\": \"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"}}},"url":"","description":"**Requirement Reference:** EPO.E1EPO.2\n\n**Use Case**: Express Parcel Operator as IATA agent\n\n**Integration Point**: IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Description:** 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.\n\n**Process Flow**: Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.returnQuantity | Integer | n/a | M | Positive number representing returned AWBs |\n| stockDetails.remainingQuantityAfterReturn | Integer | n/a | M | Positive number representing remaining AWBs |\n| stockDetails.utilizationRate | String | 10 | M | Percentage format (e.g., \"50%\") |\n| stockDetails.notes | String | 255 | O | Free text, notes or remarks on return |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.acaCassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |\n| epoDetails | Object | n/a | M | Must include EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"46cc0839-5cb2-4df6-9f31-613c99f21575","name":"404 - Not Found","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"a80b3f70-9985-4d63-bd7a-ef815963ae02","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-06-04T08:28:25.722Z","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\": \"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"}}},"url":"","description":"**Requirement Reference:** EPO.E1EPO.2\n\n**Use Case**: Express Parcel Operator as IATA agent\n\n**Integration Point**: IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Description:** 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.\n\n**Process Flow**: Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.returnQuantity | Integer | n/a | M | Positive number representing returned AWBs |\n| stockDetails.remainingQuantityAfterReturn | Integer | n/a | M | Positive number representing remaining AWBs |\n| stockDetails.utilizationRate | String | 10 | M | Percentage format (e.g., \"50%\") |\n| stockDetails.notes | String | 255 | O | Free text, notes or remarks on return |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.acaCassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |\n| epoDetails | Object | n/a | M | Must include EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ) |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"3b89f4db-7bd9-485c-a34e-5d828bfaa343","name":"412 - Precondition Failed","originalRequest":{"method":"PATCH","header":[{"key":"X-Request-ID","value":"d4a6f92e-db9b-45af-b106-f130e9a014b1","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-06-04T08:28:25.722Z","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\": \"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"}}},"url":"","description":"**Requirement Reference:** EPO.E1EPO.2\n\n**Use Case**: Express Parcel Operator as IATA agent\n\n**Integration Point**: IN_FR-1-EPO-SAM-R-01-UC-01\n\n**Description:** 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.\n\n**Process Flow**: Express Parcel Operator (E1EPO) → Airport Community System → Airline System (E1AL)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| stockDetails | Object | n/a | M | Must include stock details |\n| stockDetails.stockRange | String | 35 | M | AWB number range start and AWB number range end, separated by dash (e.g., \"nnn-nnnnnnnn-nnn-nnnnnnnn\") |\n| stockDetails.startingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.endingAWBNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| stockDetails.returnQuantity | Integer | n/a | M | Positive number representing returned AWBs |\n| stockDetails.remainingQuantityAfterReturn | Integer | n/a | M | Positive number representing remaining AWBs |\n| stockDetails.utilizationRate | String | 10 | M | Percentage format (e.g., \"50%\") |\n| stockDetails.notes | String | 255 | O | Free text, notes or remarks on return |\n| airlineDetails | Object | n/a | M | Must include airline details |\n| airlineDetails.airlineName | String | 255 | M | Valid airline name |\n| airlineDetails.airlinePrefix | String | 3 | M | Airline MAWB prefix |\n| airlineDetails.airlineCode | String | 2 | M | IATA Airline and Company Designators code |\n| acaDetails | Object | n/a | M | Must include ACA name, IATA number, and CASS number |\n| acaDetails.acaName | String | 255 | M | ACA name |\n| acaDetails.acaIataNumber | String | 255 | C | Required if cassNumber is empty |\n| acaDetails.acaCassNumber | String | 255 | C | Required if iataNumber is empty |\n| acaDetails.accountNumber | String | 70 | M | ACA account number (e.g., \"ACC12345\") |\n| epoDetails | Object | n/a | M | Must include EPO details |\n| epoDetails.epoName | String | 255 | M | EPO name |\n| epoDetails.epoIataNumber | String | 255 | C | Required if epoCassNumber is empty |\n| epoDetails.epoCassNumber | String | 15 | M | Required if epoIataNumber is empty |\n| epoDetails.accountNumber | String | 70 | M | EPO account number |\n| userMakingRequest | String | 255 | M | Name of the user making the request |\n| requestDateTime | DateTime | n/a | M | ISO 8601 datetime format (e.g., YYYY-MM-DDTHH:MM:SS+TZ) |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"a60c264a-659e-4a1c-b876-658c31b270c2"}],"id":"24522951-0210-48ae-ab45-e3009ba7fcf3","description":"<p>AWB stock is a reserved block of airway bill numbers used for export shipments. In this section, users request stock, receive an allocation from the airline, or return unused stock.</p>\n","_postman_id":"24522951-0210-48ae-ab45-e3009ba7fcf3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"a665cefd-9fde-4cba-8e36-359ff2619a3b","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"86d2223c-2d08-436e-b367-d067745a9149","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-06-04T08:28:25.722Z","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":[{"id":"330a76a7-dfb3-449a-8aac-70f421b7c973","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"6b07151f-4b5b-448b-b261-0a4940e968b4","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-06-04T08:28:25.722Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E2CGNR.3\n\n**Use Case**: Sends item request to Express Parcel Operator\n\n**Integration Point**: IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description:** Consignor Request System - Submit shipment details and pickup request from Consignor to Express Parcel Operator\n\n**Process Flow**: Consignor System (E2CGNR) → Airport Community System → Express Parcel Operator System (E2EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| consignor.name | String | 100 | M | Full name of the consignor |\n| consignor.company | String | 100 | M | Company name of the consignor |\n| consignor.cnic | String | 15 | M | CNIC number (valid national ID format) |\n| consignor.ntn | String | 15 | M | NTN (National Tax Number) |\n| consignor.address.street | String | 255 | M | Street address of the consignor |\n| consignor.address.city | String | 100 | M | City of the consignor |\n| consignor.address.country | String | 2 | M | Country code (e.g., \"PK\" for Pakistan) |\n| consignor.address.postalCode | String | 10 | M | Postal code of the consignor’s address |\n| consignor.phone | String | 15 | O | Phone number of the consignor |\n| consignor.email | String | 100 | O | Email address of the consignor |\n| consignee.name | String | 100 | M | Full name of the consignee |\n| consignee.company | String | 100 | M | Company name of the consignee |\n| consignee.address.street | String | 255 | M | Street address of the consignee |\n| consignee.address.city | String | 100 | M | City of the consignee |\n| consignee.address.country | String | 2 | M | Country code (e.g., \"AE\" for UAE) |\n| consignee.address.postalCode | String | 10 | M | Postal code of the consignee’s address |\n| consignee.phone | String | 15 | O | Phone number of the consignee |\n| consignee.email | String | 100 | O | Email address of the consignee |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 15 | M | HS (Harmonized System) code for the commodity |\n| commodity.declaredValue | Float | N/A | M | Declared value of the commodity |\n| commodity.currency | String | 3 | M | Currency of the declared value (e.g., \"USD\") |\n| pieces | Integer | N/A | M | Number of pieces being shipped |\n| weight | Float | N/A | M | Total weight of the shipment in the specified weight unit |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| dimensions.length | Float | N/A | M | Length of the shipment in the specified dimension unit |\n| dimensions.width | Float | N/A | M | Width of the shipment in the specified dimension unit |\n| dimensions.height | Float | N/A | M | Height of the shipment in the specified dimension unit |\n| dimensions.unit | String | 2 | M | UNECE Rec.20 unit of measure |\n| serviceType | String | 10 | M | Type of service (e.g., \"EXPRESS\") |\n| pickupRequest.date | Date | N/A | M | Pickup request date (ISO 8601 format) |\n| pickupRequest.timeWindowStart | String | 5 | M | Pickup time window start (HH:mm format) |\n| pickupRequest.timeWindowEnd | String | 5 | M | Pickup time window end (HH:mm format) |\n| pickupRequest.location.address | String | 255 | M | Pickup location address |\n| pickupRequest.location.contactPerson | String | 100 | M | Contact person at the pickup location |\n| pickupRequest.location.contactPhone | String | 15 | M | Contact phone number of the contact person at the pickup location |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"90e705c3-420b-4093-b16f-dfdf7779f1a0","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"c5f31a7c-4e63-4f96-bfc8-93dcc6719793","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-06-04T08:28:25.722Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E2CGNR.3\n\n**Use Case**: Sends item request to Express Parcel Operator\n\n**Integration Point**: IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description:** Consignor Request System - Submit shipment details and pickup request from Consignor to Express Parcel Operator\n\n**Process Flow**: Consignor System (E2CGNR) → Airport Community System → Express Parcel Operator System (E2EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| consignor.name | String | 100 | M | Full name of the consignor |\n| consignor.company | String | 100 | M | Company name of the consignor |\n| consignor.cnic | String | 15 | M | CNIC number (valid national ID format) |\n| consignor.ntn | String | 15 | M | NTN (National Tax Number) |\n| consignor.address.street | String | 255 | M | Street address of the consignor |\n| consignor.address.city | String | 100 | M | City of the consignor |\n| consignor.address.country | String | 2 | M | Country code (e.g., \"PK\" for Pakistan) |\n| consignor.address.postalCode | String | 10 | M | Postal code of the consignor’s address |\n| consignor.phone | String | 15 | O | Phone number of the consignor |\n| consignor.email | String | 100 | O | Email address of the consignor |\n| consignee.name | String | 100 | M | Full name of the consignee |\n| consignee.company | String | 100 | M | Company name of the consignee |\n| consignee.address.street | String | 255 | M | Street address of the consignee |\n| consignee.address.city | String | 100 | M | City of the consignee |\n| consignee.address.country | String | 2 | M | Country code (e.g., \"AE\" for UAE) |\n| consignee.address.postalCode | String | 10 | M | Postal code of the consignee’s address |\n| consignee.phone | String | 15 | O | Phone number of the consignee |\n| consignee.email | String | 100 | O | Email address of the consignee |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 15 | M | HS (Harmonized System) code for the commodity |\n| commodity.declaredValue | Float | N/A | M | Declared value of the commodity |\n| commodity.currency | String | 3 | M | Currency of the declared value (e.g., \"USD\") |\n| pieces | Integer | N/A | M | Number of pieces being shipped |\n| weight | Float | N/A | M | Total weight of the shipment in the specified weight unit |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| dimensions.length | Float | N/A | M | Length of the shipment in the specified dimension unit |\n| dimensions.width | Float | N/A | M | Width of the shipment in the specified dimension unit |\n| dimensions.height | Float | N/A | M | Height of the shipment in the specified dimension unit |\n| dimensions.unit | String | 2 | M | UNECE Rec.20 unit of measure |\n| serviceType | String | 10 | M | Type of service (e.g., \"EXPRESS\") |\n| pickupRequest.date | Date | N/A | M | Pickup request date (ISO 8601 format) |\n| pickupRequest.timeWindowStart | String | 5 | M | Pickup time window start (HH:mm format) |\n| pickupRequest.timeWindowEnd | String | 5 | M | Pickup time window end (HH:mm format) |\n| pickupRequest.location.address | String | 255 | M | Pickup location address |\n| pickupRequest.location.contactPerson | String | 100 | M | Contact person at the pickup location |\n| pickupRequest.location.contactPhone | String | 15 | M | Contact phone number of the contact person at the pickup location |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"0a9a8352-e79b-4d2b-87e1-cb0fdf74aacc","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"b19577ce-1534-4b49-b77d-535a0bd3443b","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-06-04T08:28:25.722Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E2CGNR.3\n\n**Use Case**: Sends item request to Express Parcel Operator\n\n**Integration Point**: IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description:** Consignor Request System - Submit shipment details and pickup request from Consignor to Express Parcel Operator\n\n**Process Flow**: Consignor System (E2CGNR) → Airport Community System → Express Parcel Operator System (E2EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| consignor.name | String | 100 | M | Full name of the consignor |\n| consignor.company | String | 100 | M | Company name of the consignor |\n| consignor.cnic | String | 15 | M | CNIC number (valid national ID format) |\n| consignor.ntn | String | 15 | M | NTN (National Tax Number) |\n| consignor.address.street | String | 255 | M | Street address of the consignor |\n| consignor.address.city | String | 100 | M | City of the consignor |\n| consignor.address.country | String | 2 | M | Country code (e.g., \"PK\" for Pakistan) |\n| consignor.address.postalCode | String | 10 | M | Postal code of the consignor’s address |\n| consignor.phone | String | 15 | O | Phone number of the consignor |\n| consignor.email | String | 100 | O | Email address of the consignor |\n| consignee.name | String | 100 | M | Full name of the consignee |\n| consignee.company | String | 100 | M | Company name of the consignee |\n| consignee.address.street | String | 255 | M | Street address of the consignee |\n| consignee.address.city | String | 100 | M | City of the consignee |\n| consignee.address.country | String | 2 | M | Country code (e.g., \"AE\" for UAE) |\n| consignee.address.postalCode | String | 10 | M | Postal code of the consignee’s address |\n| consignee.phone | String | 15 | O | Phone number of the consignee |\n| consignee.email | String | 100 | O | Email address of the consignee |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 15 | M | HS (Harmonized System) code for the commodity |\n| commodity.declaredValue | Float | N/A | M | Declared value of the commodity |\n| commodity.currency | String | 3 | M | Currency of the declared value (e.g., \"USD\") |\n| pieces | Integer | N/A | M | Number of pieces being shipped |\n| weight | Float | N/A | M | Total weight of the shipment in the specified weight unit |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| dimensions.length | Float | N/A | M | Length of the shipment in the specified dimension unit |\n| dimensions.width | Float | N/A | M | Width of the shipment in the specified dimension unit |\n| dimensions.height | Float | N/A | M | Height of the shipment in the specified dimension unit |\n| dimensions.unit | String | 2 | M | UNECE Rec.20 unit of measure |\n| serviceType | String | 10 | M | Type of service (e.g., \"EXPRESS\") |\n| pickupRequest.date | Date | N/A | M | Pickup request date (ISO 8601 format) |\n| pickupRequest.timeWindowStart | String | 5 | M | Pickup time window start (HH:mm format) |\n| pickupRequest.timeWindowEnd | String | 5 | M | Pickup time window end (HH:mm format) |\n| pickupRequest.location.address | String | 255 | M | Pickup location address |\n| pickupRequest.location.contactPerson | String | 100 | M | Contact person at the pickup location |\n| pickupRequest.location.contactPhone | String | 15 | M | Contact phone number of the contact person at the pickup location |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"b89d6c07-6244-48be-a41e-cd0f9cfc46e2","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"a3fe1d0f-06f0-4cdd-a98f-8a0b936f64d9","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-06-04T08:28:25.722Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E2CGNR.3\n\n**Use Case**: Sends item request to Express Parcel Operator\n\n**Integration Point**: IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description:** Consignor Request System - Submit shipment details and pickup request from Consignor to Express Parcel Operator\n\n**Process Flow**: Consignor System (E2CGNR) → Airport Community System → Express Parcel Operator System (E2EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| consignor.name | String | 100 | M | Full name of the consignor |\n| consignor.company | String | 100 | M | Company name of the consignor |\n| consignor.cnic | String | 15 | M | CNIC number (valid national ID format) |\n| consignor.ntn | String | 15 | M | NTN (National Tax Number) |\n| consignor.address.street | String | 255 | M | Street address of the consignor |\n| consignor.address.city | String | 100 | M | City of the consignor |\n| consignor.address.country | String | 2 | M | Country code (e.g., \"PK\" for Pakistan) |\n| consignor.address.postalCode | String | 10 | M | Postal code of the consignor’s address |\n| consignor.phone | String | 15 | O | Phone number of the consignor |\n| consignor.email | String | 100 | O | Email address of the consignor |\n| consignee.name | String | 100 | M | Full name of the consignee |\n| consignee.company | String | 100 | M | Company name of the consignee |\n| consignee.address.street | String | 255 | M | Street address of the consignee |\n| consignee.address.city | String | 100 | M | City of the consignee |\n| consignee.address.country | String | 2 | M | Country code (e.g., \"AE\" for UAE) |\n| consignee.address.postalCode | String | 10 | M | Postal code of the consignee’s address |\n| consignee.phone | String | 15 | O | Phone number of the consignee |\n| consignee.email | String | 100 | O | Email address of the consignee |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 15 | M | HS (Harmonized System) code for the commodity |\n| commodity.declaredValue | Float | N/A | M | Declared value of the commodity |\n| commodity.currency | String | 3 | M | Currency of the declared value (e.g., \"USD\") |\n| pieces | Integer | N/A | M | Number of pieces being shipped |\n| weight | Float | N/A | M | Total weight of the shipment in the specified weight unit |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| dimensions.length | Float | N/A | M | Length of the shipment in the specified dimension unit |\n| dimensions.width | Float | N/A | M | Width of the shipment in the specified dimension unit |\n| dimensions.height | Float | N/A | M | Height of the shipment in the specified dimension unit |\n| dimensions.unit | String | 2 | M | UNECE Rec.20 unit of measure |\n| serviceType | String | 10 | M | Type of service (e.g., \"EXPRESS\") |\n| pickupRequest.date | Date | N/A | M | Pickup request date (ISO 8601 format) |\n| pickupRequest.timeWindowStart | String | 5 | M | Pickup time window start (HH:mm format) |\n| pickupRequest.timeWindowEnd | String | 5 | M | Pickup time window end (HH:mm format) |\n| pickupRequest.location.address | String | 255 | M | Pickup location address |\n| pickupRequest.location.contactPerson | String | 100 | M | Contact person at the pickup location |\n| pickupRequest.location.contactPhone | String | 15 | M | Contact phone number of the contact person at the pickup location |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"c0620174-0c0e-4a17-9bbb-d28112b2f6b9","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"c9074671-97d3-4458-8344-126547e799c2","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-06-04T08:28:25.722Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E2CGNR.3\n\n**Use Case**: Sends item request to Express Parcel Operator\n\n**Integration Point**: IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description:** Consignor Request System - Submit shipment details and pickup request from Consignor to Express Parcel Operator\n\n**Process Flow**: Consignor System (E2CGNR) → Airport Community System → Express Parcel Operator System (E2EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| consignor.name | String | 100 | M | Full name of the consignor |\n| consignor.company | String | 100 | M | Company name of the consignor |\n| consignor.cnic | String | 15 | M | CNIC number (valid national ID format) |\n| consignor.ntn | String | 15 | M | NTN (National Tax Number) |\n| consignor.address.street | String | 255 | M | Street address of the consignor |\n| consignor.address.city | String | 100 | M | City of the consignor |\n| consignor.address.country | String | 2 | M | Country code (e.g., \"PK\" for Pakistan) |\n| consignor.address.postalCode | String | 10 | M | Postal code of the consignor’s address |\n| consignor.phone | String | 15 | O | Phone number of the consignor |\n| consignor.email | String | 100 | O | Email address of the consignor |\n| consignee.name | String | 100 | M | Full name of the consignee |\n| consignee.company | String | 100 | M | Company name of the consignee |\n| consignee.address.street | String | 255 | M | Street address of the consignee |\n| consignee.address.city | String | 100 | M | City of the consignee |\n| consignee.address.country | String | 2 | M | Country code (e.g., \"AE\" for UAE) |\n| consignee.address.postalCode | String | 10 | M | Postal code of the consignee’s address |\n| consignee.phone | String | 15 | O | Phone number of the consignee |\n| consignee.email | String | 100 | O | Email address of the consignee |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 15 | M | HS (Harmonized System) code for the commodity |\n| commodity.declaredValue | Float | N/A | M | Declared value of the commodity |\n| commodity.currency | String | 3 | M | Currency of the declared value (e.g., \"USD\") |\n| pieces | Integer | N/A | M | Number of pieces being shipped |\n| weight | Float | N/A | M | Total weight of the shipment in the specified weight unit |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| dimensions.length | Float | N/A | M | Length of the shipment in the specified dimension unit |\n| dimensions.width | Float | N/A | M | Width of the shipment in the specified dimension unit |\n| dimensions.height | Float | N/A | M | Height of the shipment in the specified dimension unit |\n| dimensions.unit | String | 2 | M | UNECE Rec.20 unit of measure |\n| serviceType | String | 10 | M | Type of service (e.g., \"EXPRESS\") |\n| pickupRequest.date | Date | N/A | M | Pickup request date (ISO 8601 format) |\n| pickupRequest.timeWindowStart | String | 5 | M | Pickup time window start (HH:mm format) |\n| pickupRequest.timeWindowEnd | String | 5 | M | Pickup time window end (HH:mm format) |\n| pickupRequest.location.address | String | 255 | M | Pickup location address |\n| pickupRequest.location.contactPerson | String | 100 | M | Contact person at the pickup location |\n| pickupRequest.location.contactPhone | String | 15 | M | Contact phone number of the contact person at the pickup location |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"a665cefd-9fde-4cba-8e36-359ff2619a3b"},{"name":"Create HAWB","id":"0c7ecbe6-d79d-4f50-b4b1-a68d19c7405d","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"04db30c9-3bc9-423d-8b60-236e67c3e46b","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-06-04T08:28:25.723Z","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":[{"id":"0fa2ad94-93c3-4d5c-8d65-efb8a82bf725","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"65b8db09-344b-4fdf-9cc0-400f124ae75b","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-06-04T08:28:25.723Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement Reference**:\n\n- EPO.E2EPO.4\n    \n- EPO.E3CGNR.5\n    \n\n**Use Cases**:\n\n- Item request received/Express Parcel Operator Collection document (HAWB) created\n    \n- Consignor receives HAWB\n    \n\n**Integration Points:**\n\n- IN_FR-2-EPO-AWB-R-01-UC-01\n    \n- IN_FR-3-EPO-PSB-R-01-UC-01\n    \n\n**Description:**\n\n- HAWB Generation System - Create House Air Waybill document based on consignor's shipment request\n    \n- Push HAWB to consignor for confirmation\n    \n\n**Process Flows**:\n\n- Express Parcel Operator System (E2EPO) → Airport Community System → Consignor System (E2CGNR)\n    \n- Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0ced1e53-eda3-4917-8674-c42f007c7be6","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"fdceebbe-60f8-4499-9b06-9d324582c18c","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-06-04T08:28:25.723Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement Reference**:\n\n- EPO.E2EPO.4\n    \n- EPO.E3CGNR.5\n    \n\n**Use Cases**:\n\n- Item request received/Express Parcel Operator Collection document (HAWB) created\n    \n- Consignor receives HAWB\n    \n\n**Integration Points:**\n\n- IN_FR-2-EPO-AWB-R-01-UC-01\n    \n- IN_FR-3-EPO-PSB-R-01-UC-01\n    \n\n**Description:**\n\n- HAWB Generation System - Create House Air Waybill document based on consignor's shipment request\n    \n- Push HAWB to consignor for confirmation\n    \n\n**Process Flows**:\n\n- Express Parcel Operator System (E2EPO) → Airport Community System → Consignor System (E2CGNR)\n    \n- Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"efcd5369-ebdf-4db8-8cb6-66554e580dfa","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"0845d52f-d573-428e-9831-43414a99edb6","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-06-04T08:28:25.723Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement Reference**:\n\n- EPO.E2EPO.4\n    \n- EPO.E3CGNR.5\n    \n\n**Use Cases**:\n\n- Item request received/Express Parcel Operator Collection document (HAWB) created\n    \n- Consignor receives HAWB\n    \n\n**Integration Points:**\n\n- IN_FR-2-EPO-AWB-R-01-UC-01\n    \n- IN_FR-3-EPO-PSB-R-01-UC-01\n    \n\n**Description:**\n\n- HAWB Generation System - Create House Air Waybill document based on consignor's shipment request\n    \n- Push HAWB to consignor for confirmation\n    \n\n**Process Flows**:\n\n- Express Parcel Operator System (E2EPO) → Airport Community System → Consignor System (E2CGNR)\n    \n- Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"d3b45d26-bbad-4e3e-92be-4887d9da4431","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"096e66e9-a131-47b6-9839-5e8ae320ff8f","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-06-04T08:28:25.723Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement Reference**:\n\n- EPO.E2EPO.4\n    \n- EPO.E3CGNR.5\n    \n\n**Use Cases**:\n\n- Item request received/Express Parcel Operator Collection document (HAWB) created\n    \n- Consignor receives HAWB\n    \n\n**Integration Points:**\n\n- IN_FR-2-EPO-AWB-R-01-UC-01\n    \n- IN_FR-3-EPO-PSB-R-01-UC-01\n    \n\n**Description:**\n\n- HAWB Generation System - Create House Air Waybill document based on consignor's shipment request\n    \n- Push HAWB to consignor for confirmation\n    \n\n**Process Flows**:\n\n- Express Parcel Operator System (E2EPO) → Airport Community System → Consignor System (E2CGNR)\n    \n- Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"4e827426-2805-47c7-98ac-f0e5a356158c","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"84868db9-fe88-4b51-acc0-25bd2c0be84b","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-06-04T08:28:25.723Z","description":"ISO 8601 timestamp of the request","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":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement Reference**:\n\n- EPO.E2EPO.4\n    \n- EPO.E3CGNR.5\n    \n\n**Use Cases**:\n\n- Item request received/Express Parcel Operator Collection document (HAWB) created\n    \n- Consignor receives HAWB\n    \n\n**Integration Points:**\n\n- IN_FR-2-EPO-AWB-R-01-UC-01\n    \n- IN_FR-3-EPO-PSB-R-01-UC-01\n    \n\n**Description:**\n\n- HAWB Generation System - Create House Air Waybill document based on consignor's shipment request\n    \n- Push HAWB to consignor for confirmation\n    \n\n**Process Flows**:\n\n- Express Parcel Operator System (E2EPO) → Airport Community System → Consignor System (E2CGNR)\n    \n- Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"0c7ecbe6-d79d-4f50-b4b1-a68d19c7405d"},{"name":"Confirm HAWB","id":"5aefd24a-cec0-45dd-bd9f-ca2a3ca33728","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"2e5706e4-83aa-40a7-a869-089eadc9edcb","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-06-04T08:28:25.723Z","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":[{"id":"0413f07f-a9b3-4156-a1a6-cc9ac375ae27","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"887475b4-bf5b-42b8-9855-a979871f4120","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-06-04T08:28:25.723Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E3CGNR.5\n\n**Use Case**: Consignor receives HAWB\n\n**Integration Point:** IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: HAWB Confirmation System - Consignor reviews, amends and confirms HAWB details before processing\n\n**Process Flow**: Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| decision | String | 70 | M | Must be one of: \\[\"CONFIRMED\", \"AMENDMENT_REQUESTED\"\\] |\n| confirmedBy.name | String | 225 | M | Full name of the person confirming the details |\n| confirmedBy.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| confirmedBy.confirmedAt | DateTime | N/A | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0dcf7dfc-d2b3-420b-af4a-28161fc2d454","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"ed087b69-e586-4de9-b966-cdb53f82bda2","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-06-04T08:28:25.723Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E3CGNR.5\n\n**Use Case**: Consignor receives HAWB\n\n**Integration Point:** IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: HAWB Confirmation System - Consignor reviews, amends and confirms HAWB details before processing\n\n**Process Flow**: Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| decision | String | 70 | M | Must be one of: \\[\"CONFIRMED\", \"AMENDMENT_REQUESTED\"\\] |\n| confirmedBy.name | String | 225 | M | Full name of the person confirming the details |\n| confirmedBy.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| confirmedBy.confirmedAt | DateTime | N/A | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"6e9a2dba-83f7-496f-8c67-6fb93faf8810","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"2d7988cd-1b68-4d6f-8000-125239762f16","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-06-04T08:28:25.723Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E3CGNR.5\n\n**Use Case**: Consignor receives HAWB\n\n**Integration Point:** IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: HAWB Confirmation System - Consignor reviews, amends and confirms HAWB details before processing\n\n**Process Flow**: Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| decision | String | 70 | M | Must be one of: \\[\"CONFIRMED\", \"AMENDMENT_REQUESTED\"\\] |\n| confirmedBy.name | String | 225 | M | Full name of the person confirming the details |\n| confirmedBy.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| confirmedBy.confirmedAt | DateTime | N/A | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"39eb5502-8ae9-4046-be62-b2fa181f2f7f","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"4ae18ce1-4c19-4e04-b442-cfd8f614f0b3","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-06-04T08:28:25.723Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E3CGNR.5\n\n**Use Case**: Consignor receives HAWB\n\n**Integration Point:** IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: HAWB Confirmation System - Consignor reviews, amends and confirms HAWB details before processing\n\n**Process Flow**: Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| decision | String | 70 | M | Must be one of: \\[\"CONFIRMED\", \"AMENDMENT_REQUESTED\"\\] |\n| confirmedBy.name | String | 225 | M | Full name of the person confirming the details |\n| confirmedBy.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| confirmedBy.confirmedAt | DateTime | N/A | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"a90f2b57-7cde-4167-9f7a-c3edba015970","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"edaa73b1-2134-45e3-85f4-2a91a4727090","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-06-04T08:28:25.723Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E3CGNR.5\n\n**Use Case**: Consignor receives HAWB\n\n**Integration Point:** IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: HAWB Confirmation System - Consignor reviews, amends and confirms HAWB details before processing\n\n**Process Flow**: Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| decision | String | 70 | M | Must be one of: \\[\"CONFIRMED\", \"AMENDMENT_REQUESTED\"\\] |\n| confirmedBy.name | String | 225 | M | Full name of the person confirming the details |\n| confirmedBy.cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| confirmedBy.confirmedAt | DateTime | N/A | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 255 | O | Additional notes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"5aefd24a-cec0-45dd-bd9f-ca2a3ca33728"},{"name":"Amend HAWB","id":"d1f385b5-9343-4b27-a96a-ce3d63a291bd","request":{"method":"PUT","header":[{"key":"X-Request-ID","value":"c8c053d6-9c0c-470c-9973-881b62ff2b95","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-06-04T08:28:25.723Z","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":"","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":[]}},"response":[{"id":"b04897bf-c686-4d87-9634-4ec3cffb0007","name":"204 - No Content","originalRequest":{"method":"PUT","header":[{"key":"X-Request-ID","value":"884680de-eff4-4f67-8be8-2e406b1b1f64","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-06-04T08:28:25.723Z","description":"ISO 8601 timestamp of the request","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":"","description":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EPO.E3CGNR.5\n\n**Use Case**: Consignor receives HAWB\n\n**Integration Point:** IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: HAWB Confirmation System - Consignor reviews, amends and confirms HAWB details before processing\n\n**Process Flow**: Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n\n**Priority**: P1"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"478ef597-ef99-4005-bd41-3b310d399c27","name":"400 - Bad Request","originalRequest":{"method":"PUT","header":[{"key":"X-Request-ID","value":"e12735ba-3401-4b2e-a08c-4270c3ee72c5","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-06-04T08:28:25.724Z","description":"ISO 8601 timestamp of the request","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":"","description":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EPO.E3CGNR.5\n\n**Use Case**: Consignor receives HAWB\n\n**Integration Point:** IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: HAWB Confirmation System - Consignor reviews, amends and confirms HAWB details before processing\n\n**Process Flow**: Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"90544b0b-34e0-4cdb-b325-8b04679b11a2","name":"401 - Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"X-Request-ID","value":"7d998fdf-28fc-45db-8cca-82fdf9befd67","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-06-04T08:28:25.724Z","description":"ISO 8601 timestamp of the request","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":"","description":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EPO.E3CGNR.5\n\n**Use Case**: Consignor receives HAWB\n\n**Integration Point:** IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: HAWB Confirmation System - Consignor reviews, amends and confirms HAWB details before processing\n\n**Process Flow**: Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"eb281f3a-f32b-457f-8eed-2e0b664197fd","name":"403 - Forbidden","originalRequest":{"method":"PUT","header":[{"key":"X-Request-ID","value":"13280791-5a1b-4b0f-bdfb-5ce01c3b4885","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-06-04T08:28:25.724Z","description":"ISO 8601 timestamp of the request","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":"","description":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EPO.E3CGNR.5\n\n**Use Case**: Consignor receives HAWB\n\n**Integration Point:** IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: HAWB Confirmation System - Consignor reviews, amends and confirms HAWB details before processing\n\n**Process Flow**: Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"6bfc269b-f797-4e17-aea5-65c5d5d54cb8","name":"422 - Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"key":"X-Request-ID","value":"44806853-441e-4df8-9b90-19d5d0f1b36e","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-06-04T08:28:25.724Z","description":"ISO 8601 timestamp of the request","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":"","description":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EPO.E3CGNR.5\n\n**Use Case**: Consignor receives HAWB\n\n**Integration Point:** IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: HAWB Confirmation System - Consignor reviews, amends and confirms HAWB details before processing\n\n**Process Flow**: Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"eaa4eb13-2043-491d-b02e-ea6c6f31333e","name":"404 - Not Found","originalRequest":{"method":"PUT","header":[{"key":"X-Request-ID","value":"33093825-83a2-4d69-880e-3e607db3370d","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-06-04T08:28:25.724Z","description":"ISO 8601 timestamp of the request","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":"","description":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EPO.E3CGNR.5\n\n**Use Case**: Consignor receives HAWB\n\n**Integration Point:** IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: HAWB Confirmation System - Consignor reviews, amends and confirms HAWB details before processing\n\n**Process Flow**: Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n\n**Priority**: P1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"d3d1d79f-802e-43b9-8013-c719b9b51e52","name":"412 - Precondition Failed","originalRequest":{"method":"PUT","header":[{"key":"X-Request-ID","value":"730d9399-f106-49f2-887b-6295eead319a","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-06-04T08:28:25.724Z","description":"ISO 8601 timestamp of the request","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":"","description":"**Global API References:**\n\n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n\n**Requirement Reference**: EPO.E3CGNR.5\n\n**Use Case**: Consignor receives HAWB\n\n**Integration Point:** IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: HAWB Confirmation System - Consignor reviews, amends and confirms HAWB details before processing\n\n**Process Flow**: Consignor System (E3CGNR) → Airport Community System → Express Parcel Operator System (E3EPO)\n\n**Priority**: P1"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"d1f385b5-9343-4b27-a96a-ce3d63a291bd"},{"name":"Submit Pickup Confirmation","id":"ce84246f-cea7-4d91-9ba9-4a229b4d2acd","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"95029669-1186-4627-9d76-aa6d4d02e23a","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-06-04T08:28:25.724Z","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":[{"id":"64592988-8160-44c7-a52f-f220b45da9a4","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"2fd73ed9-6cdb-4da1-987f-1bbde45309a9","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-06-04T08:28:25.724Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference**: EPO.E4EPO.6\n\n**Use Case**: Item picked or received by Express Parcel Operator\n\n**Integration Point:** IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description**: Pickup Confirmation System - EPO confirms physical receipt of items with actual pickup time and location details\n\n**Process Flow**: Express Parcel Operator System (E4EPO) → Airport Community System → Consignor System (E4CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| pickupDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g. YYYY-MM-DDTHH:MM:SSZ) |\n| pickupLocation | Object | n/a | M | Must include address, city, postalCode, country |\n| pickupLocation.address | String | 255 | M | Street or location address |\n| pickupLocation.city | String | 70 | M | Must be a valid city name |\n| pickupLocation.postalCode | String | 35 | M | Must be a valid postal code |\n| pickupLocation.country | String | 2 | M | ISO 3166 Country code |\n| pickedUpBy | Object | n/a | M | Details of courier employee performing pickup |\n| pickedUpBy.employeeName | String | 255 | M | Alphabetic with spaces/hyphens |\n| pickedUpBy.employeeCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| pickedUpBy.employeeEmail | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| pickedUpBy.courierNtn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| pickedUpBy.courierPhone | String | 16 | M | ITU E.164 numbering format |\n| pickedUpBy.vehicleNumber | String | 35 | O | Vehicle registration number |\n| consignor | Object | n/a | M | Contains consignor information |\n| consignor.name | String | 255 | M | Valid business or person name |\n| consignor.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Account number of consignor |\n| consignor.address | Object | n/a | O | Address details of consignor |\n| consignor.address.address | String | 255 | O | Street or location address |\n| consignor.address.city | String | 70 | O | Must be valid city name |\n| consignor.address.postalCode | String | 35 | O | Must be valid postal code |\n| consignor.address.country | String | 2 | O | ISO 3166 country code |\n| piecesReceived | Integer | n/a | M | Must be a positive integer |\n| weightReceived | Number | n/a | M | Must be a positive number |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| volume | Number | n/a | O | Must be a positive number |\n| volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if volume is present |\n| condition | String | 35 | M | Shipment condition status (e.g. INTACT, DAMAGED) |\n| consignorSignature | Object | n/a | O | Consignor signature container |\n| pickupPhoto | Object | n/a | O | Pickup photo container |\n| id | String | 36 | M | File ID (e.g., UUID format) |\n| name | String | 255 | M | File name |\n| contentType | String | 70 | M | Must be valid MIME type |\n| size | Integer | n/a | M | File size in bytes |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"daf0fe44-eff4-4df2-a925-a98e2c366298","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"80856119-07bb-495e-b266-d526664e9c50","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-06-04T08:28:25.724Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference**: EPO.E4EPO.6\n\n**Use Case**: Item picked or received by Express Parcel Operator\n\n**Integration Point:** IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description**: Pickup Confirmation System - EPO confirms physical receipt of items with actual pickup time and location details\n\n**Process Flow**: Express Parcel Operator System (E4EPO) → Airport Community System → Consignor System (E4CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| pickupDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g. YYYY-MM-DDTHH:MM:SSZ) |\n| pickupLocation | Object | n/a | M | Must include address, city, postalCode, country |\n| pickupLocation.address | String | 255 | M | Street or location address |\n| pickupLocation.city | String | 70 | M | Must be a valid city name |\n| pickupLocation.postalCode | String | 35 | M | Must be a valid postal code |\n| pickupLocation.country | String | 2 | M | ISO 3166 Country code |\n| pickedUpBy | Object | n/a | M | Details of courier employee performing pickup |\n| pickedUpBy.employeeName | String | 255 | M | Alphabetic with spaces/hyphens |\n| pickedUpBy.employeeCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| pickedUpBy.employeeEmail | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| pickedUpBy.courierNtn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| pickedUpBy.courierPhone | String | 16 | M | ITU E.164 numbering format |\n| pickedUpBy.vehicleNumber | String | 35 | O | Vehicle registration number |\n| consignor | Object | n/a | M | Contains consignor information |\n| consignor.name | String | 255 | M | Valid business or person name |\n| consignor.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Account number of consignor |\n| consignor.address | Object | n/a | O | Address details of consignor |\n| consignor.address.address | String | 255 | O | Street or location address |\n| consignor.address.city | String | 70 | O | Must be valid city name |\n| consignor.address.postalCode | String | 35 | O | Must be valid postal code |\n| consignor.address.country | String | 2 | O | ISO 3166 country code |\n| piecesReceived | Integer | n/a | M | Must be a positive integer |\n| weightReceived | Number | n/a | M | Must be a positive number |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| volume | Number | n/a | O | Must be a positive number |\n| volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if volume is present |\n| condition | String | 35 | M | Shipment condition status (e.g. INTACT, DAMAGED) |\n| consignorSignature | Object | n/a | O | Consignor signature container |\n| pickupPhoto | Object | n/a | O | Pickup photo container |\n| id | String | 36 | M | File ID (e.g., UUID format) |\n| name | String | 255 | M | File name |\n| contentType | String | 70 | M | Must be valid MIME type |\n| size | Integer | n/a | M | File size in bytes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"d3480a45-c40e-4fc8-b22a-331c05bf0480","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"140a8879-f90d-42fc-bd8e-2a7a3414b5c7","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-06-04T08:28:25.724Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference**: EPO.E4EPO.6\n\n**Use Case**: Item picked or received by Express Parcel Operator\n\n**Integration Point:** IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description**: Pickup Confirmation System - EPO confirms physical receipt of items with actual pickup time and location details\n\n**Process Flow**: Express Parcel Operator System (E4EPO) → Airport Community System → Consignor System (E4CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| pickupDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g. YYYY-MM-DDTHH:MM:SSZ) |\n| pickupLocation | Object | n/a | M | Must include address, city, postalCode, country |\n| pickupLocation.address | String | 255 | M | Street or location address |\n| pickupLocation.city | String | 70 | M | Must be a valid city name |\n| pickupLocation.postalCode | String | 35 | M | Must be a valid postal code |\n| pickupLocation.country | String | 2 | M | ISO 3166 Country code |\n| pickedUpBy | Object | n/a | M | Details of courier employee performing pickup |\n| pickedUpBy.employeeName | String | 255 | M | Alphabetic with spaces/hyphens |\n| pickedUpBy.employeeCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| pickedUpBy.employeeEmail | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| pickedUpBy.courierNtn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| pickedUpBy.courierPhone | String | 16 | M | ITU E.164 numbering format |\n| pickedUpBy.vehicleNumber | String | 35 | O | Vehicle registration number |\n| consignor | Object | n/a | M | Contains consignor information |\n| consignor.name | String | 255 | M | Valid business or person name |\n| consignor.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Account number of consignor |\n| consignor.address | Object | n/a | O | Address details of consignor |\n| consignor.address.address | String | 255 | O | Street or location address |\n| consignor.address.city | String | 70 | O | Must be valid city name |\n| consignor.address.postalCode | String | 35 | O | Must be valid postal code |\n| consignor.address.country | String | 2 | O | ISO 3166 country code |\n| piecesReceived | Integer | n/a | M | Must be a positive integer |\n| weightReceived | Number | n/a | M | Must be a positive number |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| volume | Number | n/a | O | Must be a positive number |\n| volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if volume is present |\n| condition | String | 35 | M | Shipment condition status (e.g. INTACT, DAMAGED) |\n| consignorSignature | Object | n/a | O | Consignor signature container |\n| pickupPhoto | Object | n/a | O | Pickup photo container |\n| id | String | 36 | M | File ID (e.g., UUID format) |\n| name | String | 255 | M | File name |\n| contentType | String | 70 | M | Must be valid MIME type |\n| size | Integer | n/a | M | File size in bytes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"9cb3fbbf-c929-4025-b883-52601800193a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"0e60403c-f765-42bf-8b07-687821e3db16","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-06-04T08:28:25.724Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference**: EPO.E4EPO.6\n\n**Use Case**: Item picked or received by Express Parcel Operator\n\n**Integration Point:** IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description**: Pickup Confirmation System - EPO confirms physical receipt of items with actual pickup time and location details\n\n**Process Flow**: Express Parcel Operator System (E4EPO) → Airport Community System → Consignor System (E4CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| pickupDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g. YYYY-MM-DDTHH:MM:SSZ) |\n| pickupLocation | Object | n/a | M | Must include address, city, postalCode, country |\n| pickupLocation.address | String | 255 | M | Street or location address |\n| pickupLocation.city | String | 70 | M | Must be a valid city name |\n| pickupLocation.postalCode | String | 35 | M | Must be a valid postal code |\n| pickupLocation.country | String | 2 | M | ISO 3166 Country code |\n| pickedUpBy | Object | n/a | M | Details of courier employee performing pickup |\n| pickedUpBy.employeeName | String | 255 | M | Alphabetic with spaces/hyphens |\n| pickedUpBy.employeeCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| pickedUpBy.employeeEmail | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| pickedUpBy.courierNtn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| pickedUpBy.courierPhone | String | 16 | M | ITU E.164 numbering format |\n| pickedUpBy.vehicleNumber | String | 35 | O | Vehicle registration number |\n| consignor | Object | n/a | M | Contains consignor information |\n| consignor.name | String | 255 | M | Valid business or person name |\n| consignor.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Account number of consignor |\n| consignor.address | Object | n/a | O | Address details of consignor |\n| consignor.address.address | String | 255 | O | Street or location address |\n| consignor.address.city | String | 70 | O | Must be valid city name |\n| consignor.address.postalCode | String | 35 | O | Must be valid postal code |\n| consignor.address.country | String | 2 | O | ISO 3166 country code |\n| piecesReceived | Integer | n/a | M | Must be a positive integer |\n| weightReceived | Number | n/a | M | Must be a positive number |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| volume | Number | n/a | O | Must be a positive number |\n| volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if volume is present |\n| condition | String | 35 | M | Shipment condition status (e.g. INTACT, DAMAGED) |\n| consignorSignature | Object | n/a | O | Consignor signature container |\n| pickupPhoto | Object | n/a | O | Pickup photo container |\n| id | String | 36 | M | File ID (e.g., UUID format) |\n| name | String | 255 | M | File name |\n| contentType | String | 70 | M | Must be valid MIME type |\n| size | Integer | n/a | M | File size in bytes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"c2697496-25f3-4c93-8608-6be0d40137fd","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"bbb37e0a-3bb2-433a-8d73-391a33bc68ab","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-06-04T08:28:25.724Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#6ee460ad-89ad-486f-b6ff-7191b2fca165)\n    \n\n**Requirement Reference**: EPO.E4EPO.6\n\n**Use Case**: Item picked or received by Express Parcel Operator\n\n**Integration Point:** IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description**: Pickup Confirmation System - EPO confirms physical receipt of items with actual pickup time and location details\n\n**Process Flow**: Express Parcel Operator System (E4EPO) → Airport Community System → Consignor System (E4CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| pickupDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g. YYYY-MM-DDTHH:MM:SSZ) |\n| pickupLocation | Object | n/a | M | Must include address, city, postalCode, country |\n| pickupLocation.address | String | 255 | M | Street or location address |\n| pickupLocation.city | String | 70 | M | Must be a valid city name |\n| pickupLocation.postalCode | String | 35 | M | Must be a valid postal code |\n| pickupLocation.country | String | 2 | M | ISO 3166 Country code |\n| pickedUpBy | Object | n/a | M | Details of courier employee performing pickup |\n| pickedUpBy.employeeName | String | 255 | M | Alphabetic with spaces/hyphens |\n| pickedUpBy.employeeCnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| pickedUpBy.employeeEmail | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| pickedUpBy.courierNtn | String | 9 | M | NTN tax identifier format (nnnnnnn-n) |\n| pickedUpBy.courierPhone | String | 16 | M | ITU E.164 numbering format |\n| pickedUpBy.vehicleNumber | String | 35 | O | Vehicle registration number |\n| consignor | Object | n/a | M | Contains consignor information |\n| consignor.name | String | 255 | M | Valid business or person name |\n| consignor.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Account number of consignor |\n| consignor.address | Object | n/a | O | Address details of consignor |\n| consignor.address.address | String | 255 | O | Street or location address |\n| consignor.address.city | String | 70 | O | Must be valid city name |\n| consignor.address.postalCode | String | 35 | O | Must be valid postal code |\n| consignor.address.country | String | 2 | O | ISO 3166 country code |\n| piecesReceived | Integer | n/a | M | Must be a positive integer |\n| weightReceived | Number | n/a | M | Must be a positive number |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| volume | Number | n/a | O | Must be a positive number |\n| volumeUnit | String | 3 | C | UNECE Rec.20 unit of measure. Mandatory if volume is present |\n| condition | String | 35 | M | Shipment condition status (e.g. INTACT, DAMAGED) |\n| consignorSignature | Object | n/a | O | Consignor signature container |\n| pickupPhoto | Object | n/a | O | Pickup photo container |\n| id | String | 36 | M | File ID (e.g., UUID format) |\n| name | String | 255 | M | File name |\n| contentType | String | 70 | M | Must be valid MIME type |\n| size | Integer | n/a | M | File size in bytes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"ce84246f-cea7-4d91-9ba9-4a229b4d2acd"},{"name":"Submit Item Processing Results","id":"37504b70-108d-4f07-8565-fddf690250b0","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"5fa5cca5-8548-4c5a-976b-8db80815178d","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-06-04T08:28:25.724Z","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":[{"id":"3859f327-4f4d-4270-80a2-9f0227eee442","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"7f24dac4-baef-4146-8b19-d85c20a6e73b","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-06-04T08:28:25.724Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E5EPO.7\n\n**Use Case**: Van unloads/Item acceptance Weigh/Dimensions measured/Screening Labeling\n\n**Integration Point:** IN_FR-6-EPO-CAA-R-01-UC-01\n\n**Description**: Item Processing System - Record final item measurements, weight verification, and security screening results\n\n**Process Flow**: Express Parcel Operator System (E5EPO) → Airport Community System → Consignor System (E5CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| processingFacility | String | 70 | M | Facility code identifier |\n| vanArrivalTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| itemsReceived | Integer | n/a | M | Positive integer |\n| processedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| consignorReference | Object | n/a | M | Consignor identification for acceptance notification |\n| [consignorReference.name](http://consignorReference.name) | String | 255 | M | Valid business/person name |\n| consignorReference.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignorReference.phone | String | 16 | O | ITU E.164 numbering format |\n| consignorReference.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignorReference.accountNumber | String | 70 | M | Account number of consignor |\n| consignorReference.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignorReference.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| measurements | Object | n/a | M | Measurement details |\n| measurements.actualWeight | Number | n/a | M | Positive number |\n| measurements.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| measurements.actualDimensions | Object | n/a | O | Dimension details |\n| measurements.actualDimensions.length | Number | n/a | M | Positive number |\n| measurements.actualDimensions.width | Number | n/a | M | Positive number |\n| measurements.actualDimensions.height | Number | n/a | M | Positive number |\n| measurements.actualDimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| measurements.volumetricWeight | Number | n/a | O | Positive number |\n| measurements.chargeableWeight | Number | n/a | M | Positive number |\n| screening | Object | n/a | M | Security screening information |\n| screening.method | String | 35 | M | Screening method (e.g., X-RAY) |\n| screening.result | String | 35 | M | Screening result (e.g., CLEARED) |\n| screening.screenerName | String | 255 | M | Name of screening officer |\n| screening.screenerCnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| screening.screenerAccountNumber | String | 70 | M | Account number of screener |\n| screening.screenedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| labeling | Object | n/a | M | Label generation details |\n| labeling.labelGenerated | Boolean | n/a | M | True if label generated |\n| labeling.labelNumber | String | 70 | O | Label identifier |\n| labeling.barcodeGenerated | Boolean | n/a | M | True if barcode generated |\n| labeling.barcodeValue | String | 70 | M | Barcode value (usually HAWB) |\n| processedBy | Object | n/a | M | Staff processing the shipment |\n| processedBy.staffName | String | 255 | M | Name of processing staff |\n| processedBy.staffCnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| processedBy.staffAccountNumber | String | 70 | M | Account number of staff |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5ac01ad2-0854-476c-b2a9-f18640dee856","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"b01ef9a4-fdc2-421e-94ca-45660ae91bd7","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-06-04T08:28:25.725Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E5EPO.7\n\n**Use Case**: Van unloads/Item acceptance Weigh/Dimensions measured/Screening Labeling\n\n**Integration Point:** IN_FR-6-EPO-CAA-R-01-UC-01\n\n**Description**: Item Processing System - Record final item measurements, weight verification, and security screening results\n\n**Process Flow**: Express Parcel Operator System (E5EPO) → Airport Community System → Consignor System (E5CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| processingFacility | String | 70 | M | Facility code identifier |\n| vanArrivalTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| itemsReceived | Integer | n/a | M | Positive integer |\n| processedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| consignorReference | Object | n/a | M | Consignor identification for acceptance notification |\n| [consignorReference.name](http://consignorReference.name) | String | 255 | M | Valid business/person name |\n| consignorReference.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignorReference.phone | String | 16 | O | ITU E.164 numbering format |\n| consignorReference.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignorReference.accountNumber | String | 70 | M | Account number of consignor |\n| consignorReference.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignorReference.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| measurements | Object | n/a | M | Measurement details |\n| measurements.actualWeight | Number | n/a | M | Positive number |\n| measurements.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| measurements.actualDimensions | Object | n/a | O | Dimension details |\n| measurements.actualDimensions.length | Number | n/a | M | Positive number |\n| measurements.actualDimensions.width | Number | n/a | M | Positive number |\n| measurements.actualDimensions.height | Number | n/a | M | Positive number |\n| measurements.actualDimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| measurements.volumetricWeight | Number | n/a | O | Positive number |\n| measurements.chargeableWeight | Number | n/a | M | Positive number |\n| screening | Object | n/a | M | Security screening information |\n| screening.method | String | 35 | M | Screening method (e.g., X-RAY) |\n| screening.result | String | 35 | M | Screening result (e.g., CLEARED) |\n| screening.screenerName | String | 255 | M | Name of screening officer |\n| screening.screenerCnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| screening.screenerAccountNumber | String | 70 | M | Account number of screener |\n| screening.screenedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| labeling | Object | n/a | M | Label generation details |\n| labeling.labelGenerated | Boolean | n/a | M | True if label generated |\n| labeling.labelNumber | String | 70 | O | Label identifier |\n| labeling.barcodeGenerated | Boolean | n/a | M | True if barcode generated |\n| labeling.barcodeValue | String | 70 | M | Barcode value (usually HAWB) |\n| processedBy | Object | n/a | M | Staff processing the shipment |\n| processedBy.staffName | String | 255 | M | Name of processing staff |\n| processedBy.staffCnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| processedBy.staffAccountNumber | String | 70 | M | Account number of staff |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"173e9f04-e6c6-40b5-bca1-89ed14e51d71","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"0b190111-b3d7-49f5-8dac-426f6ed449fc","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-06-04T08:28:25.725Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E5EPO.7\n\n**Use Case**: Van unloads/Item acceptance Weigh/Dimensions measured/Screening Labeling\n\n**Integration Point:** IN_FR-6-EPO-CAA-R-01-UC-01\n\n**Description**: Item Processing System - Record final item measurements, weight verification, and security screening results\n\n**Process Flow**: Express Parcel Operator System (E5EPO) → Airport Community System → Consignor System (E5CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| processingFacility | String | 70 | M | Facility code identifier |\n| vanArrivalTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| itemsReceived | Integer | n/a | M | Positive integer |\n| processedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| consignorReference | Object | n/a | M | Consignor identification for acceptance notification |\n| [consignorReference.name](http://consignorReference.name) | String | 255 | M | Valid business/person name |\n| consignorReference.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignorReference.phone | String | 16 | O | ITU E.164 numbering format |\n| consignorReference.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignorReference.accountNumber | String | 70 | M | Account number of consignor |\n| consignorReference.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignorReference.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| measurements | Object | n/a | M | Measurement details |\n| measurements.actualWeight | Number | n/a | M | Positive number |\n| measurements.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| measurements.actualDimensions | Object | n/a | O | Dimension details |\n| measurements.actualDimensions.length | Number | n/a | M | Positive number |\n| measurements.actualDimensions.width | Number | n/a | M | Positive number |\n| measurements.actualDimensions.height | Number | n/a | M | Positive number |\n| measurements.actualDimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| measurements.volumetricWeight | Number | n/a | O | Positive number |\n| measurements.chargeableWeight | Number | n/a | M | Positive number |\n| screening | Object | n/a | M | Security screening information |\n| screening.method | String | 35 | M | Screening method (e.g., X-RAY) |\n| screening.result | String | 35 | M | Screening result (e.g., CLEARED) |\n| screening.screenerName | String | 255 | M | Name of screening officer |\n| screening.screenerCnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| screening.screenerAccountNumber | String | 70 | M | Account number of screener |\n| screening.screenedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| labeling | Object | n/a | M | Label generation details |\n| labeling.labelGenerated | Boolean | n/a | M | True if label generated |\n| labeling.labelNumber | String | 70 | O | Label identifier |\n| labeling.barcodeGenerated | Boolean | n/a | M | True if barcode generated |\n| labeling.barcodeValue | String | 70 | M | Barcode value (usually HAWB) |\n| processedBy | Object | n/a | M | Staff processing the shipment |\n| processedBy.staffName | String | 255 | M | Name of processing staff |\n| processedBy.staffCnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| processedBy.staffAccountNumber | String | 70 | M | Account number of staff |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"52c2d60e-d600-4a07-8630-714e0d2b7bdc","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"1f24de83-3e72-4e28-b41c-2ee8661ea0d7","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-06-04T08:28:25.725Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E5EPO.7\n\n**Use Case**: Van unloads/Item acceptance Weigh/Dimensions measured/Screening Labeling\n\n**Integration Point:** IN_FR-6-EPO-CAA-R-01-UC-01\n\n**Description**: Item Processing System - Record final item measurements, weight verification, and security screening results\n\n**Process Flow**: Express Parcel Operator System (E5EPO) → Airport Community System → Consignor System (E5CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| processingFacility | String | 70 | M | Facility code identifier |\n| vanArrivalTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| itemsReceived | Integer | n/a | M | Positive integer |\n| processedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| consignorReference | Object | n/a | M | Consignor identification for acceptance notification |\n| [consignorReference.name](http://consignorReference.name) | String | 255 | M | Valid business/person name |\n| consignorReference.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignorReference.phone | String | 16 | O | ITU E.164 numbering format |\n| consignorReference.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignorReference.accountNumber | String | 70 | M | Account number of consignor |\n| consignorReference.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignorReference.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| measurements | Object | n/a | M | Measurement details |\n| measurements.actualWeight | Number | n/a | M | Positive number |\n| measurements.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| measurements.actualDimensions | Object | n/a | O | Dimension details |\n| measurements.actualDimensions.length | Number | n/a | M | Positive number |\n| measurements.actualDimensions.width | Number | n/a | M | Positive number |\n| measurements.actualDimensions.height | Number | n/a | M | Positive number |\n| measurements.actualDimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| measurements.volumetricWeight | Number | n/a | O | Positive number |\n| measurements.chargeableWeight | Number | n/a | M | Positive number |\n| screening | Object | n/a | M | Security screening information |\n| screening.method | String | 35 | M | Screening method (e.g., X-RAY) |\n| screening.result | String | 35 | M | Screening result (e.g., CLEARED) |\n| screening.screenerName | String | 255 | M | Name of screening officer |\n| screening.screenerCnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| screening.screenerAccountNumber | String | 70 | M | Account number of screener |\n| screening.screenedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| labeling | Object | n/a | M | Label generation details |\n| labeling.labelGenerated | Boolean | n/a | M | True if label generated |\n| labeling.labelNumber | String | 70 | O | Label identifier |\n| labeling.barcodeGenerated | Boolean | n/a | M | True if barcode generated |\n| labeling.barcodeValue | String | 70 | M | Barcode value (usually HAWB) |\n| processedBy | Object | n/a | M | Staff processing the shipment |\n| processedBy.staffName | String | 255 | M | Name of processing staff |\n| processedBy.staffCnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| processedBy.staffAccountNumber | String | 70 | M | Account number of staff |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"f66413c5-1946-44cd-b9be-257b965df183","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"b9810a83-9da5-4d6c-bbb3-7ce6a866cf2e","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-06-04T08:28:25.725Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: EPO.E5EPO.7\n\n**Use Case**: Van unloads/Item acceptance Weigh/Dimensions measured/Screening Labeling\n\n**Integration Point:** IN_FR-6-EPO-CAA-R-01-UC-01\n\n**Description**: Item Processing System - Record final item measurements, weight verification, and security screening results\n\n**Process Flow**: Express Parcel Operator System (E5EPO) → Airport Community System → Consignor System (E5CGNR)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| processingFacility | String | 70 | M | Facility code identifier |\n| vanArrivalTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| itemsReceived | Integer | n/a | M | Positive integer |\n| processedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| consignorReference | Object | n/a | M | Consignor identification for acceptance notification |\n| [consignorReference.name](http://consignorReference.name) | String | 255 | M | Valid business/person name |\n| consignorReference.contactPerson | String | 255 | O | Alphabetic with spaces/hyphens |\n| consignorReference.phone | String | 16 | O | ITU E.164 numbering format |\n| consignorReference.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignorReference.accountNumber | String | 70 | M | Account number of consignor |\n| consignorReference.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignorReference.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| measurements | Object | n/a | M | Measurement details |\n| measurements.actualWeight | Number | n/a | M | Positive number |\n| measurements.weightUnit | String | 3 | M | UNECE Rec.20 unit of measure |\n| measurements.actualDimensions | Object | n/a | O | Dimension details |\n| measurements.actualDimensions.length | Number | n/a | M | Positive number |\n| measurements.actualDimensions.width | Number | n/a | M | Positive number |\n| measurements.actualDimensions.height | Number | n/a | M | Positive number |\n| measurements.actualDimensions.unit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| measurements.volumetricWeight | Number | n/a | O | Positive number |\n| measurements.chargeableWeight | Number | n/a | M | Positive number |\n| screening | Object | n/a | M | Security screening information |\n| screening.method | String | 35 | M | Screening method (e.g., X-RAY) |\n| screening.result | String | 35 | M | Screening result (e.g., CLEARED) |\n| screening.screenerName | String | 255 | M | Name of screening officer |\n| screening.screenerCnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| screening.screenerAccountNumber | String | 70 | M | Account number of screener |\n| screening.screenedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| labeling | Object | n/a | M | Label generation details |\n| labeling.labelGenerated | Boolean | n/a | M | True if label generated |\n| labeling.labelNumber | String | 70 | O | Label identifier |\n| labeling.barcodeGenerated | Boolean | n/a | M | True if barcode generated |\n| labeling.barcodeValue | String | 70 | M | Barcode value (usually HAWB) |\n| processedBy | Object | n/a | M | Staff processing the shipment |\n| processedBy.staffName | String | 255 | M | Name of processing staff |\n| processedBy.staffCnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| processedBy.staffAccountNumber | String | 70 | M | Account number of staff |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"37504b70-108d-4f07-8565-fddf690250b0"}],"id":"5ef204c1-eeb7-4079-b488-d556347962e1","description":"<p>A shipment request starts the export process for a parcel or air waybill. In this section, users submit the shipment, create and confirm the HAWB, amend it if needed, and send pickup and processing results.</p>\n","_postman_id":"5ef204c1-eeb7-4079-b488-d556347962e1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"7198a8fb-6494-4f44-aa1f-92ac53eee7ba","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"8a5ec3d4-72de-4c22-be35-ef393ab3af04","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-06-04T08:28:25.725Z","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":"14af216e-5777-49cd-bc9d-17ea644c0db1","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"e0fcba5b-4ba5-47e0-ae16-059d95fb814e","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-06-04T08:28:25.725Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/flight-bookings","description":"**Global API Reference:**\n\n- [FFR](https://postman.belli.app/#dc7ad000-ed3d-442d-a2ad-9083be9d8141)\n    \n\n**Requirement Reference**:\n\n- EPO.E6EPO.8\n    \n- EPO.E6AL.9\n    \n\n**Use Case**: Flight Booking and Confirmation\n\n**Integration Point**: IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description**: Flight Booking & Confirmation System - Submit booking request to airline and receive confirmation with flight details.\n\n**Process Flow**: Express Parcel Operator System (E6EPO) → Airport Community System → Airline System (E6AL)\n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"9b188ef0-7d18-463e-b348-49f4f71606f0","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"285eb065-a1bb-42a6-8ef5-af50c2cafc0f","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-06-04T08:28:25.725Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/flight-bookings","description":"**Global API Reference:**\n\n- [FFR](https://postman.belli.app/#dc7ad000-ed3d-442d-a2ad-9083be9d8141)\n    \n\n**Requirement Reference**:\n\n- EPO.E6EPO.8\n    \n- EPO.E6AL.9\n    \n\n**Use Case**: Flight Booking and Confirmation\n\n**Integration Point**: IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description**: Flight Booking & Confirmation System - Submit booking request to airline and receive confirmation with flight details.\n\n**Process Flow**: Express Parcel Operator System (E6EPO) → Airport Community System → Airline System (E6AL)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"2c6b526d-5339-4280-99dd-afe5b8951578","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"0c74091b-44bb-4f37-b873-95a0d3eb820c","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-06-04T08:28:25.725Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/flight-bookings","description":"**Global API Reference:**\n\n- [FFR](https://postman.belli.app/#dc7ad000-ed3d-442d-a2ad-9083be9d8141)\n    \n\n**Requirement Reference**:\n\n- EPO.E6EPO.8\n    \n- EPO.E6AL.9\n    \n\n**Use Case**: Flight Booking and Confirmation\n\n**Integration Point**: IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description**: Flight Booking & Confirmation System - Submit booking request to airline and receive confirmation with flight details.\n\n**Process Flow**: Express Parcel Operator System (E6EPO) → Airport Community System → Airline System (E6AL)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"67fd0b19-ff82-487e-9765-befa8f31649c","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"f42a9c2a-072d-45e7-b52c-63e652f08565","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-06-04T08:28:25.725Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/flight-bookings","description":"**Global API Reference:**\n\n- [FFR](https://postman.belli.app/#dc7ad000-ed3d-442d-a2ad-9083be9d8141)\n    \n\n**Requirement Reference**:\n\n- EPO.E6EPO.8\n    \n- EPO.E6AL.9\n    \n\n**Use Case**: Flight Booking and Confirmation\n\n**Integration Point**: IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description**: Flight Booking & Confirmation System - Submit booking request to airline and receive confirmation with flight details.\n\n**Process Flow**: Express Parcel Operator System (E6EPO) → Airport Community System → Airline System (E6AL)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"1ab863e7-c29b-418b-9a72-4445b8e5389c","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"7b28d720-fe6d-4acc-8c47-258dd493c91e","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-06-04T08:28:25.725Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/flight-bookings","description":"**Global API Reference:**\n\n- [FFR](https://postman.belli.app/#dc7ad000-ed3d-442d-a2ad-9083be9d8141)\n    \n\n**Requirement Reference**:\n\n- EPO.E6EPO.8\n    \n- EPO.E6AL.9\n    \n\n**Use Case**: Flight Booking and Confirmation\n\n**Integration Point**: IN_FR-3-EPO-PSB-R-01-UC-01\n\n**Description**: Flight Booking & Confirmation System - Submit booking request to airline and receive confirmation with flight details.\n\n**Process Flow**: Express Parcel Operator System (E6EPO) → Airport Community System → Airline System (E6AL)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"7198a8fb-6494-4f44-aa1f-92ac53eee7ba"}],"id":"b5ecc8aa-94ea-423b-bb3c-bff66e1dada2","description":"<p>Flight booking reserves space on a flight for an export shipment. In this section, users submit a booking request for the cargo.</p>\n","_postman_id":"b5ecc8aa-94ea-423b-bb3c-bff66e1dada2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"6588903f-afe7-40a6-9583-b79bf7fb52bd","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"981d2ae1-600f-45c7-97d6-6d079309131a","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-06-04T08:28:25.725Z","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":[{"id":"fc60e971-e1f9-4c51-a795-1300bd09ee05","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"b26d072b-62e9-4b99-a7b7-0c5014d1ffab","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-06-04T08:28:25.725Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- EPO.E8EPO.10\n    \n- EPO.E10CUS.14\n    \n- EPO.E10GHA.15\n    \n- EPO.E10AL.16\n    \n\n**Use Case**: Send ASI to Stakeholders\n\n**Integration Point**: IN_FR-4-EPO-ASI-R-01-UC-01\n\n**Description**: Advanced Shipment Information Broadcast System - Transmit ASI to GHA, Customs, and Airlines for pre-arrival processing.\n\n**Process Flows**:\n\n- Express Parcel Operator System (E8EPO) → Airport Community System → Ground Handling Agent System (E8GHA)\n    \n- Express Parcel Operator System (E8EPO) → Airport Community System → Web Based One Customs System (E8CUS)\n    \n- Express Parcel Operator System (E8EPO) → Airport Community System → Airline System (E8AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 15 | M | MAWB number |\n| hawbNumber | String\\[\\] | 20 | O | HAWB number |\n| targetSystems | Array | N/A | M | Systems to broadcast to |\n| flightNumber | String | 10 | M | Flight number |\n| flightDate | Date | N/A | M | ISO 8601 date |\n| origin | String | 3 | M | IATA airport code |\n| destination | String | 3 | M | IATA airport code |\n| consignor.name | String | 100 | M | Full name of the consignor |\n| consignor.company | String | 100 | M | Company name of the consignor |\n| consignor.cnic | String | 15 | M | CNIC number |\n| consignor.ntn | String | 15 | M | NTN (National Tax Number) |\n| consignor.address | String | 255 | M | Address of the consignor |\n| consignee.name | String | 100 | M | Full name of the consignee |\n| consignee.company | String | 100 | M | Company name of the consignee |\n| consignee.address | String | 255 | M | Address of the consignee |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 15 | M | Harmonized code for the commodity |\n| commodity.declaredValue | Float | N/A | M | Declared value of the commodity |\n| commodity.currency | String | 3 | M | Currency for the declared value (e.g., \"USD\") |\n| pieces | Integer | N/A | M | Number of pieces |\n| grossWeight | Float | N/A | M | Gross weight |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measurement |\n| dimensions.length | Float | N/A | O | Length of the shipment |\n| dimensions.width | Float | N/A | O | Width of the shipment |\n| dimensions.height | Float | N/A | O | Height of the shipment |\n| dimensions.unit | String | 2 | C | UNECE Rec.20 unit of measurement.  <br>Mandatory if dimensions are available |\n| dateOfArrival | Date | N/A | O | ISO 8601 date |\n| submittedBy.epoCode | String | 8 | M | EPO code |\n| submittedBy.staffId | String | 20 | M | Staff ID |\n\n**Business Rules**:\n\n- ASI must be submitted minimum 4 hours before flight departure\n    \n- Broadcast to all stakeholders simultaneously\n    \n- Must include complete consignor/consignee details\n    \n- HS code mandatory for customs clearance"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"330013b4-4cab-4092-bd97-c3680a67c86e","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"a04fbf34-415e-454d-8e9d-459f63f4a212","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-06-04T08:28:25.725Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- EPO.E8EPO.10\n    \n- EPO.E10CUS.14\n    \n- EPO.E10GHA.15\n    \n- EPO.E10AL.16\n    \n\n**Use Case**: Send ASI to Stakeholders\n\n**Integration Point**: IN_FR-4-EPO-ASI-R-01-UC-01\n\n**Description**: Advanced Shipment Information Broadcast System - Transmit ASI to GHA, Customs, and Airlines for pre-arrival processing.\n\n**Process Flows**:\n\n- Express Parcel Operator System (E8EPO) → Airport Community System → Ground Handling Agent System (E8GHA)\n    \n- Express Parcel Operator System (E8EPO) → Airport Community System → Web Based One Customs System (E8CUS)\n    \n- Express Parcel Operator System (E8EPO) → Airport Community System → Airline System (E8AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 15 | M | MAWB number |\n| hawbNumber | String\\[\\] | 20 | O | HAWB number |\n| targetSystems | Array | N/A | M | Systems to broadcast to |\n| flightNumber | String | 10 | M | Flight number |\n| flightDate | Date | N/A | M | ISO 8601 date |\n| origin | String | 3 | M | IATA airport code |\n| destination | String | 3 | M | IATA airport code |\n| consignor.name | String | 100 | M | Full name of the consignor |\n| consignor.company | String | 100 | M | Company name of the consignor |\n| consignor.cnic | String | 15 | M | CNIC number |\n| consignor.ntn | String | 15 | M | NTN (National Tax Number) |\n| consignor.address | String | 255 | M | Address of the consignor |\n| consignee.name | String | 100 | M | Full name of the consignee |\n| consignee.company | String | 100 | M | Company name of the consignee |\n| consignee.address | String | 255 | M | Address of the consignee |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 15 | M | Harmonized code for the commodity |\n| commodity.declaredValue | Float | N/A | M | Declared value of the commodity |\n| commodity.currency | String | 3 | M | Currency for the declared value (e.g., \"USD\") |\n| pieces | Integer | N/A | M | Number of pieces |\n| grossWeight | Float | N/A | M | Gross weight |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measurement |\n| dimensions.length | Float | N/A | O | Length of the shipment |\n| dimensions.width | Float | N/A | O | Width of the shipment |\n| dimensions.height | Float | N/A | O | Height of the shipment |\n| dimensions.unit | String | 2 | C | UNECE Rec.20 unit of measurement.  <br>Mandatory if dimensions are available |\n| dateOfArrival | Date | N/A | O | ISO 8601 date |\n| submittedBy.epoCode | String | 8 | M | EPO code |\n| submittedBy.staffId | String | 20 | M | Staff ID |\n\n**Business Rules**:\n\n- ASI must be submitted minimum 4 hours before flight departure\n    \n- Broadcast to all stakeholders simultaneously\n    \n- Must include complete consignor/consignee details\n    \n- HS code mandatory for customs clearance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"836459a4-2f38-4325-a09e-b6158109aea4","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"4e36a8ae-3d7a-4261-954b-342983ba98e2","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-06-04T08:28:25.726Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- EPO.E8EPO.10\n    \n- EPO.E10CUS.14\n    \n- EPO.E10GHA.15\n    \n- EPO.E10AL.16\n    \n\n**Use Case**: Send ASI to Stakeholders\n\n**Integration Point**: IN_FR-4-EPO-ASI-R-01-UC-01\n\n**Description**: Advanced Shipment Information Broadcast System - Transmit ASI to GHA, Customs, and Airlines for pre-arrival processing.\n\n**Process Flows**:\n\n- Express Parcel Operator System (E8EPO) → Airport Community System → Ground Handling Agent System (E8GHA)\n    \n- Express Parcel Operator System (E8EPO) → Airport Community System → Web Based One Customs System (E8CUS)\n    \n- Express Parcel Operator System (E8EPO) → Airport Community System → Airline System (E8AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 15 | M | MAWB number |\n| hawbNumber | String\\[\\] | 20 | O | HAWB number |\n| targetSystems | Array | N/A | M | Systems to broadcast to |\n| flightNumber | String | 10 | M | Flight number |\n| flightDate | Date | N/A | M | ISO 8601 date |\n| origin | String | 3 | M | IATA airport code |\n| destination | String | 3 | M | IATA airport code |\n| consignor.name | String | 100 | M | Full name of the consignor |\n| consignor.company | String | 100 | M | Company name of the consignor |\n| consignor.cnic | String | 15 | M | CNIC number |\n| consignor.ntn | String | 15 | M | NTN (National Tax Number) |\n| consignor.address | String | 255 | M | Address of the consignor |\n| consignee.name | String | 100 | M | Full name of the consignee |\n| consignee.company | String | 100 | M | Company name of the consignee |\n| consignee.address | String | 255 | M | Address of the consignee |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 15 | M | Harmonized code for the commodity |\n| commodity.declaredValue | Float | N/A | M | Declared value of the commodity |\n| commodity.currency | String | 3 | M | Currency for the declared value (e.g., \"USD\") |\n| pieces | Integer | N/A | M | Number of pieces |\n| grossWeight | Float | N/A | M | Gross weight |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measurement |\n| dimensions.length | Float | N/A | O | Length of the shipment |\n| dimensions.width | Float | N/A | O | Width of the shipment |\n| dimensions.height | Float | N/A | O | Height of the shipment |\n| dimensions.unit | String | 2 | C | UNECE Rec.20 unit of measurement.  <br>Mandatory if dimensions are available |\n| dateOfArrival | Date | N/A | O | ISO 8601 date |\n| submittedBy.epoCode | String | 8 | M | EPO code |\n| submittedBy.staffId | String | 20 | M | Staff ID |\n\n**Business Rules**:\n\n- ASI must be submitted minimum 4 hours before flight departure\n    \n- Broadcast to all stakeholders simultaneously\n    \n- Must include complete consignor/consignee details\n    \n- HS code mandatory for customs clearance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"9b0fbf91-b1fc-4f78-9073-706869aa0901","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"bc8459e6-3d7b-4743-87ef-2fcf64f8db8c","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-06-04T08:28:25.726Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- EPO.E8EPO.10\n    \n- EPO.E10CUS.14\n    \n- EPO.E10GHA.15\n    \n- EPO.E10AL.16\n    \n\n**Use Case**: Send ASI to Stakeholders\n\n**Integration Point**: IN_FR-4-EPO-ASI-R-01-UC-01\n\n**Description**: Advanced Shipment Information Broadcast System - Transmit ASI to GHA, Customs, and Airlines for pre-arrival processing.\n\n**Process Flows**:\n\n- Express Parcel Operator System (E8EPO) → Airport Community System → Ground Handling Agent System (E8GHA)\n    \n- Express Parcel Operator System (E8EPO) → Airport Community System → Web Based One Customs System (E8CUS)\n    \n- Express Parcel Operator System (E8EPO) → Airport Community System → Airline System (E8AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 15 | M | MAWB number |\n| hawbNumber | String\\[\\] | 20 | O | HAWB number |\n| targetSystems | Array | N/A | M | Systems to broadcast to |\n| flightNumber | String | 10 | M | Flight number |\n| flightDate | Date | N/A | M | ISO 8601 date |\n| origin | String | 3 | M | IATA airport code |\n| destination | String | 3 | M | IATA airport code |\n| consignor.name | String | 100 | M | Full name of the consignor |\n| consignor.company | String | 100 | M | Company name of the consignor |\n| consignor.cnic | String | 15 | M | CNIC number |\n| consignor.ntn | String | 15 | M | NTN (National Tax Number) |\n| consignor.address | String | 255 | M | Address of the consignor |\n| consignee.name | String | 100 | M | Full name of the consignee |\n| consignee.company | String | 100 | M | Company name of the consignee |\n| consignee.address | String | 255 | M | Address of the consignee |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 15 | M | Harmonized code for the commodity |\n| commodity.declaredValue | Float | N/A | M | Declared value of the commodity |\n| commodity.currency | String | 3 | M | Currency for the declared value (e.g., \"USD\") |\n| pieces | Integer | N/A | M | Number of pieces |\n| grossWeight | Float | N/A | M | Gross weight |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measurement |\n| dimensions.length | Float | N/A | O | Length of the shipment |\n| dimensions.width | Float | N/A | O | Width of the shipment |\n| dimensions.height | Float | N/A | O | Height of the shipment |\n| dimensions.unit | String | 2 | C | UNECE Rec.20 unit of measurement.  <br>Mandatory if dimensions are available |\n| dateOfArrival | Date | N/A | O | ISO 8601 date |\n| submittedBy.epoCode | String | 8 | M | EPO code |\n| submittedBy.staffId | String | 20 | M | Staff ID |\n\n**Business Rules**:\n\n- ASI must be submitted minimum 4 hours before flight departure\n    \n- Broadcast to all stakeholders simultaneously\n    \n- Must include complete consignor/consignee details\n    \n- HS code mandatory for customs clearance"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"944bd612-cdd0-418a-ad01-6b9ca7969432","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"ec4da3ca-889f-479b-ac31-be1e792e8262","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-06-04T08:28:25.726Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [ASI](https://postman.belli.app/#a7deffaf-eed8-41d8-a5da-5c3c8b709098)\n    \n\n**Requirement References**:\n\n- EPO.E8EPO.10\n    \n- EPO.E10CUS.14\n    \n- EPO.E10GHA.15\n    \n- EPO.E10AL.16\n    \n\n**Use Case**: Send ASI to Stakeholders\n\n**Integration Point**: IN_FR-4-EPO-ASI-R-01-UC-01\n\n**Description**: Advanced Shipment Information Broadcast System - Transmit ASI to GHA, Customs, and Airlines for pre-arrival processing.\n\n**Process Flows**:\n\n- Express Parcel Operator System (E8EPO) → Airport Community System → Ground Handling Agent System (E8GHA)\n    \n- Express Parcel Operator System (E8EPO) → Airport Community System → Web Based One Customs System (E8CUS)\n    \n- Express Parcel Operator System (E8EPO) → Airport Community System → Airline System (E8AL)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 15 | M | MAWB number |\n| hawbNumber | String\\[\\] | 20 | O | HAWB number |\n| targetSystems | Array | N/A | M | Systems to broadcast to |\n| flightNumber | String | 10 | M | Flight number |\n| flightDate | Date | N/A | M | ISO 8601 date |\n| origin | String | 3 | M | IATA airport code |\n| destination | String | 3 | M | IATA airport code |\n| consignor.name | String | 100 | M | Full name of the consignor |\n| consignor.company | String | 100 | M | Company name of the consignor |\n| consignor.cnic | String | 15 | M | CNIC number |\n| consignor.ntn | String | 15 | M | NTN (National Tax Number) |\n| consignor.address | String | 255 | M | Address of the consignor |\n| consignee.name | String | 100 | M | Full name of the consignee |\n| consignee.company | String | 100 | M | Company name of the consignee |\n| consignee.address | String | 255 | M | Address of the consignee |\n| commodity.description | String | 255 | M | Description of the commodity |\n| commodity.hsCode | String | 15 | M | Harmonized code for the commodity |\n| commodity.declaredValue | Float | N/A | M | Declared value of the commodity |\n| commodity.currency | String | 3 | M | Currency for the declared value (e.g., \"USD\") |\n| pieces | Integer | N/A | M | Number of pieces |\n| grossWeight | Float | N/A | M | Gross weight |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measurement |\n| dimensions.length | Float | N/A | O | Length of the shipment |\n| dimensions.width | Float | N/A | O | Width of the shipment |\n| dimensions.height | Float | N/A | O | Height of the shipment |\n| dimensions.unit | String | 2 | C | UNECE Rec.20 unit of measurement.  <br>Mandatory if dimensions are available |\n| dateOfArrival | Date | N/A | O | ISO 8601 date |\n| submittedBy.epoCode | String | 8 | M | EPO code |\n| submittedBy.staffId | String | 20 | M | Staff ID |\n\n**Business Rules**:\n\n- ASI must be submitted minimum 4 hours before flight departure\n    \n- Broadcast to all stakeholders simultaneously\n    \n- Must include complete consignor/consignee details\n    \n- HS code mandatory for customs clearance"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"6588903f-afe7-40a6-9583-b79bf7fb52bd"},{"name":"Submit Goods Declaration (GD) to PSW","id":"f0f8f213-cf6d-48c9-9a93-fc458f2ac6fd","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"e4240181-306e-4058-85bc-ca0cb0f083cd","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-06-04T08:28:25.726Z","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":[{"id":"9b3eb15b-f28d-4290-918d-89fa6a984999","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"70ac5cb3-c511-40b1-b7e3-5a53cf3ef801","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-06-04T08:28:25.726Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement Reference**: EPO.E9EPO.11\n\n**Use Case**: Files GD in PSW\n\n**Integration Point:** IN_FR-5-EPO-EGD-R-01-UC-01\n\n**Description**: Goods Declaration System - Submit Goods Declaration data to Pakistan Single Window for customs processing.\n\n**Process Flow**: Express Parcel Operator System (E9EPO) → Airport Community System → Pakistan Single Window (E9PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | Array of AWB numbers (each must follow format nnn-nnnnnnnn) |\n| gdType | String | 35 | M | Must be one of \\[\"EXPORT\",\"IMPORT\"\\] |\n| declarationCategory | String | 35 | M | Must be one of \\[\"EPO\",\"COURIER\",\"COMMERCIAL\"\\] |\n| customsStationCode | String | 35 | M | Customs station / collectorate code |\n| exportProcedureCode | String | 35 | M | Export procedure / regime code |\n| countryOfDestination | String | 2 | M | ISO 3166 country code |\n| modeOfTransport | String | 35 | M | Mode of transport (e.g. AIR, SEA, LAND) |\n| incoterms | String | 10 | M | Valid Incoterm (e.g. FOB, CIF, EXW, DDP, etc.) |\n| gdFilingIndicator | String | 20 | M | Must be one of \\[\"ORIGINAL\",\"AMENDMENT\"\\] |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid person or company name |\n| consignor.company | String | 255 | O | Company name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.address | String | 255 | M | Free text address |\n| consignee | Object | n/a | M | Consignee information |\n| consignee.name | String | 255 | M | Valid person or company name |\n| consignee.company | String | 255 | O | Company name |\n| consignee.address | String | 255 | M | Free text address |\n| commodity | Object | n/a | M | Commodity information |\n| commodity.description | String | 255 | M | Free text description |\n| commodity.hsCode | String | 10 | M | Valid HS code |\n| customsValue | Object | n/a | M | Customs valuation details |\n| customsValue.fobValue | Number | n/a | M | Positive number |\n| customsValue.currency | String | 3 | M | ISO 4217 currency code |\n| customsValue.exchangeRate | Number | n/a | M | Positive number |\n| pieces | Integer | n/a | M | Positive integer |\n| grossWeight | Number | n/a | M | Positive number |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| exporterNtn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| customsBroker | Object | n/a | O | Customs broker information |\n| customsBroker.license | String | 70 | M | Customs broker license identifier |\n| customsBroker.name | String | 255 | M | Customs broker name |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d05ab4f4-82c0-4dd8-a347-a8cc70fd080f","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"a63435f5-ebf6-4fc9-bb2c-251dac9381d9","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-06-04T08:28:25.726Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement Reference**: EPO.E9EPO.11\n\n**Use Case**: Files GD in PSW\n\n**Integration Point:** IN_FR-5-EPO-EGD-R-01-UC-01\n\n**Description**: Goods Declaration System - Submit Goods Declaration data to Pakistan Single Window for customs processing.\n\n**Process Flow**: Express Parcel Operator System (E9EPO) → Airport Community System → Pakistan Single Window (E9PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | Array of AWB numbers (each must follow format nnn-nnnnnnnn) |\n| gdType | String | 35 | M | Must be one of \\[\"EXPORT\",\"IMPORT\"\\] |\n| declarationCategory | String | 35 | M | Must be one of \\[\"EPO\",\"COURIER\",\"COMMERCIAL\"\\] |\n| customsStationCode | String | 35 | M | Customs station / collectorate code |\n| exportProcedureCode | String | 35 | M | Export procedure / regime code |\n| countryOfDestination | String | 2 | M | ISO 3166 country code |\n| modeOfTransport | String | 35 | M | Mode of transport (e.g. AIR, SEA, LAND) |\n| incoterms | String | 10 | M | Valid Incoterm (e.g. FOB, CIF, EXW, DDP, etc.) |\n| gdFilingIndicator | String | 20 | M | Must be one of \\[\"ORIGINAL\",\"AMENDMENT\"\\] |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid person or company name |\n| consignor.company | String | 255 | O | Company name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.address | String | 255 | M | Free text address |\n| consignee | Object | n/a | M | Consignee information |\n| consignee.name | String | 255 | M | Valid person or company name |\n| consignee.company | String | 255 | O | Company name |\n| consignee.address | String | 255 | M | Free text address |\n| commodity | Object | n/a | M | Commodity information |\n| commodity.description | String | 255 | M | Free text description |\n| commodity.hsCode | String | 10 | M | Valid HS code |\n| customsValue | Object | n/a | M | Customs valuation details |\n| customsValue.fobValue | Number | n/a | M | Positive number |\n| customsValue.currency | String | 3 | M | ISO 4217 currency code |\n| customsValue.exchangeRate | Number | n/a | M | Positive number |\n| pieces | Integer | n/a | M | Positive integer |\n| grossWeight | Number | n/a | M | Positive number |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| exporterNtn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| customsBroker | Object | n/a | O | Customs broker information |\n| customsBroker.license | String | 70 | M | Customs broker license identifier |\n| customsBroker.name | String | 255 | M | Customs broker name |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"e79e7fbc-0050-48a9-b3b0-cb5d99009c4b","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"4920e1a4-3fd2-4528-80e5-778d676c3fc8","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-06-04T08:28:25.726Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement Reference**: EPO.E9EPO.11\n\n**Use Case**: Files GD in PSW\n\n**Integration Point:** IN_FR-5-EPO-EGD-R-01-UC-01\n\n**Description**: Goods Declaration System - Submit Goods Declaration data to Pakistan Single Window for customs processing.\n\n**Process Flow**: Express Parcel Operator System (E9EPO) → Airport Community System → Pakistan Single Window (E9PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | Array of AWB numbers (each must follow format nnn-nnnnnnnn) |\n| gdType | String | 35 | M | Must be one of \\[\"EXPORT\",\"IMPORT\"\\] |\n| declarationCategory | String | 35 | M | Must be one of \\[\"EPO\",\"COURIER\",\"COMMERCIAL\"\\] |\n| customsStationCode | String | 35 | M | Customs station / collectorate code |\n| exportProcedureCode | String | 35 | M | Export procedure / regime code |\n| countryOfDestination | String | 2 | M | ISO 3166 country code |\n| modeOfTransport | String | 35 | M | Mode of transport (e.g. AIR, SEA, LAND) |\n| incoterms | String | 10 | M | Valid Incoterm (e.g. FOB, CIF, EXW, DDP, etc.) |\n| gdFilingIndicator | String | 20 | M | Must be one of \\[\"ORIGINAL\",\"AMENDMENT\"\\] |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid person or company name |\n| consignor.company | String | 255 | O | Company name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.address | String | 255 | M | Free text address |\n| consignee | Object | n/a | M | Consignee information |\n| consignee.name | String | 255 | M | Valid person or company name |\n| consignee.company | String | 255 | O | Company name |\n| consignee.address | String | 255 | M | Free text address |\n| commodity | Object | n/a | M | Commodity information |\n| commodity.description | String | 255 | M | Free text description |\n| commodity.hsCode | String | 10 | M | Valid HS code |\n| customsValue | Object | n/a | M | Customs valuation details |\n| customsValue.fobValue | Number | n/a | M | Positive number |\n| customsValue.currency | String | 3 | M | ISO 4217 currency code |\n| customsValue.exchangeRate | Number | n/a | M | Positive number |\n| pieces | Integer | n/a | M | Positive integer |\n| grossWeight | Number | n/a | M | Positive number |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| exporterNtn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| customsBroker | Object | n/a | O | Customs broker information |\n| customsBroker.license | String | 70 | M | Customs broker license identifier |\n| customsBroker.name | String | 255 | M | Customs broker name |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"1ad8f0e7-73eb-4bdd-be15-e82857b17407","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"e17d1e77-152d-401c-863a-bd0ce4fc8917","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-06-04T08:28:25.726Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement Reference**: EPO.E9EPO.11\n\n**Use Case**: Files GD in PSW\n\n**Integration Point:** IN_FR-5-EPO-EGD-R-01-UC-01\n\n**Description**: Goods Declaration System - Submit Goods Declaration data to Pakistan Single Window for customs processing.\n\n**Process Flow**: Express Parcel Operator System (E9EPO) → Airport Community System → Pakistan Single Window (E9PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | Array of AWB numbers (each must follow format nnn-nnnnnnnn) |\n| gdType | String | 35 | M | Must be one of \\[\"EXPORT\",\"IMPORT\"\\] |\n| declarationCategory | String | 35 | M | Must be one of \\[\"EPO\",\"COURIER\",\"COMMERCIAL\"\\] |\n| customsStationCode | String | 35 | M | Customs station / collectorate code |\n| exportProcedureCode | String | 35 | M | Export procedure / regime code |\n| countryOfDestination | String | 2 | M | ISO 3166 country code |\n| modeOfTransport | String | 35 | M | Mode of transport (e.g. AIR, SEA, LAND) |\n| incoterms | String | 10 | M | Valid Incoterm (e.g. FOB, CIF, EXW, DDP, etc.) |\n| gdFilingIndicator | String | 20 | M | Must be one of \\[\"ORIGINAL\",\"AMENDMENT\"\\] |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid person or company name |\n| consignor.company | String | 255 | O | Company name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.address | String | 255 | M | Free text address |\n| consignee | Object | n/a | M | Consignee information |\n| consignee.name | String | 255 | M | Valid person or company name |\n| consignee.company | String | 255 | O | Company name |\n| consignee.address | String | 255 | M | Free text address |\n| commodity | Object | n/a | M | Commodity information |\n| commodity.description | String | 255 | M | Free text description |\n| commodity.hsCode | String | 10 | M | Valid HS code |\n| customsValue | Object | n/a | M | Customs valuation details |\n| customsValue.fobValue | Number | n/a | M | Positive number |\n| customsValue.currency | String | 3 | M | ISO 4217 currency code |\n| customsValue.exchangeRate | Number | n/a | M | Positive number |\n| pieces | Integer | n/a | M | Positive integer |\n| grossWeight | Number | n/a | M | Positive number |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| exporterNtn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| customsBroker | Object | n/a | O | Customs broker information |\n| customsBroker.license | String | 70 | M | Customs broker license identifier |\n| customsBroker.name | String | 255 | M | Customs broker name |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"22bef1ea-a538-407f-910c-93a1f9423443","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"67182bc9-7521-40c6-8507-b4fd77a1db8e","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-06-04T08:28:25.726Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [SDG](https://postman.belli.app/#ab535411-2ec5-4b26-8bb2-b835da165949)\n    \n\n**Requirement Reference**: EPO.E9EPO.11\n\n**Use Case**: Files GD in PSW\n\n**Integration Point:** IN_FR-5-EPO-EGD-R-01-UC-01\n\n**Description**: Goods Declaration System - Submit Goods Declaration data to Pakistan Single Window for customs processing.\n\n**Process Flow**: Express Parcel Operator System (E9EPO) → Airport Community System → Pakistan Single Window (E9PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | Array | n/a | O | Array of AWB numbers (each must follow format nnn-nnnnnnnn) |\n| gdType | String | 35 | M | Must be one of \\[\"EXPORT\",\"IMPORT\"\\] |\n| declarationCategory | String | 35 | M | Must be one of \\[\"EPO\",\"COURIER\",\"COMMERCIAL\"\\] |\n| customsStationCode | String | 35 | M | Customs station / collectorate code |\n| exportProcedureCode | String | 35 | M | Export procedure / regime code |\n| countryOfDestination | String | 2 | M | ISO 3166 country code |\n| modeOfTransport | String | 35 | M | Mode of transport (e.g. AIR, SEA, LAND) |\n| incoterms | String | 10 | M | Valid Incoterm (e.g. FOB, CIF, EXW, DDP, etc.) |\n| gdFilingIndicator | String | 20 | M | Must be one of \\[\"ORIGINAL\",\"AMENDMENT\"\\] |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid person or company name |\n| consignor.company | String | 255 | O | Company name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.address | String | 255 | M | Free text address |\n| consignee | Object | n/a | M | Consignee information |\n| consignee.name | String | 255 | M | Valid person or company name |\n| consignee.company | String | 255 | O | Company name |\n| consignee.address | String | 255 | M | Free text address |\n| commodity | Object | n/a | M | Commodity information |\n| commodity.description | String | 255 | M | Free text description |\n| commodity.hsCode | String | 10 | M | Valid HS code |\n| customsValue | Object | n/a | M | Customs valuation details |\n| customsValue.fobValue | Number | n/a | M | Positive number |\n| customsValue.currency | String | 3 | M | ISO 4217 currency code |\n| customsValue.exchangeRate | Number | n/a | M | Positive number |\n| pieces | Integer | n/a | M | Positive integer |\n| grossWeight | Number | n/a | M | Positive number |\n| weightUnit | String | 3 | M | UNECE Rec.20 unit of measure. |\n| exporterNtn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| customsBroker | Object | n/a | O | Customs broker information |\n| customsBroker.license | String | 70 | M | Customs broker license identifier |\n| customsBroker.name | String | 255 | M | Customs broker name |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"f0f8f213-cf6d-48c9-9a93-fc458f2ac6fd"},{"name":"Receive Risk Assessment Result","id":"8604b79b-2b1d-4c31-b545-03376e6c1345","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"209c7bc5-9bbe-4b73-b831-ebed5a9e8d32","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-06-04T08:28:25.726Z","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":[{"id":"ba3ddbe6-8c58-4a9a-9edb-335badb5f877","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"b3219dd7-9957-4c75-9af3-45f90e343466","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-06-04T08:28:25.726Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [Risk Assessment](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- EPO.E9CUS.12\n    \n- EPO.E10EPO.13\n    \n- EPO.E11EPO.17\n    \n\n**Use Cases**:\n\n- Customs initiate risk assessment according WCO standards\n    \n- Risk Assessment Processing\n    \n\n**Integration Point**: IN_FR-5-EPO-EGD-R-01-UC-01\n\n**Description**:\n\n- Risk Assessment System - Customs initiates risk analysis based on WCO standards and shipment data\n    \n- EPO receives risk assessment results (Green/Yellow/Red) from Customs and categorizes items based on risk analysis in digital format\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (E9CUS) → Airport Community System → Express Parcel Operator System (E9EPO)\n    \n- Express Parcel Operator System (E10EPO) → Airport Community System → Web Based One Customs System (E9CUS)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | M | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | M | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | M | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"dcec2b55-eefb-4d68-817c-245c9f78a39b","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"127f195a-e882-4b8a-bc72-e3832afa22d2","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-06-04T08:28:25.726Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [Risk Assessment](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- EPO.E9CUS.12\n    \n- EPO.E10EPO.13\n    \n- EPO.E11EPO.17\n    \n\n**Use Cases**:\n\n- Customs initiate risk assessment according WCO standards\n    \n- Risk Assessment Processing\n    \n\n**Integration Point**: IN_FR-5-EPO-EGD-R-01-UC-01\n\n**Description**:\n\n- Risk Assessment System - Customs initiates risk analysis based on WCO standards and shipment data\n    \n- EPO receives risk assessment results (Green/Yellow/Red) from Customs and categorizes items based on risk analysis in digital format\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (E9CUS) → Airport Community System → Express Parcel Operator System (E9EPO)\n    \n- Express Parcel Operator System (E10EPO) → Airport Community System → Web Based One Customs System (E9CUS)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | M | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | M | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | M | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"43aeb5b6-ba8a-42e1-a714-86f3fde6e9d3","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"c23a1ab6-c5bf-4d66-a1b9-3e2278b4bf48","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-06-04T08:28:25.726Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [Risk Assessment](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- EPO.E9CUS.12\n    \n- EPO.E10EPO.13\n    \n- EPO.E11EPO.17\n    \n\n**Use Cases**:\n\n- Customs initiate risk assessment according WCO standards\n    \n- Risk Assessment Processing\n    \n\n**Integration Point**: IN_FR-5-EPO-EGD-R-01-UC-01\n\n**Description**:\n\n- Risk Assessment System - Customs initiates risk analysis based on WCO standards and shipment data\n    \n- EPO receives risk assessment results (Green/Yellow/Red) from Customs and categorizes items based on risk analysis in digital format\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (E9CUS) → Airport Community System → Express Parcel Operator System (E9EPO)\n    \n- Express Parcel Operator System (E10EPO) → Airport Community System → Web Based One Customs System (E9CUS)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | M | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | M | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | M | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"c8ac4dad-e5b7-4c91-b007-087c67eac445","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"79990e29-c750-4b64-ab5c-a50513404072","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-06-04T08:28:25.726Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [Risk Assessment](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- EPO.E9CUS.12\n    \n- EPO.E10EPO.13\n    \n- EPO.E11EPO.17\n    \n\n**Use Cases**:\n\n- Customs initiate risk assessment according WCO standards\n    \n- Risk Assessment Processing\n    \n\n**Integration Point**: IN_FR-5-EPO-EGD-R-01-UC-01\n\n**Description**:\n\n- Risk Assessment System - Customs initiates risk analysis based on WCO standards and shipment data\n    \n- EPO receives risk assessment results (Green/Yellow/Red) from Customs and categorizes items based on risk analysis in digital format\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (E9CUS) → Airport Community System → Express Parcel Operator System (E9EPO)\n    \n- Express Parcel Operator System (E10EPO) → Airport Community System → Web Based One Customs System (E9CUS)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | M | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | M | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | M | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"049d7a6b-0b30-410a-b214-142a10e5b5da","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"5bac0d85-9ade-476a-ac3f-59103e4d9024","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-06-04T08:28:25.726Z","description":"ISO 8601 timestamp of the request","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":"**Global APIs Reference:**\n\n- [Risk Assessment](https://postman.belli.app/#a99111ca-2a59-49ca-80a3-5feefddcadb8)\n    \n\n**Requirement References**:\n\n- EPO.E9CUS.12\n    \n- EPO.E10EPO.13\n    \n- EPO.E11EPO.17\n    \n\n**Use Cases**:\n\n- Customs initiate risk assessment according WCO standards\n    \n- Risk Assessment Processing\n    \n\n**Integration Point**: IN_FR-5-EPO-EGD-R-01-UC-01\n\n**Description**:\n\n- Risk Assessment System - Customs initiates risk analysis based on WCO standards and shipment data\n    \n- EPO receives risk assessment results (Green/Yellow/Red) from Customs and categorizes items based on risk analysis in digital format\n    \n\n**Process Flows**:\n\n- Web Based One Customs System (E9CUS) → Airport Community System → Express Parcel Operator System (E9EPO)\n    \n- Express Parcel Operator System (E10EPO) → Airport Community System → Web Based One Customs System (E9CUS)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | M | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | M | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | M | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"8604b79b-2b1d-4c31-b545-03376e6c1345"},{"name":"Submit Item Return (Do Not Load)","id":"5c6d447b-7e67-4600-b1ba-7854d54fefde","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"5de1d98d-c048-4b27-b261-fe5a004692e2","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-06-04T08:28:25.727Z","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":[{"id":"6f153bb3-f9bd-4c48-a300-41b1559fc8fc","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"869b8bdd-d7b3-410c-a767-1219f1e0fc0a","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-06-04T08:28:25.727Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.E14EPO.18\n    \n- EPO.E14CGNR.19\n    \n\n**Use Case**: Item Return Process\n\n**Integration Point**: IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: Item Return Management System - Handle item removal from HAWB and consignor notification for returned items.\n\n**Priority**: P1\n\n**Process Flow**: Express Parcel Operator System (E14EPO) → Airport Community System → Consignor System (E14CGNR)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| returnReason | String | 35 | M | Return reason code (e.g. DO_NOT_LOAD, SECURITY_REJECTED, DOCUMENT_ERROR) |\n| customsDecision | Object | n/a | M | Customs decision details |\n| customsDecision.gdNumber | String | 35 | M | GD reference format |\n| customsDecision.decision | String | 35 | M | Must be a valid customs decision code |\n| customsDecision.remarks | String | 255 | O | Free text remarks |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid business/person name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Internal account number of consignor |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| item | Object | n/a | M | Item information |\n| item.itemId | String | 70 | M | Unique item identifier |\n| item.description | String | 255 | M | Free text item description |\n| item.hsCode | String | 10 | O | Valid HS code |\n| item.quantityReturned | Integer | n/a | M | Positive integer |\n| returnDetails | Object | n/a | M | Return logistics details |\n| returnDetails.returnDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| returnDetails.pickupLocation | String | 70 | M | Facility code or location name |\n| returnDetails.contactPerson | String | 255 | O | Alphabetic with spaces |\n| returnDetails.contactPhone | String | 16 | O | ITU E.164 numbering format |\n| notifyConsignor | Boolean | n/a | M | Indicates whether consignor notification is triggered |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5d354721-ae0e-47ae-a95b-25cfee9a9eb3","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"53249dee-cce7-4292-ac7d-afd01ba48be3","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-06-04T08:28:25.727Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.E14EPO.18\n    \n- EPO.E14CGNR.19\n    \n\n**Use Case**: Item Return Process\n\n**Integration Point**: IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: Item Return Management System - Handle item removal from HAWB and consignor notification for returned items.\n\n**Priority**: P1\n\n**Process Flow**: Express Parcel Operator System (E14EPO) → Airport Community System → Consignor System (E14CGNR)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| returnReason | String | 35 | M | Return reason code (e.g. DO_NOT_LOAD, SECURITY_REJECTED, DOCUMENT_ERROR) |\n| customsDecision | Object | n/a | M | Customs decision details |\n| customsDecision.gdNumber | String | 35 | M | GD reference format |\n| customsDecision.decision | String | 35 | M | Must be a valid customs decision code |\n| customsDecision.remarks | String | 255 | O | Free text remarks |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid business/person name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Internal account number of consignor |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| item | Object | n/a | M | Item information |\n| item.itemId | String | 70 | M | Unique item identifier |\n| item.description | String | 255 | M | Free text item description |\n| item.hsCode | String | 10 | O | Valid HS code |\n| item.quantityReturned | Integer | n/a | M | Positive integer |\n| returnDetails | Object | n/a | M | Return logistics details |\n| returnDetails.returnDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| returnDetails.pickupLocation | String | 70 | M | Facility code or location name |\n| returnDetails.contactPerson | String | 255 | O | Alphabetic with spaces |\n| returnDetails.contactPhone | String | 16 | O | ITU E.164 numbering format |\n| notifyConsignor | Boolean | n/a | M | Indicates whether consignor notification is triggered |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"8fa30660-a109-4fb9-b44f-939600eeed82","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"d62d018b-c1fa-48a7-818a-af95bdcb5d48","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-06-04T08:28:25.727Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.E14EPO.18\n    \n- EPO.E14CGNR.19\n    \n\n**Use Case**: Item Return Process\n\n**Integration Point**: IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: Item Return Management System - Handle item removal from HAWB and consignor notification for returned items.\n\n**Priority**: P1\n\n**Process Flow**: Express Parcel Operator System (E14EPO) → Airport Community System → Consignor System (E14CGNR)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| returnReason | String | 35 | M | Return reason code (e.g. DO_NOT_LOAD, SECURITY_REJECTED, DOCUMENT_ERROR) |\n| customsDecision | Object | n/a | M | Customs decision details |\n| customsDecision.gdNumber | String | 35 | M | GD reference format |\n| customsDecision.decision | String | 35 | M | Must be a valid customs decision code |\n| customsDecision.remarks | String | 255 | O | Free text remarks |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid business/person name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Internal account number of consignor |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| item | Object | n/a | M | Item information |\n| item.itemId | String | 70 | M | Unique item identifier |\n| item.description | String | 255 | M | Free text item description |\n| item.hsCode | String | 10 | O | Valid HS code |\n| item.quantityReturned | Integer | n/a | M | Positive integer |\n| returnDetails | Object | n/a | M | Return logistics details |\n| returnDetails.returnDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| returnDetails.pickupLocation | String | 70 | M | Facility code or location name |\n| returnDetails.contactPerson | String | 255 | O | Alphabetic with spaces |\n| returnDetails.contactPhone | String | 16 | O | ITU E.164 numbering format |\n| notifyConsignor | Boolean | n/a | M | Indicates whether consignor notification is triggered |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"78aa57a3-0268-4856-a56c-b55a6714fe49","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"d1b6d546-ac5a-45b5-88c3-c69ba39ba685","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-06-04T08:28:25.727Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.E14EPO.18\n    \n- EPO.E14CGNR.19\n    \n\n**Use Case**: Item Return Process\n\n**Integration Point**: IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: Item Return Management System - Handle item removal from HAWB and consignor notification for returned items.\n\n**Priority**: P1\n\n**Process Flow**: Express Parcel Operator System (E14EPO) → Airport Community System → Consignor System (E14CGNR)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| returnReason | String | 35 | M | Return reason code (e.g. DO_NOT_LOAD, SECURITY_REJECTED, DOCUMENT_ERROR) |\n| customsDecision | Object | n/a | M | Customs decision details |\n| customsDecision.gdNumber | String | 35 | M | GD reference format |\n| customsDecision.decision | String | 35 | M | Must be a valid customs decision code |\n| customsDecision.remarks | String | 255 | O | Free text remarks |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid business/person name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Internal account number of consignor |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| item | Object | n/a | M | Item information |\n| item.itemId | String | 70 | M | Unique item identifier |\n| item.description | String | 255 | M | Free text item description |\n| item.hsCode | String | 10 | O | Valid HS code |\n| item.quantityReturned | Integer | n/a | M | Positive integer |\n| returnDetails | Object | n/a | M | Return logistics details |\n| returnDetails.returnDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| returnDetails.pickupLocation | String | 70 | M | Facility code or location name |\n| returnDetails.contactPerson | String | 255 | O | Alphabetic with spaces |\n| returnDetails.contactPhone | String | 16 | O | ITU E.164 numbering format |\n| notifyConsignor | Boolean | n/a | M | Indicates whether consignor notification is triggered |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"10290836-0834-4d7d-be71-0ee576b5b338","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"46d87955-56e4-4199-8d97-125bc8eaf1fe","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-06-04T08:28:25.727Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.E14EPO.18\n    \n- EPO.E14CGNR.19\n    \n\n**Use Case**: Item Return Process\n\n**Integration Point**: IN_FR-2-EPO-AWB-R-01-UC-01\n\n**Description**: Item Return Management System - Handle item removal from HAWB and consignor notification for returned items.\n\n**Priority**: P1\n\n**Process Flow**: Express Parcel Operator System (E14EPO) → Airport Community System → Consignor System (E14CGNR)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| returnReason | String | 35 | M | Return reason code (e.g. DO_NOT_LOAD, SECURITY_REJECTED, DOCUMENT_ERROR) |\n| customsDecision | Object | n/a | M | Customs decision details |\n| customsDecision.gdNumber | String | 35 | M | GD reference format |\n| customsDecision.decision | String | 35 | M | Must be a valid customs decision code |\n| customsDecision.remarks | String | 255 | O | Free text remarks |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid business/person name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Internal account number of consignor |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| item | Object | n/a | M | Item information |\n| item.itemId | String | 70 | M | Unique item identifier |\n| item.description | String | 255 | M | Free text item description |\n| item.hsCode | String | 10 | O | Valid HS code |\n| item.quantityReturned | Integer | n/a | M | Positive integer |\n| returnDetails | Object | n/a | M | Return logistics details |\n| returnDetails.returnDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| returnDetails.pickupLocation | String | 70 | M | Facility code or location name |\n| returnDetails.contactPerson | String | 255 | O | Alphabetic with spaces |\n| returnDetails.contactPhone | String | 16 | O | ITU E.164 numbering format |\n| notifyConsignor | Boolean | n/a | M | Indicates whether consignor notification is triggered |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"5c6d447b-7e67-4600-b1ba-7854d54fefde"},{"name":"Receive Loading Authorization (Allow Loading)","id":"77ad0c2b-804c-46dd-96ae-06381bf676f6","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"1f0e785d-1f22-4b3a-b0fb-4919b094bc52","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-06-04T08:28:25.727Z","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":[{"id":"68e394b5-3c0d-4d1f-9fc9-f3b56788ec17","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"74be158f-3bc5-4a2c-8ff8-22812646b6b3","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-06-04T08:28:25.727Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.E15EPO.20\n    \n- EPO.E16CGNR.21\n    \n- EPO.E16GHA.22\n    \n- EPO.E16AL.23\n    \n\n**Use Case**: Loading Authorization Process\n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**: Loading Authorization & Status System - Broadcast loading authorization and handle status updates with all stakeholders.\n\n**Process Flows**:\n\n- Express Parcel Operator System (E16EPO) → Airport Community System → Consignor System (E15CGNR)\n    \n- Express Parcel Operator System (E16EPO) → Airport Community System → Airline System (E15AL)\n    \n- Express Parcel Operator System (E16EPO) → Airport Community System → Ground Handling Agent System (E15GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| authorizationStatus | String | 35 | M | Must be one of \\[\"ALLOW_LOADING\",\"DO_NOT_LOAD\"\\] |\n| customsDecision | Object | n/a | M | Customs authorization decision details |\n| customsDecision.gdNumber | String | 35 | M | GD reference format (e.g. GD-KHI-YYYY-XXXXXX) |\n| customsDecision.decision | String | 35 | M | Must match authorizationStatus value |\n| customsDecision.remarks | String | 255 | O | Free text remarks |\n| flightDetails | Object | n/a | M | Flight information for shipment loading |\n| flightDetails.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| flightDetails.flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid business/person name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Internal account number of consignor |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| item | Object | n/a | M | Item information |\n| item.itemId | String | 70 | M | Unique item identifier |\n| item.description | String | 255 | M | Free text item description |\n| item.hsCode | String | 10 | O | Valid HS code |\n| authorizationDetails | Object | n/a | M | Authorization metadata |\n| authorizationDetails.customsOffice | String | 70 | M | Customs system / office identifier |\n| authorizationDetails.officerAccountNumber | String | 70 | M | Account number of customs officer |\n| authorizationDetails.authorizedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| targetSystems | Array | n/a | M | Systems to notify (e.g. EPO, CONSIGNOR, GHA, AIRLINE) |\n| notifyConsignor | Boolean | n/a | M | Indicates whether consignor notification is triggered |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c77ed5dd-58b7-4767-92b1-d58458cd935a","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"7c2cfe8c-4a34-424b-97bd-7fb24aa1c034","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-06-04T08:28:25.727Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.E15EPO.20\n    \n- EPO.E16CGNR.21\n    \n- EPO.E16GHA.22\n    \n- EPO.E16AL.23\n    \n\n**Use Case**: Loading Authorization Process\n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**: Loading Authorization & Status System - Broadcast loading authorization and handle status updates with all stakeholders.\n\n**Process Flows**:\n\n- Express Parcel Operator System (E16EPO) → Airport Community System → Consignor System (E15CGNR)\n    \n- Express Parcel Operator System (E16EPO) → Airport Community System → Airline System (E15AL)\n    \n- Express Parcel Operator System (E16EPO) → Airport Community System → Ground Handling Agent System (E15GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| authorizationStatus | String | 35 | M | Must be one of \\[\"ALLOW_LOADING\",\"DO_NOT_LOAD\"\\] |\n| customsDecision | Object | n/a | M | Customs authorization decision details |\n| customsDecision.gdNumber | String | 35 | M | GD reference format (e.g. GD-KHI-YYYY-XXXXXX) |\n| customsDecision.decision | String | 35 | M | Must match authorizationStatus value |\n| customsDecision.remarks | String | 255 | O | Free text remarks |\n| flightDetails | Object | n/a | M | Flight information for shipment loading |\n| flightDetails.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| flightDetails.flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid business/person name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Internal account number of consignor |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| item | Object | n/a | M | Item information |\n| item.itemId | String | 70 | M | Unique item identifier |\n| item.description | String | 255 | M | Free text item description |\n| item.hsCode | String | 10 | O | Valid HS code |\n| authorizationDetails | Object | n/a | M | Authorization metadata |\n| authorizationDetails.customsOffice | String | 70 | M | Customs system / office identifier |\n| authorizationDetails.officerAccountNumber | String | 70 | M | Account number of customs officer |\n| authorizationDetails.authorizedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| targetSystems | Array | n/a | M | Systems to notify (e.g. EPO, CONSIGNOR, GHA, AIRLINE) |\n| notifyConsignor | Boolean | n/a | M | Indicates whether consignor notification is triggered |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"a22df054-4cde-4c7e-9c0a-a015350da0f8","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"ff1becda-6ffb-4ffd-8543-9df98c01ed27","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-06-04T08:28:25.727Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.E15EPO.20\n    \n- EPO.E16CGNR.21\n    \n- EPO.E16GHA.22\n    \n- EPO.E16AL.23\n    \n\n**Use Case**: Loading Authorization Process\n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**: Loading Authorization & Status System - Broadcast loading authorization and handle status updates with all stakeholders.\n\n**Process Flows**:\n\n- Express Parcel Operator System (E16EPO) → Airport Community System → Consignor System (E15CGNR)\n    \n- Express Parcel Operator System (E16EPO) → Airport Community System → Airline System (E15AL)\n    \n- Express Parcel Operator System (E16EPO) → Airport Community System → Ground Handling Agent System (E15GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| authorizationStatus | String | 35 | M | Must be one of \\[\"ALLOW_LOADING\",\"DO_NOT_LOAD\"\\] |\n| customsDecision | Object | n/a | M | Customs authorization decision details |\n| customsDecision.gdNumber | String | 35 | M | GD reference format (e.g. GD-KHI-YYYY-XXXXXX) |\n| customsDecision.decision | String | 35 | M | Must match authorizationStatus value |\n| customsDecision.remarks | String | 255 | O | Free text remarks |\n| flightDetails | Object | n/a | M | Flight information for shipment loading |\n| flightDetails.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| flightDetails.flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid business/person name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Internal account number of consignor |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| item | Object | n/a | M | Item information |\n| item.itemId | String | 70 | M | Unique item identifier |\n| item.description | String | 255 | M | Free text item description |\n| item.hsCode | String | 10 | O | Valid HS code |\n| authorizationDetails | Object | n/a | M | Authorization metadata |\n| authorizationDetails.customsOffice | String | 70 | M | Customs system / office identifier |\n| authorizationDetails.officerAccountNumber | String | 70 | M | Account number of customs officer |\n| authorizationDetails.authorizedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| targetSystems | Array | n/a | M | Systems to notify (e.g. EPO, CONSIGNOR, GHA, AIRLINE) |\n| notifyConsignor | Boolean | n/a | M | Indicates whether consignor notification is triggered |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"d3e97fb4-53e8-4743-abc2-a181a8aa5fbb","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"ef6a42b3-0529-42fa-bd54-c432c3d5f3f0","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-06-04T08:28:25.727Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.E15EPO.20\n    \n- EPO.E16CGNR.21\n    \n- EPO.E16GHA.22\n    \n- EPO.E16AL.23\n    \n\n**Use Case**: Loading Authorization Process\n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**: Loading Authorization & Status System - Broadcast loading authorization and handle status updates with all stakeholders.\n\n**Process Flows**:\n\n- Express Parcel Operator System (E16EPO) → Airport Community System → Consignor System (E15CGNR)\n    \n- Express Parcel Operator System (E16EPO) → Airport Community System → Airline System (E15AL)\n    \n- Express Parcel Operator System (E16EPO) → Airport Community System → Ground Handling Agent System (E15GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| authorizationStatus | String | 35 | M | Must be one of \\[\"ALLOW_LOADING\",\"DO_NOT_LOAD\"\\] |\n| customsDecision | Object | n/a | M | Customs authorization decision details |\n| customsDecision.gdNumber | String | 35 | M | GD reference format (e.g. GD-KHI-YYYY-XXXXXX) |\n| customsDecision.decision | String | 35 | M | Must match authorizationStatus value |\n| customsDecision.remarks | String | 255 | O | Free text remarks |\n| flightDetails | Object | n/a | M | Flight information for shipment loading |\n| flightDetails.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| flightDetails.flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid business/person name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Internal account number of consignor |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| item | Object | n/a | M | Item information |\n| item.itemId | String | 70 | M | Unique item identifier |\n| item.description | String | 255 | M | Free text item description |\n| item.hsCode | String | 10 | O | Valid HS code |\n| authorizationDetails | Object | n/a | M | Authorization metadata |\n| authorizationDetails.customsOffice | String | 70 | M | Customs system / office identifier |\n| authorizationDetails.officerAccountNumber | String | 70 | M | Account number of customs officer |\n| authorizationDetails.authorizedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| targetSystems | Array | n/a | M | Systems to notify (e.g. EPO, CONSIGNOR, GHA, AIRLINE) |\n| notifyConsignor | Boolean | n/a | M | Indicates whether consignor notification is triggered |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"2371bf1d-bcd4-413a-8c80-200967a68bf5","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"3c5d4737-b487-43a8-add3-235259b8f1fc","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-06-04T08:28:25.727Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- EPO.E15EPO.20\n    \n- EPO.E16CGNR.21\n    \n- EPO.E16GHA.22\n    \n- EPO.E16AL.23\n    \n\n**Use Case**: Loading Authorization Process\n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**: Loading Authorization & Status System - Broadcast loading authorization and handle status updates with all stakeholders.\n\n**Process Flows**:\n\n- Express Parcel Operator System (E16EPO) → Airport Community System → Consignor System (E15CGNR)\n    \n- Express Parcel Operator System (E16EPO) → Airport Community System → Airline System (E15AL)\n    \n- Express Parcel Operator System (E16EPO) → Airport Community System → Ground Handling Agent System (E15GHA)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| authorizationStatus | String | 35 | M | Must be one of \\[\"ALLOW_LOADING\",\"DO_NOT_LOAD\"\\] |\n| customsDecision | Object | n/a | M | Customs authorization decision details |\n| customsDecision.gdNumber | String | 35 | M | GD reference format (e.g. GD-KHI-YYYY-XXXXXX) |\n| customsDecision.decision | String | 35 | M | Must match authorizationStatus value |\n| customsDecision.remarks | String | 255 | O | Free text remarks |\n| flightDetails | Object | n/a | M | Flight information for shipment loading |\n| flightDetails.mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| flightDetails.flightNumber | String | 35 | M | Must be a valid flight number |\n| flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| consignor | Object | n/a | M | Consignor information |\n| consignor.name | String | 255 | M | Valid business/person name |\n| consignor.cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n) |\n| consignor.ntn | String | 9 | O | NTN tax identifier format (nnnnnnn-n) |\n| consignor.accountNumber | String | 70 | O | Internal account number of consignor |\n| consignor.email | String | 255 | O | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| consignor.phone | String | 16 | O | ITU E.164 numbering format |\n| item | Object | n/a | M | Item information |\n| item.itemId | String | 70 | M | Unique item identifier |\n| item.description | String | 255 | M | Free text item description |\n| item.hsCode | String | 10 | O | Valid HS code |\n| authorizationDetails | Object | n/a | M | Authorization metadata |\n| authorizationDetails.customsOffice | String | 70 | M | Customs system / office identifier |\n| authorizationDetails.officerAccountNumber | String | 70 | M | Account number of customs officer |\n| authorizationDetails.authorizedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| targetSystems | Array | n/a | M | Systems to notify (e.g. EPO, CONSIGNOR, GHA, AIRLINE) |\n| notifyConsignor | Boolean | n/a | M | Indicates whether consignor notification is triggered |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"77ad0c2b-804c-46dd-96ae-06381bf676f6"}],"id":"674d46a5-9d5f-43cd-b8fa-5e2e513b2f8c","description":"<p>Regulatory compliance covers the customs and security data required before export cargo can move. In this section, users send ASI data, file the goods declaration, review risk results, and handle load or return decisions.</p>\n","_postman_id":"674d46a5-9d5f-43cd-b8fa-5e2e513b2f8c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"ea8a54ce-62d4-48e4-9194-fb1afbb282b3","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"e1d45534-9ef0-4766-9d89-f4b04aafb4d5","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-06-04T08:28:25.727Z","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":[{"id":"38e70e10-2d77-4d30-b377-eb00358cfd40","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"4d961a27-0211-4b94-b60c-cb8199901815","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-06-04T08:28:25.727Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/cargo-deliveries","description":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement References**:\n\n- EPO.E20EPO.24\n    \n- EPO.E21GHA.25\n    \n- EPO.E24AL.26\n    \n- EPO.E24AL.27\n    \n- EPO.E24AL.28\n    \n\n**Use Cases**:\n\n- Cargo delivered to GHA/XFWB+XFZB messages sent\n    \n- Cargo acceptance with weight, dimensions, piece count, and packing check.\n    \n\n**Integration Points:**\n\n- IN_FR-2-EPO-AWB-R-01-UC-01\n    \n- IN_FR-6-EPO-CAA-R-01-UC-01\n    \n- IN_FR-7-EPO-FSU-R-01-UC-01\n    \n\n**Description**:\n\n- MAWB/HAWB Transmission System - Transmit Master and House Air Waybill data to GHA and Airlines\n    \n- Cargo Acceptance System - GHA confirms cargo acceptance with verified measurements and piece count\n    \n\n**Process Flows**:\n\n- Express Parcel Operator System (E21EPO) → Airport Community System → Ground Handling Agent System (E21GHA)\n    \n- Express Parcel Operator System (E20EPO) → Airport Community System → Airline System (E20AL)\n    \n- Ground Handling Agent System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"85bc3f20-ab7e-430a-a5c2-5d196e5e1fda","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"d2c8dd8e-8349-4509-8e76-807a0a5d2ac6","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-06-04T08:28:25.727Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/cargo-deliveries","description":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement References**:\n\n- EPO.E20EPO.24\n    \n- EPO.E21GHA.25\n    \n- EPO.E24AL.26\n    \n- EPO.E24AL.27\n    \n- EPO.E24AL.28\n    \n\n**Use Cases**:\n\n- Cargo delivered to GHA/XFWB+XFZB messages sent\n    \n- Cargo acceptance with weight, dimensions, piece count, and packing check.\n    \n\n**Integration Points:**\n\n- IN_FR-2-EPO-AWB-R-01-UC-01\n    \n- IN_FR-6-EPO-CAA-R-01-UC-01\n    \n- IN_FR-7-EPO-FSU-R-01-UC-01\n    \n\n**Description**:\n\n- MAWB/HAWB Transmission System - Transmit Master and House Air Waybill data to GHA and Airlines\n    \n- Cargo Acceptance System - GHA confirms cargo acceptance with verified measurements and piece count\n    \n\n**Process Flows**:\n\n- Express Parcel Operator System (E21EPO) → Airport Community System → Ground Handling Agent System (E21GHA)\n    \n- Express Parcel Operator System (E20EPO) → Airport Community System → Airline System (E20AL)\n    \n- Ground Handling Agent System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"a9a260c6-3b5b-46ce-b25d-85cb11e83b9e","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"b71ae2f7-d83b-45c0-8047-f264a89c2edf","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-06-04T08:28:25.727Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/cargo-deliveries","description":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement References**:\n\n- EPO.E20EPO.24\n    \n- EPO.E21GHA.25\n    \n- EPO.E24AL.26\n    \n- EPO.E24AL.27\n    \n- EPO.E24AL.28\n    \n\n**Use Cases**:\n\n- Cargo delivered to GHA/XFWB+XFZB messages sent\n    \n- Cargo acceptance with weight, dimensions, piece count, and packing check.\n    \n\n**Integration Points:**\n\n- IN_FR-2-EPO-AWB-R-01-UC-01\n    \n- IN_FR-6-EPO-CAA-R-01-UC-01\n    \n- IN_FR-7-EPO-FSU-R-01-UC-01\n    \n\n**Description**:\n\n- MAWB/HAWB Transmission System - Transmit Master and House Air Waybill data to GHA and Airlines\n    \n- Cargo Acceptance System - GHA confirms cargo acceptance with verified measurements and piece count\n    \n\n**Process Flows**:\n\n- Express Parcel Operator System (E21EPO) → Airport Community System → Ground Handling Agent System (E21GHA)\n    \n- Express Parcel Operator System (E20EPO) → Airport Community System → Airline System (E20AL)\n    \n- Ground Handling Agent System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"9391b03a-e9fd-4b96-b5fa-f9582615870a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"fc387afd-5e3b-4a39-a20a-dd193465d528","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-06-04T08:28:25.728Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/cargo-deliveries","description":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement References**:\n\n- EPO.E20EPO.24\n    \n- EPO.E21GHA.25\n    \n- EPO.E24AL.26\n    \n- EPO.E24AL.27\n    \n- EPO.E24AL.28\n    \n\n**Use Cases**:\n\n- Cargo delivered to GHA/XFWB+XFZB messages sent\n    \n- Cargo acceptance with weight, dimensions, piece count, and packing check.\n    \n\n**Integration Points:**\n\n- IN_FR-2-EPO-AWB-R-01-UC-01\n    \n- IN_FR-6-EPO-CAA-R-01-UC-01\n    \n- IN_FR-7-EPO-FSU-R-01-UC-01\n    \n\n**Description**:\n\n- MAWB/HAWB Transmission System - Transmit Master and House Air Waybill data to GHA and Airlines\n    \n- Cargo Acceptance System - GHA confirms cargo acceptance with verified measurements and piece count\n    \n\n**Process Flows**:\n\n- Express Parcel Operator System (E21EPO) → Airport Community System → Ground Handling Agent System (E21GHA)\n    \n- Express Parcel Operator System (E20EPO) → Airport Community System → Airline System (E20AL)\n    \n- Ground Handling Agent System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"c71d5bfd-e6aa-45f3-9bae-3228af91370f","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"f6c22347-0ba6-4ef3-9d11-a84ccdbbccb2","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-06-04T08:28:25.728Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/cargo-deliveries","description":"**Global API Reference:**\n\n- [FWB](https://postman.belli.app/#22422153-1345-44ec-83b9-913da6f87587)\n    \n- [FZB](https://postman.belli.app/#bda17731-d85b-4179-ba0d-82f611747cec)\n    \n- [FHL](https://postman.belli.app/#4cccd811-058f-470b-8b73-46c76cf8fe71)\n    \n\n**Requirement References**:\n\n- EPO.E20EPO.24\n    \n- EPO.E21GHA.25\n    \n- EPO.E24AL.26\n    \n- EPO.E24AL.27\n    \n- EPO.E24AL.28\n    \n\n**Use Cases**:\n\n- Cargo delivered to GHA/XFWB+XFZB messages sent\n    \n- Cargo acceptance with weight, dimensions, piece count, and packing check.\n    \n\n**Integration Points:**\n\n- IN_FR-2-EPO-AWB-R-01-UC-01\n    \n- IN_FR-6-EPO-CAA-R-01-UC-01\n    \n- IN_FR-7-EPO-FSU-R-01-UC-01\n    \n\n**Description**:\n\n- MAWB/HAWB Transmission System - Transmit Master and House Air Waybill data to GHA and Airlines\n    \n- Cargo Acceptance System - GHA confirms cargo acceptance with verified measurements and piece count\n    \n\n**Process Flows**:\n\n- Express Parcel Operator System (E21EPO) → Airport Community System → Ground Handling Agent System (E21GHA)\n    \n- Express Parcel Operator System (E20EPO) → Airport Community System → Airline System (E20AL)\n    \n- Ground Handling Agent System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n    \n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"ea8a54ce-62d4-48e4-9194-fb1afbb282b3"},{"name":"Receive E-CSD from GHA","id":"75599177-84c0-454e-bf0a-c38b75d15dc0","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"2db256fb-47e4-461c-b226-5c828d82f61c","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-06-04T08:28:25.728Z","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":[{"id":"1c54986d-8424-4d6e-adde-1d3afa401be4","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"57180789-5a9d-45a6-ba9a-5d70aa45ee03","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-06-04T08:28:25.728Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n- [CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n\n**Requirement Reference**: EPO.E28EPO.27\n\n**Use Case**: E-CSD received\n\n**Integration Point**: IN_FR-6-EPO-CAA-R-01-UC-01\n\n**Description**: E-CSD Receipt System - Receive Electronic Consignment Security Declaration from GHA.\n\n**Process Flow**: Ground Handling Agent System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"1a5aeb9f-53db-4f01-9e0b-1b6a69b7edc2","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"0cf7e459-d465-4fbf-a3d8-e5a3ac3318e7","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-06-04T08:28:25.728Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n- [CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n\n**Requirement Reference**: EPO.E28EPO.27\n\n**Use Case**: E-CSD received\n\n**Integration Point**: IN_FR-6-EPO-CAA-R-01-UC-01\n\n**Description**: E-CSD Receipt System - Receive Electronic Consignment Security Declaration from GHA.\n\n**Process Flow**: Ground Handling Agent System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"823de19a-7c2b-4598-b425-2368c52e13c8","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"20c38b4a-0958-483f-b07b-d06808d8b063","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-06-04T08:28:25.728Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n- [CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n\n**Requirement Reference**: EPO.E28EPO.27\n\n**Use Case**: E-CSD received\n\n**Integration Point**: IN_FR-6-EPO-CAA-R-01-UC-01\n\n**Description**: E-CSD Receipt System - Receive Electronic Consignment Security Declaration from GHA.\n\n**Process Flow**: Ground Handling Agent System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"4433b461-decf-4201-9a8b-125eba4d9de1","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"042efe82-e313-4a66-babd-ec8bd6f03d70","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-06-04T08:28:25.728Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n- [CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n\n**Requirement Reference**: EPO.E28EPO.27\n\n**Use Case**: E-CSD received\n\n**Integration Point**: IN_FR-6-EPO-CAA-R-01-UC-01\n\n**Description**: E-CSD Receipt System - Receive Electronic Consignment Security Declaration from GHA.\n\n**Process Flow**: Ground Handling Agent System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d2a9dc90-953a-4e0b-8fdc-4551a96f2e44","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"0c8d0158-6cf6-4193-bda6-8c9cbdfc30c5","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-06-04T08:28:25.728Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n- [CSD](https://postman.belli.app/#6324c903-e62c-402d-ba54-0392c56f11ca)\n    \n\n**Requirement Reference**: EPO.E28EPO.27\n\n**Use Case**: E-CSD received\n\n**Integration Point**: IN_FR-6-EPO-CAA-R-01-UC-01\n\n**Description**: E-CSD Receipt System - Receive Electronic Consignment Security Declaration from GHA.\n\n**Process Flow**: Ground Handling Agent System (E28GHA) → Airport Community System → Express Parcel Operator System (E28EPO)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"75599177-84c0-454e-bf0a-c38b75d15dc0"}],"id":"f1dd0d13-9af1-42eb-b029-46415daafcd5","description":"<p>Cargo delivery and GHA operations handle the handoff of export cargo to the ground handler. In this section, users submit delivery details and receive the e-CSD from the GHA.</p>\n","_postman_id":"f1dd0d13-9af1-42eb-b029-46415daafcd5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"60d282dc-1a94-4665-8544-a55fc1447c39","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"a5fe1671-9f20-4cba-aa21-58bb9652e9e5","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-06-04T08:28:25.728Z","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":"a676e68e-d1f5-4656-8603-0a24098cd4f6","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"bc0ec547-8e51-43b1-8f70-d70dd9b24bdb","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-06-04T08:28:25.728Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/status-updates/rcs/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**:\n\n- EPO.E34EPO.28\n    \n- EPO.E35EPO.29\n    \n- EPO.E37EPO.30\n    \n- EPO.E38EPO.31\n    \n\n**Use Cases**:\n\n- RCS status received\n    \n- Status update\n    \n- Departure message\n    \n- Offloading Status System\n    \n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**:\n\n- RCS Status System - Receive Ready for Carriage Status from Ground Handling Agent\n    \n- Loading Preparation Status System - Receive cargo preparation status for flight loading\n    \n- Departure Status System - Receive flight departure confirmation for shipped items\n    \n- Offloading Status System - Receive notification and updated status for offloaded shipments\n    \n\n**Process Flow:** Ground Handling Agent System (E34GHA - E38GHA) → Airport Community System → Express Parcel Operator System (E34EPO - E38EPO)\n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"b572ca21-96b3-4047-91fb-a79b40d6ca32","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"90aca162-5813-4ad2-8814-4c5f933e4e7b","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-06-04T08:28:25.728Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/status-updates/rcs/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**:\n\n- EPO.E34EPO.28\n    \n- EPO.E35EPO.29\n    \n- EPO.E37EPO.30\n    \n- EPO.E38EPO.31\n    \n\n**Use Cases**:\n\n- RCS status received\n    \n- Status update\n    \n- Departure message\n    \n- Offloading Status System\n    \n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**:\n\n- RCS Status System - Receive Ready for Carriage Status from Ground Handling Agent\n    \n- Loading Preparation Status System - Receive cargo preparation status for flight loading\n    \n- Departure Status System - Receive flight departure confirmation for shipped items\n    \n- Offloading Status System - Receive notification and updated status for offloaded shipments\n    \n\n**Process Flow:** Ground Handling Agent System (E34GHA - E38GHA) → Airport Community System → Express Parcel Operator System (E34EPO - E38EPO)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"e0163996-1df0-4793-8464-e5b807c14e0c","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"98a9bd77-2190-4361-a80f-4091523e8ffd","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-06-04T08:28:25.728Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/status-updates/rcs/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**:\n\n- EPO.E34EPO.28\n    \n- EPO.E35EPO.29\n    \n- EPO.E37EPO.30\n    \n- EPO.E38EPO.31\n    \n\n**Use Cases**:\n\n- RCS status received\n    \n- Status update\n    \n- Departure message\n    \n- Offloading Status System\n    \n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**:\n\n- RCS Status System - Receive Ready for Carriage Status from Ground Handling Agent\n    \n- Loading Preparation Status System - Receive cargo preparation status for flight loading\n    \n- Departure Status System - Receive flight departure confirmation for shipped items\n    \n- Offloading Status System - Receive notification and updated status for offloaded shipments\n    \n\n**Process Flow:** Ground Handling Agent System (E34GHA - E38GHA) → Airport Community System → Express Parcel Operator System (E34EPO - E38EPO)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"aa93405e-b1e4-45d3-b6ba-929907b41cd2","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"543e4b79-b754-4848-afeb-10babd55cdf0","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-06-04T08:28:25.728Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/status-updates/rcs/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**:\n\n- EPO.E34EPO.28\n    \n- EPO.E35EPO.29\n    \n- EPO.E37EPO.30\n    \n- EPO.E38EPO.31\n    \n\n**Use Cases**:\n\n- RCS status received\n    \n- Status update\n    \n- Departure message\n    \n- Offloading Status System\n    \n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**:\n\n- RCS Status System - Receive Ready for Carriage Status from Ground Handling Agent\n    \n- Loading Preparation Status System - Receive cargo preparation status for flight loading\n    \n- Departure Status System - Receive flight departure confirmation for shipped items\n    \n- Offloading Status System - Receive notification and updated status for offloaded shipments\n    \n\n**Process Flow:** Ground Handling Agent System (E34GHA - E38GHA) → Airport Community System → Express Parcel Operator System (E34EPO - E38EPO)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"693cdae1-1cf4-4c3e-9ca6-681f2595f336","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"70050ef7-8e31-4a7f-ae8c-4882432c4b07","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-06-04T08:28:25.728Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/epo/export/status-updates/rcs/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#dabf6270-36db-49a7-bec2-60105d4482bf)\n    \n\n**Requirement Reference**:\n\n- EPO.E34EPO.28\n    \n- EPO.E35EPO.29\n    \n- EPO.E37EPO.30\n    \n- EPO.E38EPO.31\n    \n\n**Use Cases**:\n\n- RCS status received\n    \n- Status update\n    \n- Departure message\n    \n- Offloading Status System\n    \n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**:\n\n- RCS Status System - Receive Ready for Carriage Status from Ground Handling Agent\n    \n- Loading Preparation Status System - Receive cargo preparation status for flight loading\n    \n- Departure Status System - Receive flight departure confirmation for shipped items\n    \n- Offloading Status System - Receive notification and updated status for offloaded shipments\n    \n\n**Process Flow:** Ground Handling Agent System (E34GHA - E38GHA) → Airport Community System → Express Parcel Operator System (E34EPO - E38EPO)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"60d282dc-1a94-4665-8544-a55fc1447c39"},{"name":"Receive Offload Manifest","id":"883eed64-0c87-4383-bd44-5aac9d6ca108","request":{"method":"PUT","header":[{"key":"X-Request-ID","value":"19b2f2c6-41c7-40cb-94e9-d5bb0c3e87f9","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-06-04T08:28:25.728Z","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":[{"id":"aa4158aa-78f7-4dcb-a197-f0ecf899ce22","name":"204 - No Content","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"de9862ea-7708-4c26-ba6f-82c7fb0576c6","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-06-04T08:28:25.728Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: EPO.E38EPO.31\n\n**Use Case**: Offloading Status System\n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**: Offloading Status System - Receive notification and updated status for offloaded shipments\n\n**Process Flow**: Ground Handling Agent System (E38GHA) → Airport Community System → Express Parcel Operator System (E38EPO)\n\n**Priority**: P1"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"4956586c-ac8e-43b2-9161-27ac1d4c55ab","name":"400 - Bad Request","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"54d495bf-ebe7-4253-bb7f-725ae1939928","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-06-04T08:28:25.729Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: EPO.E38EPO.31\n\n**Use Case**: Offloading Status System\n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**: Offloading Status System - Receive notification and updated status for offloaded shipments\n\n**Process Flow**: Ground Handling Agent System (E38GHA) → Airport Community System → Express Parcel Operator System (E38EPO)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"cf1c4e44-a481-4b8c-a767-e1fc8bbc3378","name":"401 - Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"fb7a990c-c0dd-4e03-8286-90578abb3846","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-06-04T08:28:25.729Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: EPO.E38EPO.31\n\n**Use Case**: Offloading Status System\n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**: Offloading Status System - Receive notification and updated status for offloaded shipments\n\n**Process Flow**: Ground Handling Agent System (E38GHA) → Airport Community System → Express Parcel Operator System (E38EPO)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"4367a656-1cb9-46fb-92e7-ff35d0a7f2a5","name":"403 - Forbidden","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"a27ab058-c16d-4d48-962b-da2a1357990e","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-06-04T08:28:25.729Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: EPO.E38EPO.31\n\n**Use Case**: Offloading Status System\n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**: Offloading Status System - Receive notification and updated status for offloaded shipments\n\n**Process Flow**: Ground Handling Agent System (E38GHA) → Airport Community System → Express Parcel Operator System (E38EPO)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d1074128-3635-4ff5-b49a-c54b259ff860","name":"422 - Unprocessable Entity","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"7e983f38-429d-4a0e-bc9e-d2ccbfbffb38","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-06-04T08:28:25.729Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#ffb6afc9-cd97-446f-8e57-ffa82580bd5f)\n    \n\n**Requirement Reference**: EPO.E38EPO.31\n\n**Use Case**: Offloading Status System\n\n**Integration Point**: IN_FR-7-EPO-FSU-R-01-UC-01\n\n**Description**: Offloading Status System - Receive notification and updated status for offloaded shipments\n\n**Process Flow**: Ground Handling Agent System (E38GHA) → Airport Community System → Express Parcel Operator System (E38EPO)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"883eed64-0c87-4383-bd44-5aac9d6ca108"}],"id":"4c5bddc5-2b62-4320-941d-784d6b06ddd2","description":"<p>Flight status updates record shipment milestones such as departure and offload. In this section, users review incoming status updates for the shipment.</p>\n","_postman_id":"4c5bddc5-2b62-4320-941d-784d6b06ddd2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"1227621c-0a13-46f0-96ad-7a1369a2ed7d","description":"<p>EPO export is the outbound cargo workflow for shipments handled under EPO rules. In this section, users request AWB stock, create and amend HAWBs, send booking and compliance data, and track flight status.</p>\n","_postman_id":"1227621c-0a13-46f0-96ad-7a1369a2ed7d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"11377c14-35e9-421f-9d2f-e0736a2d6ec3","_postman_id":"11377c14-35e9-421f-9d2f-e0736a2d6ec3","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-Post module","item":[{"name":"e-Post Export","item":[{"name":"Shipment Data & Airport Arrival","item":[{"name":"Submit Mail Tracking Data","id":"223790ce-346a-4f04-8b08-bd1bc68ca24e","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"1d7f972b-81ec-4ebb-9493-ae92b03e4b23","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-06-04T08:28:25.729Z","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":[{"id":"cdc9eca0-a7a8-4c21-b998-7c6c0e34d709","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"60e20beb-3ab1-4f8b-b55c-9716c2230cc3","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-06-04T08:28:25.729Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- P.E1P.1\n    \n- P.E1PSW.2\n    \n\n**Use Case**: Sending shipment data to PSW & PSW Receives Post Data\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS will enable Pakistan Post to send international mail and package shipment data to PSW, which will receive it digitally.\n\n**Process Flow**: Pakistan Post System (E1P) → Airport Community System → Pakistan Single Window System (E1PSW)\n\n**Priority**: P1\n\n**Standard**: UPU Standards ([https://www.upu.int/en/postal-solutions/programmes-services/standards](https://www.upu.int/en/postal-solutions/programmes-services/standards))\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| content | String | 1-256 | M | High-level description of shipment contents (eg Electronic components). |\n| barcodeNumber | String | 13 | M | Postal item identifier (eg EP123456789PK). |\n| mailBagNumber | String | 1-30 | M | Mail bag or receptacle identification number (eg PKPOST202312051234). |\n| airWaybillNumber | String | 12 | M | Air Waybill number in carrier-prefix plus serial format (eg 176-12345675). |\n| comments | String | 1-256 | M | Free-text operational or customs comments (eg Handle with care. Documents attached for customs review.). |\n| origin | String | 3 | M | Origin airport/location code (eg KHI) - IATA location identifier or UNECE REC.16. |\n| destination | String | 3 | M | Destination airport/location code (eg DXB) - IATA location identifier or UNECE REC.16. |\n| grossWeight | Numeric | 1-7 | M | Total shipment gross weight (eg 2.5). Must be greater than 0. |\n| grossWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code (eg KGM). |\n| mailType | String | 1-10 | M | Postal shipment type (eg PARCEL). |\n| consignorDetails | Element | N/A | M | Consignor details container. |\n| consignorDetails/name | String | 1-100 | M | Consignor personal/contact name (eg Ali Khan). |\n| consignorDetails/businessName | String | 1-120 | M | Consignor business or company name (eg Ali Khan Trading LLC). |\n| consignorDetails/address | Element | N/A | M | Consignor structured address container. |\n| consignorDetails/address/streetAddress | String | 1-255 | M | Consignor street address (eg 123 Main Street). |\n| consignorDetails/address/city | String | 1-100 | M | Consignor city (eg Karachi). |\n| consignorDetails/address/postcode | String | 1-20 | M | Consignor postcode or ZIP code (eg 75500). |\n| consignorDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg PK). |\n| consignorDetails/telNo | String | 1-20 | M | Consignor telephone number (eg +92-300-1234567). |\n| consigneeDetails | Element | N/A | M | Consignee details container. |\n| consigneeDetails/name | String | 1-100 | M | Consignee personal/contact name (eg John Smith). |\n| consigneeDetails/businessName | String | 1-120 | M | Consignee business or company name (eg Smith Electronics FZE). |\n| consigneeDetails/address | Element | N/A | M | Consignee structured address container. |\n| consigneeDetails/address/streetAddress | String | 1-255 | M | Consignee street address (eg 456 Dubai Marina). |\n| consigneeDetails/address/city | String | 1-100 | M | Consignee city (eg Dubai). |\n| consigneeDetails/address/postcode | String | 1-20 | M | Consignee postcode or ZIP code (eg 12345). |\n| consigneeDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg AE). |\n| consigneeDetails/telNo | String | 1-20 | M | Consignee telephone number (eg +971-50-9876543). |\n| licenseNumbers | Array\\[String\\] | N/A | M | One or more license numbers related to the shipment or goods (eg LIC-2026-45821). |\n| certificateNumbers | Array\\[String\\] | N/A | M | One or more certificate numbers related to the shipment or goods (eg CERT-EC-99812). |\n| invoiceNumbers | Array\\[String\\] | N/A | M | One or more invoice reference numbers (eg INV-2026-00421). |\n| sendersInstructions | String | 1-256 | M | Operational instructions provided by the sender (eg Release only after customs review is complete.). |\n| itemDetails | Element | N/A | M | Line item details container (1:n occurrence). |\n| itemDetails/serialNumber | Numeric | 1-3 | M | Sequential line item number starting from 1 (eg 1). |\n| itemDetails/quantityAndDescriptionOfGoods | String | 1-256 | M | Combined quantity and goods description text (eg 2 electronic control modules). |\n| itemDetails/quantity | Numeric | 1-9 | M | Declared number of units for the line item (eg 2). Must be greater than 0. |\n| itemDetails/quantityUnitOfMeasure | String | 1-10 | M | Unit of measure for quantity (eg PCS). |\n| itemDetails/netWeight | Numeric | 1-7 | M | Net weight for the line item (eg 2.3). Must be greater than 0. |\n| itemDetails/netWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code for line-item net weight (eg KGM). |\n| itemDetails/value | Numeric | 1-12 | M | Declared line-item value (eg 150.0). Must be 0 or greater. |\n| itemDetails/freight | Numeric | 1-12 | M | Freight amount allocated to the line item (eg 25.0). Must be 0 or greater. |\n| itemDetails/otherCharges | Numeric | 1-12 | M | Other charges allocated to the line item (eg 5.0). Must be 0 or greater. |\n| itemDetails/currency | Alphabetic | 3 | M | ISO 4217 currency code (eg USD). |\n| itemDetails/hsCode | String | 6-10 | M | HS commodity code (eg 853710). |\n| itemDetails/countryOfOrigin | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods (eg PK). |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"fbbaee73-ea94-4295-bf64-893b6f10cb30","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"6588de93-b935-4836-b6f2-1333cccbb1cc","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-06-04T08:28:25.729Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- P.E1P.1\n    \n- P.E1PSW.2\n    \n\n**Use Case**: Sending shipment data to PSW & PSW Receives Post Data\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS will enable Pakistan Post to send international mail and package shipment data to PSW, which will receive it digitally.\n\n**Process Flow**: Pakistan Post System (E1P) → Airport Community System → Pakistan Single Window System (E1PSW)\n\n**Priority**: P1\n\n**Standard**: UPU Standards ([https://www.upu.int/en/postal-solutions/programmes-services/standards](https://www.upu.int/en/postal-solutions/programmes-services/standards))\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| content | String | 1-256 | M | High-level description of shipment contents (eg Electronic components). |\n| barcodeNumber | String | 13 | M | Postal item identifier (eg EP123456789PK). |\n| mailBagNumber | String | 1-30 | M | Mail bag or receptacle identification number (eg PKPOST202312051234). |\n| airWaybillNumber | String | 12 | M | Air Waybill number in carrier-prefix plus serial format (eg 176-12345675). |\n| comments | String | 1-256 | M | Free-text operational or customs comments (eg Handle with care. Documents attached for customs review.). |\n| origin | String | 3 | M | Origin airport/location code (eg KHI) - IATA location identifier or UNECE REC.16. |\n| destination | String | 3 | M | Destination airport/location code (eg DXB) - IATA location identifier or UNECE REC.16. |\n| grossWeight | Numeric | 1-7 | M | Total shipment gross weight (eg 2.5). Must be greater than 0. |\n| grossWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code (eg KGM). |\n| mailType | String | 1-10 | M | Postal shipment type (eg PARCEL). |\n| consignorDetails | Element | N/A | M | Consignor details container. |\n| consignorDetails/name | String | 1-100 | M | Consignor personal/contact name (eg Ali Khan). |\n| consignorDetails/businessName | String | 1-120 | M | Consignor business or company name (eg Ali Khan Trading LLC). |\n| consignorDetails/address | Element | N/A | M | Consignor structured address container. |\n| consignorDetails/address/streetAddress | String | 1-255 | M | Consignor street address (eg 123 Main Street). |\n| consignorDetails/address/city | String | 1-100 | M | Consignor city (eg Karachi). |\n| consignorDetails/address/postcode | String | 1-20 | M | Consignor postcode or ZIP code (eg 75500). |\n| consignorDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg PK). |\n| consignorDetails/telNo | String | 1-20 | M | Consignor telephone number (eg +92-300-1234567). |\n| consigneeDetails | Element | N/A | M | Consignee details container. |\n| consigneeDetails/name | String | 1-100 | M | Consignee personal/contact name (eg John Smith). |\n| consigneeDetails/businessName | String | 1-120 | M | Consignee business or company name (eg Smith Electronics FZE). |\n| consigneeDetails/address | Element | N/A | M | Consignee structured address container. |\n| consigneeDetails/address/streetAddress | String | 1-255 | M | Consignee street address (eg 456 Dubai Marina). |\n| consigneeDetails/address/city | String | 1-100 | M | Consignee city (eg Dubai). |\n| consigneeDetails/address/postcode | String | 1-20 | M | Consignee postcode or ZIP code (eg 12345). |\n| consigneeDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg AE). |\n| consigneeDetails/telNo | String | 1-20 | M | Consignee telephone number (eg +971-50-9876543). |\n| licenseNumbers | Array\\[String\\] | N/A | M | One or more license numbers related to the shipment or goods (eg LIC-2026-45821). |\n| certificateNumbers | Array\\[String\\] | N/A | M | One or more certificate numbers related to the shipment or goods (eg CERT-EC-99812). |\n| invoiceNumbers | Array\\[String\\] | N/A | M | One or more invoice reference numbers (eg INV-2026-00421). |\n| sendersInstructions | String | 1-256 | M | Operational instructions provided by the sender (eg Release only after customs review is complete.). |\n| itemDetails | Element | N/A | M | Line item details container (1:n occurrence). |\n| itemDetails/serialNumber | Numeric | 1-3 | M | Sequential line item number starting from 1 (eg 1). |\n| itemDetails/quantityAndDescriptionOfGoods | String | 1-256 | M | Combined quantity and goods description text (eg 2 electronic control modules). |\n| itemDetails/quantity | Numeric | 1-9 | M | Declared number of units for the line item (eg 2). Must be greater than 0. |\n| itemDetails/quantityUnitOfMeasure | String | 1-10 | M | Unit of measure for quantity (eg PCS). |\n| itemDetails/netWeight | Numeric | 1-7 | M | Net weight for the line item (eg 2.3). Must be greater than 0. |\n| itemDetails/netWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code for line-item net weight (eg KGM). |\n| itemDetails/value | Numeric | 1-12 | M | Declared line-item value (eg 150.0). Must be 0 or greater. |\n| itemDetails/freight | Numeric | 1-12 | M | Freight amount allocated to the line item (eg 25.0). Must be 0 or greater. |\n| itemDetails/otherCharges | Numeric | 1-12 | M | Other charges allocated to the line item (eg 5.0). Must be 0 or greater. |\n| itemDetails/currency | Alphabetic | 3 | M | ISO 4217 currency code (eg USD). |\n| itemDetails/hsCode | String | 6-10 | M | HS commodity code (eg 853710). |\n| itemDetails/countryOfOrigin | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods (eg PK). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"4f94ba05-9b97-416b-9076-ddb6e057826e","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"905bb696-7902-4961-9ab4-5cdd69d59008","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-06-04T08:28:25.729Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- P.E1P.1\n    \n- P.E1PSW.2\n    \n\n**Use Case**: Sending shipment data to PSW & PSW Receives Post Data\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS will enable Pakistan Post to send international mail and package shipment data to PSW, which will receive it digitally.\n\n**Process Flow**: Pakistan Post System (E1P) → Airport Community System → Pakistan Single Window System (E1PSW)\n\n**Priority**: P1\n\n**Standard**: UPU Standards ([https://www.upu.int/en/postal-solutions/programmes-services/standards](https://www.upu.int/en/postal-solutions/programmes-services/standards))\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| content | String | 1-256 | M | High-level description of shipment contents (eg Electronic components). |\n| barcodeNumber | String | 13 | M | Postal item identifier (eg EP123456789PK). |\n| mailBagNumber | String | 1-30 | M | Mail bag or receptacle identification number (eg PKPOST202312051234). |\n| airWaybillNumber | String | 12 | M | Air Waybill number in carrier-prefix plus serial format (eg 176-12345675). |\n| comments | String | 1-256 | M | Free-text operational or customs comments (eg Handle with care. Documents attached for customs review.). |\n| origin | String | 3 | M | Origin airport/location code (eg KHI) - IATA location identifier or UNECE REC.16. |\n| destination | String | 3 | M | Destination airport/location code (eg DXB) - IATA location identifier or UNECE REC.16. |\n| grossWeight | Numeric | 1-7 | M | Total shipment gross weight (eg 2.5). Must be greater than 0. |\n| grossWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code (eg KGM). |\n| mailType | String | 1-10 | M | Postal shipment type (eg PARCEL). |\n| consignorDetails | Element | N/A | M | Consignor details container. |\n| consignorDetails/name | String | 1-100 | M | Consignor personal/contact name (eg Ali Khan). |\n| consignorDetails/businessName | String | 1-120 | M | Consignor business or company name (eg Ali Khan Trading LLC). |\n| consignorDetails/address | Element | N/A | M | Consignor structured address container. |\n| consignorDetails/address/streetAddress | String | 1-255 | M | Consignor street address (eg 123 Main Street). |\n| consignorDetails/address/city | String | 1-100 | M | Consignor city (eg Karachi). |\n| consignorDetails/address/postcode | String | 1-20 | M | Consignor postcode or ZIP code (eg 75500). |\n| consignorDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg PK). |\n| consignorDetails/telNo | String | 1-20 | M | Consignor telephone number (eg +92-300-1234567). |\n| consigneeDetails | Element | N/A | M | Consignee details container. |\n| consigneeDetails/name | String | 1-100 | M | Consignee personal/contact name (eg John Smith). |\n| consigneeDetails/businessName | String | 1-120 | M | Consignee business or company name (eg Smith Electronics FZE). |\n| consigneeDetails/address | Element | N/A | M | Consignee structured address container. |\n| consigneeDetails/address/streetAddress | String | 1-255 | M | Consignee street address (eg 456 Dubai Marina). |\n| consigneeDetails/address/city | String | 1-100 | M | Consignee city (eg Dubai). |\n| consigneeDetails/address/postcode | String | 1-20 | M | Consignee postcode or ZIP code (eg 12345). |\n| consigneeDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg AE). |\n| consigneeDetails/telNo | String | 1-20 | M | Consignee telephone number (eg +971-50-9876543). |\n| licenseNumbers | Array\\[String\\] | N/A | M | One or more license numbers related to the shipment or goods (eg LIC-2026-45821). |\n| certificateNumbers | Array\\[String\\] | N/A | M | One or more certificate numbers related to the shipment or goods (eg CERT-EC-99812). |\n| invoiceNumbers | Array\\[String\\] | N/A | M | One or more invoice reference numbers (eg INV-2026-00421). |\n| sendersInstructions | String | 1-256 | M | Operational instructions provided by the sender (eg Release only after customs review is complete.). |\n| itemDetails | Element | N/A | M | Line item details container (1:n occurrence). |\n| itemDetails/serialNumber | Numeric | 1-3 | M | Sequential line item number starting from 1 (eg 1). |\n| itemDetails/quantityAndDescriptionOfGoods | String | 1-256 | M | Combined quantity and goods description text (eg 2 electronic control modules). |\n| itemDetails/quantity | Numeric | 1-9 | M | Declared number of units for the line item (eg 2). Must be greater than 0. |\n| itemDetails/quantityUnitOfMeasure | String | 1-10 | M | Unit of measure for quantity (eg PCS). |\n| itemDetails/netWeight | Numeric | 1-7 | M | Net weight for the line item (eg 2.3). Must be greater than 0. |\n| itemDetails/netWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code for line-item net weight (eg KGM). |\n| itemDetails/value | Numeric | 1-12 | M | Declared line-item value (eg 150.0). Must be 0 or greater. |\n| itemDetails/freight | Numeric | 1-12 | M | Freight amount allocated to the line item (eg 25.0). Must be 0 or greater. |\n| itemDetails/otherCharges | Numeric | 1-12 | M | Other charges allocated to the line item (eg 5.0). Must be 0 or greater. |\n| itemDetails/currency | Alphabetic | 3 | M | ISO 4217 currency code (eg USD). |\n| itemDetails/hsCode | String | 6-10 | M | HS commodity code (eg 853710). |\n| itemDetails/countryOfOrigin | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods (eg PK). |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"00aae3f6-f6cc-42b3-9d9f-19134b7a8491","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"15d07934-3306-4db4-a050-7282d1f346f5","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-06-04T08:28:25.729Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- P.E1P.1\n    \n- P.E1PSW.2\n    \n\n**Use Case**: Sending shipment data to PSW & PSW Receives Post Data\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS will enable Pakistan Post to send international mail and package shipment data to PSW, which will receive it digitally.\n\n**Process Flow**: Pakistan Post System (E1P) → Airport Community System → Pakistan Single Window System (E1PSW)\n\n**Priority**: P1\n\n**Standard**: UPU Standards ([https://www.upu.int/en/postal-solutions/programmes-services/standards](https://www.upu.int/en/postal-solutions/programmes-services/standards))\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| content | String | 1-256 | M | High-level description of shipment contents (eg Electronic components). |\n| barcodeNumber | String | 13 | M | Postal item identifier (eg EP123456789PK). |\n| mailBagNumber | String | 1-30 | M | Mail bag or receptacle identification number (eg PKPOST202312051234). |\n| airWaybillNumber | String | 12 | M | Air Waybill number in carrier-prefix plus serial format (eg 176-12345675). |\n| comments | String | 1-256 | M | Free-text operational or customs comments (eg Handle with care. Documents attached for customs review.). |\n| origin | String | 3 | M | Origin airport/location code (eg KHI) - IATA location identifier or UNECE REC.16. |\n| destination | String | 3 | M | Destination airport/location code (eg DXB) - IATA location identifier or UNECE REC.16. |\n| grossWeight | Numeric | 1-7 | M | Total shipment gross weight (eg 2.5). Must be greater than 0. |\n| grossWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code (eg KGM). |\n| mailType | String | 1-10 | M | Postal shipment type (eg PARCEL). |\n| consignorDetails | Element | N/A | M | Consignor details container. |\n| consignorDetails/name | String | 1-100 | M | Consignor personal/contact name (eg Ali Khan). |\n| consignorDetails/businessName | String | 1-120 | M | Consignor business or company name (eg Ali Khan Trading LLC). |\n| consignorDetails/address | Element | N/A | M | Consignor structured address container. |\n| consignorDetails/address/streetAddress | String | 1-255 | M | Consignor street address (eg 123 Main Street). |\n| consignorDetails/address/city | String | 1-100 | M | Consignor city (eg Karachi). |\n| consignorDetails/address/postcode | String | 1-20 | M | Consignor postcode or ZIP code (eg 75500). |\n| consignorDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg PK). |\n| consignorDetails/telNo | String | 1-20 | M | Consignor telephone number (eg +92-300-1234567). |\n| consigneeDetails | Element | N/A | M | Consignee details container. |\n| consigneeDetails/name | String | 1-100 | M | Consignee personal/contact name (eg John Smith). |\n| consigneeDetails/businessName | String | 1-120 | M | Consignee business or company name (eg Smith Electronics FZE). |\n| consigneeDetails/address | Element | N/A | M | Consignee structured address container. |\n| consigneeDetails/address/streetAddress | String | 1-255 | M | Consignee street address (eg 456 Dubai Marina). |\n| consigneeDetails/address/city | String | 1-100 | M | Consignee city (eg Dubai). |\n| consigneeDetails/address/postcode | String | 1-20 | M | Consignee postcode or ZIP code (eg 12345). |\n| consigneeDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg AE). |\n| consigneeDetails/telNo | String | 1-20 | M | Consignee telephone number (eg +971-50-9876543). |\n| licenseNumbers | Array\\[String\\] | N/A | M | One or more license numbers related to the shipment or goods (eg LIC-2026-45821). |\n| certificateNumbers | Array\\[String\\] | N/A | M | One or more certificate numbers related to the shipment or goods (eg CERT-EC-99812). |\n| invoiceNumbers | Array\\[String\\] | N/A | M | One or more invoice reference numbers (eg INV-2026-00421). |\n| sendersInstructions | String | 1-256 | M | Operational instructions provided by the sender (eg Release only after customs review is complete.). |\n| itemDetails | Element | N/A | M | Line item details container (1:n occurrence). |\n| itemDetails/serialNumber | Numeric | 1-3 | M | Sequential line item number starting from 1 (eg 1). |\n| itemDetails/quantityAndDescriptionOfGoods | String | 1-256 | M | Combined quantity and goods description text (eg 2 electronic control modules). |\n| itemDetails/quantity | Numeric | 1-9 | M | Declared number of units for the line item (eg 2). Must be greater than 0. |\n| itemDetails/quantityUnitOfMeasure | String | 1-10 | M | Unit of measure for quantity (eg PCS). |\n| itemDetails/netWeight | Numeric | 1-7 | M | Net weight for the line item (eg 2.3). Must be greater than 0. |\n| itemDetails/netWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code for line-item net weight (eg KGM). |\n| itemDetails/value | Numeric | 1-12 | M | Declared line-item value (eg 150.0). Must be 0 or greater. |\n| itemDetails/freight | Numeric | 1-12 | M | Freight amount allocated to the line item (eg 25.0). Must be 0 or greater. |\n| itemDetails/otherCharges | Numeric | 1-12 | M | Other charges allocated to the line item (eg 5.0). Must be 0 or greater. |\n| itemDetails/currency | Alphabetic | 3 | M | ISO 4217 currency code (eg USD). |\n| itemDetails/hsCode | String | 6-10 | M | HS commodity code (eg 853710). |\n| itemDetails/countryOfOrigin | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods (eg PK). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"37120dc1-59dd-4623-aa3e-75caf022c2ff","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"7a3c64b7-ae9e-4be8-b156-11a270fc2904","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-06-04T08:28:25.729Z","description":"ISO 8601 timestamp of the request","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":"**Requirement References**:\n\n- P.E1P.1\n    \n- P.E1PSW.2\n    \n\n**Use Case**: Sending shipment data to PSW & PSW Receives Post Data\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS will enable Pakistan Post to send international mail and package shipment data to PSW, which will receive it digitally.\n\n**Process Flow**: Pakistan Post System (E1P) → Airport Community System → Pakistan Single Window System (E1PSW)\n\n**Priority**: P1\n\n**Standard**: UPU Standards ([https://www.upu.int/en/postal-solutions/programmes-services/standards](https://www.upu.int/en/postal-solutions/programmes-services/standards))\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| content | String | 1-256 | M | High-level description of shipment contents (eg Electronic components). |\n| barcodeNumber | String | 13 | M | Postal item identifier (eg EP123456789PK). |\n| mailBagNumber | String | 1-30 | M | Mail bag or receptacle identification number (eg PKPOST202312051234). |\n| airWaybillNumber | String | 12 | M | Air Waybill number in carrier-prefix plus serial format (eg 176-12345675). |\n| comments | String | 1-256 | M | Free-text operational or customs comments (eg Handle with care. Documents attached for customs review.). |\n| origin | String | 3 | M | Origin airport/location code (eg KHI) - IATA location identifier or UNECE REC.16. |\n| destination | String | 3 | M | Destination airport/location code (eg DXB) - IATA location identifier or UNECE REC.16. |\n| grossWeight | Numeric | 1-7 | M | Total shipment gross weight (eg 2.5). Must be greater than 0. |\n| grossWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code (eg KGM). |\n| mailType | String | 1-10 | M | Postal shipment type (eg PARCEL). |\n| consignorDetails | Element | N/A | M | Consignor details container. |\n| consignorDetails/name | String | 1-100 | M | Consignor personal/contact name (eg Ali Khan). |\n| consignorDetails/businessName | String | 1-120 | M | Consignor business or company name (eg Ali Khan Trading LLC). |\n| consignorDetails/address | Element | N/A | M | Consignor structured address container. |\n| consignorDetails/address/streetAddress | String | 1-255 | M | Consignor street address (eg 123 Main Street). |\n| consignorDetails/address/city | String | 1-100 | M | Consignor city (eg Karachi). |\n| consignorDetails/address/postcode | String | 1-20 | M | Consignor postcode or ZIP code (eg 75500). |\n| consignorDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg PK). |\n| consignorDetails/telNo | String | 1-20 | M | Consignor telephone number (eg +92-300-1234567). |\n| consigneeDetails | Element | N/A | M | Consignee details container. |\n| consigneeDetails/name | String | 1-100 | M | Consignee personal/contact name (eg John Smith). |\n| consigneeDetails/businessName | String | 1-120 | M | Consignee business or company name (eg Smith Electronics FZE). |\n| consigneeDetails/address | Element | N/A | M | Consignee structured address container. |\n| consigneeDetails/address/streetAddress | String | 1-255 | M | Consignee street address (eg 456 Dubai Marina). |\n| consigneeDetails/address/city | String | 1-100 | M | Consignee city (eg Dubai). |\n| consigneeDetails/address/postcode | String | 1-20 | M | Consignee postcode or ZIP code (eg 12345). |\n| consigneeDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg AE). |\n| consigneeDetails/telNo | String | 1-20 | M | Consignee telephone number (eg +971-50-9876543). |\n| licenseNumbers | Array\\[String\\] | N/A | M | One or more license numbers related to the shipment or goods (eg LIC-2026-45821). |\n| certificateNumbers | Array\\[String\\] | N/A | M | One or more certificate numbers related to the shipment or goods (eg CERT-EC-99812). |\n| invoiceNumbers | Array\\[String\\] | N/A | M | One or more invoice reference numbers (eg INV-2026-00421). |\n| sendersInstructions | String | 1-256 | M | Operational instructions provided by the sender (eg Release only after customs review is complete.). |\n| itemDetails | Element | N/A | M | Line item details container (1:n occurrence). |\n| itemDetails/serialNumber | Numeric | 1-3 | M | Sequential line item number starting from 1 (eg 1). |\n| itemDetails/quantityAndDescriptionOfGoods | String | 1-256 | M | Combined quantity and goods description text (eg 2 electronic control modules). |\n| itemDetails/quantity | Numeric | 1-9 | M | Declared number of units for the line item (eg 2). Must be greater than 0. |\n| itemDetails/quantityUnitOfMeasure | String | 1-10 | M | Unit of measure for quantity (eg PCS). |\n| itemDetails/netWeight | Numeric | 1-7 | M | Net weight for the line item (eg 2.3). Must be greater than 0. |\n| itemDetails/netWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code for line-item net weight (eg KGM). |\n| itemDetails/value | Numeric | 1-12 | M | Declared line-item value (eg 150.0). Must be 0 or greater. |\n| itemDetails/freight | Numeric | 1-12 | M | Freight amount allocated to the line item (eg 25.0). Must be 0 or greater. |\n| itemDetails/otherCharges | Numeric | 1-12 | M | Other charges allocated to the line item (eg 5.0). Must be 0 or greater. |\n| itemDetails/currency | Alphabetic | 3 | M | ISO 4217 currency code (eg USD). |\n| itemDetails/hsCode | String | 6-10 | M | HS commodity code (eg 853710). |\n| itemDetails/countryOfOrigin | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods (eg PK). |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"223790ce-346a-4f04-8b08-bd1bc68ca24e"},{"name":"Submit Airport Arrival","id":"281fdbcd-6feb-4e77-ae57-6149b6f7d460","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"e93b5d59-21ca-4399-bde1-6b9ef3c5dfdf","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-06-04T08:28:25.729Z","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":[{"id":"6808ae42-28dd-4864-b7b2-cd2930371206","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"ca6748f7-20a3-4d9d-a554-81d78fda6855","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-06-04T08:28:25.729Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E17P.3\n\n**Use Case**: Mail arrives at airport post facilities\n\n**Integration Point**: IN_FR-3-PSTE-TRA-R-01-UC-01\n\n**Description**: ACS enables Pakistan Post to notify stakeholders of mail arrival at airport post facilities\n\n**Process Flow**: Pakistan Post System (E1P) → Airport Community System→ Pakistan Single Window (E1PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | **Field Length** | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| barcodeNumber | String | 1-256 | M | Postal item identifier (eg EP123456789PK). |\n| arrivalTime | DateTime | N/A | M | ISO 8601:2004 arrival timestamp at airport |\n| airportCode | String | 3 | M | IATA location identifier |\n| mailBags | Array | N/A | M | List of mail bags |\n| mailBags\\[\\].bagNumber | String | 30 | M | Mail bag identification |\n| mailBags\\[\\].destination | String | 3 | M | Destination airport/country  <br>IATA location identifier or UNECE REC.16. |\n| mailBags\\[\\].weight | Number | N/A | M | Weight in kilograms |\n| mailBags\\[\\].itemCount | Integer | N/A | M | Number of items in bag |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"220bad1b-9a22-4841-859b-bd960600e213","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"e00aa1fe-123f-4c63-af50-f1a1ff2adeeb","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-06-04T08:28:25.729Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E17P.3\n\n**Use Case**: Mail arrives at airport post facilities\n\n**Integration Point**: IN_FR-3-PSTE-TRA-R-01-UC-01\n\n**Description**: ACS enables Pakistan Post to notify stakeholders of mail arrival at airport post facilities\n\n**Process Flow**: Pakistan Post System (E1P) → Airport Community System→ Pakistan Single Window (E1PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | **Field Length** | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| barcodeNumber | String | 1-256 | M | Postal item identifier (eg EP123456789PK). |\n| arrivalTime | DateTime | N/A | M | ISO 8601:2004 arrival timestamp at airport |\n| airportCode | String | 3 | M | IATA location identifier |\n| mailBags | Array | N/A | M | List of mail bags |\n| mailBags\\[\\].bagNumber | String | 30 | M | Mail bag identification |\n| mailBags\\[\\].destination | String | 3 | M | Destination airport/country  <br>IATA location identifier or UNECE REC.16. |\n| mailBags\\[\\].weight | Number | N/A | M | Weight in kilograms |\n| mailBags\\[\\].itemCount | Integer | N/A | M | Number of items in bag |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"2101f03a-4dac-4b4a-91d5-3829dda9f8ef","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"29157250-8d08-4f8a-a19f-99f83743da33","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-06-04T08:28:25.729Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E17P.3\n\n**Use Case**: Mail arrives at airport post facilities\n\n**Integration Point**: IN_FR-3-PSTE-TRA-R-01-UC-01\n\n**Description**: ACS enables Pakistan Post to notify stakeholders of mail arrival at airport post facilities\n\n**Process Flow**: Pakistan Post System (E1P) → Airport Community System→ Pakistan Single Window (E1PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | **Field Length** | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| barcodeNumber | String | 1-256 | M | Postal item identifier (eg EP123456789PK). |\n| arrivalTime | DateTime | N/A | M | ISO 8601:2004 arrival timestamp at airport |\n| airportCode | String | 3 | M | IATA location identifier |\n| mailBags | Array | N/A | M | List of mail bags |\n| mailBags\\[\\].bagNumber | String | 30 | M | Mail bag identification |\n| mailBags\\[\\].destination | String | 3 | M | Destination airport/country  <br>IATA location identifier or UNECE REC.16. |\n| mailBags\\[\\].weight | Number | N/A | M | Weight in kilograms |\n| mailBags\\[\\].itemCount | Integer | N/A | M | Number of items in bag |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"de87f019-86eb-4ae1-aa6b-c28ed7ca4f40","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"792d187b-d294-49e5-aad3-c710699a6862","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-06-04T08:28:25.730Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E17P.3\n\n**Use Case**: Mail arrives at airport post facilities\n\n**Integration Point**: IN_FR-3-PSTE-TRA-R-01-UC-01\n\n**Description**: ACS enables Pakistan Post to notify stakeholders of mail arrival at airport post facilities\n\n**Process Flow**: Pakistan Post System (E1P) → Airport Community System→ Pakistan Single Window (E1PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | **Field Length** | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| barcodeNumber | String | 1-256 | M | Postal item identifier (eg EP123456789PK). |\n| arrivalTime | DateTime | N/A | M | ISO 8601:2004 arrival timestamp at airport |\n| airportCode | String | 3 | M | IATA location identifier |\n| mailBags | Array | N/A | M | List of mail bags |\n| mailBags\\[\\].bagNumber | String | 30 | M | Mail bag identification |\n| mailBags\\[\\].destination | String | 3 | M | Destination airport/country  <br>IATA location identifier or UNECE REC.16. |\n| mailBags\\[\\].weight | Number | N/A | M | Weight in kilograms |\n| mailBags\\[\\].itemCount | Integer | N/A | M | Number of items in bag |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d379d2a2-a609-412c-ac99-9fba2499f82b","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"87a0f406-9a2b-4dd9-9198-9871edeceeb5","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-06-04T08:28:25.730Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E17P.3\n\n**Use Case**: Mail arrives at airport post facilities\n\n**Integration Point**: IN_FR-3-PSTE-TRA-R-01-UC-01\n\n**Description**: ACS enables Pakistan Post to notify stakeholders of mail arrival at airport post facilities\n\n**Process Flow**: Pakistan Post System (E1P) → Airport Community System→ Pakistan Single Window (E1PSW)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | **Field Length** | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| barcodeNumber | String | 1-256 | M | Postal item identifier (eg EP123456789PK). |\n| arrivalTime | DateTime | N/A | M | ISO 8601:2004 arrival timestamp at airport |\n| airportCode | String | 3 | M | IATA location identifier |\n| mailBags | Array | N/A | M | List of mail bags |\n| mailBags\\[\\].bagNumber | String | 30 | M | Mail bag identification |\n| mailBags\\[\\].destination | String | 3 | M | Destination airport/country  <br>IATA location identifier or UNECE REC.16. |\n| mailBags\\[\\].weight | Number | N/A | M | Weight in kilograms |\n| mailBags\\[\\].itemCount | Integer | N/A | M | Number of items in bag |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"281fdbcd-6feb-4e77-ae57-6149b6f7d460"}],"id":"23b7d667-8b09-485b-98d8-ac73083f8acb","description":"<p>Shipment data and airport arrival cover the first handoff details for a mail consignment. Users submit tracking information and record when the mail reaches the airport.</p>\n","_postman_id":"23b7d667-8b09-485b-98d8-ac73083f8acb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"50095d76-face-4248-9958-1f6952e35623","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"7f93020c-d3c8-4a96-a65b-93fbc22c1f15","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-06-04T08:28:25.730Z","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":[{"id":"dfd13414-1693-4384-b7c1-7cc13c098862","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"e4e15141-363e-45a9-878d-e208d1acf0e2","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-06-04T08:28:25.730Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**:\n\n- P.E18P.4\n    \n- P.E18PSW.(b)6\n    \n\n**Use Case**: Mail scanned by X-ray and accepted\n\n**Integration Points**:\n\n- IN_FR-2-PSTE-SSR-R-01-UC-01\n    \n- IN_FR-2-PSTE-SSR-R-01-UC-02\n    \n\n**Description:** 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)\n\n**Process Flows**:\n\n- Pakistan Post System (E18P) → Airport Community System → Pakistan Single Window (E18PSW)\n    \n- Pakistan Post System (E18P) → Airport Community System → Anti-Narcotics Force System (E18ANF)\n    \n- Pakistan Post System (E18P) → Airport Community Systems → Pakistan Post System (E18P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format (e.g. YYYY-MM-DDTHH:MM:SS). |\n| scanLocation | String | 255 | M | Location or facility where the X-ray scan was performed. |\n| xrayImages | Array | N/A | M | Array of base64-encoded X-ray images. |\n| scanResult | String | 35 | M | Must be one of the predefined scan results (e.g. CLEAR, SUSPICIOUS, ALERT). |\n| operatorId | String | 70 | M | Identifier of the scan operator. |\n| machineId | String | 70 | M | Identifier of the X-ray machine. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2b567e68-20d9-468f-842d-3255ca3e99ac","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"7b9c6be5-47d3-4420-a4ba-d398462bece3","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-06-04T08:28:25.730Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**:\n\n- P.E18P.4\n    \n- P.E18PSW.(b)6\n    \n\n**Use Case**: Mail scanned by X-ray and accepted\n\n**Integration Points**:\n\n- IN_FR-2-PSTE-SSR-R-01-UC-01\n    \n- IN_FR-2-PSTE-SSR-R-01-UC-02\n    \n\n**Description:** 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)\n\n**Process Flows**:\n\n- Pakistan Post System (E18P) → Airport Community System → Pakistan Single Window (E18PSW)\n    \n- Pakistan Post System (E18P) → Airport Community System → Anti-Narcotics Force System (E18ANF)\n    \n- Pakistan Post System (E18P) → Airport Community Systems → Pakistan Post System (E18P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format (e.g. YYYY-MM-DDTHH:MM:SS). |\n| scanLocation | String | 255 | M | Location or facility where the X-ray scan was performed. |\n| xrayImages | Array | N/A | M | Array of base64-encoded X-ray images. |\n| scanResult | String | 35 | M | Must be one of the predefined scan results (e.g. CLEAR, SUSPICIOUS, ALERT). |\n| operatorId | String | 70 | M | Identifier of the scan operator. |\n| machineId | String | 70 | M | Identifier of the X-ray machine. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"630aa363-01e7-4110-8334-c58ac359e7a0","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"b4838da6-d4d4-4049-913e-5ffd00cf4109","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-06-04T08:28:25.730Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**:\n\n- P.E18P.4\n    \n- P.E18PSW.(b)6\n    \n\n**Use Case**: Mail scanned by X-ray and accepted\n\n**Integration Points**:\n\n- IN_FR-2-PSTE-SSR-R-01-UC-01\n    \n- IN_FR-2-PSTE-SSR-R-01-UC-02\n    \n\n**Description:** 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)\n\n**Process Flows**:\n\n- Pakistan Post System (E18P) → Airport Community System → Pakistan Single Window (E18PSW)\n    \n- Pakistan Post System (E18P) → Airport Community System → Anti-Narcotics Force System (E18ANF)\n    \n- Pakistan Post System (E18P) → Airport Community Systems → Pakistan Post System (E18P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format (e.g. YYYY-MM-DDTHH:MM:SS). |\n| scanLocation | String | 255 | M | Location or facility where the X-ray scan was performed. |\n| xrayImages | Array | N/A | M | Array of base64-encoded X-ray images. |\n| scanResult | String | 35 | M | Must be one of the predefined scan results (e.g. CLEAR, SUSPICIOUS, ALERT). |\n| operatorId | String | 70 | M | Identifier of the scan operator. |\n| machineId | String | 70 | M | Identifier of the X-ray machine. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"4dff867e-7988-46e1-ba25-943c4a32b550","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"2325c181-e382-47f9-9c74-7e25738fd097","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-06-04T08:28:25.730Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**:\n\n- P.E18P.4\n    \n- P.E18PSW.(b)6\n    \n\n**Use Case**: Mail scanned by X-ray and accepted\n\n**Integration Points**:\n\n- IN_FR-2-PSTE-SSR-R-01-UC-01\n    \n- IN_FR-2-PSTE-SSR-R-01-UC-02\n    \n\n**Description:** 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)\n\n**Process Flows**:\n\n- Pakistan Post System (E18P) → Airport Community System → Pakistan Single Window (E18PSW)\n    \n- Pakistan Post System (E18P) → Airport Community System → Anti-Narcotics Force System (E18ANF)\n    \n- Pakistan Post System (E18P) → Airport Community Systems → Pakistan Post System (E18P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format (e.g. YYYY-MM-DDTHH:MM:SS). |\n| scanLocation | String | 255 | M | Location or facility where the X-ray scan was performed. |\n| xrayImages | Array | N/A | M | Array of base64-encoded X-ray images. |\n| scanResult | String | 35 | M | Must be one of the predefined scan results (e.g. CLEAR, SUSPICIOUS, ALERT). |\n| operatorId | String | 70 | M | Identifier of the scan operator. |\n| machineId | String | 70 | M | Identifier of the X-ray machine. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"24360d6f-061f-4960-a5b1-b79fc619bf7d","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"434b08b7-6ea0-423b-b310-8e06b273d553","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-06-04T08:28:25.730Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement Reference**:\n\n- P.E18P.4\n    \n- P.E18PSW.(b)6\n    \n\n**Use Case**: Mail scanned by X-ray and accepted\n\n**Integration Points**:\n\n- IN_FR-2-PSTE-SSR-R-01-UC-01\n    \n- IN_FR-2-PSTE-SSR-R-01-UC-02\n    \n\n**Description:** 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)\n\n**Process Flows**:\n\n- Pakistan Post System (E18P) → Airport Community System → Pakistan Single Window (E18PSW)\n    \n- Pakistan Post System (E18P) → Airport Community System → Anti-Narcotics Force System (E18ANF)\n    \n- Pakistan Post System (E18P) → Airport Community Systems → Pakistan Post System (E18P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format (e.g. YYYY-MM-DDTHH:MM:SS). |\n| scanLocation | String | 255 | M | Location or facility where the X-ray scan was performed. |\n| xrayImages | Array | N/A | M | Array of base64-encoded X-ray images. |\n| scanResult | String | 35 | M | Must be one of the predefined scan results (e.g. CLEAR, SUSPICIOUS, ALERT). |\n| operatorId | String | 70 | M | Identifier of the scan operator. |\n| machineId | String | 70 | M | Identifier of the X-ray machine. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"50095d76-face-4248-9958-1f6952e35623"},{"name":"Receive ANF Detention Notice","id":"f5393299-5506-403d-b2b8-61332159395b","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"eda42512-d1d7-4311-a832-3166184c1122","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-06-04T08:28:25.730Z","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":[{"id":"6a62cffd-127b-4055-97b0-d57c22bcc8b6","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"c357d871-b8e7-42c3-aa84-91273e8905dd","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-06-04T08:28:25.730Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E18ANF.(a)5\n\n**Use Case**: Restricted items detained by ANF\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-03\n\n**Description:** ACS enables ANF to communicate any retained mail digitally to Pakistan Post\n\n**Process Flow**: Anti-Narcotics Force System (E18ANF) → Airport Community System → Pakistan Post System (E19P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification. |\n| destination | String | 3 | M | IATA location identifier for airport of destination. |\n| detainedItems | Array | N/A | M | List of detained items. |\n| detentionReason | String | 35 | M | Reason code for detention. |\n| anfOfficerId | String | 70 | M | ANF officer ID. |\n| detentionDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when items were detained. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"af8171a2-52f7-4a00-b74c-8763c21400dc","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"d7df945a-7451-40c6-8e4f-250e444b6a80","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-06-04T08:28:25.730Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E18ANF.(a)5\n\n**Use Case**: Restricted items detained by ANF\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-03\n\n**Description:** ACS enables ANF to communicate any retained mail digitally to Pakistan Post\n\n**Process Flow**: Anti-Narcotics Force System (E18ANF) → Airport Community System → Pakistan Post System (E19P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification. |\n| destination | String | 3 | M | IATA location identifier for airport of destination. |\n| detainedItems | Array | N/A | M | List of detained items. |\n| detentionReason | String | 35 | M | Reason code for detention. |\n| anfOfficerId | String | 70 | M | ANF officer ID. |\n| detentionDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when items were detained. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"35572a94-8ee6-4431-9b19-6760805f3cb8","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"6fc1d665-c011-4af5-bc88-948bba94b449","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-06-04T08:28:25.730Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E18ANF.(a)5\n\n**Use Case**: Restricted items detained by ANF\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-03\n\n**Description:** ACS enables ANF to communicate any retained mail digitally to Pakistan Post\n\n**Process Flow**: Anti-Narcotics Force System (E18ANF) → Airport Community System → Pakistan Post System (E19P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification. |\n| destination | String | 3 | M | IATA location identifier for airport of destination. |\n| detainedItems | Array | N/A | M | List of detained items. |\n| detentionReason | String | 35 | M | Reason code for detention. |\n| anfOfficerId | String | 70 | M | ANF officer ID. |\n| detentionDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when items were detained. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"84306419-eaa2-4664-be53-986be56df721","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"3d747b08-b968-4fc0-bf25-651564df4da0","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-06-04T08:28:25.730Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E18ANF.(a)5\n\n**Use Case**: Restricted items detained by ANF\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-03\n\n**Description:** ACS enables ANF to communicate any retained mail digitally to Pakistan Post\n\n**Process Flow**: Anti-Narcotics Force System (E18ANF) → Airport Community System → Pakistan Post System (E19P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification. |\n| destination | String | 3 | M | IATA location identifier for airport of destination. |\n| detainedItems | Array | N/A | M | List of detained items. |\n| detentionReason | String | 35 | M | Reason code for detention. |\n| anfOfficerId | String | 70 | M | ANF officer ID. |\n| detentionDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when items were detained. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"81cc4541-1d25-4f8e-8ed7-2fc7b1777385","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"c45efe98-41d7-44a3-969e-b605ca2d5f0d","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-06-04T08:28:25.730Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E18ANF.(a)5\n\n**Use Case**: Restricted items detained by ANF\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-03\n\n**Description:** ACS enables ANF to communicate any retained mail digitally to Pakistan Post\n\n**Process Flow**: Anti-Narcotics Force System (E18ANF) → Airport Community System → Pakistan Post System (E19P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification. |\n| destination | String | 3 | M | IATA location identifier for airport of destination. |\n| detainedItems | Array | N/A | M | List of detained items. |\n| detentionReason | String | 35 | M | Reason code for detention. |\n| anfOfficerId | String | 70 | M | ANF officer ID. |\n| detentionDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when items were detained. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"f5393299-5506-403d-b2b8-61332159395b"},{"name":"Submit Mail Data for Customs Review","id":"1653b8a7-6b4e-497c-a793-9f13b89251d1","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"0d9704cd-b8b9-40c3-9c9f-202b961e10bb","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-06-04T08:28:25.730Z","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":[{"id":"88d03993-8c32-479e-9bd4-4b30fa51c04d","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"2038ec65-d8df-42ee-8d96-ec5da75699ad","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-06-04T08:28:25.730Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E22P.7\n\n**Use Case**: Sending the mail data for review\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to digitally send mail data to PSW for customs clearance\n\n**Process Flow**: Pakistan Post System (E21P) → Airport Community System → Web Based One Customs System (E21CUS)\n\n**Priority**: P1\n\n**API Standards:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| content | String | 1-256 | M | High-level description of shipment contents (eg Electronic components). |\n| barcodeNumber | String | 13 | M | S10-compliant postal item identifier (eg EP123456789PK). |\n| mailBagNumber | String | 1-30 | M | Mail bag or receptacle identification number (eg PKPOST202312051234). |\n| airWaybillNumber | String | 12 | M | Air Waybill number in carrier-prefix plus serial format (eg 176-12345675). |\n| comments | String | 1-256 | M | Free-text operational or customs comments (eg Handle with care. Documents attached for customs review.). |\n| origin | String | 3 | M | Origin airport/location code (eg KHI) - IATA location identifier or UNECE REC.16. |\n| destination | String | 3 | M | Destination airport/location code (eg DXB) - IATA location identifier or UNECE REC.16. |\n| grossWeight | Numeric | 1-7 | M | Total shipment gross weight (eg 2.5). Must be greater than 0. |\n| grossWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code (eg KGM). |\n| mailType | String | 1-10 | M | Postal shipment type (eg PARCEL). |\n| consignorDetails | Element | N/A | M | Consignor details container. |\n| consignorDetails/name | String | 1-100 | M | Consignor personal/contact name (eg Ali Khan). |\n| consignorDetails/businessName | String | 1-120 | M | Consignor business or company name (eg Ali Khan Trading LLC). |\n| consignorDetails/address | Element | N/A | M | Consignor structured address container. |\n| consignorDetails/address/streetAddress | String | 1-255 | M | Consignor street address (eg 123 Main Street). |\n| consignorDetails/address/city | String | 1-100 | M | Consignor city (eg Karachi). |\n| consignorDetails/address/postcode | String | 1-20 | M | Consignor postcode or ZIP code (eg 75500). |\n| consignorDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg PK). |\n| consignorDetails/telNo | String | 1-20 | M | Consignor telephone number (eg +92-300-1234567). |\n| consigneeDetails | Element | N/A | M | Consignee details container. |\n| consigneeDetails/name | String | 1-100 | M | Consignee personal/contact name (eg John Smith). |\n| consigneeDetails/businessName | String | 1-120 | M | Consignee business or company name (eg Smith Electronics FZE). |\n| consigneeDetails/address | Element | N/A | M | Consignee structured address container. |\n| consigneeDetails/address/streetAddress | String | 1-255 | M | Consignee street address (eg 456 Dubai Marina). |\n| consigneeDetails/address/city | String | 1-100 | M | Consignee city (eg Dubai). |\n| consigneeDetails/address/postcode | String | 1-20 | M | Consignee postcode or ZIP code (eg 12345). |\n| consigneeDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg AE). |\n| consigneeDetails/telNo | String | 1-20 | M | Consignee telephone number (eg +971-50-9876543). |\n| licenseNumbers | Array\\[String\\] | N/A | M | One or more license numbers related to the shipment or goods (eg LIC-2026-45821). |\n| certificateNumbers | Array\\[String\\] | N/A | M | One or more certificate numbers related to the shipment or goods (eg CERT-EC-99812). |\n| invoiceNumbers | Array\\[String\\] | N/A | M | One or more invoice reference numbers (eg INV-2026-00421). |\n| sendersInstructions | String | 1-256 | M | Operational instructions provided by the sender (eg Release only after customs review is complete.). |\n| itemDetails | Element | N/A | M | Line item details container (1:n occurrence). |\n| itemDetails/serialNumber | Numeric | 1-3 | M | Sequential line item number starting from 1 (eg 1). |\n| itemDetails/quantityAndDescriptionOfGoods | String | 1-256 | M | Combined quantity and goods description text (eg 2 electronic control modules). |\n| itemDetails/quantity | Numeric | 1-9 | M | Declared number of units for the line item (eg 2). Must be greater than 0. |\n| itemDetails/quantityUnitOfMeasure | String | 1-10 | M | Unit of measure for quantity (eg PCS). |\n| itemDetails/netWeight | Numeric | 1-7 | M | Net weight for the line item (eg 2.3). Must be greater than 0. |\n| itemDetails/netWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code for line-item net weight (eg KGM). |\n| itemDetails/value | Numeric | 1-12 | M | Declared line-item value (eg 150.0). Must be 0 or greater. |\n| itemDetails/freight | Numeric | 1-12 | M | Freight amount allocated to the line item (eg 25.0). Must be 0 or greater. |\n| itemDetails/otherCharges | Numeric | 1-12 | M | Other charges allocated to the line item (eg 5.0). Must be 0 or greater. |\n| itemDetails/currency | Alphabetic | 3 | M | ISO 4217 currency code (eg USD). |\n| itemDetails/hsCode | String | 6-10 | M | HS commodity code (eg 853710). |\n| itemDetails/countryOfOrigin | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods (eg PK). |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2968e95c-35fe-475d-911e-8cb68f6bda73","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"60dd7d52-1120-4360-8976-515a65aa44a3","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-06-04T08:28:25.731Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E22P.7\n\n**Use Case**: Sending the mail data for review\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to digitally send mail data to PSW for customs clearance\n\n**Process Flow**: Pakistan Post System (E21P) → Airport Community System → Web Based One Customs System (E21CUS)\n\n**Priority**: P1\n\n**API Standards:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| content | String | 1-256 | M | High-level description of shipment contents (eg Electronic components). |\n| barcodeNumber | String | 13 | M | S10-compliant postal item identifier (eg EP123456789PK). |\n| mailBagNumber | String | 1-30 | M | Mail bag or receptacle identification number (eg PKPOST202312051234). |\n| airWaybillNumber | String | 12 | M | Air Waybill number in carrier-prefix plus serial format (eg 176-12345675). |\n| comments | String | 1-256 | M | Free-text operational or customs comments (eg Handle with care. Documents attached for customs review.). |\n| origin | String | 3 | M | Origin airport/location code (eg KHI) - IATA location identifier or UNECE REC.16. |\n| destination | String | 3 | M | Destination airport/location code (eg DXB) - IATA location identifier or UNECE REC.16. |\n| grossWeight | Numeric | 1-7 | M | Total shipment gross weight (eg 2.5). Must be greater than 0. |\n| grossWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code (eg KGM). |\n| mailType | String | 1-10 | M | Postal shipment type (eg PARCEL). |\n| consignorDetails | Element | N/A | M | Consignor details container. |\n| consignorDetails/name | String | 1-100 | M | Consignor personal/contact name (eg Ali Khan). |\n| consignorDetails/businessName | String | 1-120 | M | Consignor business or company name (eg Ali Khan Trading LLC). |\n| consignorDetails/address | Element | N/A | M | Consignor structured address container. |\n| consignorDetails/address/streetAddress | String | 1-255 | M | Consignor street address (eg 123 Main Street). |\n| consignorDetails/address/city | String | 1-100 | M | Consignor city (eg Karachi). |\n| consignorDetails/address/postcode | String | 1-20 | M | Consignor postcode or ZIP code (eg 75500). |\n| consignorDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg PK). |\n| consignorDetails/telNo | String | 1-20 | M | Consignor telephone number (eg +92-300-1234567). |\n| consigneeDetails | Element | N/A | M | Consignee details container. |\n| consigneeDetails/name | String | 1-100 | M | Consignee personal/contact name (eg John Smith). |\n| consigneeDetails/businessName | String | 1-120 | M | Consignee business or company name (eg Smith Electronics FZE). |\n| consigneeDetails/address | Element | N/A | M | Consignee structured address container. |\n| consigneeDetails/address/streetAddress | String | 1-255 | M | Consignee street address (eg 456 Dubai Marina). |\n| consigneeDetails/address/city | String | 1-100 | M | Consignee city (eg Dubai). |\n| consigneeDetails/address/postcode | String | 1-20 | M | Consignee postcode or ZIP code (eg 12345). |\n| consigneeDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg AE). |\n| consigneeDetails/telNo | String | 1-20 | M | Consignee telephone number (eg +971-50-9876543). |\n| licenseNumbers | Array\\[String\\] | N/A | M | One or more license numbers related to the shipment or goods (eg LIC-2026-45821). |\n| certificateNumbers | Array\\[String\\] | N/A | M | One or more certificate numbers related to the shipment or goods (eg CERT-EC-99812). |\n| invoiceNumbers | Array\\[String\\] | N/A | M | One or more invoice reference numbers (eg INV-2026-00421). |\n| sendersInstructions | String | 1-256 | M | Operational instructions provided by the sender (eg Release only after customs review is complete.). |\n| itemDetails | Element | N/A | M | Line item details container (1:n occurrence). |\n| itemDetails/serialNumber | Numeric | 1-3 | M | Sequential line item number starting from 1 (eg 1). |\n| itemDetails/quantityAndDescriptionOfGoods | String | 1-256 | M | Combined quantity and goods description text (eg 2 electronic control modules). |\n| itemDetails/quantity | Numeric | 1-9 | M | Declared number of units for the line item (eg 2). Must be greater than 0. |\n| itemDetails/quantityUnitOfMeasure | String | 1-10 | M | Unit of measure for quantity (eg PCS). |\n| itemDetails/netWeight | Numeric | 1-7 | M | Net weight for the line item (eg 2.3). Must be greater than 0. |\n| itemDetails/netWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code for line-item net weight (eg KGM). |\n| itemDetails/value | Numeric | 1-12 | M | Declared line-item value (eg 150.0). Must be 0 or greater. |\n| itemDetails/freight | Numeric | 1-12 | M | Freight amount allocated to the line item (eg 25.0). Must be 0 or greater. |\n| itemDetails/otherCharges | Numeric | 1-12 | M | Other charges allocated to the line item (eg 5.0). Must be 0 or greater. |\n| itemDetails/currency | Alphabetic | 3 | M | ISO 4217 currency code (eg USD). |\n| itemDetails/hsCode | String | 6-10 | M | HS commodity code (eg 853710). |\n| itemDetails/countryOfOrigin | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods (eg PK). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"239b8ea6-280b-4285-b3aa-707a1dff1777","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"d39f5641-ca1d-4df9-b5db-53764ec0c923","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-06-04T08:28:25.731Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E22P.7\n\n**Use Case**: Sending the mail data for review\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to digitally send mail data to PSW for customs clearance\n\n**Process Flow**: Pakistan Post System (E21P) → Airport Community System → Web Based One Customs System (E21CUS)\n\n**Priority**: P1\n\n**API Standards:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| content | String | 1-256 | M | High-level description of shipment contents (eg Electronic components). |\n| barcodeNumber | String | 13 | M | S10-compliant postal item identifier (eg EP123456789PK). |\n| mailBagNumber | String | 1-30 | M | Mail bag or receptacle identification number (eg PKPOST202312051234). |\n| airWaybillNumber | String | 12 | M | Air Waybill number in carrier-prefix plus serial format (eg 176-12345675). |\n| comments | String | 1-256 | M | Free-text operational or customs comments (eg Handle with care. Documents attached for customs review.). |\n| origin | String | 3 | M | Origin airport/location code (eg KHI) - IATA location identifier or UNECE REC.16. |\n| destination | String | 3 | M | Destination airport/location code (eg DXB) - IATA location identifier or UNECE REC.16. |\n| grossWeight | Numeric | 1-7 | M | Total shipment gross weight (eg 2.5). Must be greater than 0. |\n| grossWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code (eg KGM). |\n| mailType | String | 1-10 | M | Postal shipment type (eg PARCEL). |\n| consignorDetails | Element | N/A | M | Consignor details container. |\n| consignorDetails/name | String | 1-100 | M | Consignor personal/contact name (eg Ali Khan). |\n| consignorDetails/businessName | String | 1-120 | M | Consignor business or company name (eg Ali Khan Trading LLC). |\n| consignorDetails/address | Element | N/A | M | Consignor structured address container. |\n| consignorDetails/address/streetAddress | String | 1-255 | M | Consignor street address (eg 123 Main Street). |\n| consignorDetails/address/city | String | 1-100 | M | Consignor city (eg Karachi). |\n| consignorDetails/address/postcode | String | 1-20 | M | Consignor postcode or ZIP code (eg 75500). |\n| consignorDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg PK). |\n| consignorDetails/telNo | String | 1-20 | M | Consignor telephone number (eg +92-300-1234567). |\n| consigneeDetails | Element | N/A | M | Consignee details container. |\n| consigneeDetails/name | String | 1-100 | M | Consignee personal/contact name (eg John Smith). |\n| consigneeDetails/businessName | String | 1-120 | M | Consignee business or company name (eg Smith Electronics FZE). |\n| consigneeDetails/address | Element | N/A | M | Consignee structured address container. |\n| consigneeDetails/address/streetAddress | String | 1-255 | M | Consignee street address (eg 456 Dubai Marina). |\n| consigneeDetails/address/city | String | 1-100 | M | Consignee city (eg Dubai). |\n| consigneeDetails/address/postcode | String | 1-20 | M | Consignee postcode or ZIP code (eg 12345). |\n| consigneeDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg AE). |\n| consigneeDetails/telNo | String | 1-20 | M | Consignee telephone number (eg +971-50-9876543). |\n| licenseNumbers | Array\\[String\\] | N/A | M | One or more license numbers related to the shipment or goods (eg LIC-2026-45821). |\n| certificateNumbers | Array\\[String\\] | N/A | M | One or more certificate numbers related to the shipment or goods (eg CERT-EC-99812). |\n| invoiceNumbers | Array\\[String\\] | N/A | M | One or more invoice reference numbers (eg INV-2026-00421). |\n| sendersInstructions | String | 1-256 | M | Operational instructions provided by the sender (eg Release only after customs review is complete.). |\n| itemDetails | Element | N/A | M | Line item details container (1:n occurrence). |\n| itemDetails/serialNumber | Numeric | 1-3 | M | Sequential line item number starting from 1 (eg 1). |\n| itemDetails/quantityAndDescriptionOfGoods | String | 1-256 | M | Combined quantity and goods description text (eg 2 electronic control modules). |\n| itemDetails/quantity | Numeric | 1-9 | M | Declared number of units for the line item (eg 2). Must be greater than 0. |\n| itemDetails/quantityUnitOfMeasure | String | 1-10 | M | Unit of measure for quantity (eg PCS). |\n| itemDetails/netWeight | Numeric | 1-7 | M | Net weight for the line item (eg 2.3). Must be greater than 0. |\n| itemDetails/netWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code for line-item net weight (eg KGM). |\n| itemDetails/value | Numeric | 1-12 | M | Declared line-item value (eg 150.0). Must be 0 or greater. |\n| itemDetails/freight | Numeric | 1-12 | M | Freight amount allocated to the line item (eg 25.0). Must be 0 or greater. |\n| itemDetails/otherCharges | Numeric | 1-12 | M | Other charges allocated to the line item (eg 5.0). Must be 0 or greater. |\n| itemDetails/currency | Alphabetic | 3 | M | ISO 4217 currency code (eg USD). |\n| itemDetails/hsCode | String | 6-10 | M | HS commodity code (eg 853710). |\n| itemDetails/countryOfOrigin | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods (eg PK). |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"17828c2d-8fb6-46a8-afa4-6771f3770275","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"c2346fdd-df7b-4f98-a463-5b0d298f6ba0","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-06-04T08:28:25.731Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E22P.7\n\n**Use Case**: Sending the mail data for review\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to digitally send mail data to PSW for customs clearance\n\n**Process Flow**: Pakistan Post System (E21P) → Airport Community System → Web Based One Customs System (E21CUS)\n\n**Priority**: P1\n\n**API Standards:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| content | String | 1-256 | M | High-level description of shipment contents (eg Electronic components). |\n| barcodeNumber | String | 13 | M | S10-compliant postal item identifier (eg EP123456789PK). |\n| mailBagNumber | String | 1-30 | M | Mail bag or receptacle identification number (eg PKPOST202312051234). |\n| airWaybillNumber | String | 12 | M | Air Waybill number in carrier-prefix plus serial format (eg 176-12345675). |\n| comments | String | 1-256 | M | Free-text operational or customs comments (eg Handle with care. Documents attached for customs review.). |\n| origin | String | 3 | M | Origin airport/location code (eg KHI) - IATA location identifier or UNECE REC.16. |\n| destination | String | 3 | M | Destination airport/location code (eg DXB) - IATA location identifier or UNECE REC.16. |\n| grossWeight | Numeric | 1-7 | M | Total shipment gross weight (eg 2.5). Must be greater than 0. |\n| grossWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code (eg KGM). |\n| mailType | String | 1-10 | M | Postal shipment type (eg PARCEL). |\n| consignorDetails | Element | N/A | M | Consignor details container. |\n| consignorDetails/name | String | 1-100 | M | Consignor personal/contact name (eg Ali Khan). |\n| consignorDetails/businessName | String | 1-120 | M | Consignor business or company name (eg Ali Khan Trading LLC). |\n| consignorDetails/address | Element | N/A | M | Consignor structured address container. |\n| consignorDetails/address/streetAddress | String | 1-255 | M | Consignor street address (eg 123 Main Street). |\n| consignorDetails/address/city | String | 1-100 | M | Consignor city (eg Karachi). |\n| consignorDetails/address/postcode | String | 1-20 | M | Consignor postcode or ZIP code (eg 75500). |\n| consignorDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg PK). |\n| consignorDetails/telNo | String | 1-20 | M | Consignor telephone number (eg +92-300-1234567). |\n| consigneeDetails | Element | N/A | M | Consignee details container. |\n| consigneeDetails/name | String | 1-100 | M | Consignee personal/contact name (eg John Smith). |\n| consigneeDetails/businessName | String | 1-120 | M | Consignee business or company name (eg Smith Electronics FZE). |\n| consigneeDetails/address | Element | N/A | M | Consignee structured address container. |\n| consigneeDetails/address/streetAddress | String | 1-255 | M | Consignee street address (eg 456 Dubai Marina). |\n| consigneeDetails/address/city | String | 1-100 | M | Consignee city (eg Dubai). |\n| consigneeDetails/address/postcode | String | 1-20 | M | Consignee postcode or ZIP code (eg 12345). |\n| consigneeDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg AE). |\n| consigneeDetails/telNo | String | 1-20 | M | Consignee telephone number (eg +971-50-9876543). |\n| licenseNumbers | Array\\[String\\] | N/A | M | One or more license numbers related to the shipment or goods (eg LIC-2026-45821). |\n| certificateNumbers | Array\\[String\\] | N/A | M | One or more certificate numbers related to the shipment or goods (eg CERT-EC-99812). |\n| invoiceNumbers | Array\\[String\\] | N/A | M | One or more invoice reference numbers (eg INV-2026-00421). |\n| sendersInstructions | String | 1-256 | M | Operational instructions provided by the sender (eg Release only after customs review is complete.). |\n| itemDetails | Element | N/A | M | Line item details container (1:n occurrence). |\n| itemDetails/serialNumber | Numeric | 1-3 | M | Sequential line item number starting from 1 (eg 1). |\n| itemDetails/quantityAndDescriptionOfGoods | String | 1-256 | M | Combined quantity and goods description text (eg 2 electronic control modules). |\n| itemDetails/quantity | Numeric | 1-9 | M | Declared number of units for the line item (eg 2). Must be greater than 0. |\n| itemDetails/quantityUnitOfMeasure | String | 1-10 | M | Unit of measure for quantity (eg PCS). |\n| itemDetails/netWeight | Numeric | 1-7 | M | Net weight for the line item (eg 2.3). Must be greater than 0. |\n| itemDetails/netWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code for line-item net weight (eg KGM). |\n| itemDetails/value | Numeric | 1-12 | M | Declared line-item value (eg 150.0). Must be 0 or greater. |\n| itemDetails/freight | Numeric | 1-12 | M | Freight amount allocated to the line item (eg 25.0). Must be 0 or greater. |\n| itemDetails/otherCharges | Numeric | 1-12 | M | Other charges allocated to the line item (eg 5.0). Must be 0 or greater. |\n| itemDetails/currency | Alphabetic | 3 | M | ISO 4217 currency code (eg USD). |\n| itemDetails/hsCode | String | 6-10 | M | HS commodity code (eg 853710). |\n| itemDetails/countryOfOrigin | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods (eg PK). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"f2a9e20b-0bee-4451-bc1b-2d8ed944348c","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"5eebec28-de19-488f-93fe-770782e4c7c4","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-06-04T08:28:25.731Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.E22P.7\n\n**Use Case**: Sending the mail data for review\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to digitally send mail data to PSW for customs clearance\n\n**Process Flow**: Pakistan Post System (E21P) → Airport Community System → Web Based One Customs System (E21CUS)\n\n**Priority**: P1\n\n**API Standards:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 1-10 | M | Postal declaration/form code (eg CN23). |\n| content | String | 1-256 | M | High-level description of shipment contents (eg Electronic components). |\n| barcodeNumber | String | 13 | M | S10-compliant postal item identifier (eg EP123456789PK). |\n| mailBagNumber | String | 1-30 | M | Mail bag or receptacle identification number (eg PKPOST202312051234). |\n| airWaybillNumber | String | 12 | M | Air Waybill number in carrier-prefix plus serial format (eg 176-12345675). |\n| comments | String | 1-256 | M | Free-text operational or customs comments (eg Handle with care. Documents attached for customs review.). |\n| origin | String | 3 | M | Origin airport/location code (eg KHI) - IATA location identifier or UNECE REC.16. |\n| destination | String | 3 | M | Destination airport/location code (eg DXB) - IATA location identifier or UNECE REC.16. |\n| grossWeight | Numeric | 1-7 | M | Total shipment gross weight (eg 2.5). Must be greater than 0. |\n| grossWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code (eg KGM). |\n| mailType | String | 1-10 | M | Postal shipment type (eg PARCEL). |\n| consignorDetails | Element | N/A | M | Consignor details container. |\n| consignorDetails/name | String | 1-100 | M | Consignor personal/contact name (eg Ali Khan). |\n| consignorDetails/businessName | String | 1-120 | M | Consignor business or company name (eg Ali Khan Trading LLC). |\n| consignorDetails/address | Element | N/A | M | Consignor structured address container. |\n| consignorDetails/address/streetAddress | String | 1-255 | M | Consignor street address (eg 123 Main Street). |\n| consignorDetails/address/city | String | 1-100 | M | Consignor city (eg Karachi). |\n| consignorDetails/address/postcode | String | 1-20 | M | Consignor postcode or ZIP code (eg 75500). |\n| consignorDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg PK). |\n| consignorDetails/telNo | String | 1-20 | M | Consignor telephone number (eg +92-300-1234567). |\n| consigneeDetails | Element | N/A | M | Consignee details container. |\n| consigneeDetails/name | String | 1-100 | M | Consignee personal/contact name (eg John Smith). |\n| consigneeDetails/businessName | String | 1-120 | M | Consignee business or company name (eg Smith Electronics FZE). |\n| consigneeDetails/address | Element | N/A | M | Consignee structured address container. |\n| consigneeDetails/address/streetAddress | String | 1-255 | M | Consignee street address (eg 456 Dubai Marina). |\n| consigneeDetails/address/city | String | 1-100 | M | Consignee city (eg Dubai). |\n| consigneeDetails/address/postcode | String | 1-20 | M | Consignee postcode or ZIP code (eg 12345). |\n| consigneeDetails/address/country | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code (eg AE). |\n| consigneeDetails/telNo | String | 1-20 | M | Consignee telephone number (eg +971-50-9876543). |\n| licenseNumbers | Array\\[String\\] | N/A | M | One or more license numbers related to the shipment or goods (eg LIC-2026-45821). |\n| certificateNumbers | Array\\[String\\] | N/A | M | One or more certificate numbers related to the shipment or goods (eg CERT-EC-99812). |\n| invoiceNumbers | Array\\[String\\] | N/A | M | One or more invoice reference numbers (eg INV-2026-00421). |\n| sendersInstructions | String | 1-256 | M | Operational instructions provided by the sender (eg Release only after customs review is complete.). |\n| itemDetails | Element | N/A | M | Line item details container (1:n occurrence). |\n| itemDetails/serialNumber | Numeric | 1-3 | M | Sequential line item number starting from 1 (eg 1). |\n| itemDetails/quantityAndDescriptionOfGoods | String | 1-256 | M | Combined quantity and goods description text (eg 2 electronic control modules). |\n| itemDetails/quantity | Numeric | 1-9 | M | Declared number of units for the line item (eg 2). Must be greater than 0. |\n| itemDetails/quantityUnitOfMeasure | String | 1-10 | M | Unit of measure for quantity (eg PCS). |\n| itemDetails/netWeight | Numeric | 1-7 | M | Net weight for the line item (eg 2.3). Must be greater than 0. |\n| itemDetails/netWeightUnitOfMeasure | Alphabetic | 3 | M | Weight unit code for line-item net weight (eg KGM). |\n| itemDetails/value | Numeric | 1-12 | M | Declared line-item value (eg 150.0). Must be 0 or greater. |\n| itemDetails/freight | Numeric | 1-12 | M | Freight amount allocated to the line item (eg 25.0). Must be 0 or greater. |\n| itemDetails/otherCharges | Numeric | 1-12 | M | Other charges allocated to the line item (eg 5.0). Must be 0 or greater. |\n| itemDetails/currency | Alphabetic | 3 | M | ISO 4217 currency code (eg USD). |\n| itemDetails/hsCode | String | 6-10 | M | HS commodity code (eg 853710). |\n| itemDetails/countryOfOrigin | Alphabetic | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods (eg PK). |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"1653b8a7-6b4e-497c-a793-9f13b89251d1"},{"name":"Push Customs Review to Customs","id":"8a168df0-a415-4eb1-b16b-1f51c6108e8d","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"4f0656b6-7e8d-4dfa-8b6c-74733802ee52","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-06-04T08:28:25.731Z","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":[{"id":"2202d24e-0633-49f3-9215-5839461e39c8","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"83860b8b-5130-4b5a-8f53-10c87fa4fdba","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-06-04T08:28:25.731Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/customs-reviews/:id/push/customs","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","post","export","customs-reviews",":id","push","customs"],"variable":[{"key":"id"}]},"description":"**Requirement Reference**: P.E22P.7\n\n**Use Case**: Sending the mail data for review\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS pushes mail data to Customs for clearance review.\n\n**Process Flow**: Airport Community System → Web Based One Customs System (E21CUS)\n\n**Priority**: P1\n\n**Standard**: UPU Standards (CUSITM - M43)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| cusitm_1_1_0/mail_flow | String | N/A | M | Defines the mail flow direction. Typically I for inbound. |\n| item | Array | N/A | M | Represents one or more postal items in the CUSITM message. |\n| item/ID | Object | N/A | M | Item identifier container. |\n| item/ID/idtype | String | 2 | M | Identifier type code. Sample uses 10 for S10-compliant ID. |\n| item/ID/value | String | 35 | M | Item identifier value. Sample: CP000012342CH. |\n| item/attributes | Object | N/A | M | Attribute container for postal/customs information. |\n| item/attributes/info_provider | String | 1 | M | Information provider code. Valid values include O, D, X, M, A. Sample uses O. |\n| item/attributes/upu_form | Object | N/A | O | Postal declaration/form data container. |\n| item/attributes/upu_form/addressee | Object | N/A | O | Addressee/consignee party container. |\n| item/attributes/upu_form/addressee/identification | Object | N/A | C | Addressee identification details. Required if addressee is present. |\n| item/attributes/upu_form/addressee/identification/name | String | 50 | C | Addressee name. Sample: John Smith. |\n| item/attributes/upu_form/addressee/postal_address | Object | N/A | C | Addressee postal address container. Required if addressee is present. |\n| item/attributes/upu_form/addressee/postal_address/premises | String | 50 | C | Address line. Sample: Summer avenue. |\n| item/attributes/upu_form/addressee/postal_address/locality | Object | N/A | C | Locality container. |\n| item/attributes/upu_form/addressee/postal_address/locality/code | String | 17 | O | Postal code or locality code. Sample: K1A 1M4. |\n| item/attributes/upu_form/addressee/postal_address/locality/name | String | 50 | C | City/locality name. Sample: Ottawa. |\n| item/attributes/upu_form/addressee/postal_address/locality/region | String | 50 | O | Region/state/province. Sample: ON. |\n| item/attributes/upu_form/addressee/postal_address/country_cd | String | 2 | C | ISO 2-character country code. Sample: CA. |\n| item/attributes/upu_form/measured_gross_weight | Number | N/A | O | Measured gross weight of the postal item. Sample: 12.3. |\n| item/attributes/upu_form/postage_paid | Object | N/A | O | Postage paid amount and currency container. |\n| item/attributes/upu_form/postage_paid/currency | String | 3 | C | ISO 4217 currency code. Sample: CHF. |\n| item/attributes/upu_form/postage_paid/amount | Number | N/A | C | Postage amount. Sample: 12. |\n| item/attributes/upu_form/nature_of_transaction_code | String | 3 | O | Nature of transaction code. Sample: 31, commented as Gift. |\n| item/attributes/upu_form/posting_date | Date | N/A | O | Posting date of the item. Sample: 20160413. |\n| item/attributes/upu_form/content_piece | Array | N/A | O | Line-level content item details. |\n| item/attributes/upu_form/content_piece/number | Integer | 4 | C | Content piece sequence number. Sample: 1, 2. |\n| item/attributes/upu_form/content_piece/description | String | 256 | C | Brief goods description. Samples: Swiss chocolates, Plastic toy. |\n| item/attributes/upu_form/content_piece/declared_value | Object | N/A | C | Declared value container for the content piece. |\n| item/attributes/upu_form/content_piece/declared_value/currency | String | 3 | C | ISO 4217 currency code. Sample: CHF. |\n| item/attributes/upu_form/content_piece/declared_value/amount | Number | N/A | C | Declared value amount. Samples: 20, 25. |\n| item/attributes/agreed_info | Object | N/A | O | Local/customs information container. |\n| item/attributes/agreed_info/origin_country_code | String | 2 | O | ISO 2-character origin country code. Sample: CH. |\n| item/attributes/agreed_info/mail_class | String | 1 | O | Mail class code. Sample: C. |\n| item/attributes/agreed_info/handling_class | String | 1 | O | Handling class code. Sample: V. |\n| item/attributes/agreed_info/arv_info | Object | N/A | O | Arrival information container. |\n| item/attributes/agreed_info/arv_info/transport_mode | String | 1 | O | Transport mode code. Sample: 4 for air. |\n| item/attributes/agreed_info/arv_info/date | Date | N/A | C | Arrival date. Required if arv_info is present. Sample: 20160415. |\n| item/attributes/agreed_info/references | Object | N/A | O | Customs/postal references container. |\n| item/attributes/agreed_info/references/customs_ref | Array | N/A | O | Customs reference document container. |\n| item/attributes/agreed_info/references/customs_ref/identifier | String | 80 | O | Customs reference identifier. Sample: 12345. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"040e219b-7968-4224-b2d3-9597aca3e155","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"e9e2d1c7-3159-46b9-a024-84fa1be7b88f","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-06-04T08:28:25.731Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/customs-reviews/:id/push/customs","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","post","export","customs-reviews",":id","push","customs"],"variable":[{"key":"id"}]},"description":"**Requirement Reference**: P.E22P.7\n\n**Use Case**: Sending the mail data for review\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS pushes mail data to Customs for clearance review.\n\n**Process Flow**: Airport Community System → Web Based One Customs System (E21CUS)\n\n**Priority**: P1\n\n**Standard**: UPU Standards (CUSITM - M43)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| cusitm_1_1_0/mail_flow | String | N/A | M | Defines the mail flow direction. Typically I for inbound. |\n| item | Array | N/A | M | Represents one or more postal items in the CUSITM message. |\n| item/ID | Object | N/A | M | Item identifier container. |\n| item/ID/idtype | String | 2 | M | Identifier type code. Sample uses 10 for S10-compliant ID. |\n| item/ID/value | String | 35 | M | Item identifier value. Sample: CP000012342CH. |\n| item/attributes | Object | N/A | M | Attribute container for postal/customs information. |\n| item/attributes/info_provider | String | 1 | M | Information provider code. Valid values include O, D, X, M, A. Sample uses O. |\n| item/attributes/upu_form | Object | N/A | O | Postal declaration/form data container. |\n| item/attributes/upu_form/addressee | Object | N/A | O | Addressee/consignee party container. |\n| item/attributes/upu_form/addressee/identification | Object | N/A | C | Addressee identification details. Required if addressee is present. |\n| item/attributes/upu_form/addressee/identification/name | String | 50 | C | Addressee name. Sample: John Smith. |\n| item/attributes/upu_form/addressee/postal_address | Object | N/A | C | Addressee postal address container. Required if addressee is present. |\n| item/attributes/upu_form/addressee/postal_address/premises | String | 50 | C | Address line. Sample: Summer avenue. |\n| item/attributes/upu_form/addressee/postal_address/locality | Object | N/A | C | Locality container. |\n| item/attributes/upu_form/addressee/postal_address/locality/code | String | 17 | O | Postal code or locality code. Sample: K1A 1M4. |\n| item/attributes/upu_form/addressee/postal_address/locality/name | String | 50 | C | City/locality name. Sample: Ottawa. |\n| item/attributes/upu_form/addressee/postal_address/locality/region | String | 50 | O | Region/state/province. Sample: ON. |\n| item/attributes/upu_form/addressee/postal_address/country_cd | String | 2 | C | ISO 2-character country code. Sample: CA. |\n| item/attributes/upu_form/measured_gross_weight | Number | N/A | O | Measured gross weight of the postal item. Sample: 12.3. |\n| item/attributes/upu_form/postage_paid | Object | N/A | O | Postage paid amount and currency container. |\n| item/attributes/upu_form/postage_paid/currency | String | 3 | C | ISO 4217 currency code. Sample: CHF. |\n| item/attributes/upu_form/postage_paid/amount | Number | N/A | C | Postage amount. Sample: 12. |\n| item/attributes/upu_form/nature_of_transaction_code | String | 3 | O | Nature of transaction code. Sample: 31, commented as Gift. |\n| item/attributes/upu_form/posting_date | Date | N/A | O | Posting date of the item. Sample: 20160413. |\n| item/attributes/upu_form/content_piece | Array | N/A | O | Line-level content item details. |\n| item/attributes/upu_form/content_piece/number | Integer | 4 | C | Content piece sequence number. Sample: 1, 2. |\n| item/attributes/upu_form/content_piece/description | String | 256 | C | Brief goods description. Samples: Swiss chocolates, Plastic toy. |\n| item/attributes/upu_form/content_piece/declared_value | Object | N/A | C | Declared value container for the content piece. |\n| item/attributes/upu_form/content_piece/declared_value/currency | String | 3 | C | ISO 4217 currency code. Sample: CHF. |\n| item/attributes/upu_form/content_piece/declared_value/amount | Number | N/A | C | Declared value amount. Samples: 20, 25. |\n| item/attributes/agreed_info | Object | N/A | O | Local/customs information container. |\n| item/attributes/agreed_info/origin_country_code | String | 2 | O | ISO 2-character origin country code. Sample: CH. |\n| item/attributes/agreed_info/mail_class | String | 1 | O | Mail class code. Sample: C. |\n| item/attributes/agreed_info/handling_class | String | 1 | O | Handling class code. Sample: V. |\n| item/attributes/agreed_info/arv_info | Object | N/A | O | Arrival information container. |\n| item/attributes/agreed_info/arv_info/transport_mode | String | 1 | O | Transport mode code. Sample: 4 for air. |\n| item/attributes/agreed_info/arv_info/date | Date | N/A | C | Arrival date. Required if arv_info is present. Sample: 20160415. |\n| item/attributes/agreed_info/references | Object | N/A | O | Customs/postal references container. |\n| item/attributes/agreed_info/references/customs_ref | Array | N/A | O | Customs reference document container. |\n| item/attributes/agreed_info/references/customs_ref/identifier | String | 80 | O | Customs reference identifier. Sample: 12345. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"f2cb99e7-dc19-421d-a125-9ffc45fc2738","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"c4a3b179-be52-4a13-bb93-7df9ff18a381","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-06-04T08:28:25.731Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/customs-reviews/:id/push/customs","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","post","export","customs-reviews",":id","push","customs"],"variable":[{"key":"id"}]},"description":"**Requirement Reference**: P.E22P.7\n\n**Use Case**: Sending the mail data for review\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS pushes mail data to Customs for clearance review.\n\n**Process Flow**: Airport Community System → Web Based One Customs System (E21CUS)\n\n**Priority**: P1\n\n**Standard**: UPU Standards (CUSITM - M43)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| cusitm_1_1_0/mail_flow | String | N/A | M | Defines the mail flow direction. Typically I for inbound. |\n| item | Array | N/A | M | Represents one or more postal items in the CUSITM message. |\n| item/ID | Object | N/A | M | Item identifier container. |\n| item/ID/idtype | String | 2 | M | Identifier type code. Sample uses 10 for S10-compliant ID. |\n| item/ID/value | String | 35 | M | Item identifier value. Sample: CP000012342CH. |\n| item/attributes | Object | N/A | M | Attribute container for postal/customs information. |\n| item/attributes/info_provider | String | 1 | M | Information provider code. Valid values include O, D, X, M, A. Sample uses O. |\n| item/attributes/upu_form | Object | N/A | O | Postal declaration/form data container. |\n| item/attributes/upu_form/addressee | Object | N/A | O | Addressee/consignee party container. |\n| item/attributes/upu_form/addressee/identification | Object | N/A | C | Addressee identification details. Required if addressee is present. |\n| item/attributes/upu_form/addressee/identification/name | String | 50 | C | Addressee name. Sample: John Smith. |\n| item/attributes/upu_form/addressee/postal_address | Object | N/A | C | Addressee postal address container. Required if addressee is present. |\n| item/attributes/upu_form/addressee/postal_address/premises | String | 50 | C | Address line. Sample: Summer avenue. |\n| item/attributes/upu_form/addressee/postal_address/locality | Object | N/A | C | Locality container. |\n| item/attributes/upu_form/addressee/postal_address/locality/code | String | 17 | O | Postal code or locality code. Sample: K1A 1M4. |\n| item/attributes/upu_form/addressee/postal_address/locality/name | String | 50 | C | City/locality name. Sample: Ottawa. |\n| item/attributes/upu_form/addressee/postal_address/locality/region | String | 50 | O | Region/state/province. Sample: ON. |\n| item/attributes/upu_form/addressee/postal_address/country_cd | String | 2 | C | ISO 2-character country code. Sample: CA. |\n| item/attributes/upu_form/measured_gross_weight | Number | N/A | O | Measured gross weight of the postal item. Sample: 12.3. |\n| item/attributes/upu_form/postage_paid | Object | N/A | O | Postage paid amount and currency container. |\n| item/attributes/upu_form/postage_paid/currency | String | 3 | C | ISO 4217 currency code. Sample: CHF. |\n| item/attributes/upu_form/postage_paid/amount | Number | N/A | C | Postage amount. Sample: 12. |\n| item/attributes/upu_form/nature_of_transaction_code | String | 3 | O | Nature of transaction code. Sample: 31, commented as Gift. |\n| item/attributes/upu_form/posting_date | Date | N/A | O | Posting date of the item. Sample: 20160413. |\n| item/attributes/upu_form/content_piece | Array | N/A | O | Line-level content item details. |\n| item/attributes/upu_form/content_piece/number | Integer | 4 | C | Content piece sequence number. Sample: 1, 2. |\n| item/attributes/upu_form/content_piece/description | String | 256 | C | Brief goods description. Samples: Swiss chocolates, Plastic toy. |\n| item/attributes/upu_form/content_piece/declared_value | Object | N/A | C | Declared value container for the content piece. |\n| item/attributes/upu_form/content_piece/declared_value/currency | String | 3 | C | ISO 4217 currency code. Sample: CHF. |\n| item/attributes/upu_form/content_piece/declared_value/amount | Number | N/A | C | Declared value amount. Samples: 20, 25. |\n| item/attributes/agreed_info | Object | N/A | O | Local/customs information container. |\n| item/attributes/agreed_info/origin_country_code | String | 2 | O | ISO 2-character origin country code. Sample: CH. |\n| item/attributes/agreed_info/mail_class | String | 1 | O | Mail class code. Sample: C. |\n| item/attributes/agreed_info/handling_class | String | 1 | O | Handling class code. Sample: V. |\n| item/attributes/agreed_info/arv_info | Object | N/A | O | Arrival information container. |\n| item/attributes/agreed_info/arv_info/transport_mode | String | 1 | O | Transport mode code. Sample: 4 for air. |\n| item/attributes/agreed_info/arv_info/date | Date | N/A | C | Arrival date. Required if arv_info is present. Sample: 20160415. |\n| item/attributes/agreed_info/references | Object | N/A | O | Customs/postal references container. |\n| item/attributes/agreed_info/references/customs_ref | Array | N/A | O | Customs reference document container. |\n| item/attributes/agreed_info/references/customs_ref/identifier | String | 80 | O | Customs reference identifier. Sample: 12345. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"e4cae11e-e6b9-4d02-a872-a1d11eade123","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"10d1eb97-2938-48e2-af74-f7be5115e023","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-06-04T08:28:25.731Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/customs-reviews/:id/push/customs","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","post","export","customs-reviews",":id","push","customs"],"variable":[{"key":"id"}]},"description":"**Requirement Reference**: P.E22P.7\n\n**Use Case**: Sending the mail data for review\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS pushes mail data to Customs for clearance review.\n\n**Process Flow**: Airport Community System → Web Based One Customs System (E21CUS)\n\n**Priority**: P1\n\n**Standard**: UPU Standards (CUSITM - M43)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| cusitm_1_1_0/mail_flow | String | N/A | M | Defines the mail flow direction. Typically I for inbound. |\n| item | Array | N/A | M | Represents one or more postal items in the CUSITM message. |\n| item/ID | Object | N/A | M | Item identifier container. |\n| item/ID/idtype | String | 2 | M | Identifier type code. Sample uses 10 for S10-compliant ID. |\n| item/ID/value | String | 35 | M | Item identifier value. Sample: CP000012342CH. |\n| item/attributes | Object | N/A | M | Attribute container for postal/customs information. |\n| item/attributes/info_provider | String | 1 | M | Information provider code. Valid values include O, D, X, M, A. Sample uses O. |\n| item/attributes/upu_form | Object | N/A | O | Postal declaration/form data container. |\n| item/attributes/upu_form/addressee | Object | N/A | O | Addressee/consignee party container. |\n| item/attributes/upu_form/addressee/identification | Object | N/A | C | Addressee identification details. Required if addressee is present. |\n| item/attributes/upu_form/addressee/identification/name | String | 50 | C | Addressee name. Sample: John Smith. |\n| item/attributes/upu_form/addressee/postal_address | Object | N/A | C | Addressee postal address container. Required if addressee is present. |\n| item/attributes/upu_form/addressee/postal_address/premises | String | 50 | C | Address line. Sample: Summer avenue. |\n| item/attributes/upu_form/addressee/postal_address/locality | Object | N/A | C | Locality container. |\n| item/attributes/upu_form/addressee/postal_address/locality/code | String | 17 | O | Postal code or locality code. Sample: K1A 1M4. |\n| item/attributes/upu_form/addressee/postal_address/locality/name | String | 50 | C | City/locality name. Sample: Ottawa. |\n| item/attributes/upu_form/addressee/postal_address/locality/region | String | 50 | O | Region/state/province. Sample: ON. |\n| item/attributes/upu_form/addressee/postal_address/country_cd | String | 2 | C | ISO 2-character country code. Sample: CA. |\n| item/attributes/upu_form/measured_gross_weight | Number | N/A | O | Measured gross weight of the postal item. Sample: 12.3. |\n| item/attributes/upu_form/postage_paid | Object | N/A | O | Postage paid amount and currency container. |\n| item/attributes/upu_form/postage_paid/currency | String | 3 | C | ISO 4217 currency code. Sample: CHF. |\n| item/attributes/upu_form/postage_paid/amount | Number | N/A | C | Postage amount. Sample: 12. |\n| item/attributes/upu_form/nature_of_transaction_code | String | 3 | O | Nature of transaction code. Sample: 31, commented as Gift. |\n| item/attributes/upu_form/posting_date | Date | N/A | O | Posting date of the item. Sample: 20160413. |\n| item/attributes/upu_form/content_piece | Array | N/A | O | Line-level content item details. |\n| item/attributes/upu_form/content_piece/number | Integer | 4 | C | Content piece sequence number. Sample: 1, 2. |\n| item/attributes/upu_form/content_piece/description | String | 256 | C | Brief goods description. Samples: Swiss chocolates, Plastic toy. |\n| item/attributes/upu_form/content_piece/declared_value | Object | N/A | C | Declared value container for the content piece. |\n| item/attributes/upu_form/content_piece/declared_value/currency | String | 3 | C | ISO 4217 currency code. Sample: CHF. |\n| item/attributes/upu_form/content_piece/declared_value/amount | Number | N/A | C | Declared value amount. Samples: 20, 25. |\n| item/attributes/agreed_info | Object | N/A | O | Local/customs information container. |\n| item/attributes/agreed_info/origin_country_code | String | 2 | O | ISO 2-character origin country code. Sample: CH. |\n| item/attributes/agreed_info/mail_class | String | 1 | O | Mail class code. Sample: C. |\n| item/attributes/agreed_info/handling_class | String | 1 | O | Handling class code. Sample: V. |\n| item/attributes/agreed_info/arv_info | Object | N/A | O | Arrival information container. |\n| item/attributes/agreed_info/arv_info/transport_mode | String | 1 | O | Transport mode code. Sample: 4 for air. |\n| item/attributes/agreed_info/arv_info/date | Date | N/A | C | Arrival date. Required if arv_info is present. Sample: 20160415. |\n| item/attributes/agreed_info/references | Object | N/A | O | Customs/postal references container. |\n| item/attributes/agreed_info/references/customs_ref | Array | N/A | O | Customs reference document container. |\n| item/attributes/agreed_info/references/customs_ref/identifier | String | 80 | O | Customs reference identifier. Sample: 12345. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"caf6f667-59cc-4c2c-86b1-5806ed901b54","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"24976983-ed58-4dbd-900b-79246db8acb5","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-06-04T08:28:25.731Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/customs-reviews/:id/push/customs","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","post","export","customs-reviews",":id","push","customs"],"variable":[{"key":"id"}]},"description":"**Requirement Reference**: P.E22P.7\n\n**Use Case**: Sending the mail data for review\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS pushes mail data to Customs for clearance review.\n\n**Process Flow**: Airport Community System → Web Based One Customs System (E21CUS)\n\n**Priority**: P1\n\n**Standard**: UPU Standards (CUSITM - M43)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| cusitm_1_1_0/mail_flow | String | N/A | M | Defines the mail flow direction. Typically I for inbound. |\n| item | Array | N/A | M | Represents one or more postal items in the CUSITM message. |\n| item/ID | Object | N/A | M | Item identifier container. |\n| item/ID/idtype | String | 2 | M | Identifier type code. Sample uses 10 for S10-compliant ID. |\n| item/ID/value | String | 35 | M | Item identifier value. Sample: CP000012342CH. |\n| item/attributes | Object | N/A | M | Attribute container for postal/customs information. |\n| item/attributes/info_provider | String | 1 | M | Information provider code. Valid values include O, D, X, M, A. Sample uses O. |\n| item/attributes/upu_form | Object | N/A | O | Postal declaration/form data container. |\n| item/attributes/upu_form/addressee | Object | N/A | O | Addressee/consignee party container. |\n| item/attributes/upu_form/addressee/identification | Object | N/A | C | Addressee identification details. Required if addressee is present. |\n| item/attributes/upu_form/addressee/identification/name | String | 50 | C | Addressee name. Sample: John Smith. |\n| item/attributes/upu_form/addressee/postal_address | Object | N/A | C | Addressee postal address container. Required if addressee is present. |\n| item/attributes/upu_form/addressee/postal_address/premises | String | 50 | C | Address line. Sample: Summer avenue. |\n| item/attributes/upu_form/addressee/postal_address/locality | Object | N/A | C | Locality container. |\n| item/attributes/upu_form/addressee/postal_address/locality/code | String | 17 | O | Postal code or locality code. Sample: K1A 1M4. |\n| item/attributes/upu_form/addressee/postal_address/locality/name | String | 50 | C | City/locality name. Sample: Ottawa. |\n| item/attributes/upu_form/addressee/postal_address/locality/region | String | 50 | O | Region/state/province. Sample: ON. |\n| item/attributes/upu_form/addressee/postal_address/country_cd | String | 2 | C | ISO 2-character country code. Sample: CA. |\n| item/attributes/upu_form/measured_gross_weight | Number | N/A | O | Measured gross weight of the postal item. Sample: 12.3. |\n| item/attributes/upu_form/postage_paid | Object | N/A | O | Postage paid amount and currency container. |\n| item/attributes/upu_form/postage_paid/currency | String | 3 | C | ISO 4217 currency code. Sample: CHF. |\n| item/attributes/upu_form/postage_paid/amount | Number | N/A | C | Postage amount. Sample: 12. |\n| item/attributes/upu_form/nature_of_transaction_code | String | 3 | O | Nature of transaction code. Sample: 31, commented as Gift. |\n| item/attributes/upu_form/posting_date | Date | N/A | O | Posting date of the item. Sample: 20160413. |\n| item/attributes/upu_form/content_piece | Array | N/A | O | Line-level content item details. |\n| item/attributes/upu_form/content_piece/number | Integer | 4 | C | Content piece sequence number. Sample: 1, 2. |\n| item/attributes/upu_form/content_piece/description | String | 256 | C | Brief goods description. Samples: Swiss chocolates, Plastic toy. |\n| item/attributes/upu_form/content_piece/declared_value | Object | N/A | C | Declared value container for the content piece. |\n| item/attributes/upu_form/content_piece/declared_value/currency | String | 3 | C | ISO 4217 currency code. Sample: CHF. |\n| item/attributes/upu_form/content_piece/declared_value/amount | Number | N/A | C | Declared value amount. Samples: 20, 25. |\n| item/attributes/agreed_info | Object | N/A | O | Local/customs information container. |\n| item/attributes/agreed_info/origin_country_code | String | 2 | O | ISO 2-character origin country code. Sample: CH. |\n| item/attributes/agreed_info/mail_class | String | 1 | O | Mail class code. Sample: C. |\n| item/attributes/agreed_info/handling_class | String | 1 | O | Handling class code. Sample: V. |\n| item/attributes/agreed_info/arv_info | Object | N/A | O | Arrival information container. |\n| item/attributes/agreed_info/arv_info/transport_mode | String | 1 | O | Transport mode code. Sample: 4 for air. |\n| item/attributes/agreed_info/arv_info/date | Date | N/A | C | Arrival date. Required if arv_info is present. Sample: 20160415. |\n| item/attributes/agreed_info/references | Object | N/A | O | Customs/postal references container. |\n| item/attributes/agreed_info/references/customs_ref | Array | N/A | O | Customs reference document container. |\n| item/attributes/agreed_info/references/customs_ref/identifier | String | 80 | O | Customs reference identifier. Sample: 12345. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"ef186172-b493-439b-bdd6-cef6651aa7a4","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"b9057f0a-f147-4aa9-ba0c-6d6d012c9286","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-06-04T08:28:25.731Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/customs-reviews/:id/push/customs","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","post","export","customs-reviews",":id","push","customs"],"variable":[{"key":"id"}]},"description":"**Requirement Reference**: P.E22P.7\n\n**Use Case**: Sending the mail data for review\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS pushes mail data to Customs for clearance review.\n\n**Process Flow**: Airport Community System → Web Based One Customs System (E21CUS)\n\n**Priority**: P1\n\n**Standard**: UPU Standards (CUSITM - M43)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| cusitm_1_1_0/mail_flow | String | N/A | M | Defines the mail flow direction. Typically I for inbound. |\n| item | Array | N/A | M | Represents one or more postal items in the CUSITM message. |\n| item/ID | Object | N/A | M | Item identifier container. |\n| item/ID/idtype | String | 2 | M | Identifier type code. Sample uses 10 for S10-compliant ID. |\n| item/ID/value | String | 35 | M | Item identifier value. Sample: CP000012342CH. |\n| item/attributes | Object | N/A | M | Attribute container for postal/customs information. |\n| item/attributes/info_provider | String | 1 | M | Information provider code. Valid values include O, D, X, M, A. Sample uses O. |\n| item/attributes/upu_form | Object | N/A | O | Postal declaration/form data container. |\n| item/attributes/upu_form/addressee | Object | N/A | O | Addressee/consignee party container. |\n| item/attributes/upu_form/addressee/identification | Object | N/A | C | Addressee identification details. Required if addressee is present. |\n| item/attributes/upu_form/addressee/identification/name | String | 50 | C | Addressee name. Sample: John Smith. |\n| item/attributes/upu_form/addressee/postal_address | Object | N/A | C | Addressee postal address container. Required if addressee is present. |\n| item/attributes/upu_form/addressee/postal_address/premises | String | 50 | C | Address line. Sample: Summer avenue. |\n| item/attributes/upu_form/addressee/postal_address/locality | Object | N/A | C | Locality container. |\n| item/attributes/upu_form/addressee/postal_address/locality/code | String | 17 | O | Postal code or locality code. Sample: K1A 1M4. |\n| item/attributes/upu_form/addressee/postal_address/locality/name | String | 50 | C | City/locality name. Sample: Ottawa. |\n| item/attributes/upu_form/addressee/postal_address/locality/region | String | 50 | O | Region/state/province. Sample: ON. |\n| item/attributes/upu_form/addressee/postal_address/country_cd | String | 2 | C | ISO 2-character country code. Sample: CA. |\n| item/attributes/upu_form/measured_gross_weight | Number | N/A | O | Measured gross weight of the postal item. Sample: 12.3. |\n| item/attributes/upu_form/postage_paid | Object | N/A | O | Postage paid amount and currency container. |\n| item/attributes/upu_form/postage_paid/currency | String | 3 | C | ISO 4217 currency code. Sample: CHF. |\n| item/attributes/upu_form/postage_paid/amount | Number | N/A | C | Postage amount. Sample: 12. |\n| item/attributes/upu_form/nature_of_transaction_code | String | 3 | O | Nature of transaction code. Sample: 31, commented as Gift. |\n| item/attributes/upu_form/posting_date | Date | N/A | O | Posting date of the item. Sample: 20160413. |\n| item/attributes/upu_form/content_piece | Array | N/A | O | Line-level content item details. |\n| item/attributes/upu_form/content_piece/number | Integer | 4 | C | Content piece sequence number. Sample: 1, 2. |\n| item/attributes/upu_form/content_piece/description | String | 256 | C | Brief goods description. Samples: Swiss chocolates, Plastic toy. |\n| item/attributes/upu_form/content_piece/declared_value | Object | N/A | C | Declared value container for the content piece. |\n| item/attributes/upu_form/content_piece/declared_value/currency | String | 3 | C | ISO 4217 currency code. Sample: CHF. |\n| item/attributes/upu_form/content_piece/declared_value/amount | Number | N/A | C | Declared value amount. Samples: 20, 25. |\n| item/attributes/agreed_info | Object | N/A | O | Local/customs information container. |\n| item/attributes/agreed_info/origin_country_code | String | 2 | O | ISO 2-character origin country code. Sample: CH. |\n| item/attributes/agreed_info/mail_class | String | 1 | O | Mail class code. Sample: C. |\n| item/attributes/agreed_info/handling_class | String | 1 | O | Handling class code. Sample: V. |\n| item/attributes/agreed_info/arv_info | Object | N/A | O | Arrival information container. |\n| item/attributes/agreed_info/arv_info/transport_mode | String | 1 | O | Transport mode code. Sample: 4 for air. |\n| item/attributes/agreed_info/arv_info/date | Date | N/A | C | Arrival date. Required if arv_info is present. Sample: 20160415. |\n| item/attributes/agreed_info/references | Object | N/A | O | Customs/postal references container. |\n| item/attributes/agreed_info/references/customs_ref | Array | N/A | O | Customs reference document container. |\n| item/attributes/agreed_info/references/customs_ref/identifier | String | 80 | O | Customs reference identifier. Sample: 12345. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"9ab5a493-534e-44aa-b5ce-94fb9bba4eca","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"51b92cfa-9659-4f68-8f05-1d70a4d99933","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-06-04T08:28:25.731Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/customs-reviews/:id/push/customs","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","post","export","customs-reviews",":id","push","customs"],"variable":[{"key":"id"}]},"description":"**Requirement Reference**: P.E22P.7\n\n**Use Case**: Sending the mail data for review\n\n**Integration Point**: IN_FR-1-PSTE-PGD-R-01-UC-01\n\n**Description:** ACS pushes mail data to Customs for clearance review.\n\n**Process Flow**: Airport Community System → Web Based One Customs System (E21CUS)\n\n**Priority**: P1\n\n**Standard**: UPU Standards (CUSITM - M43)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| cusitm_1_1_0/mail_flow | String | N/A | M | Defines the mail flow direction. Typically I for inbound. |\n| item | Array | N/A | M | Represents one or more postal items in the CUSITM message. |\n| item/ID | Object | N/A | M | Item identifier container. |\n| item/ID/idtype | String | 2 | M | Identifier type code. Sample uses 10 for S10-compliant ID. |\n| item/ID/value | String | 35 | M | Item identifier value. Sample: CP000012342CH. |\n| item/attributes | Object | N/A | M | Attribute container for postal/customs information. |\n| item/attributes/info_provider | String | 1 | M | Information provider code. Valid values include O, D, X, M, A. Sample uses O. |\n| item/attributes/upu_form | Object | N/A | O | Postal declaration/form data container. |\n| item/attributes/upu_form/addressee | Object | N/A | O | Addressee/consignee party container. |\n| item/attributes/upu_form/addressee/identification | Object | N/A | C | Addressee identification details. Required if addressee is present. |\n| item/attributes/upu_form/addressee/identification/name | String | 50 | C | Addressee name. Sample: John Smith. |\n| item/attributes/upu_form/addressee/postal_address | Object | N/A | C | Addressee postal address container. Required if addressee is present. |\n| item/attributes/upu_form/addressee/postal_address/premises | String | 50 | C | Address line. Sample: Summer avenue. |\n| item/attributes/upu_form/addressee/postal_address/locality | Object | N/A | C | Locality container. |\n| item/attributes/upu_form/addressee/postal_address/locality/code | String | 17 | O | Postal code or locality code. Sample: K1A 1M4. |\n| item/attributes/upu_form/addressee/postal_address/locality/name | String | 50 | C | City/locality name. Sample: Ottawa. |\n| item/attributes/upu_form/addressee/postal_address/locality/region | String | 50 | O | Region/state/province. Sample: ON. |\n| item/attributes/upu_form/addressee/postal_address/country_cd | String | 2 | C | ISO 2-character country code. Sample: CA. |\n| item/attributes/upu_form/measured_gross_weight | Number | N/A | O | Measured gross weight of the postal item. Sample: 12.3. |\n| item/attributes/upu_form/postage_paid | Object | N/A | O | Postage paid amount and currency container. |\n| item/attributes/upu_form/postage_paid/currency | String | 3 | C | ISO 4217 currency code. Sample: CHF. |\n| item/attributes/upu_form/postage_paid/amount | Number | N/A | C | Postage amount. Sample: 12. |\n| item/attributes/upu_form/nature_of_transaction_code | String | 3 | O | Nature of transaction code. Sample: 31, commented as Gift. |\n| item/attributes/upu_form/posting_date | Date | N/A | O | Posting date of the item. Sample: 20160413. |\n| item/attributes/upu_form/content_piece | Array | N/A | O | Line-level content item details. |\n| item/attributes/upu_form/content_piece/number | Integer | 4 | C | Content piece sequence number. Sample: 1, 2. |\n| item/attributes/upu_form/content_piece/description | String | 256 | C | Brief goods description. Samples: Swiss chocolates, Plastic toy. |\n| item/attributes/upu_form/content_piece/declared_value | Object | N/A | C | Declared value container for the content piece. |\n| item/attributes/upu_form/content_piece/declared_value/currency | String | 3 | C | ISO 4217 currency code. Sample: CHF. |\n| item/attributes/upu_form/content_piece/declared_value/amount | Number | N/A | C | Declared value amount. Samples: 20, 25. |\n| item/attributes/agreed_info | Object | N/A | O | Local/customs information container. |\n| item/attributes/agreed_info/origin_country_code | String | 2 | O | ISO 2-character origin country code. Sample: CH. |\n| item/attributes/agreed_info/mail_class | String | 1 | O | Mail class code. Sample: C. |\n| item/attributes/agreed_info/handling_class | String | 1 | O | Handling class code. Sample: V. |\n| item/attributes/agreed_info/arv_info | Object | N/A | O | Arrival information container. |\n| item/attributes/agreed_info/arv_info/transport_mode | String | 1 | O | Transport mode code. Sample: 4 for air. |\n| item/attributes/agreed_info/arv_info/date | Date | N/A | C | Arrival date. Required if arv_info is present. Sample: 20160415. |\n| item/attributes/agreed_info/references | Object | N/A | O | Customs/postal references container. |\n| item/attributes/agreed_info/references/customs_ref | Array | N/A | O | Customs reference document container. |\n| item/attributes/agreed_info/references/customs_ref/identifier | String | 80 | O | Customs reference identifier. Sample: 12345. |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"8a168df0-a415-4eb1-b16b-1f51c6108e8d"},{"name":"Receive Customs Clearance Status","id":"079f7371-1ecb-47a4-a191-1784dc9fe22d","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"1dc71032-1130-4f7f-a2d9-f9b50ef54572","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-06-04T08:28:25.731Z","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":[{"id":"854b042c-de41-4f0d-9858-b7e42917c8f4","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"3d1b19e1-4aeb-4e32-8706-e58e04c397c1","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-06-04T08:28:25.731Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [CUSRSP](https://postman.belli.app/#999dd67f-6cd2-4fd5-a353-021218346edb)\n    \n\n**Requirement Reference**: P.E22CUS.8\n\n**Use Case**: Mail Cleared/Detained/Returned\n\n**Integration Points**:\n\n- IN_FR-1-PSTE-PGD-R-01-UC-02\n    \n- IN_FR-1-PSTE-PGD-R-01-UC-03\n    \n\n**Description:** ACS will enable Customs to inform Post on the clearance status of mail in digital format\n\n**Process Flow**: Web Based One Customs System (E22CUS) → Airport Community System → Pakistan Post System (E22P)\n\n**Priority**: P1\n\n**Standard**: UPU Standards\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| clearanceStatus | String | 70 | M | Overall status of the selected consignment. Example values: RECEIVED, UNDER_EXAMINATION, UNDER_ASSESSMENT, CLEARED, DETAINED, RETURNED. |\n| customsOfficerId | String | 70 | M | Customs officer identifier. |\n| clearanceDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the status was recorded. |\n| remarks | String | 255 | O | Additional remarks related to the current status. |\n| consignmentSummary | Object | N/A | M | Summary counts used by the postal consignments view tiles. |\n| consignmentSummary/consignmentsReceivedToday | Integer | N/A | M | Total consignments received today. |\n| consignmentSummary/consignmentsUnderExamination | Integer | N/A | M | Total consignments currently under examination. |\n| consignmentSummary/consignmentsUnderAssessment | Integer | N/A | M | Total consignments currently under assessment. |\n| consignments | Array | N/A | M | List-view data for postal consignments. |\n| consignments/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignments/formType | String | 10 | M | Postal declaration or form type. Example: CN23. |\n| consignments/consignmentType | String | 35 | M | Consignment category. Example: PARCEL. |\n| consignments/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number associated with the consignment. |\n| consignments/consignorCity | String | 100 | M | Consignor city displayed in the consignments list. |\n| consignments/consigneeCity | String | 100 | M | Consignee city displayed in the consignments list. |\n| consignments/psidAmountPkr | Number | 1-12 | O | PSID amount in PKR for the consignment. |\n| consignments/psid | String | 70 | O | Payment slip ID associated with the consignment. |\n| consignments/status | String | 70 | M | Status shown in the consignments list. |\n| consignmentDetails | Object | N/A | M | Detailed consignment data for the selected record. |\n| consignmentDetails/formType | String | 10 | M | Postal declaration or form type. |\n| consignmentDetails/content | String | 256 | M | High-level description of the consignment contents. |\n| consignmentDetails/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignmentDetails/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number for the selected consignment. |\n| consignmentDetails/comments | String | 256 | O | Operational or customs comments for the selected consignment. |\n| consignmentDetails/psid | String | 70 | O | Payment slip ID for the selected consignment. |\n| consignmentDetails/psidAmountPkr | Number | 1-12 | O | Payment slip amount in PKR for the selected consignment. |\n| consignmentDetails/licenseNumbers | Array\\[String\\] | N/A | O | One or more license numbers related to the consignment. |\n| consignmentDetails/certificateNumbers | Array\\[String\\] | N/A | O | One or more certificate numbers related to the consignment. |\n| consignmentDetails/invoiceNumbers | Array\\[String\\] | N/A | O | One or more invoice reference numbers related to the consignment. |\n| consignmentDetails/sendersInstructions | String | 256 | O | Instructions provided by the sender. |\n| consignmentDetails/consignorDetails | Object | N/A | M | Consignor details container. |\n| consignmentDetails/consignorDetails/name | String | 100 | M | Consignor name. |\n| consignmentDetails/consignorDetails/businessName | String | 120 | M | Consignor business or company name. |\n| consignmentDetails/consignorDetails/address/streetAddress | String | 255 | M | Consignor street address. |\n| consignmentDetails/consignorDetails/address/postcode | String | 20 | M | Consignor postcode or ZIP code. |\n| consignmentDetails/consignorDetails/telNo | String | 20 | M | Consignor telephone number. |\n| consignmentDetails/consignorDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignor. |\n| consignmentDetails/consignorDetails/address/city | String | 100 | M | Consignor city. |\n| consignmentDetails/consigneeDetails | Object | N/A | M | Consignee details container. |\n| consignmentDetails/consigneeDetails/name | String | 100 | M | Consignee name. |\n| consignmentDetails/consigneeDetails/businessName | String | 120 | M | Consignee business or company name. |\n| consignmentDetails/consigneeDetails/address/streetAddress | String | 255 | M | Consignee street address. |\n| consignmentDetails/consigneeDetails/address/postcode | String | 20 | M | Consignee postcode or ZIP code. |\n| consignmentDetails/consigneeDetails/telNo | String | 20 | M | Consignee telephone number. |\n| consignmentDetails/consigneeDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignee. |\n| consignmentDetails/consigneeDetails/address/city | String | 100 | M | Consignee city. |\n| consignmentDetails/itemDetails | Array | N/A | M | Line-level item details for the selected consignment. |\n| consignmentDetails/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| consignmentDetails/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| consignmentDetails/itemDetails/quantity | Number | 1-9 | M | Declared number of units for the line item. |\n| consignmentDetails/itemDetails/netWeight | Number | 1-7 | M | Net weight for the line item. |\n| consignmentDetails/itemDetails/declaredValue | Number | 1-12 | M | Declared value for the line item. |\n| consignmentDetails/itemDetails/declaredHsCode | String | 6-10 | M | Declared HS code for the line item. |\n| consignmentDetails/itemDetails/assessedHsCode | String | 6-10 | O | HS code assessed by customs for the line item. |\n| consignmentDetails/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods. |\n| consignmentDetails/itemDetails/dutiesTaxesFeesPkr | Number | 1-12 | O | Total duties, taxes, and fees in PKR for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes | Array | N/A | O | Breakdown of duties, taxes, and fees for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes/dutyTaxFeeName | String | 70 | C | Name of the duty, tax, or fee. Required if dutiesTaxes is present. |\n| consignmentDetails/itemDetails/dutiesTaxes/amountPkr | Number | 1-12 | C | Amount in PKR for the duty, tax, or fee. Required if dutiesTaxes is present. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c737da47-d129-4faa-99ed-42c1cd0bf0a9","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"5045e78f-1909-41e1-b9ed-fe0d76e950c8","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-06-04T08:28:25.731Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [CUSRSP](https://postman.belli.app/#999dd67f-6cd2-4fd5-a353-021218346edb)\n    \n\n**Requirement Reference**: P.E22CUS.8\n\n**Use Case**: Mail Cleared/Detained/Returned\n\n**Integration Points**:\n\n- IN_FR-1-PSTE-PGD-R-01-UC-02\n    \n- IN_FR-1-PSTE-PGD-R-01-UC-03\n    \n\n**Description:** ACS will enable Customs to inform Post on the clearance status of mail in digital format\n\n**Process Flow**: Web Based One Customs System (E22CUS) → Airport Community System → Pakistan Post System (E22P)\n\n**Priority**: P1\n\n**Standard**: UPU Standards\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| clearanceStatus | String | 70 | M | Overall status of the selected consignment. Example values: RECEIVED, UNDER_EXAMINATION, UNDER_ASSESSMENT, CLEARED, DETAINED, RETURNED. |\n| customsOfficerId | String | 70 | M | Customs officer identifier. |\n| clearanceDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the status was recorded. |\n| remarks | String | 255 | O | Additional remarks related to the current status. |\n| consignmentSummary | Object | N/A | M | Summary counts used by the postal consignments view tiles. |\n| consignmentSummary/consignmentsReceivedToday | Integer | N/A | M | Total consignments received today. |\n| consignmentSummary/consignmentsUnderExamination | Integer | N/A | M | Total consignments currently under examination. |\n| consignmentSummary/consignmentsUnderAssessment | Integer | N/A | M | Total consignments currently under assessment. |\n| consignments | Array | N/A | M | List-view data for postal consignments. |\n| consignments/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignments/formType | String | 10 | M | Postal declaration or form type. Example: CN23. |\n| consignments/consignmentType | String | 35 | M | Consignment category. Example: PARCEL. |\n| consignments/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number associated with the consignment. |\n| consignments/consignorCity | String | 100 | M | Consignor city displayed in the consignments list. |\n| consignments/consigneeCity | String | 100 | M | Consignee city displayed in the consignments list. |\n| consignments/psidAmountPkr | Number | 1-12 | O | PSID amount in PKR for the consignment. |\n| consignments/psid | String | 70 | O | Payment slip ID associated with the consignment. |\n| consignments/status | String | 70 | M | Status shown in the consignments list. |\n| consignmentDetails | Object | N/A | M | Detailed consignment data for the selected record. |\n| consignmentDetails/formType | String | 10 | M | Postal declaration or form type. |\n| consignmentDetails/content | String | 256 | M | High-level description of the consignment contents. |\n| consignmentDetails/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignmentDetails/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number for the selected consignment. |\n| consignmentDetails/comments | String | 256 | O | Operational or customs comments for the selected consignment. |\n| consignmentDetails/psid | String | 70 | O | Payment slip ID for the selected consignment. |\n| consignmentDetails/psidAmountPkr | Number | 1-12 | O | Payment slip amount in PKR for the selected consignment. |\n| consignmentDetails/licenseNumbers | Array\\[String\\] | N/A | O | One or more license numbers related to the consignment. |\n| consignmentDetails/certificateNumbers | Array\\[String\\] | N/A | O | One or more certificate numbers related to the consignment. |\n| consignmentDetails/invoiceNumbers | Array\\[String\\] | N/A | O | One or more invoice reference numbers related to the consignment. |\n| consignmentDetails/sendersInstructions | String | 256 | O | Instructions provided by the sender. |\n| consignmentDetails/consignorDetails | Object | N/A | M | Consignor details container. |\n| consignmentDetails/consignorDetails/name | String | 100 | M | Consignor name. |\n| consignmentDetails/consignorDetails/businessName | String | 120 | M | Consignor business or company name. |\n| consignmentDetails/consignorDetails/address/streetAddress | String | 255 | M | Consignor street address. |\n| consignmentDetails/consignorDetails/address/postcode | String | 20 | M | Consignor postcode or ZIP code. |\n| consignmentDetails/consignorDetails/telNo | String | 20 | M | Consignor telephone number. |\n| consignmentDetails/consignorDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignor. |\n| consignmentDetails/consignorDetails/address/city | String | 100 | M | Consignor city. |\n| consignmentDetails/consigneeDetails | Object | N/A | M | Consignee details container. |\n| consignmentDetails/consigneeDetails/name | String | 100 | M | Consignee name. |\n| consignmentDetails/consigneeDetails/businessName | String | 120 | M | Consignee business or company name. |\n| consignmentDetails/consigneeDetails/address/streetAddress | String | 255 | M | Consignee street address. |\n| consignmentDetails/consigneeDetails/address/postcode | String | 20 | M | Consignee postcode or ZIP code. |\n| consignmentDetails/consigneeDetails/telNo | String | 20 | M | Consignee telephone number. |\n| consignmentDetails/consigneeDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignee. |\n| consignmentDetails/consigneeDetails/address/city | String | 100 | M | Consignee city. |\n| consignmentDetails/itemDetails | Array | N/A | M | Line-level item details for the selected consignment. |\n| consignmentDetails/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| consignmentDetails/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| consignmentDetails/itemDetails/quantity | Number | 1-9 | M | Declared number of units for the line item. |\n| consignmentDetails/itemDetails/netWeight | Number | 1-7 | M | Net weight for the line item. |\n| consignmentDetails/itemDetails/declaredValue | Number | 1-12 | M | Declared value for the line item. |\n| consignmentDetails/itemDetails/declaredHsCode | String | 6-10 | M | Declared HS code for the line item. |\n| consignmentDetails/itemDetails/assessedHsCode | String | 6-10 | O | HS code assessed by customs for the line item. |\n| consignmentDetails/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods. |\n| consignmentDetails/itemDetails/dutiesTaxesFeesPkr | Number | 1-12 | O | Total duties, taxes, and fees in PKR for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes | Array | N/A | O | Breakdown of duties, taxes, and fees for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes/dutyTaxFeeName | String | 70 | C | Name of the duty, tax, or fee. Required if dutiesTaxes is present. |\n| consignmentDetails/itemDetails/dutiesTaxes/amountPkr | Number | 1-12 | C | Amount in PKR for the duty, tax, or fee. Required if dutiesTaxes is present. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"054f8bb8-745f-4913-8ce4-1ed723bd03b2","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"b9676e58-2256-4ca0-b345-6c53a21381fa","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-06-04T08:28:25.731Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [CUSRSP](https://postman.belli.app/#999dd67f-6cd2-4fd5-a353-021218346edb)\n    \n\n**Requirement Reference**: P.E22CUS.8\n\n**Use Case**: Mail Cleared/Detained/Returned\n\n**Integration Points**:\n\n- IN_FR-1-PSTE-PGD-R-01-UC-02\n    \n- IN_FR-1-PSTE-PGD-R-01-UC-03\n    \n\n**Description:** ACS will enable Customs to inform Post on the clearance status of mail in digital format\n\n**Process Flow**: Web Based One Customs System (E22CUS) → Airport Community System → Pakistan Post System (E22P)\n\n**Priority**: P1\n\n**Standard**: UPU Standards\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| clearanceStatus | String | 70 | M | Overall status of the selected consignment. Example values: RECEIVED, UNDER_EXAMINATION, UNDER_ASSESSMENT, CLEARED, DETAINED, RETURNED. |\n| customsOfficerId | String | 70 | M | Customs officer identifier. |\n| clearanceDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the status was recorded. |\n| remarks | String | 255 | O | Additional remarks related to the current status. |\n| consignmentSummary | Object | N/A | M | Summary counts used by the postal consignments view tiles. |\n| consignmentSummary/consignmentsReceivedToday | Integer | N/A | M | Total consignments received today. |\n| consignmentSummary/consignmentsUnderExamination | Integer | N/A | M | Total consignments currently under examination. |\n| consignmentSummary/consignmentsUnderAssessment | Integer | N/A | M | Total consignments currently under assessment. |\n| consignments | Array | N/A | M | List-view data for postal consignments. |\n| consignments/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignments/formType | String | 10 | M | Postal declaration or form type. Example: CN23. |\n| consignments/consignmentType | String | 35 | M | Consignment category. Example: PARCEL. |\n| consignments/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number associated with the consignment. |\n| consignments/consignorCity | String | 100 | M | Consignor city displayed in the consignments list. |\n| consignments/consigneeCity | String | 100 | M | Consignee city displayed in the consignments list. |\n| consignments/psidAmountPkr | Number | 1-12 | O | PSID amount in PKR for the consignment. |\n| consignments/psid | String | 70 | O | Payment slip ID associated with the consignment. |\n| consignments/status | String | 70 | M | Status shown in the consignments list. |\n| consignmentDetails | Object | N/A | M | Detailed consignment data for the selected record. |\n| consignmentDetails/formType | String | 10 | M | Postal declaration or form type. |\n| consignmentDetails/content | String | 256 | M | High-level description of the consignment contents. |\n| consignmentDetails/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignmentDetails/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number for the selected consignment. |\n| consignmentDetails/comments | String | 256 | O | Operational or customs comments for the selected consignment. |\n| consignmentDetails/psid | String | 70 | O | Payment slip ID for the selected consignment. |\n| consignmentDetails/psidAmountPkr | Number | 1-12 | O | Payment slip amount in PKR for the selected consignment. |\n| consignmentDetails/licenseNumbers | Array\\[String\\] | N/A | O | One or more license numbers related to the consignment. |\n| consignmentDetails/certificateNumbers | Array\\[String\\] | N/A | O | One or more certificate numbers related to the consignment. |\n| consignmentDetails/invoiceNumbers | Array\\[String\\] | N/A | O | One or more invoice reference numbers related to the consignment. |\n| consignmentDetails/sendersInstructions | String | 256 | O | Instructions provided by the sender. |\n| consignmentDetails/consignorDetails | Object | N/A | M | Consignor details container. |\n| consignmentDetails/consignorDetails/name | String | 100 | M | Consignor name. |\n| consignmentDetails/consignorDetails/businessName | String | 120 | M | Consignor business or company name. |\n| consignmentDetails/consignorDetails/address/streetAddress | String | 255 | M | Consignor street address. |\n| consignmentDetails/consignorDetails/address/postcode | String | 20 | M | Consignor postcode or ZIP code. |\n| consignmentDetails/consignorDetails/telNo | String | 20 | M | Consignor telephone number. |\n| consignmentDetails/consignorDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignor. |\n| consignmentDetails/consignorDetails/address/city | String | 100 | M | Consignor city. |\n| consignmentDetails/consigneeDetails | Object | N/A | M | Consignee details container. |\n| consignmentDetails/consigneeDetails/name | String | 100 | M | Consignee name. |\n| consignmentDetails/consigneeDetails/businessName | String | 120 | M | Consignee business or company name. |\n| consignmentDetails/consigneeDetails/address/streetAddress | String | 255 | M | Consignee street address. |\n| consignmentDetails/consigneeDetails/address/postcode | String | 20 | M | Consignee postcode or ZIP code. |\n| consignmentDetails/consigneeDetails/telNo | String | 20 | M | Consignee telephone number. |\n| consignmentDetails/consigneeDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignee. |\n| consignmentDetails/consigneeDetails/address/city | String | 100 | M | Consignee city. |\n| consignmentDetails/itemDetails | Array | N/A | M | Line-level item details for the selected consignment. |\n| consignmentDetails/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| consignmentDetails/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| consignmentDetails/itemDetails/quantity | Number | 1-9 | M | Declared number of units for the line item. |\n| consignmentDetails/itemDetails/netWeight | Number | 1-7 | M | Net weight for the line item. |\n| consignmentDetails/itemDetails/declaredValue | Number | 1-12 | M | Declared value for the line item. |\n| consignmentDetails/itemDetails/declaredHsCode | String | 6-10 | M | Declared HS code for the line item. |\n| consignmentDetails/itemDetails/assessedHsCode | String | 6-10 | O | HS code assessed by customs for the line item. |\n| consignmentDetails/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods. |\n| consignmentDetails/itemDetails/dutiesTaxesFeesPkr | Number | 1-12 | O | Total duties, taxes, and fees in PKR for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes | Array | N/A | O | Breakdown of duties, taxes, and fees for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes/dutyTaxFeeName | String | 70 | C | Name of the duty, tax, or fee. Required if dutiesTaxes is present. |\n| consignmentDetails/itemDetails/dutiesTaxes/amountPkr | Number | 1-12 | C | Amount in PKR for the duty, tax, or fee. Required if dutiesTaxes is present. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"e4f78d6e-f5f5-4371-a72d-b7f5fff4c85d","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"1ca472e4-c0a8-44ca-8364-49854367b56a","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-06-04T08:28:25.732Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [CUSRSP](https://postman.belli.app/#999dd67f-6cd2-4fd5-a353-021218346edb)\n    \n\n**Requirement Reference**: P.E22CUS.8\n\n**Use Case**: Mail Cleared/Detained/Returned\n\n**Integration Points**:\n\n- IN_FR-1-PSTE-PGD-R-01-UC-02\n    \n- IN_FR-1-PSTE-PGD-R-01-UC-03\n    \n\n**Description:** ACS will enable Customs to inform Post on the clearance status of mail in digital format\n\n**Process Flow**: Web Based One Customs System (E22CUS) → Airport Community System → Pakistan Post System (E22P)\n\n**Priority**: P1\n\n**Standard**: UPU Standards\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| clearanceStatus | String | 70 | M | Overall status of the selected consignment. Example values: RECEIVED, UNDER_EXAMINATION, UNDER_ASSESSMENT, CLEARED, DETAINED, RETURNED. |\n| customsOfficerId | String | 70 | M | Customs officer identifier. |\n| clearanceDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the status was recorded. |\n| remarks | String | 255 | O | Additional remarks related to the current status. |\n| consignmentSummary | Object | N/A | M | Summary counts used by the postal consignments view tiles. |\n| consignmentSummary/consignmentsReceivedToday | Integer | N/A | M | Total consignments received today. |\n| consignmentSummary/consignmentsUnderExamination | Integer | N/A | M | Total consignments currently under examination. |\n| consignmentSummary/consignmentsUnderAssessment | Integer | N/A | M | Total consignments currently under assessment. |\n| consignments | Array | N/A | M | List-view data for postal consignments. |\n| consignments/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignments/formType | String | 10 | M | Postal declaration or form type. Example: CN23. |\n| consignments/consignmentType | String | 35 | M | Consignment category. Example: PARCEL. |\n| consignments/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number associated with the consignment. |\n| consignments/consignorCity | String | 100 | M | Consignor city displayed in the consignments list. |\n| consignments/consigneeCity | String | 100 | M | Consignee city displayed in the consignments list. |\n| consignments/psidAmountPkr | Number | 1-12 | O | PSID amount in PKR for the consignment. |\n| consignments/psid | String | 70 | O | Payment slip ID associated with the consignment. |\n| consignments/status | String | 70 | M | Status shown in the consignments list. |\n| consignmentDetails | Object | N/A | M | Detailed consignment data for the selected record. |\n| consignmentDetails/formType | String | 10 | M | Postal declaration or form type. |\n| consignmentDetails/content | String | 256 | M | High-level description of the consignment contents. |\n| consignmentDetails/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignmentDetails/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number for the selected consignment. |\n| consignmentDetails/comments | String | 256 | O | Operational or customs comments for the selected consignment. |\n| consignmentDetails/psid | String | 70 | O | Payment slip ID for the selected consignment. |\n| consignmentDetails/psidAmountPkr | Number | 1-12 | O | Payment slip amount in PKR for the selected consignment. |\n| consignmentDetails/licenseNumbers | Array\\[String\\] | N/A | O | One or more license numbers related to the consignment. |\n| consignmentDetails/certificateNumbers | Array\\[String\\] | N/A | O | One or more certificate numbers related to the consignment. |\n| consignmentDetails/invoiceNumbers | Array\\[String\\] | N/A | O | One or more invoice reference numbers related to the consignment. |\n| consignmentDetails/sendersInstructions | String | 256 | O | Instructions provided by the sender. |\n| consignmentDetails/consignorDetails | Object | N/A | M | Consignor details container. |\n| consignmentDetails/consignorDetails/name | String | 100 | M | Consignor name. |\n| consignmentDetails/consignorDetails/businessName | String | 120 | M | Consignor business or company name. |\n| consignmentDetails/consignorDetails/address/streetAddress | String | 255 | M | Consignor street address. |\n| consignmentDetails/consignorDetails/address/postcode | String | 20 | M | Consignor postcode or ZIP code. |\n| consignmentDetails/consignorDetails/telNo | String | 20 | M | Consignor telephone number. |\n| consignmentDetails/consignorDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignor. |\n| consignmentDetails/consignorDetails/address/city | String | 100 | M | Consignor city. |\n| consignmentDetails/consigneeDetails | Object | N/A | M | Consignee details container. |\n| consignmentDetails/consigneeDetails/name | String | 100 | M | Consignee name. |\n| consignmentDetails/consigneeDetails/businessName | String | 120 | M | Consignee business or company name. |\n| consignmentDetails/consigneeDetails/address/streetAddress | String | 255 | M | Consignee street address. |\n| consignmentDetails/consigneeDetails/address/postcode | String | 20 | M | Consignee postcode or ZIP code. |\n| consignmentDetails/consigneeDetails/telNo | String | 20 | M | Consignee telephone number. |\n| consignmentDetails/consigneeDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignee. |\n| consignmentDetails/consigneeDetails/address/city | String | 100 | M | Consignee city. |\n| consignmentDetails/itemDetails | Array | N/A | M | Line-level item details for the selected consignment. |\n| consignmentDetails/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| consignmentDetails/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| consignmentDetails/itemDetails/quantity | Number | 1-9 | M | Declared number of units for the line item. |\n| consignmentDetails/itemDetails/netWeight | Number | 1-7 | M | Net weight for the line item. |\n| consignmentDetails/itemDetails/declaredValue | Number | 1-12 | M | Declared value for the line item. |\n| consignmentDetails/itemDetails/declaredHsCode | String | 6-10 | M | Declared HS code for the line item. |\n| consignmentDetails/itemDetails/assessedHsCode | String | 6-10 | O | HS code assessed by customs for the line item. |\n| consignmentDetails/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods. |\n| consignmentDetails/itemDetails/dutiesTaxesFeesPkr | Number | 1-12 | O | Total duties, taxes, and fees in PKR for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes | Array | N/A | O | Breakdown of duties, taxes, and fees for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes/dutyTaxFeeName | String | 70 | C | Name of the duty, tax, or fee. Required if dutiesTaxes is present. |\n| consignmentDetails/itemDetails/dutiesTaxes/amountPkr | Number | 1-12 | C | Amount in PKR for the duty, tax, or fee. Required if dutiesTaxes is present. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"3479864e-555e-4ed7-ae9d-ee016f042557","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"276424ea-8cb7-4d2b-96bb-5da7941c0a10","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-06-04T08:28:25.732Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [CUSRSP](https://postman.belli.app/#999dd67f-6cd2-4fd5-a353-021218346edb)\n    \n\n**Requirement Reference**: P.E22CUS.8\n\n**Use Case**: Mail Cleared/Detained/Returned\n\n**Integration Points**:\n\n- IN_FR-1-PSTE-PGD-R-01-UC-02\n    \n- IN_FR-1-PSTE-PGD-R-01-UC-03\n    \n\n**Description:** ACS will enable Customs to inform Post on the clearance status of mail in digital format\n\n**Process Flow**: Web Based One Customs System (E22CUS) → Airport Community System → Pakistan Post System (E22P)\n\n**Priority**: P1\n\n**Standard**: UPU Standards\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| clearanceStatus | String | 70 | M | Overall status of the selected consignment. Example values: RECEIVED, UNDER_EXAMINATION, UNDER_ASSESSMENT, CLEARED, DETAINED, RETURNED. |\n| customsOfficerId | String | 70 | M | Customs officer identifier. |\n| clearanceDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the status was recorded. |\n| remarks | String | 255 | O | Additional remarks related to the current status. |\n| consignmentSummary | Object | N/A | M | Summary counts used by the postal consignments view tiles. |\n| consignmentSummary/consignmentsReceivedToday | Integer | N/A | M | Total consignments received today. |\n| consignmentSummary/consignmentsUnderExamination | Integer | N/A | M | Total consignments currently under examination. |\n| consignmentSummary/consignmentsUnderAssessment | Integer | N/A | M | Total consignments currently under assessment. |\n| consignments | Array | N/A | M | List-view data for postal consignments. |\n| consignments/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignments/formType | String | 10 | M | Postal declaration or form type. Example: CN23. |\n| consignments/consignmentType | String | 35 | M | Consignment category. Example: PARCEL. |\n| consignments/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number associated with the consignment. |\n| consignments/consignorCity | String | 100 | M | Consignor city displayed in the consignments list. |\n| consignments/consigneeCity | String | 100 | M | Consignee city displayed in the consignments list. |\n| consignments/psidAmountPkr | Number | 1-12 | O | PSID amount in PKR for the consignment. |\n| consignments/psid | String | 70 | O | Payment slip ID associated with the consignment. |\n| consignments/status | String | 70 | M | Status shown in the consignments list. |\n| consignmentDetails | Object | N/A | M | Detailed consignment data for the selected record. |\n| consignmentDetails/formType | String | 10 | M | Postal declaration or form type. |\n| consignmentDetails/content | String | 256 | M | High-level description of the consignment contents. |\n| consignmentDetails/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignmentDetails/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number for the selected consignment. |\n| consignmentDetails/comments | String | 256 | O | Operational or customs comments for the selected consignment. |\n| consignmentDetails/psid | String | 70 | O | Payment slip ID for the selected consignment. |\n| consignmentDetails/psidAmountPkr | Number | 1-12 | O | Payment slip amount in PKR for the selected consignment. |\n| consignmentDetails/licenseNumbers | Array\\[String\\] | N/A | O | One or more license numbers related to the consignment. |\n| consignmentDetails/certificateNumbers | Array\\[String\\] | N/A | O | One or more certificate numbers related to the consignment. |\n| consignmentDetails/invoiceNumbers | Array\\[String\\] | N/A | O | One or more invoice reference numbers related to the consignment. |\n| consignmentDetails/sendersInstructions | String | 256 | O | Instructions provided by the sender. |\n| consignmentDetails/consignorDetails | Object | N/A | M | Consignor details container. |\n| consignmentDetails/consignorDetails/name | String | 100 | M | Consignor name. |\n| consignmentDetails/consignorDetails/businessName | String | 120 | M | Consignor business or company name. |\n| consignmentDetails/consignorDetails/address/streetAddress | String | 255 | M | Consignor street address. |\n| consignmentDetails/consignorDetails/address/postcode | String | 20 | M | Consignor postcode or ZIP code. |\n| consignmentDetails/consignorDetails/telNo | String | 20 | M | Consignor telephone number. |\n| consignmentDetails/consignorDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignor. |\n| consignmentDetails/consignorDetails/address/city | String | 100 | M | Consignor city. |\n| consignmentDetails/consigneeDetails | Object | N/A | M | Consignee details container. |\n| consignmentDetails/consigneeDetails/name | String | 100 | M | Consignee name. |\n| consignmentDetails/consigneeDetails/businessName | String | 120 | M | Consignee business or company name. |\n| consignmentDetails/consigneeDetails/address/streetAddress | String | 255 | M | Consignee street address. |\n| consignmentDetails/consigneeDetails/address/postcode | String | 20 | M | Consignee postcode or ZIP code. |\n| consignmentDetails/consigneeDetails/telNo | String | 20 | M | Consignee telephone number. |\n| consignmentDetails/consigneeDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignee. |\n| consignmentDetails/consigneeDetails/address/city | String | 100 | M | Consignee city. |\n| consignmentDetails/itemDetails | Array | N/A | M | Line-level item details for the selected consignment. |\n| consignmentDetails/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| consignmentDetails/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| consignmentDetails/itemDetails/quantity | Number | 1-9 | M | Declared number of units for the line item. |\n| consignmentDetails/itemDetails/netWeight | Number | 1-7 | M | Net weight for the line item. |\n| consignmentDetails/itemDetails/declaredValue | Number | 1-12 | M | Declared value for the line item. |\n| consignmentDetails/itemDetails/declaredHsCode | String | 6-10 | M | Declared HS code for the line item. |\n| consignmentDetails/itemDetails/assessedHsCode | String | 6-10 | O | HS code assessed by customs for the line item. |\n| consignmentDetails/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods. |\n| consignmentDetails/itemDetails/dutiesTaxesFeesPkr | Number | 1-12 | O | Total duties, taxes, and fees in PKR for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes | Array | N/A | O | Breakdown of duties, taxes, and fees for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes/dutyTaxFeeName | String | 70 | C | Name of the duty, tax, or fee. Required if dutiesTaxes is present. |\n| consignmentDetails/itemDetails/dutiesTaxes/amountPkr | Number | 1-12 | C | Amount in PKR for the duty, tax, or fee. Required if dutiesTaxes is present. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"079f7371-1ecb-47a4-a191-1784dc9fe22d"}],"id":"b865ee3b-41f3-4e7e-a9b4-f0c996798c3a","description":"<p>X-ray scanning and security cover the screening checks performed before outbound mail moves onward. Users submit scan data, review detention notices, send customs review information, and read clearance status.</p>\n","_postman_id":"b865ee3b-41f3-4e7e-a9b4-f0c996798c3a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"c5b8627c-2f76-4ab7-bd48-6ed1fe9e16c7","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"75d188f7-76ea-4dff-b935-11c517809a9f","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-06-04T08:28:25.732Z","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":[{"id":"7c9a23bc-d1b2-4d0c-adc7-d5f4648ed94f","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"70ec46bf-420a-4830-b91d-7cebea5a6974","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-06-04T08:28:25.732Z","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=\"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":"**Global API Reference:**\n\n- [CARDIT](https://postman.belli.app/#35f54fad-8b6e-4dea-bb6a-abe6c12606b4)\n    \n\n**Requirement Reference**: P.E35P.9\n\n**Use Case**: Mail is delivered to GHA for loading on the flight/CN document is sent digitally\n\n**Integration Point**: IN_FR-4-PSTE-MMF-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to CN38 this request in digital format to GHA.\n\n**Process Flow**: Pakistan Post System (E35P) → Airport Community System → GHA System (E35GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| cardit_2_1_0/consignment | Object | N/A | M | Consignment container for the CARDIT message. |\n| cardit_2_1_0/consignment/psw:manifest_number | String | 70 | M | PSW extension for manifest number. Sample: MF-20260330-001. |\n| cardit_2_1_0/consignment/document_number | String | 35 | M | Air Mail Dispatch Number. Sample: AMD-20260330-001. |\n| cardit_2_1_0/consignment/pawb_number | String | 12 | M | Air Waybill number in carrier-prefix plus serial format. Sample: 176-12345675. |\n| cardit_2_1_0/consignment/destination | String | 2 | M | Destination country code. Sample: AE. |\n| cardit_2_1_0/consignment/origin | String | 3 | M | Origin location code. Sample: KHI. |\n| cardit_2_1_0/consignment/route_ID | String | 70 | O | Route identifier linking the movement path. Sample: PK-KHI-DXB-20260330. |\n| cardit_2_1_0/consignment/consignment_totals | Object | N/A | M | Consignment totals container. |\n| cardit_2_1_0/consignment/consignment_totals/number_of_receptacles | Integer | N/A | M | Total number of receptacles or pieces. Sample: 12. |\n| cardit_2_1_0/consignment/consignment_totals/weight_of_receptacles | Number | N/A | M | Total weight of receptacles. Sample: 245.500. |\n| cardit_2_1_0/consignment/consignment_totals/mail_class_code | String | 1 | O | Mail class code. Sample: C. |\n| cardit_2_1_0/consignment/hand_over | Object | N/A | M | Handover location details container. |\n| cardit_2_1_0/consignment/hand_over/origin_location_code | String | 3 | M | Point of loading code. Sample: KHI. |\n| cardit_2_1_0/consignment/hand_over/origin_location_name | String | 100 | M | Point of loading city/name. Sample: Karachi. |\n| cardit_2_1_0/consignment/hand_over/destination_location_code | String | 3 | M | Point of unloading code. Sample: DXB. |\n| cardit_2_1_0/consignment/hand_over/destination_location_name | String | 100 | M | Point of unloading city/name. Sample: Dubai. |\n| cardit_2_1_0/consignment/transport | Array | N/A | M | One or more transport legs for the consignment. |\n| cardit_2_1_0/consignment/transport/stage_qualifier | String | 1 | M | Transport leg qualifier. Sample values: 1, 2. |\n| cardit_2_1_0/consignment/transport/mode | String | 1 | M | Transport mode code. Sample: 4 for air. |\n| cardit_2_1_0/consignment/transport/carrier_code | String | 2 | M | Carrier or outbound flight operator code. Samples: PK, EK. |\n| cardit_2_1_0/consignment/transport/conveyance_reference | String | 20 | M | Flight number or conveyance reference. Samples: PK701, EK607. |\n| cardit_2_1_0/consignment/transport/departure_location_code | String | 3 | M | Departure location code. Sample: KHI. |\n| cardit_2_1_0/consignment/transport/departure_location_name | String | 100 | O | Departure location name. Sample: Karachi. |\n| cardit_2_1_0/consignment/transport/departure_date_time | DateTime | N/A | M | Departure date and time in ISO 8601 format. Sample: 2026-03-30T10:30:00Z. |\n| cardit_2_1_0/consignment/transport/arrival_location_code | String | 3 | M | Arrival location code. Sample: DXB. |\n| cardit_2_1_0/consignment/transport/arrival_location_name | String | 100 | O | Arrival location name. Sample: Dubai. |\n| cardit_2_1_0/consignment/transport/arrival_date_time | DateTime | N/A | M | Arrival date and time in ISO 8601 format. Sample: 2026-03-30T13:15:00Z. |\n| cardit_2_1_0/consignment/psw:mail_information | Object | N/A | M | PSW extension container for SRS fields not cleanly modeled in native M48. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:weight_unit_of_measure | String | 3 | M | Weight unit of measure. Sample: KGM. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:volume | Number | N/A | M | Volume value for the mail information line. Sample: 1.850. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:nature_of_goods | String | 256 | M | Nature of goods description. Sample: Letter post and parcel mail. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cdf02eb8-143a-4409-9c7b-8c87ccd93b63","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"c1d17a42-d1ea-4a98-9c37-ca224e1b3337","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-06-04T08:28:25.732Z","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=\"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":"**Global API Reference:**\n\n- [CARDIT](https://postman.belli.app/#35f54fad-8b6e-4dea-bb6a-abe6c12606b4)\n    \n\n**Requirement Reference**: P.E35P.9\n\n**Use Case**: Mail is delivered to GHA for loading on the flight/CN document is sent digitally\n\n**Integration Point**: IN_FR-4-PSTE-MMF-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to CN38 this request in digital format to GHA.\n\n**Process Flow**: Pakistan Post System (E35P) → Airport Community System → GHA System (E35GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| cardit_2_1_0/consignment | Object | N/A | M | Consignment container for the CARDIT message. |\n| cardit_2_1_0/consignment/psw:manifest_number | String | 70 | M | PSW extension for manifest number. Sample: MF-20260330-001. |\n| cardit_2_1_0/consignment/document_number | String | 35 | M | Air Mail Dispatch Number. Sample: AMD-20260330-001. |\n| cardit_2_1_0/consignment/pawb_number | String | 12 | M | Air Waybill number in carrier-prefix plus serial format. Sample: 176-12345675. |\n| cardit_2_1_0/consignment/destination | String | 2 | M | Destination country code. Sample: AE. |\n| cardit_2_1_0/consignment/origin | String | 3 | M | Origin location code. Sample: KHI. |\n| cardit_2_1_0/consignment/route_ID | String | 70 | O | Route identifier linking the movement path. Sample: PK-KHI-DXB-20260330. |\n| cardit_2_1_0/consignment/consignment_totals | Object | N/A | M | Consignment totals container. |\n| cardit_2_1_0/consignment/consignment_totals/number_of_receptacles | Integer | N/A | M | Total number of receptacles or pieces. Sample: 12. |\n| cardit_2_1_0/consignment/consignment_totals/weight_of_receptacles | Number | N/A | M | Total weight of receptacles. Sample: 245.500. |\n| cardit_2_1_0/consignment/consignment_totals/mail_class_code | String | 1 | O | Mail class code. Sample: C. |\n| cardit_2_1_0/consignment/hand_over | Object | N/A | M | Handover location details container. |\n| cardit_2_1_0/consignment/hand_over/origin_location_code | String | 3 | M | Point of loading code. Sample: KHI. |\n| cardit_2_1_0/consignment/hand_over/origin_location_name | String | 100 | M | Point of loading city/name. Sample: Karachi. |\n| cardit_2_1_0/consignment/hand_over/destination_location_code | String | 3 | M | Point of unloading code. Sample: DXB. |\n| cardit_2_1_0/consignment/hand_over/destination_location_name | String | 100 | M | Point of unloading city/name. Sample: Dubai. |\n| cardit_2_1_0/consignment/transport | Array | N/A | M | One or more transport legs for the consignment. |\n| cardit_2_1_0/consignment/transport/stage_qualifier | String | 1 | M | Transport leg qualifier. Sample values: 1, 2. |\n| cardit_2_1_0/consignment/transport/mode | String | 1 | M | Transport mode code. Sample: 4 for air. |\n| cardit_2_1_0/consignment/transport/carrier_code | String | 2 | M | Carrier or outbound flight operator code. Samples: PK, EK. |\n| cardit_2_1_0/consignment/transport/conveyance_reference | String | 20 | M | Flight number or conveyance reference. Samples: PK701, EK607. |\n| cardit_2_1_0/consignment/transport/departure_location_code | String | 3 | M | Departure location code. Sample: KHI. |\n| cardit_2_1_0/consignment/transport/departure_location_name | String | 100 | O | Departure location name. Sample: Karachi. |\n| cardit_2_1_0/consignment/transport/departure_date_time | DateTime | N/A | M | Departure date and time in ISO 8601 format. Sample: 2026-03-30T10:30:00Z. |\n| cardit_2_1_0/consignment/transport/arrival_location_code | String | 3 | M | Arrival location code. Sample: DXB. |\n| cardit_2_1_0/consignment/transport/arrival_location_name | String | 100 | O | Arrival location name. Sample: Dubai. |\n| cardit_2_1_0/consignment/transport/arrival_date_time | DateTime | N/A | M | Arrival date and time in ISO 8601 format. Sample: 2026-03-30T13:15:00Z. |\n| cardit_2_1_0/consignment/psw:mail_information | Object | N/A | M | PSW extension container for SRS fields not cleanly modeled in native M48. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:weight_unit_of_measure | String | 3 | M | Weight unit of measure. Sample: KGM. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:volume | Number | N/A | M | Volume value for the mail information line. Sample: 1.850. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:nature_of_goods | String | 256 | M | Nature of goods description. Sample: Letter post and parcel mail. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"d59ee693-2ece-4216-9329-f39055b46b10","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"48482623-5493-4b2e-8db5-81dffbfc1c15","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-06-04T08:28:25.732Z","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=\"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":"**Global API Reference:**\n\n- [CARDIT](https://postman.belli.app/#35f54fad-8b6e-4dea-bb6a-abe6c12606b4)\n    \n\n**Requirement Reference**: P.E35P.9\n\n**Use Case**: Mail is delivered to GHA for loading on the flight/CN document is sent digitally\n\n**Integration Point**: IN_FR-4-PSTE-MMF-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to CN38 this request in digital format to GHA.\n\n**Process Flow**: Pakistan Post System (E35P) → Airport Community System → GHA System (E35GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| cardit_2_1_0/consignment | Object | N/A | M | Consignment container for the CARDIT message. |\n| cardit_2_1_0/consignment/psw:manifest_number | String | 70 | M | PSW extension for manifest number. Sample: MF-20260330-001. |\n| cardit_2_1_0/consignment/document_number | String | 35 | M | Air Mail Dispatch Number. Sample: AMD-20260330-001. |\n| cardit_2_1_0/consignment/pawb_number | String | 12 | M | Air Waybill number in carrier-prefix plus serial format. Sample: 176-12345675. |\n| cardit_2_1_0/consignment/destination | String | 2 | M | Destination country code. Sample: AE. |\n| cardit_2_1_0/consignment/origin | String | 3 | M | Origin location code. Sample: KHI. |\n| cardit_2_1_0/consignment/route_ID | String | 70 | O | Route identifier linking the movement path. Sample: PK-KHI-DXB-20260330. |\n| cardit_2_1_0/consignment/consignment_totals | Object | N/A | M | Consignment totals container. |\n| cardit_2_1_0/consignment/consignment_totals/number_of_receptacles | Integer | N/A | M | Total number of receptacles or pieces. Sample: 12. |\n| cardit_2_1_0/consignment/consignment_totals/weight_of_receptacles | Number | N/A | M | Total weight of receptacles. Sample: 245.500. |\n| cardit_2_1_0/consignment/consignment_totals/mail_class_code | String | 1 | O | Mail class code. Sample: C. |\n| cardit_2_1_0/consignment/hand_over | Object | N/A | M | Handover location details container. |\n| cardit_2_1_0/consignment/hand_over/origin_location_code | String | 3 | M | Point of loading code. Sample: KHI. |\n| cardit_2_1_0/consignment/hand_over/origin_location_name | String | 100 | M | Point of loading city/name. Sample: Karachi. |\n| cardit_2_1_0/consignment/hand_over/destination_location_code | String | 3 | M | Point of unloading code. Sample: DXB. |\n| cardit_2_1_0/consignment/hand_over/destination_location_name | String | 100 | M | Point of unloading city/name. Sample: Dubai. |\n| cardit_2_1_0/consignment/transport | Array | N/A | M | One or more transport legs for the consignment. |\n| cardit_2_1_0/consignment/transport/stage_qualifier | String | 1 | M | Transport leg qualifier. Sample values: 1, 2. |\n| cardit_2_1_0/consignment/transport/mode | String | 1 | M | Transport mode code. Sample: 4 for air. |\n| cardit_2_1_0/consignment/transport/carrier_code | String | 2 | M | Carrier or outbound flight operator code. Samples: PK, EK. |\n| cardit_2_1_0/consignment/transport/conveyance_reference | String | 20 | M | Flight number or conveyance reference. Samples: PK701, EK607. |\n| cardit_2_1_0/consignment/transport/departure_location_code | String | 3 | M | Departure location code. Sample: KHI. |\n| cardit_2_1_0/consignment/transport/departure_location_name | String | 100 | O | Departure location name. Sample: Karachi. |\n| cardit_2_1_0/consignment/transport/departure_date_time | DateTime | N/A | M | Departure date and time in ISO 8601 format. Sample: 2026-03-30T10:30:00Z. |\n| cardit_2_1_0/consignment/transport/arrival_location_code | String | 3 | M | Arrival location code. Sample: DXB. |\n| cardit_2_1_0/consignment/transport/arrival_location_name | String | 100 | O | Arrival location name. Sample: Dubai. |\n| cardit_2_1_0/consignment/transport/arrival_date_time | DateTime | N/A | M | Arrival date and time in ISO 8601 format. Sample: 2026-03-30T13:15:00Z. |\n| cardit_2_1_0/consignment/psw:mail_information | Object | N/A | M | PSW extension container for SRS fields not cleanly modeled in native M48. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:weight_unit_of_measure | String | 3 | M | Weight unit of measure. Sample: KGM. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:volume | Number | N/A | M | Volume value for the mail information line. Sample: 1.850. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:nature_of_goods | String | 256 | M | Nature of goods description. Sample: Letter post and parcel mail. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"7c4905c1-a499-441f-aa76-c7a89ad54114","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"e64ed386-f807-431a-b48d-cba39e03a27e","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-06-04T08:28:25.732Z","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=\"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":"**Global API Reference:**\n\n- [CARDIT](https://postman.belli.app/#35f54fad-8b6e-4dea-bb6a-abe6c12606b4)\n    \n\n**Requirement Reference**: P.E35P.9\n\n**Use Case**: Mail is delivered to GHA for loading on the flight/CN document is sent digitally\n\n**Integration Point**: IN_FR-4-PSTE-MMF-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to CN38 this request in digital format to GHA.\n\n**Process Flow**: Pakistan Post System (E35P) → Airport Community System → GHA System (E35GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| cardit_2_1_0/consignment | Object | N/A | M | Consignment container for the CARDIT message. |\n| cardit_2_1_0/consignment/psw:manifest_number | String | 70 | M | PSW extension for manifest number. Sample: MF-20260330-001. |\n| cardit_2_1_0/consignment/document_number | String | 35 | M | Air Mail Dispatch Number. Sample: AMD-20260330-001. |\n| cardit_2_1_0/consignment/pawb_number | String | 12 | M | Air Waybill number in carrier-prefix plus serial format. Sample: 176-12345675. |\n| cardit_2_1_0/consignment/destination | String | 2 | M | Destination country code. Sample: AE. |\n| cardit_2_1_0/consignment/origin | String | 3 | M | Origin location code. Sample: KHI. |\n| cardit_2_1_0/consignment/route_ID | String | 70 | O | Route identifier linking the movement path. Sample: PK-KHI-DXB-20260330. |\n| cardit_2_1_0/consignment/consignment_totals | Object | N/A | M | Consignment totals container. |\n| cardit_2_1_0/consignment/consignment_totals/number_of_receptacles | Integer | N/A | M | Total number of receptacles or pieces. Sample: 12. |\n| cardit_2_1_0/consignment/consignment_totals/weight_of_receptacles | Number | N/A | M | Total weight of receptacles. Sample: 245.500. |\n| cardit_2_1_0/consignment/consignment_totals/mail_class_code | String | 1 | O | Mail class code. Sample: C. |\n| cardit_2_1_0/consignment/hand_over | Object | N/A | M | Handover location details container. |\n| cardit_2_1_0/consignment/hand_over/origin_location_code | String | 3 | M | Point of loading code. Sample: KHI. |\n| cardit_2_1_0/consignment/hand_over/origin_location_name | String | 100 | M | Point of loading city/name. Sample: Karachi. |\n| cardit_2_1_0/consignment/hand_over/destination_location_code | String | 3 | M | Point of unloading code. Sample: DXB. |\n| cardit_2_1_0/consignment/hand_over/destination_location_name | String | 100 | M | Point of unloading city/name. Sample: Dubai. |\n| cardit_2_1_0/consignment/transport | Array | N/A | M | One or more transport legs for the consignment. |\n| cardit_2_1_0/consignment/transport/stage_qualifier | String | 1 | M | Transport leg qualifier. Sample values: 1, 2. |\n| cardit_2_1_0/consignment/transport/mode | String | 1 | M | Transport mode code. Sample: 4 for air. |\n| cardit_2_1_0/consignment/transport/carrier_code | String | 2 | M | Carrier or outbound flight operator code. Samples: PK, EK. |\n| cardit_2_1_0/consignment/transport/conveyance_reference | String | 20 | M | Flight number or conveyance reference. Samples: PK701, EK607. |\n| cardit_2_1_0/consignment/transport/departure_location_code | String | 3 | M | Departure location code. Sample: KHI. |\n| cardit_2_1_0/consignment/transport/departure_location_name | String | 100 | O | Departure location name. Sample: Karachi. |\n| cardit_2_1_0/consignment/transport/departure_date_time | DateTime | N/A | M | Departure date and time in ISO 8601 format. Sample: 2026-03-30T10:30:00Z. |\n| cardit_2_1_0/consignment/transport/arrival_location_code | String | 3 | M | Arrival location code. Sample: DXB. |\n| cardit_2_1_0/consignment/transport/arrival_location_name | String | 100 | O | Arrival location name. Sample: Dubai. |\n| cardit_2_1_0/consignment/transport/arrival_date_time | DateTime | N/A | M | Arrival date and time in ISO 8601 format. Sample: 2026-03-30T13:15:00Z. |\n| cardit_2_1_0/consignment/psw:mail_information | Object | N/A | M | PSW extension container for SRS fields not cleanly modeled in native M48. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:weight_unit_of_measure | String | 3 | M | Weight unit of measure. Sample: KGM. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:volume | Number | N/A | M | Volume value for the mail information line. Sample: 1.850. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:nature_of_goods | String | 256 | M | Nature of goods description. Sample: Letter post and parcel mail. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"bffa12ec-e286-418f-984e-31146e21cd3e","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"e714c50f-0828-4f4c-8cf5-017d53e8f43a","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-06-04T08:28:25.732Z","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=\"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":"**Global API Reference:**\n\n- [CARDIT](https://postman.belli.app/#35f54fad-8b6e-4dea-bb6a-abe6c12606b4)\n    \n\n**Requirement Reference**: P.E35P.9\n\n**Use Case**: Mail is delivered to GHA for loading on the flight/CN document is sent digitally\n\n**Integration Point**: IN_FR-4-PSTE-MMF-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to CN38 this request in digital format to GHA.\n\n**Process Flow**: Pakistan Post System (E35P) → Airport Community System → GHA System (E35GHA)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| cardit_2_1_0/consignment | Object | N/A | M | Consignment container for the CARDIT message. |\n| cardit_2_1_0/consignment/psw:manifest_number | String | 70 | M | PSW extension for manifest number. Sample: MF-20260330-001. |\n| cardit_2_1_0/consignment/document_number | String | 35 | M | Air Mail Dispatch Number. Sample: AMD-20260330-001. |\n| cardit_2_1_0/consignment/pawb_number | String | 12 | M | Air Waybill number in carrier-prefix plus serial format. Sample: 176-12345675. |\n| cardit_2_1_0/consignment/destination | String | 2 | M | Destination country code. Sample: AE. |\n| cardit_2_1_0/consignment/origin | String | 3 | M | Origin location code. Sample: KHI. |\n| cardit_2_1_0/consignment/route_ID | String | 70 | O | Route identifier linking the movement path. Sample: PK-KHI-DXB-20260330. |\n| cardit_2_1_0/consignment/consignment_totals | Object | N/A | M | Consignment totals container. |\n| cardit_2_1_0/consignment/consignment_totals/number_of_receptacles | Integer | N/A | M | Total number of receptacles or pieces. Sample: 12. |\n| cardit_2_1_0/consignment/consignment_totals/weight_of_receptacles | Number | N/A | M | Total weight of receptacles. Sample: 245.500. |\n| cardit_2_1_0/consignment/consignment_totals/mail_class_code | String | 1 | O | Mail class code. Sample: C. |\n| cardit_2_1_0/consignment/hand_over | Object | N/A | M | Handover location details container. |\n| cardit_2_1_0/consignment/hand_over/origin_location_code | String | 3 | M | Point of loading code. Sample: KHI. |\n| cardit_2_1_0/consignment/hand_over/origin_location_name | String | 100 | M | Point of loading city/name. Sample: Karachi. |\n| cardit_2_1_0/consignment/hand_over/destination_location_code | String | 3 | M | Point of unloading code. Sample: DXB. |\n| cardit_2_1_0/consignment/hand_over/destination_location_name | String | 100 | M | Point of unloading city/name. Sample: Dubai. |\n| cardit_2_1_0/consignment/transport | Array | N/A | M | One or more transport legs for the consignment. |\n| cardit_2_1_0/consignment/transport/stage_qualifier | String | 1 | M | Transport leg qualifier. Sample values: 1, 2. |\n| cardit_2_1_0/consignment/transport/mode | String | 1 | M | Transport mode code. Sample: 4 for air. |\n| cardit_2_1_0/consignment/transport/carrier_code | String | 2 | M | Carrier or outbound flight operator code. Samples: PK, EK. |\n| cardit_2_1_0/consignment/transport/conveyance_reference | String | 20 | M | Flight number or conveyance reference. Samples: PK701, EK607. |\n| cardit_2_1_0/consignment/transport/departure_location_code | String | 3 | M | Departure location code. Sample: KHI. |\n| cardit_2_1_0/consignment/transport/departure_location_name | String | 100 | O | Departure location name. Sample: Karachi. |\n| cardit_2_1_0/consignment/transport/departure_date_time | DateTime | N/A | M | Departure date and time in ISO 8601 format. Sample: 2026-03-30T10:30:00Z. |\n| cardit_2_1_0/consignment/transport/arrival_location_code | String | 3 | M | Arrival location code. Sample: DXB. |\n| cardit_2_1_0/consignment/transport/arrival_location_name | String | 100 | O | Arrival location name. Sample: Dubai. |\n| cardit_2_1_0/consignment/transport/arrival_date_time | DateTime | N/A | M | Arrival date and time in ISO 8601 format. Sample: 2026-03-30T13:15:00Z. |\n| cardit_2_1_0/consignment/psw:mail_information | Object | N/A | M | PSW extension container for SRS fields not cleanly modeled in native M48. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:weight_unit_of_measure | String | 3 | M | Weight unit of measure. Sample: KGM. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:volume | Number | N/A | M | Volume value for the mail information line. Sample: 1.850. |\n| cardit_2_1_0/consignment/psw:mail_information/psw:nature_of_goods | String | 256 | M | Nature of goods description. Sample: Letter post and parcel mail. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"c5b8627c-2f76-4ab7-bd48-6ed1fe9e16c7"},{"name":"Receive Departure Message (JSON)","id":"148f948e-99d9-4e79-940d-2f189dc772b2","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"595b32af-b096-455f-9ccd-deb60981af4f","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-06-04T08:28:25.732Z","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":[{"id":"62ceba5f-0c56-447a-af47-7b9bd3d0dd7d","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"1cece741-aad2-4878-94cd-ef85b33571c3","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-06-04T08:28:25.732Z","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/post/export/departures/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#79b31cad-e63b-4fae-99d1-76e3e6c0fb6a)\n    \n\n**Requirement Reference**: P.E37P.10\n\n**Use Case**: Departure message received\n\n**Integration Points**:\n\n- IN_FR-4-PSTE-MMF-R-01-UC-04\n    \n- IN_FR-5-PSTE-MSU-R-01-UC-01\n    \n- IN_FR-5-PSTE-MSU-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to receive departure confirmation from GHA after flight departure\n\n**Process Flow**: GHA System (E37GHA) → Airport Community System → Pakistan Post System (E37P)\n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"cc8a5fc4-852e-4516-9085-4152f068bcf4","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"a58093f4-ba4b-4f3a-b2e3-60156f93ed55","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-06-04T08:28:25.732Z","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/post/export/departures/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#79b31cad-e63b-4fae-99d1-76e3e6c0fb6a)\n    \n\n**Requirement Reference**: P.E37P.10\n\n**Use Case**: Departure message received\n\n**Integration Points**:\n\n- IN_FR-4-PSTE-MMF-R-01-UC-04\n    \n- IN_FR-5-PSTE-MSU-R-01-UC-01\n    \n- IN_FR-5-PSTE-MSU-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to receive departure confirmation from GHA after flight departure\n\n**Process Flow**: GHA System (E37GHA) → Airport Community System → Pakistan Post System (E37P)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"d7db608f-2f08-4c50-97cf-15b5a147248f","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"379fa3f1-eded-432c-ba80-1980a981e14b","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-06-04T08:28:25.732Z","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/post/export/departures/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#79b31cad-e63b-4fae-99d1-76e3e6c0fb6a)\n    \n\n**Requirement Reference**: P.E37P.10\n\n**Use Case**: Departure message received\n\n**Integration Points**:\n\n- IN_FR-4-PSTE-MMF-R-01-UC-04\n    \n- IN_FR-5-PSTE-MSU-R-01-UC-01\n    \n- IN_FR-5-PSTE-MSU-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to receive departure confirmation from GHA after flight departure\n\n**Process Flow**: GHA System (E37GHA) → Airport Community System → Pakistan Post System (E37P)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"30b3695b-eaa7-4719-a9e5-44781c4c23a9","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"3ae7a5e1-5698-42c3-8a49-7f1400df386a","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-06-04T08:28:25.732Z","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/post/export/departures/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#79b31cad-e63b-4fae-99d1-76e3e6c0fb6a)\n    \n\n**Requirement Reference**: P.E37P.10\n\n**Use Case**: Departure message received\n\n**Integration Points**:\n\n- IN_FR-4-PSTE-MMF-R-01-UC-04\n    \n- IN_FR-5-PSTE-MSU-R-01-UC-01\n    \n- IN_FR-5-PSTE-MSU-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to receive departure confirmation from GHA after flight departure\n\n**Process Flow**: GHA System (E37GHA) → Airport Community System → Pakistan Post System (E37P)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"4a893461-f879-4a06-8caf-faf21bccc54e","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"be2ff6af-53c1-4e24-887d-3534ca522d23","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-06-04T08:28:25.732Z","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/post/export/departures/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#79b31cad-e63b-4fae-99d1-76e3e6c0fb6a)\n    \n\n**Requirement Reference**: P.E37P.10\n\n**Use Case**: Departure message received\n\n**Integration Points**:\n\n- IN_FR-4-PSTE-MMF-R-01-UC-04\n    \n- IN_FR-5-PSTE-MSU-R-01-UC-01\n    \n- IN_FR-5-PSTE-MSU-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to receive departure confirmation from GHA after flight departure\n\n**Process Flow**: GHA System (E37GHA) → Airport Community System → Pakistan Post System (E37P)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"148f948e-99d9-4e79-940d-2f189dc772b2"}],"id":"655a5d75-7e7c-4419-8dde-313a973cd403","description":"<p>Loading and departure cover the final airport handoff before outbound mail leaves. Users deliver mail to the GHA with CN38 details and receive the departure message.</p>\n","_postman_id":"655a5d75-7e7c-4419-8dde-313a973cd403","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"9068d5d1-5619-4bff-afa8-8827e0d548af","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"33aecbad-1d0a-4684-a636-b34bfb377aed","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-06-04T08:28:25.733Z","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":[{"id":"32343b74-348b-4826-b43a-4e6f4e8e860c","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"e0cc8e39-28f0-4c69-becf-64dfc9964267","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-06-04T08:28:25.733Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/offload-notifications/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#79b31cad-e63b-4fae-99d1-76e3e6c0fb6a)\n    \n- [FFM](https://postman.belli.app/#b89bd0b6-c624-4e76-bee2-fefb5df42886)\n    \n- [FFR](https://postman.belli.app/#9bbf1e9b-94bc-4ffe-87b2-5387cbcea065)\n    \n\n**Requirement References**:\n\n- P.E38GHA.11\n    \n- P.E38P.12\n    \n\n**Use Cases**:\n\n- In case of offloading – Flight Manifest\n    \n- In case of offloading – Consignment Status\n    \n- In case of offloading – Flight Manifest to Customs & PAA\n    \n- Status updated post-departure/offload\n    \n\n**Integration Points**:\n\n- IN_FR-4-PSTE-MMF-R-01-UC-02\n    \n- IN_FR-4-PSTE-MMF-R-01-UC-03\n    \n- IN_FR-4-PSTE-MMF-R-01-UC-04\n    \n\n**Descriptions:**\n\n- 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.\n    \n- Send FSU Shipment offloaded information\n    \n- Send FFM Updated flight manifest data\n    \n- Send FFR New booking details due to offload.\n    \n\n**Process Flow**: GHA System (E37GHA) → Airport Community System → Pakistan Post System (E37P)\n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"59498d2a-b4a4-4546-8b9a-07a8c740084c","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"ff7c7635-0350-4487-a466-7f7784eac31b","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-06-04T08:28:25.734Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/offload-notifications/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#79b31cad-e63b-4fae-99d1-76e3e6c0fb6a)\n    \n- [FFM](https://postman.belli.app/#b89bd0b6-c624-4e76-bee2-fefb5df42886)\n    \n- [FFR](https://postman.belli.app/#9bbf1e9b-94bc-4ffe-87b2-5387cbcea065)\n    \n\n**Requirement References**:\n\n- P.E38GHA.11\n    \n- P.E38P.12\n    \n\n**Use Cases**:\n\n- In case of offloading – Flight Manifest\n    \n- In case of offloading – Consignment Status\n    \n- In case of offloading – Flight Manifest to Customs & PAA\n    \n- Status updated post-departure/offload\n    \n\n**Integration Points**:\n\n- IN_FR-4-PSTE-MMF-R-01-UC-02\n    \n- IN_FR-4-PSTE-MMF-R-01-UC-03\n    \n- IN_FR-4-PSTE-MMF-R-01-UC-04\n    \n\n**Descriptions:**\n\n- 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.\n    \n- Send FSU Shipment offloaded information\n    \n- Send FFM Updated flight manifest data\n    \n- Send FFR New booking details due to offload.\n    \n\n**Process Flow**: GHA System (E37GHA) → Airport Community System → Pakistan Post System (E37P)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"366b8057-7040-4217-beee-47ef48736173","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"007cd27e-075f-4e45-876b-6f253a555c4d","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-06-04T08:28:25.734Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/offload-notifications/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#79b31cad-e63b-4fae-99d1-76e3e6c0fb6a)\n    \n- [FFM](https://postman.belli.app/#b89bd0b6-c624-4e76-bee2-fefb5df42886)\n    \n- [FFR](https://postman.belli.app/#9bbf1e9b-94bc-4ffe-87b2-5387cbcea065)\n    \n\n**Requirement References**:\n\n- P.E38GHA.11\n    \n- P.E38P.12\n    \n\n**Use Cases**:\n\n- In case of offloading – Flight Manifest\n    \n- In case of offloading – Consignment Status\n    \n- In case of offloading – Flight Manifest to Customs & PAA\n    \n- Status updated post-departure/offload\n    \n\n**Integration Points**:\n\n- IN_FR-4-PSTE-MMF-R-01-UC-02\n    \n- IN_FR-4-PSTE-MMF-R-01-UC-03\n    \n- IN_FR-4-PSTE-MMF-R-01-UC-04\n    \n\n**Descriptions:**\n\n- 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.\n    \n- Send FSU Shipment offloaded information\n    \n- Send FFM Updated flight manifest data\n    \n- Send FFR New booking details due to offload.\n    \n\n**Process Flow**: GHA System (E37GHA) → Airport Community System → Pakistan Post System (E37P)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"0dc45672-5c33-4ade-8f88-2674e3098097","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"aaea6a53-1d31-4be1-9973-7628823f0148","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-06-04T08:28:25.734Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/offload-notifications/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#79b31cad-e63b-4fae-99d1-76e3e6c0fb6a)\n    \n- [FFM](https://postman.belli.app/#b89bd0b6-c624-4e76-bee2-fefb5df42886)\n    \n- [FFR](https://postman.belli.app/#9bbf1e9b-94bc-4ffe-87b2-5387cbcea065)\n    \n\n**Requirement References**:\n\n- P.E38GHA.11\n    \n- P.E38P.12\n    \n\n**Use Cases**:\n\n- In case of offloading – Flight Manifest\n    \n- In case of offloading – Consignment Status\n    \n- In case of offloading – Flight Manifest to Customs & PAA\n    \n- Status updated post-departure/offload\n    \n\n**Integration Points**:\n\n- IN_FR-4-PSTE-MMF-R-01-UC-02\n    \n- IN_FR-4-PSTE-MMF-R-01-UC-03\n    \n- IN_FR-4-PSTE-MMF-R-01-UC-04\n    \n\n**Descriptions:**\n\n- 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.\n    \n- Send FSU Shipment offloaded information\n    \n- Send FFM Updated flight manifest data\n    \n- Send FFR New booking details due to offload.\n    \n\n**Process Flow**: GHA System (E37GHA) → Airport Community System → Pakistan Post System (E37P)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"5cb4424d-2f1d-47eb-bb17-08b8a567e21a","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"cf48ebbf-58b5-4cad-b850-e7af97ec77f1","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-06-04T08:28:25.734Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/export/offload-notifications/receipts","description":"**Global API Reference:**\n\n- [FSU](https://postman.belli.app/#79b31cad-e63b-4fae-99d1-76e3e6c0fb6a)\n    \n- [FFM](https://postman.belli.app/#b89bd0b6-c624-4e76-bee2-fefb5df42886)\n    \n- [FFR](https://postman.belli.app/#9bbf1e9b-94bc-4ffe-87b2-5387cbcea065)\n    \n\n**Requirement References**:\n\n- P.E38GHA.11\n    \n- P.E38P.12\n    \n\n**Use Cases**:\n\n- In case of offloading – Flight Manifest\n    \n- In case of offloading – Consignment Status\n    \n- In case of offloading – Flight Manifest to Customs & PAA\n    \n- Status updated post-departure/offload\n    \n\n**Integration Points**:\n\n- IN_FR-4-PSTE-MMF-R-01-UC-02\n    \n- IN_FR-4-PSTE-MMF-R-01-UC-03\n    \n- IN_FR-4-PSTE-MMF-R-01-UC-04\n    \n\n**Descriptions:**\n\n- 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.\n    \n- Send FSU Shipment offloaded information\n    \n- Send FFM Updated flight manifest data\n    \n- Send FFR New booking details due to offload.\n    \n\n**Process Flow**: GHA System (E37GHA) → Airport Community System → Pakistan Post System (E37P)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"9068d5d1-5619-4bff-afa8-8827e0d548af"}],"id":"ae68ecc2-c270-4cd7-b583-da13f371bef4","description":"<p>Offload handling covers items removed from a flight before the mail journey continues. Users read offload notifications and track items that did not continue on the planned departure.</p>\n","_postman_id":"ae68ecc2-c270-4cd7-b583-da13f371bef4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"8cbe36c0-0e00-4793-a772-1bbb4604cec5","description":"<p>e-Post export is the outbound mail flow that prepares postal items for handoff to the airport and customs. Users submit tracking and arrival data, share x-ray and customs review information, manage departure, and handle offload notices.</p>\n","_postman_id":"8cbe36c0-0e00-4793-a772-1bbb4604cec5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"defe6e78-664e-4938-818b-da0bac0c5c4d","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"93fd35dc-d586-4a95-9c8d-fd66018a54ae","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-06-04T08:28:25.734Z","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":[{"id":"5b501648-7748-4cf4-bbad-f46ccc84e993","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"f62a4fa3-8036-4023-ba08-5786a8273a24","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-06-04T08:28:25.734Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/flight-manifests/receipts","description":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#b89bd0b6-c624-4e76-bee2-fefb5df42886)\n    \n- [CARDIT](https://postman.belli.app/#35f54fad-8b6e-4dea-bb6a-abe6c12606b4)\n    \n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement Reference**:\n\n- P.I4P.1\n    \n- P.I7P.2\n    \n\n**Use Case**: Receives FFM and mail information from the flight\n\n**Integration Points**:\n\n- IN_FR-1-PSTI-ACI-R-01-UC-01\n    \n- IN_FR-1-PSTI-ACI-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to receive flight manifest (FFM) and mail data from airline.\n\n**Process Flow**: Airline System (I4GHA) → Airport Community System → Pakistan Post System (I4P)\n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"d9e2ee0f-cdee-4abd-a59c-4b361c3f6696","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"489ef427-1f22-404c-a8d4-cd6762a77cbf","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-06-04T08:28:25.734Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/flight-manifests/receipts","description":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#b89bd0b6-c624-4e76-bee2-fefb5df42886)\n    \n- [CARDIT](https://postman.belli.app/#35f54fad-8b6e-4dea-bb6a-abe6c12606b4)\n    \n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement Reference**:\n\n- P.I4P.1\n    \n- P.I7P.2\n    \n\n**Use Case**: Receives FFM and mail information from the flight\n\n**Integration Points**:\n\n- IN_FR-1-PSTI-ACI-R-01-UC-01\n    \n- IN_FR-1-PSTI-ACI-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to receive flight manifest (FFM) and mail data from airline.\n\n**Process Flow**: Airline System (I4GHA) → Airport Community System → Pakistan Post System (I4P)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"504fa1ea-8010-4a54-9acc-c74a5647fb61","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"f2ae07f6-6da1-49a6-8d54-665d0b7a34fc","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-06-04T08:28:25.734Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/flight-manifests/receipts","description":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#b89bd0b6-c624-4e76-bee2-fefb5df42886)\n    \n- [CARDIT](https://postman.belli.app/#35f54fad-8b6e-4dea-bb6a-abe6c12606b4)\n    \n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement Reference**:\n\n- P.I4P.1\n    \n- P.I7P.2\n    \n\n**Use Case**: Receives FFM and mail information from the flight\n\n**Integration Points**:\n\n- IN_FR-1-PSTI-ACI-R-01-UC-01\n    \n- IN_FR-1-PSTI-ACI-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to receive flight manifest (FFM) and mail data from airline.\n\n**Process Flow**: Airline System (I4GHA) → Airport Community System → Pakistan Post System (I4P)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"f99937f8-8177-48a5-8d08-e25e7932245d","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"7ce6913d-485e-413d-96d8-6dcba7ad13fc","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-06-04T08:28:25.734Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/flight-manifests/receipts","description":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#b89bd0b6-c624-4e76-bee2-fefb5df42886)\n    \n- [CARDIT](https://postman.belli.app/#35f54fad-8b6e-4dea-bb6a-abe6c12606b4)\n    \n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement Reference**:\n\n- P.I4P.1\n    \n- P.I7P.2\n    \n\n**Use Case**: Receives FFM and mail information from the flight\n\n**Integration Points**:\n\n- IN_FR-1-PSTI-ACI-R-01-UC-01\n    \n- IN_FR-1-PSTI-ACI-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to receive flight manifest (FFM) and mail data from airline.\n\n**Process Flow**: Airline System (I4GHA) → Airport Community System → Pakistan Post System (I4P)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"b889def7-282a-4ec4-aa1b-932bdc15c63f","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"f9ec8c1b-ff64-4d2f-acbe-9a8909ce32ee","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-06-04T08:28:25.734Z","description":"ISO 8601 timestamp of the request","type":"text"}],"url":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/flight-manifests/receipts","description":"**Global API Reference:**\n\n- [FFM](https://postman.belli.app/#b89bd0b6-c624-4e76-bee2-fefb5df42886)\n    \n- [CARDIT](https://postman.belli.app/#35f54fad-8b6e-4dea-bb6a-abe6c12606b4)\n    \n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement Reference**:\n\n- P.I4P.1\n    \n- P.I7P.2\n    \n\n**Use Case**: Receives FFM and mail information from the flight\n\n**Integration Points**:\n\n- IN_FR-1-PSTI-ACI-R-01-UC-01\n    \n- IN_FR-1-PSTI-ACI-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to receive flight manifest (FFM) and mail data from airline.\n\n**Process Flow**: Airline System (I4GHA) → Airport Community System → Pakistan Post System (I4P)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"defe6e78-664e-4938-818b-da0bac0c5c4d"},{"name":"Submit Mail Reception from Flight","id":"29159c7d-015a-430e-a4e9-7323966806c8","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"ab35094a-0e1b-41ef-b0a0-80aa486cc0b0","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-06-04T08:28:25.734Z","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":[{"id":"8b7871ad-29e9-4748-9a19-77695cec1690","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"9907b903-653f-4dff-b3cf-429025b45eb8","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-06-04T08:28:25.734Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement Reference**: P.I7P.2\n\n**Use Case**: Receives mail from flight\n\n**Integration Points**:\n\n- IN_FR-2-PSTI-MAI-R-01-UC-01\n    \n- IN_FR-2-PSTI-MAI-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to record mail received from flight information in digital format.\n\n**Process Flow**: Pakistan Post System (I7P) → Airport Community System → Pakistan Single Window (I8P)\n\n**Priority**: P1"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"0a163bf3-87fc-477f-a7ed-14baf5767e1d","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"1c09b4bb-6831-4267-b55e-90b1d8d35f06","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-06-04T08:28:25.734Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement Reference**: P.I7P.2\n\n**Use Case**: Receives mail from flight\n\n**Integration Points**:\n\n- IN_FR-2-PSTI-MAI-R-01-UC-01\n    \n- IN_FR-2-PSTI-MAI-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to record mail received from flight information in digital format.\n\n**Process Flow**: Pakistan Post System (I7P) → Airport Community System → Pakistan Single Window (I8P)\n\n**Priority**: P1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"31332a49-ba39-4b1f-ba2c-57e1e6b3ed58","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"5fe31283-72f6-4f99-844c-4c8d98b7be05","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-06-04T08:28:25.734Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement Reference**: P.I7P.2\n\n**Use Case**: Receives mail from flight\n\n**Integration Points**:\n\n- IN_FR-2-PSTI-MAI-R-01-UC-01\n    \n- IN_FR-2-PSTI-MAI-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to record mail received from flight information in digital format.\n\n**Process Flow**: Pakistan Post System (I7P) → Airport Community System → Pakistan Single Window (I8P)\n\n**Priority**: P1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"9dc2814a-51d3-4215-abcf-f1afe16dda1e","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"69432ca5-2160-4f10-9d3c-720308cfcb16","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-06-04T08:28:25.734Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement Reference**: P.I7P.2\n\n**Use Case**: Receives mail from flight\n\n**Integration Points**:\n\n- IN_FR-2-PSTI-MAI-R-01-UC-01\n    \n- IN_FR-2-PSTI-MAI-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to record mail received from flight information in digital format.\n\n**Process Flow**: Pakistan Post System (I7P) → Airport Community System → Pakistan Single Window (I8P)\n\n**Priority**: P1"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"7912d139-f9e1-49ab-ba80-d5d6b0983d5a","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"c7f2bc90-d71f-44a8-8426-5f6139e145a9","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-06-04T08:28:25.734Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [Mail Manifest](https://postman.belli.app/#da2f9791-9d88-431e-b2be-077c5ff3a7fe)\n    \n\n**Requirement Reference**: P.I7P.2\n\n**Use Case**: Receives mail from flight\n\n**Integration Points**:\n\n- IN_FR-2-PSTI-MAI-R-01-UC-01\n    \n- IN_FR-2-PSTI-MAI-R-01-UC-02\n    \n\n**Description:** ACS enables Pakistan Post to record mail received from flight information in digital format.\n\n**Process Flow**: Pakistan Post System (I7P) → Airport Community System → Pakistan Single Window (I8P)\n\n**Priority**: P1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"29159c7d-015a-430e-a4e9-7323966806c8"}],"id":"be720462-68d9-4df1-b66f-75b7904dc4c3","description":"<p>Flight manifest and mail reception cover the arriving flight details and the mail handed over from it. Users receive flight information and submit the mail reception record.</p>\n","_postman_id":"be720462-68d9-4df1-b66f-75b7904dc4c3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"dd4f3af2-39de-4b7b-8956-bdb457b0961d","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"c3e7b2e9-dbee-4a8e-8ea3-7e29bc7cebe2","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-06-04T08:28:25.734Z","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":[{"id":"22da5f41-d80d-4e0f-b161-e0e556e737a8","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"d149bf9e-4196-4122-a126-511441e5ae5e","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-06-04T08:28:25.735Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I8P.3\n\n**Use Case**: Weight and scan mail\n\n**Integration Point**: IN_FR-2-PSTI-MAI-R-01-UC-03\n\n**Description:** ACS enables Pakistan Post to record weight and scanning data of mail bags in ACS.\n\n**Process Flow**:\n\n- Pakistan Post System (I8P) → Airport Community System → Pakistan Single Window (I9P)\n    \n- Pakistan Post System (I8P) → Airport Community System → Web Based One Customs System (I9P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| bagScans | Array | N/A | M | List of scanned mail bags included in the submission. |\n| bagScans/bagNumber | String | 30 | M | Mail bag identifier. |\n| bagScans/airMailDispatchNumber | String | 35 | M | Air mail dispatch number associated with the bag. |\n| bagScans/scannedBarcode | String | 30 | M | Barcode captured during scan. |\n| bagScans/grossWeight | Number | 1-7 | M | Gross weight of the bag. |\n| bagScans/netWeight | Number | 1-7 | M | Net weight of the bag. |\n| bagScans/weightUnit | String | 3 | M | Weight unit code. Example: KGM. |\n| bagScans/weightVariance | Number | 1-7 | O | Difference between expected and measured weight. |\n| bagScans/varianceAcceptable | Boolean | N/A | O | Indicates whether the weight variance is within tolerance. |\n| bagScans/scannedImages | Array | N/A | M | List of scanned image attachments for the bag. |\n| bagScans/scannedImages/imageId | String | 70 | M | Unique identifier of the scanned image. |\n| bagScans/scannedImages/imageType | String | 35 | M | Type of scanned image. Example: WEIGHT_SCAN. |\n| bagScans/scannedImages/imageData | String | N/A | M | Base64-encoded image content. |\n| bagScans/scannedImages/imageFormat | String | 10 | M | Image file format. Example: PNG. |\n| bagScans/scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the bag was scanned. |\n| scanLocation | String | 255 | M | Location or facility where bag scanning was performed. |\n| scaleInfo | Object | N/A | O | Scale metadata used for the weighing operation. |\n| scaleInfo/scaleId | String | 70 | C | Scale identifier. Required if scaleInfo is provided. |\n| scaleInfo/lastCalibration | Date | N/A | O | Date of the scale’s last calibration. Format: YYYY-MM-DD. |\n| scanOperator | Object | N/A | M | Operator details for the scanning activity. |\n| scanOperator/operatorId | String | 70 | M | Identifier of the operator who performed the scan. |\n| scanOperator/operatorName | String | 100 | M | Name of the operator who performed the scan. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"c2a65223-29e1-4eed-a2b3-a5158475c427","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"e06bdfe1-3e1a-460f-80d9-daae3393146e","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-06-04T08:28:25.735Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I8P.3\n\n**Use Case**: Weight and scan mail\n\n**Integration Point**: IN_FR-2-PSTI-MAI-R-01-UC-03\n\n**Description:** ACS enables Pakistan Post to record weight and scanning data of mail bags in ACS.\n\n**Process Flow**:\n\n- Pakistan Post System (I8P) → Airport Community System → Pakistan Single Window (I9P)\n    \n- Pakistan Post System (I8P) → Airport Community System → Web Based One Customs System (I9P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| bagScans | Array | N/A | M | List of scanned mail bags included in the submission. |\n| bagScans/bagNumber | String | 30 | M | Mail bag identifier. |\n| bagScans/airMailDispatchNumber | String | 35 | M | Air mail dispatch number associated with the bag. |\n| bagScans/scannedBarcode | String | 30 | M | Barcode captured during scan. |\n| bagScans/grossWeight | Number | 1-7 | M | Gross weight of the bag. |\n| bagScans/netWeight | Number | 1-7 | M | Net weight of the bag. |\n| bagScans/weightUnit | String | 3 | M | Weight unit code. Example: KGM. |\n| bagScans/weightVariance | Number | 1-7 | O | Difference between expected and measured weight. |\n| bagScans/varianceAcceptable | Boolean | N/A | O | Indicates whether the weight variance is within tolerance. |\n| bagScans/scannedImages | Array | N/A | M | List of scanned image attachments for the bag. |\n| bagScans/scannedImages/imageId | String | 70 | M | Unique identifier of the scanned image. |\n| bagScans/scannedImages/imageType | String | 35 | M | Type of scanned image. Example: WEIGHT_SCAN. |\n| bagScans/scannedImages/imageData | String | N/A | M | Base64-encoded image content. |\n| bagScans/scannedImages/imageFormat | String | 10 | M | Image file format. Example: PNG. |\n| bagScans/scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the bag was scanned. |\n| scanLocation | String | 255 | M | Location or facility where bag scanning was performed. |\n| scaleInfo | Object | N/A | O | Scale metadata used for the weighing operation. |\n| scaleInfo/scaleId | String | 70 | C | Scale identifier. Required if scaleInfo is provided. |\n| scaleInfo/lastCalibration | Date | N/A | O | Date of the scale’s last calibration. Format: YYYY-MM-DD. |\n| scanOperator | Object | N/A | M | Operator details for the scanning activity. |\n| scanOperator/operatorId | String | 70 | M | Identifier of the operator who performed the scan. |\n| scanOperator/operatorName | String | 100 | M | Name of the operator who performed the scan. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"ad18c685-ee44-4a0c-96a3-661e27cb93ea","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"4234eac8-c4b7-49ff-9204-bb62cf7d9368","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-06-04T08:28:25.735Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I8P.3\n\n**Use Case**: Weight and scan mail\n\n**Integration Point**: IN_FR-2-PSTI-MAI-R-01-UC-03\n\n**Description:** ACS enables Pakistan Post to record weight and scanning data of mail bags in ACS.\n\n**Process Flow**:\n\n- Pakistan Post System (I8P) → Airport Community System → Pakistan Single Window (I9P)\n    \n- Pakistan Post System (I8P) → Airport Community System → Web Based One Customs System (I9P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| bagScans | Array | N/A | M | List of scanned mail bags included in the submission. |\n| bagScans/bagNumber | String | 30 | M | Mail bag identifier. |\n| bagScans/airMailDispatchNumber | String | 35 | M | Air mail dispatch number associated with the bag. |\n| bagScans/scannedBarcode | String | 30 | M | Barcode captured during scan. |\n| bagScans/grossWeight | Number | 1-7 | M | Gross weight of the bag. |\n| bagScans/netWeight | Number | 1-7 | M | Net weight of the bag. |\n| bagScans/weightUnit | String | 3 | M | Weight unit code. Example: KGM. |\n| bagScans/weightVariance | Number | 1-7 | O | Difference between expected and measured weight. |\n| bagScans/varianceAcceptable | Boolean | N/A | O | Indicates whether the weight variance is within tolerance. |\n| bagScans/scannedImages | Array | N/A | M | List of scanned image attachments for the bag. |\n| bagScans/scannedImages/imageId | String | 70 | M | Unique identifier of the scanned image. |\n| bagScans/scannedImages/imageType | String | 35 | M | Type of scanned image. Example: WEIGHT_SCAN. |\n| bagScans/scannedImages/imageData | String | N/A | M | Base64-encoded image content. |\n| bagScans/scannedImages/imageFormat | String | 10 | M | Image file format. Example: PNG. |\n| bagScans/scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the bag was scanned. |\n| scanLocation | String | 255 | M | Location or facility where bag scanning was performed. |\n| scaleInfo | Object | N/A | O | Scale metadata used for the weighing operation. |\n| scaleInfo/scaleId | String | 70 | C | Scale identifier. Required if scaleInfo is provided. |\n| scaleInfo/lastCalibration | Date | N/A | O | Date of the scale’s last calibration. Format: YYYY-MM-DD. |\n| scanOperator | Object | N/A | M | Operator details for the scanning activity. |\n| scanOperator/operatorId | String | 70 | M | Identifier of the operator who performed the scan. |\n| scanOperator/operatorName | String | 100 | M | Name of the operator who performed the scan. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"3f729b36-34f6-496a-a118-3aed28945fd8","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"68a7e5d1-23d8-4211-a449-db8a2ec3c299","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-06-04T08:28:25.735Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I8P.3\n\n**Use Case**: Weight and scan mail\n\n**Integration Point**: IN_FR-2-PSTI-MAI-R-01-UC-03\n\n**Description:** ACS enables Pakistan Post to record weight and scanning data of mail bags in ACS.\n\n**Process Flow**:\n\n- Pakistan Post System (I8P) → Airport Community System → Pakistan Single Window (I9P)\n    \n- Pakistan Post System (I8P) → Airport Community System → Web Based One Customs System (I9P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| bagScans | Array | N/A | M | List of scanned mail bags included in the submission. |\n| bagScans/bagNumber | String | 30 | M | Mail bag identifier. |\n| bagScans/airMailDispatchNumber | String | 35 | M | Air mail dispatch number associated with the bag. |\n| bagScans/scannedBarcode | String | 30 | M | Barcode captured during scan. |\n| bagScans/grossWeight | Number | 1-7 | M | Gross weight of the bag. |\n| bagScans/netWeight | Number | 1-7 | M | Net weight of the bag. |\n| bagScans/weightUnit | String | 3 | M | Weight unit code. Example: KGM. |\n| bagScans/weightVariance | Number | 1-7 | O | Difference between expected and measured weight. |\n| bagScans/varianceAcceptable | Boolean | N/A | O | Indicates whether the weight variance is within tolerance. |\n| bagScans/scannedImages | Array | N/A | M | List of scanned image attachments for the bag. |\n| bagScans/scannedImages/imageId | String | 70 | M | Unique identifier of the scanned image. |\n| bagScans/scannedImages/imageType | String | 35 | M | Type of scanned image. Example: WEIGHT_SCAN. |\n| bagScans/scannedImages/imageData | String | N/A | M | Base64-encoded image content. |\n| bagScans/scannedImages/imageFormat | String | 10 | M | Image file format. Example: PNG. |\n| bagScans/scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the bag was scanned. |\n| scanLocation | String | 255 | M | Location or facility where bag scanning was performed. |\n| scaleInfo | Object | N/A | O | Scale metadata used for the weighing operation. |\n| scaleInfo/scaleId | String | 70 | C | Scale identifier. Required if scaleInfo is provided. |\n| scaleInfo/lastCalibration | Date | N/A | O | Date of the scale’s last calibration. Format: YYYY-MM-DD. |\n| scanOperator | Object | N/A | M | Operator details for the scanning activity. |\n| scanOperator/operatorId | String | 70 | M | Identifier of the operator who performed the scan. |\n| scanOperator/operatorName | String | 100 | M | Name of the operator who performed the scan. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d2308fee-e708-48d0-9e97-a20700193bcd","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"34a02024-b52b-4434-a7a8-a12307a08b2d","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-06-04T08:28:25.735Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I8P.3\n\n**Use Case**: Weight and scan mail\n\n**Integration Point**: IN_FR-2-PSTI-MAI-R-01-UC-03\n\n**Description:** ACS enables Pakistan Post to record weight and scanning data of mail bags in ACS.\n\n**Process Flow**:\n\n- Pakistan Post System (I8P) → Airport Community System → Pakistan Single Window (I9P)\n    \n- Pakistan Post System (I8P) → Airport Community System → Web Based One Customs System (I9P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| bagScans | Array | N/A | M | List of scanned mail bags included in the submission. |\n| bagScans/bagNumber | String | 30 | M | Mail bag identifier. |\n| bagScans/airMailDispatchNumber | String | 35 | M | Air mail dispatch number associated with the bag. |\n| bagScans/scannedBarcode | String | 30 | M | Barcode captured during scan. |\n| bagScans/grossWeight | Number | 1-7 | M | Gross weight of the bag. |\n| bagScans/netWeight | Number | 1-7 | M | Net weight of the bag. |\n| bagScans/weightUnit | String | 3 | M | Weight unit code. Example: KGM. |\n| bagScans/weightVariance | Number | 1-7 | O | Difference between expected and measured weight. |\n| bagScans/varianceAcceptable | Boolean | N/A | O | Indicates whether the weight variance is within tolerance. |\n| bagScans/scannedImages | Array | N/A | M | List of scanned image attachments for the bag. |\n| bagScans/scannedImages/imageId | String | 70 | M | Unique identifier of the scanned image. |\n| bagScans/scannedImages/imageType | String | 35 | M | Type of scanned image. Example: WEIGHT_SCAN. |\n| bagScans/scannedImages/imageData | String | N/A | M | Base64-encoded image content. |\n| bagScans/scannedImages/imageFormat | String | 10 | M | Image file format. Example: PNG. |\n| bagScans/scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the bag was scanned. |\n| scanLocation | String | 255 | M | Location or facility where bag scanning was performed. |\n| scaleInfo | Object | N/A | O | Scale metadata used for the weighing operation. |\n| scaleInfo/scaleId | String | 70 | C | Scale identifier. Required if scaleInfo is provided. |\n| scaleInfo/lastCalibration | Date | N/A | O | Date of the scale’s last calibration. Format: YYYY-MM-DD. |\n| scanOperator | Object | N/A | M | Operator details for the scanning activity. |\n| scanOperator/operatorId | String | 70 | M | Identifier of the operator who performed the scan. |\n| scanOperator/operatorName | String | 100 | M | Name of the operator who performed the scan. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"dd4f3af2-39de-4b7b-8956-bdb457b0961d"},{"name":"Submit X-ray Scan Images","id":"f55430ca-387f-4fb3-b61b-4ff347c775ba","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"d4903209-03e2-4b8f-8030-53245e226922","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-06-04T08:28:25.735Z","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":[{"id":"1f1211a8-78aa-45ed-8f75-da02b9fed716","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"88732931-6bda-4e50-9e94-4e7427d216d4","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-06-04T08:28:25.735Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- P.I9P.4\n    \n- P.I9PSW.5\n    \n- P.I8CUS.6\n    \n\n**Use Case**: X-ray scanned mail for analysis\n\n**Integration Point**: IN_FR-2-PSTI-MAI-R-01-UC-04\n\n**Description:** ACS enables Pakistan Post to upload X-ray images and PSW & Customs to digitally receive X-ray mail data for analysis\n\n**Process Flows**:\n\n- Pakistan Post System (I9P) → Airport Community System → Pakistan Single Window (I10PSW)\n    \n- Pakistan Post System (I9P) → Airport Community System → Web Based One Customs System (I10P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| bagScans | Array | N/A | M | List of mail bags scanned through the X-ray process. |\n| bagScans/bagNumber | String | 30 | M | Mail bag identifier. |\n| bagScans/airMailDispatchNumber | String | 35 | M | Air mail dispatch number associated with the bag. |\n| bagScans/grossWeight | Number | 1-7 | M | Gross weight of the bag. |\n| bagScans/netWeight | Number | 1-7 | M | Net weight of the bag. |\n| bagScans/scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the X-ray scan was performed. |\n| bagScans/scannedImages | Array | N/A | M | List of scanned image attachments for the bag. |\n| bagScans/scannedImages/imageId | String | 70 | M | Unique identifier of the scanned image. |\n| bagScans/scannedImages/imageType | String | 35 | M | Type or angle of the scanned image. Example: SIDE_VIEW. |\n| bagScans/scannedImages/imageData | String | N/A | M | Base64-encoded image content. |\n| bagScans/scannedImages/imageFormat | String | 10 | M | Image file format. Example: PNG. |\n| bagScans/scanResult | String | 35 | M | X-ray scan result. Example values: CLEAR, SUSPICIOUS, ALERT. |\n| bagScans/recommendation | String | 35 | M | Recommended next action after scan review. Example values: PROCESS, HOLD, ESCALATE. |\n| scanLocation | String | 255 | M | Location or facility where the X-ray scan was performed. |\n| scanOperator | Object | N/A | M | Operator details for the X-ray scanning activity. |\n| scanOperator/operatorId | String | 70 | M | Identifier of the scan operator. |\n| scanOperator/operatorName | String | 100 | M | Name of the scan operator. |\n| scanOperator/certification | String | 70 | O | Certification or license reference for the operator. |\n| machineInfo | Object | N/A | M | X-ray machine details. |\n| machineInfo/machineId | String | 70 | M | Identifier of the X-ray machine. |\n| machineInfo/machineModel | String | 70 | O | Model name of the X-ray machine. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"aed998bd-6a1c-4884-955f-53f67b09b149","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"1989adcd-265d-439d-9f5d-8de84bdb7346","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-06-04T08:28:25.735Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- P.I9P.4\n    \n- P.I9PSW.5\n    \n- P.I8CUS.6\n    \n\n**Use Case**: X-ray scanned mail for analysis\n\n**Integration Point**: IN_FR-2-PSTI-MAI-R-01-UC-04\n\n**Description:** ACS enables Pakistan Post to upload X-ray images and PSW & Customs to digitally receive X-ray mail data for analysis\n\n**Process Flows**:\n\n- Pakistan Post System (I9P) → Airport Community System → Pakistan Single Window (I10PSW)\n    \n- Pakistan Post System (I9P) → Airport Community System → Web Based One Customs System (I10P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| bagScans | Array | N/A | M | List of mail bags scanned through the X-ray process. |\n| bagScans/bagNumber | String | 30 | M | Mail bag identifier. |\n| bagScans/airMailDispatchNumber | String | 35 | M | Air mail dispatch number associated with the bag. |\n| bagScans/grossWeight | Number | 1-7 | M | Gross weight of the bag. |\n| bagScans/netWeight | Number | 1-7 | M | Net weight of the bag. |\n| bagScans/scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the X-ray scan was performed. |\n| bagScans/scannedImages | Array | N/A | M | List of scanned image attachments for the bag. |\n| bagScans/scannedImages/imageId | String | 70 | M | Unique identifier of the scanned image. |\n| bagScans/scannedImages/imageType | String | 35 | M | Type or angle of the scanned image. Example: SIDE_VIEW. |\n| bagScans/scannedImages/imageData | String | N/A | M | Base64-encoded image content. |\n| bagScans/scannedImages/imageFormat | String | 10 | M | Image file format. Example: PNG. |\n| bagScans/scanResult | String | 35 | M | X-ray scan result. Example values: CLEAR, SUSPICIOUS, ALERT. |\n| bagScans/recommendation | String | 35 | M | Recommended next action after scan review. Example values: PROCESS, HOLD, ESCALATE. |\n| scanLocation | String | 255 | M | Location or facility where the X-ray scan was performed. |\n| scanOperator | Object | N/A | M | Operator details for the X-ray scanning activity. |\n| scanOperator/operatorId | String | 70 | M | Identifier of the scan operator. |\n| scanOperator/operatorName | String | 100 | M | Name of the scan operator. |\n| scanOperator/certification | String | 70 | O | Certification or license reference for the operator. |\n| machineInfo | Object | N/A | M | X-ray machine details. |\n| machineInfo/machineId | String | 70 | M | Identifier of the X-ray machine. |\n| machineInfo/machineModel | String | 70 | O | Model name of the X-ray machine. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"92e694aa-9d97-4553-b39d-1109c3cab9b4","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"f2fbf51e-554a-44f2-9c7f-40e9c5a03f2a","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-06-04T08:28:25.735Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- P.I9P.4\n    \n- P.I9PSW.5\n    \n- P.I8CUS.6\n    \n\n**Use Case**: X-ray scanned mail for analysis\n\n**Integration Point**: IN_FR-2-PSTI-MAI-R-01-UC-04\n\n**Description:** ACS enables Pakistan Post to upload X-ray images and PSW & Customs to digitally receive X-ray mail data for analysis\n\n**Process Flows**:\n\n- Pakistan Post System (I9P) → Airport Community System → Pakistan Single Window (I10PSW)\n    \n- Pakistan Post System (I9P) → Airport Community System → Web Based One Customs System (I10P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| bagScans | Array | N/A | M | List of mail bags scanned through the X-ray process. |\n| bagScans/bagNumber | String | 30 | M | Mail bag identifier. |\n| bagScans/airMailDispatchNumber | String | 35 | M | Air mail dispatch number associated with the bag. |\n| bagScans/grossWeight | Number | 1-7 | M | Gross weight of the bag. |\n| bagScans/netWeight | Number | 1-7 | M | Net weight of the bag. |\n| bagScans/scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the X-ray scan was performed. |\n| bagScans/scannedImages | Array | N/A | M | List of scanned image attachments for the bag. |\n| bagScans/scannedImages/imageId | String | 70 | M | Unique identifier of the scanned image. |\n| bagScans/scannedImages/imageType | String | 35 | M | Type or angle of the scanned image. Example: SIDE_VIEW. |\n| bagScans/scannedImages/imageData | String | N/A | M | Base64-encoded image content. |\n| bagScans/scannedImages/imageFormat | String | 10 | M | Image file format. Example: PNG. |\n| bagScans/scanResult | String | 35 | M | X-ray scan result. Example values: CLEAR, SUSPICIOUS, ALERT. |\n| bagScans/recommendation | String | 35 | M | Recommended next action after scan review. Example values: PROCESS, HOLD, ESCALATE. |\n| scanLocation | String | 255 | M | Location or facility where the X-ray scan was performed. |\n| scanOperator | Object | N/A | M | Operator details for the X-ray scanning activity. |\n| scanOperator/operatorId | String | 70 | M | Identifier of the scan operator. |\n| scanOperator/operatorName | String | 100 | M | Name of the scan operator. |\n| scanOperator/certification | String | 70 | O | Certification or license reference for the operator. |\n| machineInfo | Object | N/A | M | X-ray machine details. |\n| machineInfo/machineId | String | 70 | M | Identifier of the X-ray machine. |\n| machineInfo/machineModel | String | 70 | O | Model name of the X-ray machine. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"d639ba7c-e8de-4e30-8bba-78ebb9636a90","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"0dc26b1d-1e37-4a48-8505-79f30c92aae1","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-06-04T08:28:25.735Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- P.I9P.4\n    \n- P.I9PSW.5\n    \n- P.I8CUS.6\n    \n\n**Use Case**: X-ray scanned mail for analysis\n\n**Integration Point**: IN_FR-2-PSTI-MAI-R-01-UC-04\n\n**Description:** ACS enables Pakistan Post to upload X-ray images and PSW & Customs to digitally receive X-ray mail data for analysis\n\n**Process Flows**:\n\n- Pakistan Post System (I9P) → Airport Community System → Pakistan Single Window (I10PSW)\n    \n- Pakistan Post System (I9P) → Airport Community System → Web Based One Customs System (I10P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| bagScans | Array | N/A | M | List of mail bags scanned through the X-ray process. |\n| bagScans/bagNumber | String | 30 | M | Mail bag identifier. |\n| bagScans/airMailDispatchNumber | String | 35 | M | Air mail dispatch number associated with the bag. |\n| bagScans/grossWeight | Number | 1-7 | M | Gross weight of the bag. |\n| bagScans/netWeight | Number | 1-7 | M | Net weight of the bag. |\n| bagScans/scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the X-ray scan was performed. |\n| bagScans/scannedImages | Array | N/A | M | List of scanned image attachments for the bag. |\n| bagScans/scannedImages/imageId | String | 70 | M | Unique identifier of the scanned image. |\n| bagScans/scannedImages/imageType | String | 35 | M | Type or angle of the scanned image. Example: SIDE_VIEW. |\n| bagScans/scannedImages/imageData | String | N/A | M | Base64-encoded image content. |\n| bagScans/scannedImages/imageFormat | String | 10 | M | Image file format. Example: PNG. |\n| bagScans/scanResult | String | 35 | M | X-ray scan result. Example values: CLEAR, SUSPICIOUS, ALERT. |\n| bagScans/recommendation | String | 35 | M | Recommended next action after scan review. Example values: PROCESS, HOLD, ESCALATE. |\n| scanLocation | String | 255 | M | Location or facility where the X-ray scan was performed. |\n| scanOperator | Object | N/A | M | Operator details for the X-ray scanning activity. |\n| scanOperator/operatorId | String | 70 | M | Identifier of the scan operator. |\n| scanOperator/operatorName | String | 100 | M | Name of the scan operator. |\n| scanOperator/certification | String | 70 | O | Certification or license reference for the operator. |\n| machineInfo | Object | N/A | M | X-ray machine details. |\n| machineInfo/machineId | String | 70 | M | Identifier of the X-ray machine. |\n| machineInfo/machineModel | String | 70 | O | Model name of the X-ray machine. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"f27ea7ff-08a4-467f-9113-b2ed043073d0","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"ca68590a-1e21-44ad-999c-22b5ac09dbb1","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-06-04T08:28:25.735Z","description":"ISO 8601 timestamp of the request","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":"**Global API Reference:**\n\n- [File Upload](https://postman.belli.app/#041911cb-181b-4b7c-b16a-6e07c9a20784)\n    \n\n**Requirement References**:\n\n- P.I9P.4\n    \n- P.I9PSW.5\n    \n- P.I8CUS.6\n    \n\n**Use Case**: X-ray scanned mail for analysis\n\n**Integration Point**: IN_FR-2-PSTI-MAI-R-01-UC-04\n\n**Description:** ACS enables Pakistan Post to upload X-ray images and PSW & Customs to digitally receive X-ray mail data for analysis\n\n**Process Flows**:\n\n- Pakistan Post System (I9P) → Airport Community System → Pakistan Single Window (I10PSW)\n    \n- Pakistan Post System (I9P) → Airport Community System → Web Based One Customs System (I10P)\n    \n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| bagScans | Array | N/A | M | List of mail bags scanned through the X-ray process. |\n| bagScans/bagNumber | String | 30 | M | Mail bag identifier. |\n| bagScans/airMailDispatchNumber | String | 35 | M | Air mail dispatch number associated with the bag. |\n| bagScans/grossWeight | Number | 1-7 | M | Gross weight of the bag. |\n| bagScans/netWeight | Number | 1-7 | M | Net weight of the bag. |\n| bagScans/scanDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the X-ray scan was performed. |\n| bagScans/scannedImages | Array | N/A | M | List of scanned image attachments for the bag. |\n| bagScans/scannedImages/imageId | String | 70 | M | Unique identifier of the scanned image. |\n| bagScans/scannedImages/imageType | String | 35 | M | Type or angle of the scanned image. Example: SIDE_VIEW. |\n| bagScans/scannedImages/imageData | String | N/A | M | Base64-encoded image content. |\n| bagScans/scannedImages/imageFormat | String | 10 | M | Image file format. Example: PNG. |\n| bagScans/scanResult | String | 35 | M | X-ray scan result. Example values: CLEAR, SUSPICIOUS, ALERT. |\n| bagScans/recommendation | String | 35 | M | Recommended next action after scan review. Example values: PROCESS, HOLD, ESCALATE. |\n| scanLocation | String | 255 | M | Location or facility where the X-ray scan was performed. |\n| scanOperator | Object | N/A | M | Operator details for the X-ray scanning activity. |\n| scanOperator/operatorId | String | 70 | M | Identifier of the scan operator. |\n| scanOperator/operatorName | String | 100 | M | Name of the scan operator. |\n| scanOperator/certification | String | 70 | O | Certification or license reference for the operator. |\n| machineInfo | Object | N/A | M | X-ray machine details. |\n| machineInfo/machineId | String | 70 | M | Identifier of the X-ray machine. |\n| machineInfo/machineModel | String | 70 | O | Model name of the X-ray machine. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"f55430ca-387f-4fb3-b61b-4ff347c775ba"}],"id":"1c7c536b-2c74-460b-a501-c3a8850c96d8","description":"<p>Weight, scanning, and x-ray cover the intake checks used to capture mail size and security images. Users submit weight data, upload scan results, and provide x-ray images.</p>\n","_postman_id":"1c7c536b-2c74-460b-a501-c3a8850c96d8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"4c48e67b-2b9d-4909-800b-8ad3063e7f5d","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"db72b155-9ef7-4bac-a93f-6d0323569aab","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-06-04T08:28:25.735Z","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":[{"id":"bd67daf0-ed83-48d9-9ea0-f0e8f9c35fd2","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"135e82e2-c5f1-4211-a67a-efc732044e93","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-06-04T08:28:25.735Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I10P.7\n\n**Use Case**: Sort mails by destination\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to update sorting and routing data in ACS.\n\n**Process Flow**: Pakistan Post System (I10P) → Airport Community System → Pakistan Post System (I29P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Type | Condition | Description |\n| --- | --- | --- | --- |\n| bagNumber | String | M | Mail bag identification |\n| destination | String | M | Final destination |\n| departureInfo | Object | M | Departure details for forwarding |\n| sortDateTime | DateTime | M | When sorting was completed |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"41f74086-edc8-4d68-a1a0-f7dac16972cf","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"8167306c-09f3-45f0-acfc-57ac66ae0b9e","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-06-04T08:28:25.735Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I10P.7\n\n**Use Case**: Sort mails by destination\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to update sorting and routing data in ACS.\n\n**Process Flow**: Pakistan Post System (I10P) → Airport Community System → Pakistan Post System (I29P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Type | Condition | Description |\n| --- | --- | --- | --- |\n| bagNumber | String | M | Mail bag identification |\n| destination | String | M | Final destination |\n| departureInfo | Object | M | Departure details for forwarding |\n| sortDateTime | DateTime | M | When sorting was completed |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"99e000c9-4ac5-4cc9-bca1-78b086202fc0","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"95b255d8-5491-475b-8a8e-3627fee0e84f","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-06-04T08:28:25.735Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I10P.7\n\n**Use Case**: Sort mails by destination\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to update sorting and routing data in ACS.\n\n**Process Flow**: Pakistan Post System (I10P) → Airport Community System → Pakistan Post System (I29P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Type | Condition | Description |\n| --- | --- | --- | --- |\n| bagNumber | String | M | Mail bag identification |\n| destination | String | M | Final destination |\n| departureInfo | Object | M | Departure details for forwarding |\n| sortDateTime | DateTime | M | When sorting was completed |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"50862d30-a08a-4cff-8297-8eb0b7a85e2a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"d99c6c3d-ec4d-45bf-a9f6-a7ae242335b6","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-06-04T08:28:25.736Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I10P.7\n\n**Use Case**: Sort mails by destination\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to update sorting and routing data in ACS.\n\n**Process Flow**: Pakistan Post System (I10P) → Airport Community System → Pakistan Post System (I29P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Type | Condition | Description |\n| --- | --- | --- | --- |\n| bagNumber | String | M | Mail bag identification |\n| destination | String | M | Final destination |\n| departureInfo | Object | M | Departure details for forwarding |\n| sortDateTime | DateTime | M | When sorting was completed |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"33ce8ce3-f1f2-4942-bf74-4708a76f1764","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"5e0741b6-8cbb-4449-b75c-3eec53ae4f3d","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-06-04T08:28:25.736Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I10P.7\n\n**Use Case**: Sort mails by destination\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-01\n\n**Description:** ACS enables Pakistan Post to update sorting and routing data in ACS.\n\n**Process Flow**: Pakistan Post System (I10P) → Airport Community System → Pakistan Post System (I29P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Type | Condition | Description |\n| --- | --- | --- | --- |\n| bagNumber | String | M | Mail bag identification |\n| destination | String | M | Final destination |\n| departureInfo | Object | M | Departure details for forwarding |\n| sortDateTime | DateTime | M | When sorting was completed |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"4c48e67b-2b9d-4909-800b-8ad3063e7f5d"},{"name":"Submit CN22/CN23 Declaration","id":"dbda05e1-b442-42bf-ab41-538c0b4b126c","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"62d2454c-b096-4de9-bcac-5a2ec1b30391","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-06-04T08:28:25.736Z","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":"4ea410c7-b785-4be0-b6bc-8b584a411284","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"76ad3832-2236-4bdd-b80c-3eaff68a4d95","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-06-04T08:28:25.736Z","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    <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":"**Requirement Reference**: P.I11CUS.(b)8\n\n**Use Case**: GD submission received\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-01\n\n**Description:** ACS will enable Customs to digitally receive CN 22/23 submission from Pakistan Post.\n\n**Process Flow**: Pakistan Post System (I11P) → Airport Community System → Web Based One Customs System (I12P)\n\n**Priority**: P1\n\n**Standard:** UPU Standards (ITMATT - M33)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| itmatt_1_6_0/item | Array | N/A | M | One or more postal items included in the ITMATT message. |\n| itmatt_1_6_0/item/ID | Object | N/A | M | Primary item identifier container. |\n| itmatt_1_6_0/item/ID/value | String | 35 | M | Primary item identifier value. Sample: CL656630851DE. |\n| itmatt_1_6_0/item/alternate_ID | Object | N/A | O | Alternate item identifier container. |\n| itmatt_1_6_0/item/alternate_ID/idtype | String | 2 | C | Alternate identifier type code. Required if alternate_ID is present. Sample: 0. |\n| itmatt_1_6_0/item/alternate_ID/value | String | 35 | C | Alternate item identifier value. Required if alternate_ID is present. Sample: XY656630851DE. |\n| itmatt_1_6_0/item/service_contractor_party | String | 35 | O | Service contractor party identifier. Sample: J1CDEA. |\n| itmatt_1_6_0/item/attributes_version_number | Integer | N/A | O | Version number of the item attributes set. Sample: 2. |\n| itmatt_1_6_0/item/parties | Object | N/A | O | Parties container for sender and addressee details. |\n| itmatt_1_6_0/item/parties/sender | Object | N/A | O | Sender party container. |\n| itmatt_1_6_0/item/parties/sender/role | String | 2 | O | Sender role code. Sample: CZ. |\n| itmatt_1_6_0/item/parties/sender/identification | Object | N/A | C | Sender identification container. Required if sender is present. |\n| itmatt_1_6_0/item/parties/sender/identification/name | String | 50 | C | Sender name. Sample: Juergen Mueller. |\n| itmatt_1_6_0/item/parties/sender/postal-address | Object | N/A | C | Sender postal address container. Required if sender is present. |\n| itmatt_1_6_0/item/parties/sender/postal-address/premises | String | 50 | C | Sender address line. Sample: Richard-Wagner-Str 3. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality | Object | N/A | C | Sender locality container. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/code | String | 17 | O | Sender postal code or locality code. Sample: 68165. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/name | String | 50 | C | Sender city/locality name. Sample: Mannheim. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/region | String | 50 | O | Sender region/state/province where provided. |\n| itmatt_1_6_0/item/parties/sender/postal-address/country_cd | String | 2 | C | Sender ISO 2-character country code. Sample: DE. |\n| itmatt_1_6_0/item/parties/sender/contact | Object | N/A | O | Sender contact details container. |\n| itmatt_1_6_0/item/parties/sender/contact/email | String | 512 | O | Sender email address. Sample: [juergen.mueller@domain.com](https://mailto:juergen.mueller@domain.com). |\n| itmatt_1_6_0/item/parties/sender/contact/telephone | String | 26 | O | Sender telephone number. Sample: 496219999999. |\n| itmatt_1_6_0/item/parties/addressee | Object | N/A | O | Addressee party container. |\n| itmatt_1_6_0/item/parties/addressee/role | String | 2 | O | Addressee role code. Sample: CN. |\n| itmatt_1_6_0/item/parties/addressee/identification | Object | N/A | C | Addressee identification container. Required if addressee is present. |\n| itmatt_1_6_0/item/parties/addressee/identification/name | String | 50 | C | Addressee name. Sample: Hellen Smith. |\n| itmatt_1_6_0/item/parties/addressee/postal-address | Object | N/A | C | Addressee postal address container. Required if addressee is present. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/premises | String | 50 | C | Addressee address line. Sample: 123 Cochrane Drive. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality | Object | N/A | C | Addressee locality container. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/code | String | 17 | O | Addressee postal code or locality code. Sample: L3R 0B8. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/name | String | 50 | C | Addressee city/locality name. Sample: Markham. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/region | String | 50 | O | Addressee region/state/province. Sample: ON. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/country_cd | String | 2 | C | Addressee ISO 2-character country code. Sample: CA. |\n| itmatt_1_6_0/item/parties/addressee/contact | Object | N/A | O | Addressee contact details container. |\n| itmatt_1_6_0/item/parties/addressee/contact/email | String | 512 | O | Addressee email address where provided. |\n| itmatt_1_6_0/item/parties/addressee/contact/telephone | String | 26 | O | Addressee telephone number. Sample: 19999999999. |\n| itmatt_1_6_0/item/declared_gross_weight | Number | N/A | O | Declared gross weight of the postal item. Sample: 5. |\n| itmatt_1_6_0/item/postage_paid | Object | N/A | O | Postage paid amount and currency container. |\n| itmatt_1_6_0/item/postage_paid/currency | String | 3 | C | ISO 4217 currency code for postage. Sample: EUR. |\n| itmatt_1_6_0/item/postage_paid/amount | Number | N/A | C | Postage amount. Sample: 9.00. |\n| itmatt_1_6_0/item/nature_of_transaction_code | String | 3 | O | Nature of transaction code. Sample: 91, 31. |\n| itmatt_1_6_0/item/total_declared_value | Object | N/A | O | Total declared value container for the item. |\n| itmatt_1_6_0/item/total_declared_value/currency | String | 3 | C | ISO 4217 currency code for total declared value. Sample: EUR. |\n| itmatt_1_6_0/item/total_declared_value/amount | Number | N/A | C | Total declared value amount. Sample: 18.60. |\n| itmatt_1_6_0/item/associated_document | Array | N/A | O | One or more associated documents for the item. |\n| itmatt_1_6_0/item/associated_document/doctype | String | 3 | C | Associated document type code. Sample: 380. |\n| itmatt_1_6_0/item/associated_document/name | String | 35 | O | Associated document name where provided. |\n| itmatt_1_6_0/item/associated_document/identifier | String | 35 | O | Associated document identifier where provided. |\n| itmatt_1_6_0/item/content_piece | Array | N/A | O | One or more item content lines. |\n| itmatt_1_6_0/item/content_piece/number | Integer | 4 | M | Content piece sequence number. Sample: 1, 2. |\n| itmatt_1_6_0/item/content_piece/number_of_units | Integer | 6 | O | Number of units in the content piece. Sample: 1, 2. |\n| itmatt_1_6_0/item/content_piece/description | String | 256 | M | Description of the content piece. Sample: Report. |\n| itmatt_1_6_0/item/content_piece/declared_value | Object | N/A | M | Declared value container for the content piece. |\n| itmatt_1_6_0/item/content_piece/declared_value/currency | String | 3 | C | ISO 4217 currency code for content piece value. Sample: EUR. |\n| itmatt_1_6_0/item/content_piece/declared_value/amount | Number | N/A | C | Declared value amount for the content piece. Sample: 6.00. |\n| itmatt_1_6_0/item/content_piece/net_weight | Number | N/A | O | Net weight of the content piece. Sample: 4.8. |\n| itmatt_1_6_0/item/content_piece/origin_location_code | String | 2 | O | Country or origin location code for the content piece. Sample: DE. |\n| itmatt_1_6_0/item/content_piece/tariff_heading | String | 35 | O | Customs tariff heading. Sample: 999999. |\n| itmatt_1_6_0/item/event | Array | N/A | O | One or more events associated with the item. |\n| itmatt_1_6_0/item/event/status | String | 1 | C | Event status code. Sample: P, A. |\n| itmatt_1_6_0/item/event/code | String | 2 | C | Event code. Sample: XP, XD. |\n| itmatt_1_6_0/item/event/location_function | String | 1 | O | Function of the event location. Sample: 4, 9. |\n| itmatt_1_6_0/item/event/location | Object | N/A | O | Event location container. |\n| itmatt_1_6_0/item/event/location/code | String | 17 | C | Event location code. Sample: DE-68160, DEFRAA. |\n| itmatt_1_6_0/item/event/latest_date | DateTime | N/A | O | Latest event date or datetime. Samples: 20150521, 201505210751. |\n| itmatt_1_6_0/item/event/associated_entity | Object | N/A | O | Associated entity container for the event. |\n| itmatt_1_6_0/item/event/associated_entity/entity_type | String | 1 | C | Associated entity type code. Sample: A. |\n| itmatt_1_6_0/item/event/associated_entity/ID | Object | N/A | C | Associated entity identifier container. |\n| itmatt_1_6_0/item/event/associated_entity/ID/value | String | 35 | C | Associated entity identifier value. Sample: DEFRAACAYTOAACN50502009000196. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"51b41564-23ac-478c-bd5d-008268da4af4","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"bad45e9c-2413-4d86-87a6-036094fc15a4","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-06-04T08:28:25.736Z","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    <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":"**Requirement Reference**: P.I11CUS.(b)8\n\n**Use Case**: GD submission received\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-01\n\n**Description:** ACS will enable Customs to digitally receive CN 22/23 submission from Pakistan Post.\n\n**Process Flow**: Pakistan Post System (I11P) → Airport Community System → Web Based One Customs System (I12P)\n\n**Priority**: P1\n\n**Standard:** UPU Standards (ITMATT - M33)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| itmatt_1_6_0/item | Array | N/A | M | One or more postal items included in the ITMATT message. |\n| itmatt_1_6_0/item/ID | Object | N/A | M | Primary item identifier container. |\n| itmatt_1_6_0/item/ID/value | String | 35 | M | Primary item identifier value. Sample: CL656630851DE. |\n| itmatt_1_6_0/item/alternate_ID | Object | N/A | O | Alternate item identifier container. |\n| itmatt_1_6_0/item/alternate_ID/idtype | String | 2 | C | Alternate identifier type code. Required if alternate_ID is present. Sample: 0. |\n| itmatt_1_6_0/item/alternate_ID/value | String | 35 | C | Alternate item identifier value. Required if alternate_ID is present. Sample: XY656630851DE. |\n| itmatt_1_6_0/item/service_contractor_party | String | 35 | O | Service contractor party identifier. Sample: J1CDEA. |\n| itmatt_1_6_0/item/attributes_version_number | Integer | N/A | O | Version number of the item attributes set. Sample: 2. |\n| itmatt_1_6_0/item/parties | Object | N/A | O | Parties container for sender and addressee details. |\n| itmatt_1_6_0/item/parties/sender | Object | N/A | O | Sender party container. |\n| itmatt_1_6_0/item/parties/sender/role | String | 2 | O | Sender role code. Sample: CZ. |\n| itmatt_1_6_0/item/parties/sender/identification | Object | N/A | C | Sender identification container. Required if sender is present. |\n| itmatt_1_6_0/item/parties/sender/identification/name | String | 50 | C | Sender name. Sample: Juergen Mueller. |\n| itmatt_1_6_0/item/parties/sender/postal-address | Object | N/A | C | Sender postal address container. Required if sender is present. |\n| itmatt_1_6_0/item/parties/sender/postal-address/premises | String | 50 | C | Sender address line. Sample: Richard-Wagner-Str 3. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality | Object | N/A | C | Sender locality container. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/code | String | 17 | O | Sender postal code or locality code. Sample: 68165. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/name | String | 50 | C | Sender city/locality name. Sample: Mannheim. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/region | String | 50 | O | Sender region/state/province where provided. |\n| itmatt_1_6_0/item/parties/sender/postal-address/country_cd | String | 2 | C | Sender ISO 2-character country code. Sample: DE. |\n| itmatt_1_6_0/item/parties/sender/contact | Object | N/A | O | Sender contact details container. |\n| itmatt_1_6_0/item/parties/sender/contact/email | String | 512 | O | Sender email address. Sample: [juergen.mueller@domain.com](https://mailto:juergen.mueller@domain.com). |\n| itmatt_1_6_0/item/parties/sender/contact/telephone | String | 26 | O | Sender telephone number. Sample: 496219999999. |\n| itmatt_1_6_0/item/parties/addressee | Object | N/A | O | Addressee party container. |\n| itmatt_1_6_0/item/parties/addressee/role | String | 2 | O | Addressee role code. Sample: CN. |\n| itmatt_1_6_0/item/parties/addressee/identification | Object | N/A | C | Addressee identification container. Required if addressee is present. |\n| itmatt_1_6_0/item/parties/addressee/identification/name | String | 50 | C | Addressee name. Sample: Hellen Smith. |\n| itmatt_1_6_0/item/parties/addressee/postal-address | Object | N/A | C | Addressee postal address container. Required if addressee is present. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/premises | String | 50 | C | Addressee address line. Sample: 123 Cochrane Drive. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality | Object | N/A | C | Addressee locality container. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/code | String | 17 | O | Addressee postal code or locality code. Sample: L3R 0B8. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/name | String | 50 | C | Addressee city/locality name. Sample: Markham. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/region | String | 50 | O | Addressee region/state/province. Sample: ON. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/country_cd | String | 2 | C | Addressee ISO 2-character country code. Sample: CA. |\n| itmatt_1_6_0/item/parties/addressee/contact | Object | N/A | O | Addressee contact details container. |\n| itmatt_1_6_0/item/parties/addressee/contact/email | String | 512 | O | Addressee email address where provided. |\n| itmatt_1_6_0/item/parties/addressee/contact/telephone | String | 26 | O | Addressee telephone number. Sample: 19999999999. |\n| itmatt_1_6_0/item/declared_gross_weight | Number | N/A | O | Declared gross weight of the postal item. Sample: 5. |\n| itmatt_1_6_0/item/postage_paid | Object | N/A | O | Postage paid amount and currency container. |\n| itmatt_1_6_0/item/postage_paid/currency | String | 3 | C | ISO 4217 currency code for postage. Sample: EUR. |\n| itmatt_1_6_0/item/postage_paid/amount | Number | N/A | C | Postage amount. Sample: 9.00. |\n| itmatt_1_6_0/item/nature_of_transaction_code | String | 3 | O | Nature of transaction code. Sample: 91, 31. |\n| itmatt_1_6_0/item/total_declared_value | Object | N/A | O | Total declared value container for the item. |\n| itmatt_1_6_0/item/total_declared_value/currency | String | 3 | C | ISO 4217 currency code for total declared value. Sample: EUR. |\n| itmatt_1_6_0/item/total_declared_value/amount | Number | N/A | C | Total declared value amount. Sample: 18.60. |\n| itmatt_1_6_0/item/associated_document | Array | N/A | O | One or more associated documents for the item. |\n| itmatt_1_6_0/item/associated_document/doctype | String | 3 | C | Associated document type code. Sample: 380. |\n| itmatt_1_6_0/item/associated_document/name | String | 35 | O | Associated document name where provided. |\n| itmatt_1_6_0/item/associated_document/identifier | String | 35 | O | Associated document identifier where provided. |\n| itmatt_1_6_0/item/content_piece | Array | N/A | O | One or more item content lines. |\n| itmatt_1_6_0/item/content_piece/number | Integer | 4 | M | Content piece sequence number. Sample: 1, 2. |\n| itmatt_1_6_0/item/content_piece/number_of_units | Integer | 6 | O | Number of units in the content piece. Sample: 1, 2. |\n| itmatt_1_6_0/item/content_piece/description | String | 256 | M | Description of the content piece. Sample: Report. |\n| itmatt_1_6_0/item/content_piece/declared_value | Object | N/A | M | Declared value container for the content piece. |\n| itmatt_1_6_0/item/content_piece/declared_value/currency | String | 3 | C | ISO 4217 currency code for content piece value. Sample: EUR. |\n| itmatt_1_6_0/item/content_piece/declared_value/amount | Number | N/A | C | Declared value amount for the content piece. Sample: 6.00. |\n| itmatt_1_6_0/item/content_piece/net_weight | Number | N/A | O | Net weight of the content piece. Sample: 4.8. |\n| itmatt_1_6_0/item/content_piece/origin_location_code | String | 2 | O | Country or origin location code for the content piece. Sample: DE. |\n| itmatt_1_6_0/item/content_piece/tariff_heading | String | 35 | O | Customs tariff heading. Sample: 999999. |\n| itmatt_1_6_0/item/event | Array | N/A | O | One or more events associated with the item. |\n| itmatt_1_6_0/item/event/status | String | 1 | C | Event status code. Sample: P, A. |\n| itmatt_1_6_0/item/event/code | String | 2 | C | Event code. Sample: XP, XD. |\n| itmatt_1_6_0/item/event/location_function | String | 1 | O | Function of the event location. Sample: 4, 9. |\n| itmatt_1_6_0/item/event/location | Object | N/A | O | Event location container. |\n| itmatt_1_6_0/item/event/location/code | String | 17 | C | Event location code. Sample: DE-68160, DEFRAA. |\n| itmatt_1_6_0/item/event/latest_date | DateTime | N/A | O | Latest event date or datetime. Samples: 20150521, 201505210751. |\n| itmatt_1_6_0/item/event/associated_entity | Object | N/A | O | Associated entity container for the event. |\n| itmatt_1_6_0/item/event/associated_entity/entity_type | String | 1 | C | Associated entity type code. Sample: A. |\n| itmatt_1_6_0/item/event/associated_entity/ID | Object | N/A | C | Associated entity identifier container. |\n| itmatt_1_6_0/item/event/associated_entity/ID/value | String | 35 | C | Associated entity identifier value. Sample: DEFRAACAYTOAACN50502009000196. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"ad7b55d7-04a6-4fea-9a46-057800922108","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"f25d3fea-5239-4aec-8cb6-2aeb70ccce59","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-06-04T08:28:25.736Z","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    <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":"**Requirement Reference**: P.I11CUS.(b)8\n\n**Use Case**: GD submission received\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-01\n\n**Description:** ACS will enable Customs to digitally receive CN 22/23 submission from Pakistan Post.\n\n**Process Flow**: Pakistan Post System (I11P) → Airport Community System → Web Based One Customs System (I12P)\n\n**Priority**: P1\n\n**Standard:** UPU Standards (ITMATT - M33)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| itmatt_1_6_0/item | Array | N/A | M | One or more postal items included in the ITMATT message. |\n| itmatt_1_6_0/item/ID | Object | N/A | M | Primary item identifier container. |\n| itmatt_1_6_0/item/ID/value | String | 35 | M | Primary item identifier value. Sample: CL656630851DE. |\n| itmatt_1_6_0/item/alternate_ID | Object | N/A | O | Alternate item identifier container. |\n| itmatt_1_6_0/item/alternate_ID/idtype | String | 2 | C | Alternate identifier type code. Required if alternate_ID is present. Sample: 0. |\n| itmatt_1_6_0/item/alternate_ID/value | String | 35 | C | Alternate item identifier value. Required if alternate_ID is present. Sample: XY656630851DE. |\n| itmatt_1_6_0/item/service_contractor_party | String | 35 | O | Service contractor party identifier. Sample: J1CDEA. |\n| itmatt_1_6_0/item/attributes_version_number | Integer | N/A | O | Version number of the item attributes set. Sample: 2. |\n| itmatt_1_6_0/item/parties | Object | N/A | O | Parties container for sender and addressee details. |\n| itmatt_1_6_0/item/parties/sender | Object | N/A | O | Sender party container. |\n| itmatt_1_6_0/item/parties/sender/role | String | 2 | O | Sender role code. Sample: CZ. |\n| itmatt_1_6_0/item/parties/sender/identification | Object | N/A | C | Sender identification container. Required if sender is present. |\n| itmatt_1_6_0/item/parties/sender/identification/name | String | 50 | C | Sender name. Sample: Juergen Mueller. |\n| itmatt_1_6_0/item/parties/sender/postal-address | Object | N/A | C | Sender postal address container. Required if sender is present. |\n| itmatt_1_6_0/item/parties/sender/postal-address/premises | String | 50 | C | Sender address line. Sample: Richard-Wagner-Str 3. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality | Object | N/A | C | Sender locality container. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/code | String | 17 | O | Sender postal code or locality code. Sample: 68165. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/name | String | 50 | C | Sender city/locality name. Sample: Mannheim. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/region | String | 50 | O | Sender region/state/province where provided. |\n| itmatt_1_6_0/item/parties/sender/postal-address/country_cd | String | 2 | C | Sender ISO 2-character country code. Sample: DE. |\n| itmatt_1_6_0/item/parties/sender/contact | Object | N/A | O | Sender contact details container. |\n| itmatt_1_6_0/item/parties/sender/contact/email | String | 512 | O | Sender email address. Sample: [juergen.mueller@domain.com](https://mailto:juergen.mueller@domain.com). |\n| itmatt_1_6_0/item/parties/sender/contact/telephone | String | 26 | O | Sender telephone number. Sample: 496219999999. |\n| itmatt_1_6_0/item/parties/addressee | Object | N/A | O | Addressee party container. |\n| itmatt_1_6_0/item/parties/addressee/role | String | 2 | O | Addressee role code. Sample: CN. |\n| itmatt_1_6_0/item/parties/addressee/identification | Object | N/A | C | Addressee identification container. Required if addressee is present. |\n| itmatt_1_6_0/item/parties/addressee/identification/name | String | 50 | C | Addressee name. Sample: Hellen Smith. |\n| itmatt_1_6_0/item/parties/addressee/postal-address | Object | N/A | C | Addressee postal address container. Required if addressee is present. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/premises | String | 50 | C | Addressee address line. Sample: 123 Cochrane Drive. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality | Object | N/A | C | Addressee locality container. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/code | String | 17 | O | Addressee postal code or locality code. Sample: L3R 0B8. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/name | String | 50 | C | Addressee city/locality name. Sample: Markham. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/region | String | 50 | O | Addressee region/state/province. Sample: ON. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/country_cd | String | 2 | C | Addressee ISO 2-character country code. Sample: CA. |\n| itmatt_1_6_0/item/parties/addressee/contact | Object | N/A | O | Addressee contact details container. |\n| itmatt_1_6_0/item/parties/addressee/contact/email | String | 512 | O | Addressee email address where provided. |\n| itmatt_1_6_0/item/parties/addressee/contact/telephone | String | 26 | O | Addressee telephone number. Sample: 19999999999. |\n| itmatt_1_6_0/item/declared_gross_weight | Number | N/A | O | Declared gross weight of the postal item. Sample: 5. |\n| itmatt_1_6_0/item/postage_paid | Object | N/A | O | Postage paid amount and currency container. |\n| itmatt_1_6_0/item/postage_paid/currency | String | 3 | C | ISO 4217 currency code for postage. Sample: EUR. |\n| itmatt_1_6_0/item/postage_paid/amount | Number | N/A | C | Postage amount. Sample: 9.00. |\n| itmatt_1_6_0/item/nature_of_transaction_code | String | 3 | O | Nature of transaction code. Sample: 91, 31. |\n| itmatt_1_6_0/item/total_declared_value | Object | N/A | O | Total declared value container for the item. |\n| itmatt_1_6_0/item/total_declared_value/currency | String | 3 | C | ISO 4217 currency code for total declared value. Sample: EUR. |\n| itmatt_1_6_0/item/total_declared_value/amount | Number | N/A | C | Total declared value amount. Sample: 18.60. |\n| itmatt_1_6_0/item/associated_document | Array | N/A | O | One or more associated documents for the item. |\n| itmatt_1_6_0/item/associated_document/doctype | String | 3 | C | Associated document type code. Sample: 380. |\n| itmatt_1_6_0/item/associated_document/name | String | 35 | O | Associated document name where provided. |\n| itmatt_1_6_0/item/associated_document/identifier | String | 35 | O | Associated document identifier where provided. |\n| itmatt_1_6_0/item/content_piece | Array | N/A | O | One or more item content lines. |\n| itmatt_1_6_0/item/content_piece/number | Integer | 4 | M | Content piece sequence number. Sample: 1, 2. |\n| itmatt_1_6_0/item/content_piece/number_of_units | Integer | 6 | O | Number of units in the content piece. Sample: 1, 2. |\n| itmatt_1_6_0/item/content_piece/description | String | 256 | M | Description of the content piece. Sample: Report. |\n| itmatt_1_6_0/item/content_piece/declared_value | Object | N/A | M | Declared value container for the content piece. |\n| itmatt_1_6_0/item/content_piece/declared_value/currency | String | 3 | C | ISO 4217 currency code for content piece value. Sample: EUR. |\n| itmatt_1_6_0/item/content_piece/declared_value/amount | Number | N/A | C | Declared value amount for the content piece. Sample: 6.00. |\n| itmatt_1_6_0/item/content_piece/net_weight | Number | N/A | O | Net weight of the content piece. Sample: 4.8. |\n| itmatt_1_6_0/item/content_piece/origin_location_code | String | 2 | O | Country or origin location code for the content piece. Sample: DE. |\n| itmatt_1_6_0/item/content_piece/tariff_heading | String | 35 | O | Customs tariff heading. Sample: 999999. |\n| itmatt_1_6_0/item/event | Array | N/A | O | One or more events associated with the item. |\n| itmatt_1_6_0/item/event/status | String | 1 | C | Event status code. Sample: P, A. |\n| itmatt_1_6_0/item/event/code | String | 2 | C | Event code. Sample: XP, XD. |\n| itmatt_1_6_0/item/event/location_function | String | 1 | O | Function of the event location. Sample: 4, 9. |\n| itmatt_1_6_0/item/event/location | Object | N/A | O | Event location container. |\n| itmatt_1_6_0/item/event/location/code | String | 17 | C | Event location code. Sample: DE-68160, DEFRAA. |\n| itmatt_1_6_0/item/event/latest_date | DateTime | N/A | O | Latest event date or datetime. Samples: 20150521, 201505210751. |\n| itmatt_1_6_0/item/event/associated_entity | Object | N/A | O | Associated entity container for the event. |\n| itmatt_1_6_0/item/event/associated_entity/entity_type | String | 1 | C | Associated entity type code. Sample: A. |\n| itmatt_1_6_0/item/event/associated_entity/ID | Object | N/A | C | Associated entity identifier container. |\n| itmatt_1_6_0/item/event/associated_entity/ID/value | String | 35 | C | Associated entity identifier value. Sample: DEFRAACAYTOAACN50502009000196. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"996e076c-24ad-43fd-924c-12f0cf77d68d","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"0646fccf-5a2f-4269-8566-5b93754f1e0e","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-06-04T08:28:25.736Z","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    <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":"**Requirement Reference**: P.I11CUS.(b)8\n\n**Use Case**: GD submission received\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-01\n\n**Description:** ACS will enable Customs to digitally receive CN 22/23 submission from Pakistan Post.\n\n**Process Flow**: Pakistan Post System (I11P) → Airport Community System → Web Based One Customs System (I12P)\n\n**Priority**: P1\n\n**Standard:** UPU Standards (ITMATT - M33)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| itmatt_1_6_0/item | Array | N/A | M | One or more postal items included in the ITMATT message. |\n| itmatt_1_6_0/item/ID | Object | N/A | M | Primary item identifier container. |\n| itmatt_1_6_0/item/ID/value | String | 35 | M | Primary item identifier value. Sample: CL656630851DE. |\n| itmatt_1_6_0/item/alternate_ID | Object | N/A | O | Alternate item identifier container. |\n| itmatt_1_6_0/item/alternate_ID/idtype | String | 2 | C | Alternate identifier type code. Required if alternate_ID is present. Sample: 0. |\n| itmatt_1_6_0/item/alternate_ID/value | String | 35 | C | Alternate item identifier value. Required if alternate_ID is present. Sample: XY656630851DE. |\n| itmatt_1_6_0/item/service_contractor_party | String | 35 | O | Service contractor party identifier. Sample: J1CDEA. |\n| itmatt_1_6_0/item/attributes_version_number | Integer | N/A | O | Version number of the item attributes set. Sample: 2. |\n| itmatt_1_6_0/item/parties | Object | N/A | O | Parties container for sender and addressee details. |\n| itmatt_1_6_0/item/parties/sender | Object | N/A | O | Sender party container. |\n| itmatt_1_6_0/item/parties/sender/role | String | 2 | O | Sender role code. Sample: CZ. |\n| itmatt_1_6_0/item/parties/sender/identification | Object | N/A | C | Sender identification container. Required if sender is present. |\n| itmatt_1_6_0/item/parties/sender/identification/name | String | 50 | C | Sender name. Sample: Juergen Mueller. |\n| itmatt_1_6_0/item/parties/sender/postal-address | Object | N/A | C | Sender postal address container. Required if sender is present. |\n| itmatt_1_6_0/item/parties/sender/postal-address/premises | String | 50 | C | Sender address line. Sample: Richard-Wagner-Str 3. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality | Object | N/A | C | Sender locality container. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/code | String | 17 | O | Sender postal code or locality code. Sample: 68165. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/name | String | 50 | C | Sender city/locality name. Sample: Mannheim. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/region | String | 50 | O | Sender region/state/province where provided. |\n| itmatt_1_6_0/item/parties/sender/postal-address/country_cd | String | 2 | C | Sender ISO 2-character country code. Sample: DE. |\n| itmatt_1_6_0/item/parties/sender/contact | Object | N/A | O | Sender contact details container. |\n| itmatt_1_6_0/item/parties/sender/contact/email | String | 512 | O | Sender email address. Sample: [juergen.mueller@domain.com](https://mailto:juergen.mueller@domain.com). |\n| itmatt_1_6_0/item/parties/sender/contact/telephone | String | 26 | O | Sender telephone number. Sample: 496219999999. |\n| itmatt_1_6_0/item/parties/addressee | Object | N/A | O | Addressee party container. |\n| itmatt_1_6_0/item/parties/addressee/role | String | 2 | O | Addressee role code. Sample: CN. |\n| itmatt_1_6_0/item/parties/addressee/identification | Object | N/A | C | Addressee identification container. Required if addressee is present. |\n| itmatt_1_6_0/item/parties/addressee/identification/name | String | 50 | C | Addressee name. Sample: Hellen Smith. |\n| itmatt_1_6_0/item/parties/addressee/postal-address | Object | N/A | C | Addressee postal address container. Required if addressee is present. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/premises | String | 50 | C | Addressee address line. Sample: 123 Cochrane Drive. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality | Object | N/A | C | Addressee locality container. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/code | String | 17 | O | Addressee postal code or locality code. Sample: L3R 0B8. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/name | String | 50 | C | Addressee city/locality name. Sample: Markham. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/region | String | 50 | O | Addressee region/state/province. Sample: ON. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/country_cd | String | 2 | C | Addressee ISO 2-character country code. Sample: CA. |\n| itmatt_1_6_0/item/parties/addressee/contact | Object | N/A | O | Addressee contact details container. |\n| itmatt_1_6_0/item/parties/addressee/contact/email | String | 512 | O | Addressee email address where provided. |\n| itmatt_1_6_0/item/parties/addressee/contact/telephone | String | 26 | O | Addressee telephone number. Sample: 19999999999. |\n| itmatt_1_6_0/item/declared_gross_weight | Number | N/A | O | Declared gross weight of the postal item. Sample: 5. |\n| itmatt_1_6_0/item/postage_paid | Object | N/A | O | Postage paid amount and currency container. |\n| itmatt_1_6_0/item/postage_paid/currency | String | 3 | C | ISO 4217 currency code for postage. Sample: EUR. |\n| itmatt_1_6_0/item/postage_paid/amount | Number | N/A | C | Postage amount. Sample: 9.00. |\n| itmatt_1_6_0/item/nature_of_transaction_code | String | 3 | O | Nature of transaction code. Sample: 91, 31. |\n| itmatt_1_6_0/item/total_declared_value | Object | N/A | O | Total declared value container for the item. |\n| itmatt_1_6_0/item/total_declared_value/currency | String | 3 | C | ISO 4217 currency code for total declared value. Sample: EUR. |\n| itmatt_1_6_0/item/total_declared_value/amount | Number | N/A | C | Total declared value amount. Sample: 18.60. |\n| itmatt_1_6_0/item/associated_document | Array | N/A | O | One or more associated documents for the item. |\n| itmatt_1_6_0/item/associated_document/doctype | String | 3 | C | Associated document type code. Sample: 380. |\n| itmatt_1_6_0/item/associated_document/name | String | 35 | O | Associated document name where provided. |\n| itmatt_1_6_0/item/associated_document/identifier | String | 35 | O | Associated document identifier where provided. |\n| itmatt_1_6_0/item/content_piece | Array | N/A | O | One or more item content lines. |\n| itmatt_1_6_0/item/content_piece/number | Integer | 4 | M | Content piece sequence number. Sample: 1, 2. |\n| itmatt_1_6_0/item/content_piece/number_of_units | Integer | 6 | O | Number of units in the content piece. Sample: 1, 2. |\n| itmatt_1_6_0/item/content_piece/description | String | 256 | M | Description of the content piece. Sample: Report. |\n| itmatt_1_6_0/item/content_piece/declared_value | Object | N/A | M | Declared value container for the content piece. |\n| itmatt_1_6_0/item/content_piece/declared_value/currency | String | 3 | C | ISO 4217 currency code for content piece value. Sample: EUR. |\n| itmatt_1_6_0/item/content_piece/declared_value/amount | Number | N/A | C | Declared value amount for the content piece. Sample: 6.00. |\n| itmatt_1_6_0/item/content_piece/net_weight | Number | N/A | O | Net weight of the content piece. Sample: 4.8. |\n| itmatt_1_6_0/item/content_piece/origin_location_code | String | 2 | O | Country or origin location code for the content piece. Sample: DE. |\n| itmatt_1_6_0/item/content_piece/tariff_heading | String | 35 | O | Customs tariff heading. Sample: 999999. |\n| itmatt_1_6_0/item/event | Array | N/A | O | One or more events associated with the item. |\n| itmatt_1_6_0/item/event/status | String | 1 | C | Event status code. Sample: P, A. |\n| itmatt_1_6_0/item/event/code | String | 2 | C | Event code. Sample: XP, XD. |\n| itmatt_1_6_0/item/event/location_function | String | 1 | O | Function of the event location. Sample: 4, 9. |\n| itmatt_1_6_0/item/event/location | Object | N/A | O | Event location container. |\n| itmatt_1_6_0/item/event/location/code | String | 17 | C | Event location code. Sample: DE-68160, DEFRAA. |\n| itmatt_1_6_0/item/event/latest_date | DateTime | N/A | O | Latest event date or datetime. Samples: 20150521, 201505210751. |\n| itmatt_1_6_0/item/event/associated_entity | Object | N/A | O | Associated entity container for the event. |\n| itmatt_1_6_0/item/event/associated_entity/entity_type | String | 1 | C | Associated entity type code. Sample: A. |\n| itmatt_1_6_0/item/event/associated_entity/ID | Object | N/A | C | Associated entity identifier container. |\n| itmatt_1_6_0/item/event/associated_entity/ID/value | String | 35 | C | Associated entity identifier value. Sample: DEFRAACAYTOAACN50502009000196. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"ad4649d3-7327-49ab-a02c-7b526f650c48","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"ff65b8e5-f90d-43fc-a526-581c54ff542f","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-06-04T08:28:25.736Z","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    <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":"**Requirement Reference**: P.I11CUS.(b)8\n\n**Use Case**: GD submission received\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-01\n\n**Description:** ACS will enable Customs to digitally receive CN 22/23 submission from Pakistan Post.\n\n**Process Flow**: Pakistan Post System (I11P) → Airport Community System → Web Based One Customs System (I12P)\n\n**Priority**: P1\n\n**Standard:** UPU Standards (ITMATT - M33)\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| itmatt_1_6_0/item | Array | N/A | M | One or more postal items included in the ITMATT message. |\n| itmatt_1_6_0/item/ID | Object | N/A | M | Primary item identifier container. |\n| itmatt_1_6_0/item/ID/value | String | 35 | M | Primary item identifier value. Sample: CL656630851DE. |\n| itmatt_1_6_0/item/alternate_ID | Object | N/A | O | Alternate item identifier container. |\n| itmatt_1_6_0/item/alternate_ID/idtype | String | 2 | C | Alternate identifier type code. Required if alternate_ID is present. Sample: 0. |\n| itmatt_1_6_0/item/alternate_ID/value | String | 35 | C | Alternate item identifier value. Required if alternate_ID is present. Sample: XY656630851DE. |\n| itmatt_1_6_0/item/service_contractor_party | String | 35 | O | Service contractor party identifier. Sample: J1CDEA. |\n| itmatt_1_6_0/item/attributes_version_number | Integer | N/A | O | Version number of the item attributes set. Sample: 2. |\n| itmatt_1_6_0/item/parties | Object | N/A | O | Parties container for sender and addressee details. |\n| itmatt_1_6_0/item/parties/sender | Object | N/A | O | Sender party container. |\n| itmatt_1_6_0/item/parties/sender/role | String | 2 | O | Sender role code. Sample: CZ. |\n| itmatt_1_6_0/item/parties/sender/identification | Object | N/A | C | Sender identification container. Required if sender is present. |\n| itmatt_1_6_0/item/parties/sender/identification/name | String | 50 | C | Sender name. Sample: Juergen Mueller. |\n| itmatt_1_6_0/item/parties/sender/postal-address | Object | N/A | C | Sender postal address container. Required if sender is present. |\n| itmatt_1_6_0/item/parties/sender/postal-address/premises | String | 50 | C | Sender address line. Sample: Richard-Wagner-Str 3. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality | Object | N/A | C | Sender locality container. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/code | String | 17 | O | Sender postal code or locality code. Sample: 68165. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/name | String | 50 | C | Sender city/locality name. Sample: Mannheim. |\n| itmatt_1_6_0/item/parties/sender/postal-address/locality/region | String | 50 | O | Sender region/state/province where provided. |\n| itmatt_1_6_0/item/parties/sender/postal-address/country_cd | String | 2 | C | Sender ISO 2-character country code. Sample: DE. |\n| itmatt_1_6_0/item/parties/sender/contact | Object | N/A | O | Sender contact details container. |\n| itmatt_1_6_0/item/parties/sender/contact/email | String | 512 | O | Sender email address. Sample: [juergen.mueller@domain.com](https://mailto:juergen.mueller@domain.com). |\n| itmatt_1_6_0/item/parties/sender/contact/telephone | String | 26 | O | Sender telephone number. Sample: 496219999999. |\n| itmatt_1_6_0/item/parties/addressee | Object | N/A | O | Addressee party container. |\n| itmatt_1_6_0/item/parties/addressee/role | String | 2 | O | Addressee role code. Sample: CN. |\n| itmatt_1_6_0/item/parties/addressee/identification | Object | N/A | C | Addressee identification container. Required if addressee is present. |\n| itmatt_1_6_0/item/parties/addressee/identification/name | String | 50 | C | Addressee name. Sample: Hellen Smith. |\n| itmatt_1_6_0/item/parties/addressee/postal-address | Object | N/A | C | Addressee postal address container. Required if addressee is present. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/premises | String | 50 | C | Addressee address line. Sample: 123 Cochrane Drive. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality | Object | N/A | C | Addressee locality container. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/code | String | 17 | O | Addressee postal code or locality code. Sample: L3R 0B8. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/name | String | 50 | C | Addressee city/locality name. Sample: Markham. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/locality/region | String | 50 | O | Addressee region/state/province. Sample: ON. |\n| itmatt_1_6_0/item/parties/addressee/postal-address/country_cd | String | 2 | C | Addressee ISO 2-character country code. Sample: CA. |\n| itmatt_1_6_0/item/parties/addressee/contact | Object | N/A | O | Addressee contact details container. |\n| itmatt_1_6_0/item/parties/addressee/contact/email | String | 512 | O | Addressee email address where provided. |\n| itmatt_1_6_0/item/parties/addressee/contact/telephone | String | 26 | O | Addressee telephone number. Sample: 19999999999. |\n| itmatt_1_6_0/item/declared_gross_weight | Number | N/A | O | Declared gross weight of the postal item. Sample: 5. |\n| itmatt_1_6_0/item/postage_paid | Object | N/A | O | Postage paid amount and currency container. |\n| itmatt_1_6_0/item/postage_paid/currency | String | 3 | C | ISO 4217 currency code for postage. Sample: EUR. |\n| itmatt_1_6_0/item/postage_paid/amount | Number | N/A | C | Postage amount. Sample: 9.00. |\n| itmatt_1_6_0/item/nature_of_transaction_code | String | 3 | O | Nature of transaction code. Sample: 91, 31. |\n| itmatt_1_6_0/item/total_declared_value | Object | N/A | O | Total declared value container for the item. |\n| itmatt_1_6_0/item/total_declared_value/currency | String | 3 | C | ISO 4217 currency code for total declared value. Sample: EUR. |\n| itmatt_1_6_0/item/total_declared_value/amount | Number | N/A | C | Total declared value amount. Sample: 18.60. |\n| itmatt_1_6_0/item/associated_document | Array | N/A | O | One or more associated documents for the item. |\n| itmatt_1_6_0/item/associated_document/doctype | String | 3 | C | Associated document type code. Sample: 380. |\n| itmatt_1_6_0/item/associated_document/name | String | 35 | O | Associated document name where provided. |\n| itmatt_1_6_0/item/associated_document/identifier | String | 35 | O | Associated document identifier where provided. |\n| itmatt_1_6_0/item/content_piece | Array | N/A | O | One or more item content lines. |\n| itmatt_1_6_0/item/content_piece/number | Integer | 4 | M | Content piece sequence number. Sample: 1, 2. |\n| itmatt_1_6_0/item/content_piece/number_of_units | Integer | 6 | O | Number of units in the content piece. Sample: 1, 2. |\n| itmatt_1_6_0/item/content_piece/description | String | 256 | M | Description of the content piece. Sample: Report. |\n| itmatt_1_6_0/item/content_piece/declared_value | Object | N/A | M | Declared value container for the content piece. |\n| itmatt_1_6_0/item/content_piece/declared_value/currency | String | 3 | C | ISO 4217 currency code for content piece value. Sample: EUR. |\n| itmatt_1_6_0/item/content_piece/declared_value/amount | Number | N/A | C | Declared value amount for the content piece. Sample: 6.00. |\n| itmatt_1_6_0/item/content_piece/net_weight | Number | N/A | O | Net weight of the content piece. Sample: 4.8. |\n| itmatt_1_6_0/item/content_piece/origin_location_code | String | 2 | O | Country or origin location code for the content piece. Sample: DE. |\n| itmatt_1_6_0/item/content_piece/tariff_heading | String | 35 | O | Customs tariff heading. Sample: 999999. |\n| itmatt_1_6_0/item/event | Array | N/A | O | One or more events associated with the item. |\n| itmatt_1_6_0/item/event/status | String | 1 | C | Event status code. Sample: P, A. |\n| itmatt_1_6_0/item/event/code | String | 2 | C | Event code. Sample: XP, XD. |\n| itmatt_1_6_0/item/event/location_function | String | 1 | O | Function of the event location. Sample: 4, 9. |\n| itmatt_1_6_0/item/event/location | Object | N/A | O | Event location container. |\n| itmatt_1_6_0/item/event/location/code | String | 17 | C | Event location code. Sample: DE-68160, DEFRAA. |\n| itmatt_1_6_0/item/event/latest_date | DateTime | N/A | O | Latest event date or datetime. Samples: 20150521, 201505210751. |\n| itmatt_1_6_0/item/event/associated_entity | Object | N/A | O | Associated entity container for the event. |\n| itmatt_1_6_0/item/event/associated_entity/entity_type | String | 1 | C | Associated entity type code. Sample: A. |\n| itmatt_1_6_0/item/event/associated_entity/ID | Object | N/A | C | Associated entity identifier container. |\n| itmatt_1_6_0/item/event/associated_entity/ID/value | String | 35 | C | Associated entity identifier value. Sample: DEFRAACAYTOAACN50502009000196. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"dbda05e1-b442-42bf-ab41-538c0b4b126c"}],"id":"b89f122d-8a6f-4e4c-be61-936f12b7757a","description":"<p>Sorting and customs declaration cover how imported mail is organized and declared for review. Users submit sorting updates and file CN22 or CN23 declaration details.</p>\n","_postman_id":"b89f122d-8a6f-4e4c-be61-936f12b7757a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"b991fea7-c888-49e7-9599-f6d6a9ca65c3","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"9c0d5f5c-8fc0-4fbb-b6ab-6532bfd49e8f","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-06-04T08:28:25.736Z","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":[{"id":"ad23027c-91da-4c69-9179-3b47e86d6bcc","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"09cb6a89-eeee-48ac-ab88-eab39ed6afcf","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-06-04T08:28:25.736Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I12P.9\n\n**Use Case**: Duty & taxes, if any calculated\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will also enable Post to receive duty/tax calculation amounts from PSW.\n\n**Process Flow**: Pakistan Single Window (I12PSW) → Airport Community System → Pakistan Post System (I12P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| content | String | 256 | M | High-level description of the goods. Example: Sale of Goods. |\n| barcodeNumber | String | 13 | M | Barcode or mail tracking number for the postal item. Example: EA123456789AE. |\n| airWaybillNumber | String | 70 | M | Air waybill number associated with the shipment. Example: PAK-AMS-20251220-001. |\n| comments | String | 256 | O | Customs or processing remarks. |\n| psid | String | 70 | O | PSID reference for payment collection. |\n| psidAmountPkr | Number | 1-12 | O | PSID amount payable in PKR. |\n| itemDetails | Array | N/A | M | One or more item-level declaration lines. |\n| itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| itemDetails/quantity | Number | 1-9 | M | Declared quantity of the item line. |\n| itemDetails/quantityUom | String | 10 | M | Unit of measure for quantity. |\n| itemDetails/netWeight | Number | 1-7 | M | Net weight of the item line. |\n| itemDetails/netWeightUom | String | 3 | M | Unit of measure for net weight. Example: KG. |\n| itemDetails/value | Number | 1-12 | M | Declared item value. |\n| itemDetails/freight | Number | 1-12 | O | Freight amount allocated to the item line. |\n| itemDetails/otherCharges | Number | 1-12 | O | Other charges allocated to the item line. |\n| itemDetails/currency | String | 3 | M | ISO 4217 currency code for the item line. |\n| itemDetails/hsCode | String | 10 | M | Declared HS code for the item line. |\n| itemDetails/assessedHsCode | String | 10 | O | Customs-assessed HS code for the item line. |\n| itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code of origin. |\n| dutyTaxFeeDetails | Array | N/A | M | Duty, tax, and fee breakdown entries. |\n| dutyTaxFeeDetails/taxType | String | 70 | M | Name of the duty, tax, or fee. Example: Customs Duty. |\n| dutyTaxFeeDetails/taxAmountPkr | Number | 1-12 | M | Amount in PKR for the corresponding duty, tax, or fee. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"7cf83db4-1523-4974-88e1-4934b52d28c2","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"63cb0ed3-d5f2-4bd5-bad5-050320ca20d5","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-06-04T08:28:25.736Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I12P.9\n\n**Use Case**: Duty & taxes, if any calculated\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will also enable Post to receive duty/tax calculation amounts from PSW.\n\n**Process Flow**: Pakistan Single Window (I12PSW) → Airport Community System → Pakistan Post System (I12P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| content | String | 256 | M | High-level description of the goods. Example: Sale of Goods. |\n| barcodeNumber | String | 13 | M | Barcode or mail tracking number for the postal item. Example: EA123456789AE. |\n| airWaybillNumber | String | 70 | M | Air waybill number associated with the shipment. Example: PAK-AMS-20251220-001. |\n| comments | String | 256 | O | Customs or processing remarks. |\n| psid | String | 70 | O | PSID reference for payment collection. |\n| psidAmountPkr | Number | 1-12 | O | PSID amount payable in PKR. |\n| itemDetails | Array | N/A | M | One or more item-level declaration lines. |\n| itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| itemDetails/quantity | Number | 1-9 | M | Declared quantity of the item line. |\n| itemDetails/quantityUom | String | 10 | M | Unit of measure for quantity. |\n| itemDetails/netWeight | Number | 1-7 | M | Net weight of the item line. |\n| itemDetails/netWeightUom | String | 3 | M | Unit of measure for net weight. Example: KG. |\n| itemDetails/value | Number | 1-12 | M | Declared item value. |\n| itemDetails/freight | Number | 1-12 | O | Freight amount allocated to the item line. |\n| itemDetails/otherCharges | Number | 1-12 | O | Other charges allocated to the item line. |\n| itemDetails/currency | String | 3 | M | ISO 4217 currency code for the item line. |\n| itemDetails/hsCode | String | 10 | M | Declared HS code for the item line. |\n| itemDetails/assessedHsCode | String | 10 | O | Customs-assessed HS code for the item line. |\n| itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code of origin. |\n| dutyTaxFeeDetails | Array | N/A | M | Duty, tax, and fee breakdown entries. |\n| dutyTaxFeeDetails/taxType | String | 70 | M | Name of the duty, tax, or fee. Example: Customs Duty. |\n| dutyTaxFeeDetails/taxAmountPkr | Number | 1-12 | M | Amount in PKR for the corresponding duty, tax, or fee. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"58c54cb7-740d-4b58-a060-1161ab069ca2","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"dd22db82-b8d3-417a-ae96-8633859c21a4","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-06-04T08:28:25.736Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I12P.9\n\n**Use Case**: Duty & taxes, if any calculated\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will also enable Post to receive duty/tax calculation amounts from PSW.\n\n**Process Flow**: Pakistan Single Window (I12PSW) → Airport Community System → Pakistan Post System (I12P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| content | String | 256 | M | High-level description of the goods. Example: Sale of Goods. |\n| barcodeNumber | String | 13 | M | Barcode or mail tracking number for the postal item. Example: EA123456789AE. |\n| airWaybillNumber | String | 70 | M | Air waybill number associated with the shipment. Example: PAK-AMS-20251220-001. |\n| comments | String | 256 | O | Customs or processing remarks. |\n| psid | String | 70 | O | PSID reference for payment collection. |\n| psidAmountPkr | Number | 1-12 | O | PSID amount payable in PKR. |\n| itemDetails | Array | N/A | M | One or more item-level declaration lines. |\n| itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| itemDetails/quantity | Number | 1-9 | M | Declared quantity of the item line. |\n| itemDetails/quantityUom | String | 10 | M | Unit of measure for quantity. |\n| itemDetails/netWeight | Number | 1-7 | M | Net weight of the item line. |\n| itemDetails/netWeightUom | String | 3 | M | Unit of measure for net weight. Example: KG. |\n| itemDetails/value | Number | 1-12 | M | Declared item value. |\n| itemDetails/freight | Number | 1-12 | O | Freight amount allocated to the item line. |\n| itemDetails/otherCharges | Number | 1-12 | O | Other charges allocated to the item line. |\n| itemDetails/currency | String | 3 | M | ISO 4217 currency code for the item line. |\n| itemDetails/hsCode | String | 10 | M | Declared HS code for the item line. |\n| itemDetails/assessedHsCode | String | 10 | O | Customs-assessed HS code for the item line. |\n| itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code of origin. |\n| dutyTaxFeeDetails | Array | N/A | M | Duty, tax, and fee breakdown entries. |\n| dutyTaxFeeDetails/taxType | String | 70 | M | Name of the duty, tax, or fee. Example: Customs Duty. |\n| dutyTaxFeeDetails/taxAmountPkr | Number | 1-12 | M | Amount in PKR for the corresponding duty, tax, or fee. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"35b9dbc4-2f2e-49da-8a79-7e9ee8142154","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"447d638a-2883-4557-b554-0dfa80f2576c","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-06-04T08:28:25.736Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I12P.9\n\n**Use Case**: Duty & taxes, if any calculated\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will also enable Post to receive duty/tax calculation amounts from PSW.\n\n**Process Flow**: Pakistan Single Window (I12PSW) → Airport Community System → Pakistan Post System (I12P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| content | String | 256 | M | High-level description of the goods. Example: Sale of Goods. |\n| barcodeNumber | String | 13 | M | Barcode or mail tracking number for the postal item. Example: EA123456789AE. |\n| airWaybillNumber | String | 70 | M | Air waybill number associated with the shipment. Example: PAK-AMS-20251220-001. |\n| comments | String | 256 | O | Customs or processing remarks. |\n| psid | String | 70 | O | PSID reference for payment collection. |\n| psidAmountPkr | Number | 1-12 | O | PSID amount payable in PKR. |\n| itemDetails | Array | N/A | M | One or more item-level declaration lines. |\n| itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| itemDetails/quantity | Number | 1-9 | M | Declared quantity of the item line. |\n| itemDetails/quantityUom | String | 10 | M | Unit of measure for quantity. |\n| itemDetails/netWeight | Number | 1-7 | M | Net weight of the item line. |\n| itemDetails/netWeightUom | String | 3 | M | Unit of measure for net weight. Example: KG. |\n| itemDetails/value | Number | 1-12 | M | Declared item value. |\n| itemDetails/freight | Number | 1-12 | O | Freight amount allocated to the item line. |\n| itemDetails/otherCharges | Number | 1-12 | O | Other charges allocated to the item line. |\n| itemDetails/currency | String | 3 | M | ISO 4217 currency code for the item line. |\n| itemDetails/hsCode | String | 10 | M | Declared HS code for the item line. |\n| itemDetails/assessedHsCode | String | 10 | O | Customs-assessed HS code for the item line. |\n| itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code of origin. |\n| dutyTaxFeeDetails | Array | N/A | M | Duty, tax, and fee breakdown entries. |\n| dutyTaxFeeDetails/taxType | String | 70 | M | Name of the duty, tax, or fee. Example: Customs Duty. |\n| dutyTaxFeeDetails/taxAmountPkr | Number | 1-12 | M | Amount in PKR for the corresponding duty, tax, or fee. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"6d7149c8-20b3-438e-ab4b-78966a8ed4ba","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"681dc13b-7c87-4bda-b653-15f1955cf991","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-06-04T08:28:25.736Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I12P.9\n\n**Use Case**: Duty & taxes, if any calculated\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will also enable Post to receive duty/tax calculation amounts from PSW.\n\n**Process Flow**: Pakistan Single Window (I12PSW) → Airport Community System → Pakistan Post System (I12P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| content | String | 256 | M | High-level description of the goods. Example: Sale of Goods. |\n| barcodeNumber | String | 13 | M | Barcode or mail tracking number for the postal item. Example: EA123456789AE. |\n| airWaybillNumber | String | 70 | M | Air waybill number associated with the shipment. Example: PAK-AMS-20251220-001. |\n| comments | String | 256 | O | Customs or processing remarks. |\n| psid | String | 70 | O | PSID reference for payment collection. |\n| psidAmountPkr | Number | 1-12 | O | PSID amount payable in PKR. |\n| itemDetails | Array | N/A | M | One or more item-level declaration lines. |\n| itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| itemDetails/quantity | Number | 1-9 | M | Declared quantity of the item line. |\n| itemDetails/quantityUom | String | 10 | M | Unit of measure for quantity. |\n| itemDetails/netWeight | Number | 1-7 | M | Net weight of the item line. |\n| itemDetails/netWeightUom | String | 3 | M | Unit of measure for net weight. Example: KG. |\n| itemDetails/value | Number | 1-12 | M | Declared item value. |\n| itemDetails/freight | Number | 1-12 | O | Freight amount allocated to the item line. |\n| itemDetails/otherCharges | Number | 1-12 | O | Other charges allocated to the item line. |\n| itemDetails/currency | String | 3 | M | ISO 4217 currency code for the item line. |\n| itemDetails/hsCode | String | 10 | M | Declared HS code for the item line. |\n| itemDetails/assessedHsCode | String | 10 | O | Customs-assessed HS code for the item line. |\n| itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code of origin. |\n| dutyTaxFeeDetails | Array | N/A | M | Duty, tax, and fee breakdown entries. |\n| dutyTaxFeeDetails/taxType | String | 70 | M | Name of the duty, tax, or fee. Example: Customs Duty. |\n| dutyTaxFeeDetails/taxAmountPkr | Number | 1-12 | M | Amount in PKR for the corresponding duty, tax, or fee. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"b991fea7-c888-49e7-9599-f6d6a9ca65c3"},{"name":"Create Duty/Tax Notification","id":"f24154ac-87db-4c8f-9807-228f5f630647","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"d20598e1-826c-47c2-8ad5-d48fadee09a6","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-06-04T08:28:25.736Z","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":[{"id":"4fe9dc62-4c86-413e-8fe3-d5f5703d52ca","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"c7373756-90b0-4055-a74f-87e1c02fa99b","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-06-04T08:28:25.737Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I12P.9\n\n**Use Case**: Duty & taxes, if any calculated\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post to digitally communicate to Consignee duties & taxes for mail.\n\n**Process Flow**: Pakistan Post System (I12P) → Airport Community System → Consignee (I13CNE)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| dutyCalculationRef | String | 70 | M | Reference ID of the duty/tax calculation used to generate the notification. Sample: duty-calc-001. |\n| notifications | Array | N/A | M | One or more consignee duty/tax notifications. |\n| notifications/mailTrackingNumber | String | 13 | M | Mail item tracking number. Sample: EA123456789AE. |\n| notifications/consignee | Object | N/A | M | Consignee contact details container. |\n| notifications/consignee/name | String | 100 | M | Consignee name. Sample: Karachi Tech Shop. |\n| notifications/consignee/email | String | 255 | M | Consignee email address. Must follow standard email format. |\n| notifications/consignee/phone | String | 20 | M | Consignee phone number. Example: +92-21-1234567. |\n| notifications/consignee/cnic | String | 15 | O | Consignee CNIC in standard format. Sample: 42101-1234567-1. |\n| notifications/dutyTaxDetails | Object | N/A | M | Duty/tax breakdown for the notification. |\n| notifications/dutyTaxDetails/customsDuty | Number | 1-12 | O | Customs duty amount in PKR. Sample: 17000.00. |\n| notifications/dutyTaxDetails/salesTax | Number | 1-12 | O | Sales tax amount in PKR. Sample: 14450.00. |\n| notifications/dutyTaxDetails/additionalCustomsDuty | Number | 1-12 | O | Additional customs duty amount in PKR. Sample: 1700.00. |\n| notifications/dutyTaxDetails/regulatoryDuty | Number | 1-12 | O | Regulatory duty amount in PKR. Sample: 850.00. |\n| notifications/dutyTaxDetails/totalAmount | Number | 1-12 | M | Total duty/tax payable amount in PKR. Sample: 34000.00. |\n| notifications/dutyTaxDetails/currency | String | 3 | M | ISO 4217 currency code. Example: PKR. |\n| notifications/itemDescription | String | 256 | M | High-level description of the item or goods. Sample: Electronic components. |\n| notifications/paymentDeadline | DateTime | N/A | M | ISO 8601:2004 datetime by which payment must be made. |\n| notifications/paymentMethods | Array\\[String\\] | N/A | M | Supported payment methods for the consignee. |\n| notifications/psid | String | 70 | M | PSID reference used for payment collection. Sample: UPS-POST-DUTY-20251220-001. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"6900d314-d036-479e-8b0e-b04a2f78cfa0","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"034c68d6-39ff-4084-a026-5c31309938a2","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-06-04T08:28:25.737Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I12P.9\n\n**Use Case**: Duty & taxes, if any calculated\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post to digitally communicate to Consignee duties & taxes for mail.\n\n**Process Flow**: Pakistan Post System (I12P) → Airport Community System → Consignee (I13CNE)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| dutyCalculationRef | String | 70 | M | Reference ID of the duty/tax calculation used to generate the notification. Sample: duty-calc-001. |\n| notifications | Array | N/A | M | One or more consignee duty/tax notifications. |\n| notifications/mailTrackingNumber | String | 13 | M | Mail item tracking number. Sample: EA123456789AE. |\n| notifications/consignee | Object | N/A | M | Consignee contact details container. |\n| notifications/consignee/name | String | 100 | M | Consignee name. Sample: Karachi Tech Shop. |\n| notifications/consignee/email | String | 255 | M | Consignee email address. Must follow standard email format. |\n| notifications/consignee/phone | String | 20 | M | Consignee phone number. Example: +92-21-1234567. |\n| notifications/consignee/cnic | String | 15 | O | Consignee CNIC in standard format. Sample: 42101-1234567-1. |\n| notifications/dutyTaxDetails | Object | N/A | M | Duty/tax breakdown for the notification. |\n| notifications/dutyTaxDetails/customsDuty | Number | 1-12 | O | Customs duty amount in PKR. Sample: 17000.00. |\n| notifications/dutyTaxDetails/salesTax | Number | 1-12 | O | Sales tax amount in PKR. Sample: 14450.00. |\n| notifications/dutyTaxDetails/additionalCustomsDuty | Number | 1-12 | O | Additional customs duty amount in PKR. Sample: 1700.00. |\n| notifications/dutyTaxDetails/regulatoryDuty | Number | 1-12 | O | Regulatory duty amount in PKR. Sample: 850.00. |\n| notifications/dutyTaxDetails/totalAmount | Number | 1-12 | M | Total duty/tax payable amount in PKR. Sample: 34000.00. |\n| notifications/dutyTaxDetails/currency | String | 3 | M | ISO 4217 currency code. Example: PKR. |\n| notifications/itemDescription | String | 256 | M | High-level description of the item or goods. Sample: Electronic components. |\n| notifications/paymentDeadline | DateTime | N/A | M | ISO 8601:2004 datetime by which payment must be made. |\n| notifications/paymentMethods | Array\\[String\\] | N/A | M | Supported payment methods for the consignee. |\n| notifications/psid | String | 70 | M | PSID reference used for payment collection. Sample: UPS-POST-DUTY-20251220-001. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"9cd4fb95-308c-48da-a595-5bc45d2e0606","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"179d60ff-2caa-49c6-a062-49bf76b9c32e","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-06-04T08:28:25.737Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I12P.9\n\n**Use Case**: Duty & taxes, if any calculated\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post to digitally communicate to Consignee duties & taxes for mail.\n\n**Process Flow**: Pakistan Post System (I12P) → Airport Community System → Consignee (I13CNE)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| dutyCalculationRef | String | 70 | M | Reference ID of the duty/tax calculation used to generate the notification. Sample: duty-calc-001. |\n| notifications | Array | N/A | M | One or more consignee duty/tax notifications. |\n| notifications/mailTrackingNumber | String | 13 | M | Mail item tracking number. Sample: EA123456789AE. |\n| notifications/consignee | Object | N/A | M | Consignee contact details container. |\n| notifications/consignee/name | String | 100 | M | Consignee name. Sample: Karachi Tech Shop. |\n| notifications/consignee/email | String | 255 | M | Consignee email address. Must follow standard email format. |\n| notifications/consignee/phone | String | 20 | M | Consignee phone number. Example: +92-21-1234567. |\n| notifications/consignee/cnic | String | 15 | O | Consignee CNIC in standard format. Sample: 42101-1234567-1. |\n| notifications/dutyTaxDetails | Object | N/A | M | Duty/tax breakdown for the notification. |\n| notifications/dutyTaxDetails/customsDuty | Number | 1-12 | O | Customs duty amount in PKR. Sample: 17000.00. |\n| notifications/dutyTaxDetails/salesTax | Number | 1-12 | O | Sales tax amount in PKR. Sample: 14450.00. |\n| notifications/dutyTaxDetails/additionalCustomsDuty | Number | 1-12 | O | Additional customs duty amount in PKR. Sample: 1700.00. |\n| notifications/dutyTaxDetails/regulatoryDuty | Number | 1-12 | O | Regulatory duty amount in PKR. Sample: 850.00. |\n| notifications/dutyTaxDetails/totalAmount | Number | 1-12 | M | Total duty/tax payable amount in PKR. Sample: 34000.00. |\n| notifications/dutyTaxDetails/currency | String | 3 | M | ISO 4217 currency code. Example: PKR. |\n| notifications/itemDescription | String | 256 | M | High-level description of the item or goods. Sample: Electronic components. |\n| notifications/paymentDeadline | DateTime | N/A | M | ISO 8601:2004 datetime by which payment must be made. |\n| notifications/paymentMethods | Array\\[String\\] | N/A | M | Supported payment methods for the consignee. |\n| notifications/psid | String | 70 | M | PSID reference used for payment collection. Sample: UPS-POST-DUTY-20251220-001. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"fb52ea22-3877-486d-9330-20f0c8716fb1","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"b71d62b3-0b0a-4b68-beca-4bdf0821a1c8","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-06-04T08:28:25.737Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I12P.9\n\n**Use Case**: Duty & taxes, if any calculated\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post to digitally communicate to Consignee duties & taxes for mail.\n\n**Process Flow**: Pakistan Post System (I12P) → Airport Community System → Consignee (I13CNE)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| dutyCalculationRef | String | 70 | M | Reference ID of the duty/tax calculation used to generate the notification. Sample: duty-calc-001. |\n| notifications | Array | N/A | M | One or more consignee duty/tax notifications. |\n| notifications/mailTrackingNumber | String | 13 | M | Mail item tracking number. Sample: EA123456789AE. |\n| notifications/consignee | Object | N/A | M | Consignee contact details container. |\n| notifications/consignee/name | String | 100 | M | Consignee name. Sample: Karachi Tech Shop. |\n| notifications/consignee/email | String | 255 | M | Consignee email address. Must follow standard email format. |\n| notifications/consignee/phone | String | 20 | M | Consignee phone number. Example: +92-21-1234567. |\n| notifications/consignee/cnic | String | 15 | O | Consignee CNIC in standard format. Sample: 42101-1234567-1. |\n| notifications/dutyTaxDetails | Object | N/A | M | Duty/tax breakdown for the notification. |\n| notifications/dutyTaxDetails/customsDuty | Number | 1-12 | O | Customs duty amount in PKR. Sample: 17000.00. |\n| notifications/dutyTaxDetails/salesTax | Number | 1-12 | O | Sales tax amount in PKR. Sample: 14450.00. |\n| notifications/dutyTaxDetails/additionalCustomsDuty | Number | 1-12 | O | Additional customs duty amount in PKR. Sample: 1700.00. |\n| notifications/dutyTaxDetails/regulatoryDuty | Number | 1-12 | O | Regulatory duty amount in PKR. Sample: 850.00. |\n| notifications/dutyTaxDetails/totalAmount | Number | 1-12 | M | Total duty/tax payable amount in PKR. Sample: 34000.00. |\n| notifications/dutyTaxDetails/currency | String | 3 | M | ISO 4217 currency code. Example: PKR. |\n| notifications/itemDescription | String | 256 | M | High-level description of the item or goods. Sample: Electronic components. |\n| notifications/paymentDeadline | DateTime | N/A | M | ISO 8601:2004 datetime by which payment must be made. |\n| notifications/paymentMethods | Array\\[String\\] | N/A | M | Supported payment methods for the consignee. |\n| notifications/psid | String | 70 | M | PSID reference used for payment collection. Sample: UPS-POST-DUTY-20251220-001. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"201b9a17-52a8-42e1-890f-d2e3748d42bd","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"18b5fd03-e3ac-40ab-95a5-2c17186eb485","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-06-04T08:28:25.737Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I12P.9\n\n**Use Case**: Duty & taxes, if any calculated\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post to digitally communicate to Consignee duties & taxes for mail.\n\n**Process Flow**: Pakistan Post System (I12P) → Airport Community System → Consignee (I13CNE)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| dutyCalculationRef | String | 70 | M | Reference ID of the duty/tax calculation used to generate the notification. Sample: duty-calc-001. |\n| notifications | Array | N/A | M | One or more consignee duty/tax notifications. |\n| notifications/mailTrackingNumber | String | 13 | M | Mail item tracking number. Sample: EA123456789AE. |\n| notifications/consignee | Object | N/A | M | Consignee contact details container. |\n| notifications/consignee/name | String | 100 | M | Consignee name. Sample: Karachi Tech Shop. |\n| notifications/consignee/email | String | 255 | M | Consignee email address. Must follow standard email format. |\n| notifications/consignee/phone | String | 20 | M | Consignee phone number. Example: +92-21-1234567. |\n| notifications/consignee/cnic | String | 15 | O | Consignee CNIC in standard format. Sample: 42101-1234567-1. |\n| notifications/dutyTaxDetails | Object | N/A | M | Duty/tax breakdown for the notification. |\n| notifications/dutyTaxDetails/customsDuty | Number | 1-12 | O | Customs duty amount in PKR. Sample: 17000.00. |\n| notifications/dutyTaxDetails/salesTax | Number | 1-12 | O | Sales tax amount in PKR. Sample: 14450.00. |\n| notifications/dutyTaxDetails/additionalCustomsDuty | Number | 1-12 | O | Additional customs duty amount in PKR. Sample: 1700.00. |\n| notifications/dutyTaxDetails/regulatoryDuty | Number | 1-12 | O | Regulatory duty amount in PKR. Sample: 850.00. |\n| notifications/dutyTaxDetails/totalAmount | Number | 1-12 | M | Total duty/tax payable amount in PKR. Sample: 34000.00. |\n| notifications/dutyTaxDetails/currency | String | 3 | M | ISO 4217 currency code. Example: PKR. |\n| notifications/itemDescription | String | 256 | M | High-level description of the item or goods. Sample: Electronic components. |\n| notifications/paymentDeadline | DateTime | N/A | M | ISO 8601:2004 datetime by which payment must be made. |\n| notifications/paymentMethods | Array\\[String\\] | N/A | M | Supported payment methods for the consignee. |\n| notifications/psid | String | 70 | M | PSID reference used for payment collection. Sample: UPS-POST-DUTY-20251220-001. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"f24154ac-87db-4c8f-9807-228f5f630647"},{"name":"Process Consignee Payment","id":"361b3ba2-f2ee-4799-bf05-9a23782fbb02","request":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","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":"d1dfddd5-5da6-4252-a30f-454baf6bc3d7","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":[{"id":"8ab02745-93fb-4ff6-a3b6-aee9b103ae10","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"4463fbff-421b-4ff4-9d52-db18d4ec23ba","description":"Unique identifier for request tracing"}],"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":"**Requirement Reference:** P.I13CNE.10\n\n**Use Case**: Payment of Duties & taxes via payment gateway\n\n**Integration Point:** IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Descriptions:**\n\n- ACS will enable Consignee to receive request for duties and taxes from Post in digital format.\n    \n- ACS will enable Consignee to pay this request via ACS in digital format.\n    \n\n**Process Flows**: Consignee System (I13CNE) → Airport Community System → Pakistan Post System (I14P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Format (e.g., PAY-GHA-YYYYMMDD-XXX) |\n| invoiceId | String | 70 | M | Invoice ID format |\n| invoiceNumber | String | 70 | M | Invoice number format |\n| psid | String | 70 | M | Format (e.g., UPS-GHA-CARGO-YYYYMMDD-XXX) |\n| payerDetails | Object | n/a | M | Must include partyType, name, code, accountNumber, contactName, phone, email |\n| payerDetails.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| payerDetails.name | String | 255 | M | Name of the payer |\n| payerDetails.code | String | 70 | M | Payer code (e.g., \"SAC-KHI-001\") |\n| payerDetails.accountNumber | String | 70 | M | Account number |\n| payerDetails.contactName | String | 255 | M | Contact name of the payer |\n| payerDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| payerDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| paymentAmount | Number | n/a | M | Total payment amount |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 70 | M | Payment method |\n| paymentDetails | Object | n/a | M | Must include upsTransactionId, bankName, accountNumber, transactionType, authorizationCode |\n| paymentDetails.upsTransactionId | String | 70 | M | Transaction ID for UPS payment |\n| paymentDetails.bankName | String | 255 | M | Name of the bank |\n| paymentDetails.accountNumber | String | 70 | M | Account number used for payment |\n| paymentDetails.transactionType | String | 70 | M | Type of transaction |\n| paymentDetails.authorizationCode | String | 70 | M | Authorization code for the transaction |\n| paymentDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Additional remarks |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"eb08c700-5f9d-4a56-b846-d7dd32a58a1d","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"cbb520d1-75ae-4226-a435-6d587729515a","description":"Unique identifier for request tracing"}],"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":"**Requirement Reference:** P.I13CNE.10\n\n**Use Case**: Payment of Duties & taxes via payment gateway\n\n**Integration Point:** IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Descriptions:**\n\n- ACS will enable Consignee to receive request for duties and taxes from Post in digital format.\n    \n- ACS will enable Consignee to pay this request via ACS in digital format.\n    \n\n**Process Flows**: Consignee System (I13CNE) → Airport Community System → Pakistan Post System (I14P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Format (e.g., PAY-GHA-YYYYMMDD-XXX) |\n| invoiceId | String | 70 | M | Invoice ID format |\n| invoiceNumber | String | 70 | M | Invoice number format |\n| psid | String | 70 | M | Format (e.g., UPS-GHA-CARGO-YYYYMMDD-XXX) |\n| payerDetails | Object | n/a | M | Must include partyType, name, code, accountNumber, contactName, phone, email |\n| payerDetails.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| payerDetails.name | String | 255 | M | Name of the payer |\n| payerDetails.code | String | 70 | M | Payer code (e.g., \"SAC-KHI-001\") |\n| payerDetails.accountNumber | String | 70 | M | Account number |\n| payerDetails.contactName | String | 255 | M | Contact name of the payer |\n| payerDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| payerDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| paymentAmount | Number | n/a | M | Total payment amount |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 70 | M | Payment method |\n| paymentDetails | Object | n/a | M | Must include upsTransactionId, bankName, accountNumber, transactionType, authorizationCode |\n| paymentDetails.upsTransactionId | String | 70 | M | Transaction ID for UPS payment |\n| paymentDetails.bankName | String | 255 | M | Name of the bank |\n| paymentDetails.accountNumber | String | 70 | M | Account number used for payment |\n| paymentDetails.transactionType | String | 70 | M | Type of transaction |\n| paymentDetails.authorizationCode | String | 70 | M | Authorization code for the transaction |\n| paymentDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Additional remarks |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"a398186a-68a2-45e6-b7d9-c445694b1a7a","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"3ada9c10-74e5-4dc6-901b-8b2bfcabe923","description":"Unique identifier for request tracing"}],"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":"**Requirement Reference:** P.I13CNE.10\n\n**Use Case**: Payment of Duties & taxes via payment gateway\n\n**Integration Point:** IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Descriptions:**\n\n- ACS will enable Consignee to receive request for duties and taxes from Post in digital format.\n    \n- ACS will enable Consignee to pay this request via ACS in digital format.\n    \n\n**Process Flows**: Consignee System (I13CNE) → Airport Community System → Pakistan Post System (I14P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Format (e.g., PAY-GHA-YYYYMMDD-XXX) |\n| invoiceId | String | 70 | M | Invoice ID format |\n| invoiceNumber | String | 70 | M | Invoice number format |\n| psid | String | 70 | M | Format (e.g., UPS-GHA-CARGO-YYYYMMDD-XXX) |\n| payerDetails | Object | n/a | M | Must include partyType, name, code, accountNumber, contactName, phone, email |\n| payerDetails.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| payerDetails.name | String | 255 | M | Name of the payer |\n| payerDetails.code | String | 70 | M | Payer code (e.g., \"SAC-KHI-001\") |\n| payerDetails.accountNumber | String | 70 | M | Account number |\n| payerDetails.contactName | String | 255 | M | Contact name of the payer |\n| payerDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| payerDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| paymentAmount | Number | n/a | M | Total payment amount |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 70 | M | Payment method |\n| paymentDetails | Object | n/a | M | Must include upsTransactionId, bankName, accountNumber, transactionType, authorizationCode |\n| paymentDetails.upsTransactionId | String | 70 | M | Transaction ID for UPS payment |\n| paymentDetails.bankName | String | 255 | M | Name of the bank |\n| paymentDetails.accountNumber | String | 70 | M | Account number used for payment |\n| paymentDetails.transactionType | String | 70 | M | Type of transaction |\n| paymentDetails.authorizationCode | String | 70 | M | Authorization code for the transaction |\n| paymentDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Additional remarks |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"baf7d501-370d-4442-8227-3eb739c14dc2","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"fe1c642d-e18f-4834-9992-9becf72d8776","description":"Unique identifier for request tracing"}],"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":"**Requirement Reference:** P.I13CNE.10\n\n**Use Case**: Payment of Duties & taxes via payment gateway\n\n**Integration Point:** IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Descriptions:**\n\n- ACS will enable Consignee to receive request for duties and taxes from Post in digital format.\n    \n- ACS will enable Consignee to pay this request via ACS in digital format.\n    \n\n**Process Flows**: Consignee System (I13CNE) → Airport Community System → Pakistan Post System (I14P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Format (e.g., PAY-GHA-YYYYMMDD-XXX) |\n| invoiceId | String | 70 | M | Invoice ID format |\n| invoiceNumber | String | 70 | M | Invoice number format |\n| psid | String | 70 | M | Format (e.g., UPS-GHA-CARGO-YYYYMMDD-XXX) |\n| payerDetails | Object | n/a | M | Must include partyType, name, code, accountNumber, contactName, phone, email |\n| payerDetails.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| payerDetails.name | String | 255 | M | Name of the payer |\n| payerDetails.code | String | 70 | M | Payer code (e.g., \"SAC-KHI-001\") |\n| payerDetails.accountNumber | String | 70 | M | Account number |\n| payerDetails.contactName | String | 255 | M | Contact name of the payer |\n| payerDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| payerDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| paymentAmount | Number | n/a | M | Total payment amount |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 70 | M | Payment method |\n| paymentDetails | Object | n/a | M | Must include upsTransactionId, bankName, accountNumber, transactionType, authorizationCode |\n| paymentDetails.upsTransactionId | String | 70 | M | Transaction ID for UPS payment |\n| paymentDetails.bankName | String | 255 | M | Name of the bank |\n| paymentDetails.accountNumber | String | 70 | M | Account number used for payment |\n| paymentDetails.transactionType | String | 70 | M | Type of transaction |\n| paymentDetails.authorizationCode | String | 70 | M | Authorization code for the transaction |\n| paymentDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Additional remarks |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"c0260aa9-9598-4bbe-b93e-01bdddd086d4","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-Timestamp","value":"1780561706","description":"Timestamp of the request in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.sssZ)","type":"text"},{"key":"X-Request-System","value":"{{system_identifier}}","description":"Identifier of the system making the request (e.g., ACA_SYSTEM, AIRLINE_SYSTEM, GHA_SYSTEM)","type":"text"},{"key":"Authorization","value":"Bearer {{jwt_token}}","disabled":true},{"key":"X-Request-ID","value":"3b33b43b-40b9-4e0f-b3da-aceac9bfb229","description":"Unique identifier for request tracing"}],"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":"**Requirement Reference:** P.I13CNE.10\n\n**Use Case**: Payment of Duties & taxes via payment gateway\n\n**Integration Point:** IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Descriptions:**\n\n- ACS will enable Consignee to receive request for duties and taxes from Post in digital format.\n    \n- ACS will enable Consignee to pay this request via ACS in digital format.\n    \n\n**Process Flows**: Consignee System (I13CNE) → Airport Community System → Pakistan Post System (I14P)\n\n**Priority**: P1\n\n**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Format (e.g., PAY-GHA-YYYYMMDD-XXX) |\n| invoiceId | String | 70 | M | Invoice ID format |\n| invoiceNumber | String | 70 | M | Invoice number format |\n| psid | String | 70 | M | Format (e.g., UPS-GHA-CARGO-YYYYMMDD-XXX) |\n| payerDetails | Object | n/a | M | Must include partyType, name, code, accountNumber, contactName, phone, email |\n| payerDetails.partyType | String | 35 | M | Party type (e.g., \"ACA\") |\n| payerDetails.name | String | 255 | M | Name of the payer |\n| payerDetails.code | String | 70 | M | Payer code (e.g., \"SAC-KHI-001\") |\n| payerDetails.accountNumber | String | 70 | M | Account number |\n| payerDetails.contactName | String | 255 | M | Contact name of the payer |\n| payerDetails.phone | String | 16 | O | ITU E.164 numbering format |\n| payerDetails.email | String | 255 | M | Must follow standard email format (e.g., [username@domain.com](https://mailto:username@domain.com)) |\n| paymentAmount | Number | n/a | M | Total payment amount |\n| currency | String | 3 | M | ISO 4217 currency code |\n| paymentMethod | String | 70 | M | Payment method |\n| paymentDetails | Object | n/a | M | Must include upsTransactionId, bankName, accountNumber, transactionType, authorizationCode |\n| paymentDetails.upsTransactionId | String | 70 | M | Transaction ID for UPS payment |\n| paymentDetails.bankName | String | 255 | M | Name of the bank |\n| paymentDetails.accountNumber | String | 70 | M | Account number used for payment |\n| paymentDetails.transactionType | String | 70 | M | Type of transaction |\n| paymentDetails.authorizationCode | String | 70 | M | Authorization code for the transaction |\n| paymentDate | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| remarks | String | 1024 | O | Additional remarks |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"361b3ba2-f2ee-4799-bf05-9a23782fbb02"},{"name":"Forward Payment to Customs","id":"05084b6a-ade3-4a07-98ae-72a4173e0796","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b651c6f5-6386-4c95-ab1d-ec2fb31f4b38","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-06-04T08:28:25.737Z","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":[{"id":"6bcfcb87-1032-4147-8973-e5668a1d020e","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"bc6606b6-4db3-4136-8d6c-89d1ca6fbca5","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-06-04T08:28:25.737Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/duty-tax-payments/:id/push/customs","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","post","import","duty-tax-payments",":id","push","customs"],"variable":[{"key":"id","value":""}]},"description":"**Requirement Reference**: P.I19CUS.11\n\n**Use Case**: Payment received and transmitted to Customs\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post via ACS to receive duties and taxes digitally via the Payment Gateway and transmit the collected amounts to Customs.\n\n**Process Flow**: Pakistan Post System (I14P) → Airport Community System → Web Based One Customs System (I28CUS)\n\n**Priority**: P1\n\n**Standard**: PSW UPS (Unified Payment System) or other Payment Gateway\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Payment reference. Sample: PAY-GHA-20251128-001. |\n| invoiceId | String | 70 | M | Invoice identifier. Sample: gha-inv-001. |\n| invoiceNumber | String | 70 | M | Invoice number. Sample: GHA-KHI-INV-20251128-001. |\n| psid | String | 70 | M | PSID reference used for payment collection. Sample: UPS-GHA-CARGO-20251128-001. |\n| payerDetails | Object | N/A | M | Payer details container. |\n| payerDetails/partyType | String | 35 | M | Payer party type. Sample: ACA. |\n| payerDetails/name | String | 255 | M | Name of the payer. |\n| payerDetails/code | String | 70 | M | Payer code. Sample: SAC-KHI-001. |\n| payerDetails/accountNumber | String | 70 | M | Payer account number. |\n| payerDetails/contactName | String | 255 | M | Payer contact person name. |\n| payerDetails/phone | String | 16 | O | ITU E.164 phone format. |\n| payerDetails/email | String | 255 | M | Must follow standard email format. |\n| paymentAmount | Number | N/A | M | Total payment amount collected. |\n| currency | String | 3 | M | ISO 4217 currency code. Example: PKR. |\n| paymentMethod | String | 70 | M | Payment method. Example: PSW_UPS. |\n| paymentDetails | Object | N/A | M | Payment transaction details container. |\n| paymentDetails/upsTransactionId | String | 70 | M | UPS transaction identifier. |\n| paymentDetails/bankName | String | 255 | M | Bank name used for payment. |\n| paymentDetails/accountNumber | String | 70 | M | Bank account number used for payment. |\n| paymentDetails/transactionType | String | 70 | M | Transaction type. Example: ONLINE_TRANSFER. |\n| paymentDetails/authorizationCode | String | 70 | M | Payment authorization code. |\n| paymentDate | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| remarks | String | 1024 | O | Additional payment remarks. |\n| customsAssessment | Object | N/A | M | Customs assessment details forwarded with the payment. |\n| customsAssessment/formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| customsAssessment/content | String | 256 | M | High-level description of the goods. |\n| customsAssessment/barcodeNumber | String | 13 | M | Barcode or mail tracking number. Sample: EA123456789AE. |\n| customsAssessment/airWaybillNumber | String | 70 | M | Air waybill number associated with the shipment. |\n| customsAssessment/comments | String | 256 | O | Customs or assessment remarks. |\n| customsAssessment/psidAmountPkr | Number | 1-12 | O | Assessed PSID amount payable in PKR. |\n| customsAssessment/itemDetails | Array | N/A | M | One or more item-level declaration lines. |\n| customsAssessment/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| customsAssessment/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| customsAssessment/itemDetails/quantity | Number | 1-9 | M | Declared quantity of the item line. |\n| customsAssessment/itemDetails/quantityUom | String | 10 | M | Unit of measure for quantity. |\n| customsAssessment/itemDetails/netWeight | Number | 1-7 | M | Net weight of the item line. |\n| customsAssessment/itemDetails/netWeightUom | String | 3 | M | Unit of measure for net weight. Example: KG. |\n| customsAssessment/itemDetails/value | Number | 1-12 | M | Declared item value. |\n| customsAssessment/itemDetails/freight | Number | 1-12 | O | Freight amount allocated to the item line. |\n| customsAssessment/itemDetails/otherCharges | Number | 1-12 | O | Other charges allocated to the item line. |\n| customsAssessment/itemDetails/currency | String | 3 | M | ISO 4217 currency code for the item line. |\n| customsAssessment/itemDetails/hsCode | String | 10 | M | Declared HS code for the item line. |\n| customsAssessment/itemDetails/assessedHsCode | String | 10 | O | Customs-assessed HS code for the item line. |\n| customsAssessment/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code of origin. |\n| customsAssessment/dutyTaxFeeDetails | Array | N/A | M | Duty, tax, and fee breakdown entries. |\n| customsAssessment/dutyTaxFeeDetails/taxType | String | 70 | M | Name of the duty, tax, or fee. Example: Customs Duty. |\n| customsAssessment/dutyTaxFeeDetails/taxAmountPkr | Number | 1-12 | M | Amount in PKR for the corresponding duty, tax, or fee. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"2f235e71-8afb-4ea9-b15f-76726a4dc438","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"1ee8c234-5a4a-458e-9897-72644f2f919c","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-06-04T08:28:25.737Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/duty-tax-payments/:id/push/customs","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","post","import","duty-tax-payments",":id","push","customs"],"variable":[{"key":"id","value":""}]},"description":"**Requirement Reference**: P.I19CUS.11\n\n**Use Case**: Payment received and transmitted to Customs\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post via ACS to receive duties and taxes digitally via the Payment Gateway and transmit the collected amounts to Customs.\n\n**Process Flow**: Pakistan Post System (I14P) → Airport Community System → Web Based One Customs System (I28CUS)\n\n**Priority**: P1\n\n**Standard**: PSW UPS (Unified Payment System) or other Payment Gateway\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Payment reference. Sample: PAY-GHA-20251128-001. |\n| invoiceId | String | 70 | M | Invoice identifier. Sample: gha-inv-001. |\n| invoiceNumber | String | 70 | M | Invoice number. Sample: GHA-KHI-INV-20251128-001. |\n| psid | String | 70 | M | PSID reference used for payment collection. Sample: UPS-GHA-CARGO-20251128-001. |\n| payerDetails | Object | N/A | M | Payer details container. |\n| payerDetails/partyType | String | 35 | M | Payer party type. Sample: ACA. |\n| payerDetails/name | String | 255 | M | Name of the payer. |\n| payerDetails/code | String | 70 | M | Payer code. Sample: SAC-KHI-001. |\n| payerDetails/accountNumber | String | 70 | M | Payer account number. |\n| payerDetails/contactName | String | 255 | M | Payer contact person name. |\n| payerDetails/phone | String | 16 | O | ITU E.164 phone format. |\n| payerDetails/email | String | 255 | M | Must follow standard email format. |\n| paymentAmount | Number | N/A | M | Total payment amount collected. |\n| currency | String | 3 | M | ISO 4217 currency code. Example: PKR. |\n| paymentMethod | String | 70 | M | Payment method. Example: PSW_UPS. |\n| paymentDetails | Object | N/A | M | Payment transaction details container. |\n| paymentDetails/upsTransactionId | String | 70 | M | UPS transaction identifier. |\n| paymentDetails/bankName | String | 255 | M | Bank name used for payment. |\n| paymentDetails/accountNumber | String | 70 | M | Bank account number used for payment. |\n| paymentDetails/transactionType | String | 70 | M | Transaction type. Example: ONLINE_TRANSFER. |\n| paymentDetails/authorizationCode | String | 70 | M | Payment authorization code. |\n| paymentDate | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| remarks | String | 1024 | O | Additional payment remarks. |\n| customsAssessment | Object | N/A | M | Customs assessment details forwarded with the payment. |\n| customsAssessment/formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| customsAssessment/content | String | 256 | M | High-level description of the goods. |\n| customsAssessment/barcodeNumber | String | 13 | M | Barcode or mail tracking number. Sample: EA123456789AE. |\n| customsAssessment/airWaybillNumber | String | 70 | M | Air waybill number associated with the shipment. |\n| customsAssessment/comments | String | 256 | O | Customs or assessment remarks. |\n| customsAssessment/psidAmountPkr | Number | 1-12 | O | Assessed PSID amount payable in PKR. |\n| customsAssessment/itemDetails | Array | N/A | M | One or more item-level declaration lines. |\n| customsAssessment/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| customsAssessment/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| customsAssessment/itemDetails/quantity | Number | 1-9 | M | Declared quantity of the item line. |\n| customsAssessment/itemDetails/quantityUom | String | 10 | M | Unit of measure for quantity. |\n| customsAssessment/itemDetails/netWeight | Number | 1-7 | M | Net weight of the item line. |\n| customsAssessment/itemDetails/netWeightUom | String | 3 | M | Unit of measure for net weight. Example: KG. |\n| customsAssessment/itemDetails/value | Number | 1-12 | M | Declared item value. |\n| customsAssessment/itemDetails/freight | Number | 1-12 | O | Freight amount allocated to the item line. |\n| customsAssessment/itemDetails/otherCharges | Number | 1-12 | O | Other charges allocated to the item line. |\n| customsAssessment/itemDetails/currency | String | 3 | M | ISO 4217 currency code for the item line. |\n| customsAssessment/itemDetails/hsCode | String | 10 | M | Declared HS code for the item line. |\n| customsAssessment/itemDetails/assessedHsCode | String | 10 | O | Customs-assessed HS code for the item line. |\n| customsAssessment/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code of origin. |\n| customsAssessment/dutyTaxFeeDetails | Array | N/A | M | Duty, tax, and fee breakdown entries. |\n| customsAssessment/dutyTaxFeeDetails/taxType | String | 70 | M | Name of the duty, tax, or fee. Example: Customs Duty. |\n| customsAssessment/dutyTaxFeeDetails/taxAmountPkr | Number | 1-12 | M | Amount in PKR for the corresponding duty, tax, or fee. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"4082b94f-4b71-467a-90a7-8ad4c86ca9d5","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"18f37ff6-ed11-4574-bef7-b497ab8db80d","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-06-04T08:28:25.737Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/duty-tax-payments/:id/push/customs","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","post","import","duty-tax-payments",":id","push","customs"],"variable":[{"key":"id","value":""}]},"description":"**Requirement Reference**: P.I19CUS.11\n\n**Use Case**: Payment received and transmitted to Customs\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post via ACS to receive duties and taxes digitally via the Payment Gateway and transmit the collected amounts to Customs.\n\n**Process Flow**: Pakistan Post System (I14P) → Airport Community System → Web Based One Customs System (I28CUS)\n\n**Priority**: P1\n\n**Standard**: PSW UPS (Unified Payment System) or other Payment Gateway\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Payment reference. Sample: PAY-GHA-20251128-001. |\n| invoiceId | String | 70 | M | Invoice identifier. Sample: gha-inv-001. |\n| invoiceNumber | String | 70 | M | Invoice number. Sample: GHA-KHI-INV-20251128-001. |\n| psid | String | 70 | M | PSID reference used for payment collection. Sample: UPS-GHA-CARGO-20251128-001. |\n| payerDetails | Object | N/A | M | Payer details container. |\n| payerDetails/partyType | String | 35 | M | Payer party type. Sample: ACA. |\n| payerDetails/name | String | 255 | M | Name of the payer. |\n| payerDetails/code | String | 70 | M | Payer code. Sample: SAC-KHI-001. |\n| payerDetails/accountNumber | String | 70 | M | Payer account number. |\n| payerDetails/contactName | String | 255 | M | Payer contact person name. |\n| payerDetails/phone | String | 16 | O | ITU E.164 phone format. |\n| payerDetails/email | String | 255 | M | Must follow standard email format. |\n| paymentAmount | Number | N/A | M | Total payment amount collected. |\n| currency | String | 3 | M | ISO 4217 currency code. Example: PKR. |\n| paymentMethod | String | 70 | M | Payment method. Example: PSW_UPS. |\n| paymentDetails | Object | N/A | M | Payment transaction details container. |\n| paymentDetails/upsTransactionId | String | 70 | M | UPS transaction identifier. |\n| paymentDetails/bankName | String | 255 | M | Bank name used for payment. |\n| paymentDetails/accountNumber | String | 70 | M | Bank account number used for payment. |\n| paymentDetails/transactionType | String | 70 | M | Transaction type. Example: ONLINE_TRANSFER. |\n| paymentDetails/authorizationCode | String | 70 | M | Payment authorization code. |\n| paymentDate | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| remarks | String | 1024 | O | Additional payment remarks. |\n| customsAssessment | Object | N/A | M | Customs assessment details forwarded with the payment. |\n| customsAssessment/formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| customsAssessment/content | String | 256 | M | High-level description of the goods. |\n| customsAssessment/barcodeNumber | String | 13 | M | Barcode or mail tracking number. Sample: EA123456789AE. |\n| customsAssessment/airWaybillNumber | String | 70 | M | Air waybill number associated with the shipment. |\n| customsAssessment/comments | String | 256 | O | Customs or assessment remarks. |\n| customsAssessment/psidAmountPkr | Number | 1-12 | O | Assessed PSID amount payable in PKR. |\n| customsAssessment/itemDetails | Array | N/A | M | One or more item-level declaration lines. |\n| customsAssessment/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| customsAssessment/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| customsAssessment/itemDetails/quantity | Number | 1-9 | M | Declared quantity of the item line. |\n| customsAssessment/itemDetails/quantityUom | String | 10 | M | Unit of measure for quantity. |\n| customsAssessment/itemDetails/netWeight | Number | 1-7 | M | Net weight of the item line. |\n| customsAssessment/itemDetails/netWeightUom | String | 3 | M | Unit of measure for net weight. Example: KG. |\n| customsAssessment/itemDetails/value | Number | 1-12 | M | Declared item value. |\n| customsAssessment/itemDetails/freight | Number | 1-12 | O | Freight amount allocated to the item line. |\n| customsAssessment/itemDetails/otherCharges | Number | 1-12 | O | Other charges allocated to the item line. |\n| customsAssessment/itemDetails/currency | String | 3 | M | ISO 4217 currency code for the item line. |\n| customsAssessment/itemDetails/hsCode | String | 10 | M | Declared HS code for the item line. |\n| customsAssessment/itemDetails/assessedHsCode | String | 10 | O | Customs-assessed HS code for the item line. |\n| customsAssessment/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code of origin. |\n| customsAssessment/dutyTaxFeeDetails | Array | N/A | M | Duty, tax, and fee breakdown entries. |\n| customsAssessment/dutyTaxFeeDetails/taxType | String | 70 | M | Name of the duty, tax, or fee. Example: Customs Duty. |\n| customsAssessment/dutyTaxFeeDetails/taxAmountPkr | Number | 1-12 | M | Amount in PKR for the corresponding duty, tax, or fee. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"ae6fa986-e938-49ad-a42e-35c3f4a1eb93","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"8773ea1d-7ba4-4424-a6b8-92e3501ea5d0","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-06-04T08:28:25.738Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/duty-tax-payments/:id/push/customs","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","post","import","duty-tax-payments",":id","push","customs"],"variable":[{"key":"id","value":""}]},"description":"**Requirement Reference**: P.I19CUS.11\n\n**Use Case**: Payment received and transmitted to Customs\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post via ACS to receive duties and taxes digitally via the Payment Gateway and transmit the collected amounts to Customs.\n\n**Process Flow**: Pakistan Post System (I14P) → Airport Community System → Web Based One Customs System (I28CUS)\n\n**Priority**: P1\n\n**Standard**: PSW UPS (Unified Payment System) or other Payment Gateway\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Payment reference. Sample: PAY-GHA-20251128-001. |\n| invoiceId | String | 70 | M | Invoice identifier. Sample: gha-inv-001. |\n| invoiceNumber | String | 70 | M | Invoice number. Sample: GHA-KHI-INV-20251128-001. |\n| psid | String | 70 | M | PSID reference used for payment collection. Sample: UPS-GHA-CARGO-20251128-001. |\n| payerDetails | Object | N/A | M | Payer details container. |\n| payerDetails/partyType | String | 35 | M | Payer party type. Sample: ACA. |\n| payerDetails/name | String | 255 | M | Name of the payer. |\n| payerDetails/code | String | 70 | M | Payer code. Sample: SAC-KHI-001. |\n| payerDetails/accountNumber | String | 70 | M | Payer account number. |\n| payerDetails/contactName | String | 255 | M | Payer contact person name. |\n| payerDetails/phone | String | 16 | O | ITU E.164 phone format. |\n| payerDetails/email | String | 255 | M | Must follow standard email format. |\n| paymentAmount | Number | N/A | M | Total payment amount collected. |\n| currency | String | 3 | M | ISO 4217 currency code. Example: PKR. |\n| paymentMethod | String | 70 | M | Payment method. Example: PSW_UPS. |\n| paymentDetails | Object | N/A | M | Payment transaction details container. |\n| paymentDetails/upsTransactionId | String | 70 | M | UPS transaction identifier. |\n| paymentDetails/bankName | String | 255 | M | Bank name used for payment. |\n| paymentDetails/accountNumber | String | 70 | M | Bank account number used for payment. |\n| paymentDetails/transactionType | String | 70 | M | Transaction type. Example: ONLINE_TRANSFER. |\n| paymentDetails/authorizationCode | String | 70 | M | Payment authorization code. |\n| paymentDate | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| remarks | String | 1024 | O | Additional payment remarks. |\n| customsAssessment | Object | N/A | M | Customs assessment details forwarded with the payment. |\n| customsAssessment/formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| customsAssessment/content | String | 256 | M | High-level description of the goods. |\n| customsAssessment/barcodeNumber | String | 13 | M | Barcode or mail tracking number. Sample: EA123456789AE. |\n| customsAssessment/airWaybillNumber | String | 70 | M | Air waybill number associated with the shipment. |\n| customsAssessment/comments | String | 256 | O | Customs or assessment remarks. |\n| customsAssessment/psidAmountPkr | Number | 1-12 | O | Assessed PSID amount payable in PKR. |\n| customsAssessment/itemDetails | Array | N/A | M | One or more item-level declaration lines. |\n| customsAssessment/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| customsAssessment/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| customsAssessment/itemDetails/quantity | Number | 1-9 | M | Declared quantity of the item line. |\n| customsAssessment/itemDetails/quantityUom | String | 10 | M | Unit of measure for quantity. |\n| customsAssessment/itemDetails/netWeight | Number | 1-7 | M | Net weight of the item line. |\n| customsAssessment/itemDetails/netWeightUom | String | 3 | M | Unit of measure for net weight. Example: KG. |\n| customsAssessment/itemDetails/value | Number | 1-12 | M | Declared item value. |\n| customsAssessment/itemDetails/freight | Number | 1-12 | O | Freight amount allocated to the item line. |\n| customsAssessment/itemDetails/otherCharges | Number | 1-12 | O | Other charges allocated to the item line. |\n| customsAssessment/itemDetails/currency | String | 3 | M | ISO 4217 currency code for the item line. |\n| customsAssessment/itemDetails/hsCode | String | 10 | M | Declared HS code for the item line. |\n| customsAssessment/itemDetails/assessedHsCode | String | 10 | O | Customs-assessed HS code for the item line. |\n| customsAssessment/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code of origin. |\n| customsAssessment/dutyTaxFeeDetails | Array | N/A | M | Duty, tax, and fee breakdown entries. |\n| customsAssessment/dutyTaxFeeDetails/taxType | String | 70 | M | Name of the duty, tax, or fee. Example: Customs Duty. |\n| customsAssessment/dutyTaxFeeDetails/taxAmountPkr | Number | 1-12 | M | Amount in PKR for the corresponding duty, tax, or fee. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"c5ae6daa-7476-40cc-a9cf-35feede4b7a0","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"2d984806-7bae-4d0d-bfc3-d0f7a79d431c","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-06-04T08:28:25.738Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/duty-tax-payments/:id/push/customs","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","post","import","duty-tax-payments",":id","push","customs"],"variable":[{"key":"id","value":""}]},"description":"**Requirement Reference**: P.I19CUS.11\n\n**Use Case**: Payment received and transmitted to Customs\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post via ACS to receive duties and taxes digitally via the Payment Gateway and transmit the collected amounts to Customs.\n\n**Process Flow**: Pakistan Post System (I14P) → Airport Community System → Web Based One Customs System (I28CUS)\n\n**Priority**: P1\n\n**Standard**: PSW UPS (Unified Payment System) or other Payment Gateway\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Payment reference. Sample: PAY-GHA-20251128-001. |\n| invoiceId | String | 70 | M | Invoice identifier. Sample: gha-inv-001. |\n| invoiceNumber | String | 70 | M | Invoice number. Sample: GHA-KHI-INV-20251128-001. |\n| psid | String | 70 | M | PSID reference used for payment collection. Sample: UPS-GHA-CARGO-20251128-001. |\n| payerDetails | Object | N/A | M | Payer details container. |\n| payerDetails/partyType | String | 35 | M | Payer party type. Sample: ACA. |\n| payerDetails/name | String | 255 | M | Name of the payer. |\n| payerDetails/code | String | 70 | M | Payer code. Sample: SAC-KHI-001. |\n| payerDetails/accountNumber | String | 70 | M | Payer account number. |\n| payerDetails/contactName | String | 255 | M | Payer contact person name. |\n| payerDetails/phone | String | 16 | O | ITU E.164 phone format. |\n| payerDetails/email | String | 255 | M | Must follow standard email format. |\n| paymentAmount | Number | N/A | M | Total payment amount collected. |\n| currency | String | 3 | M | ISO 4217 currency code. Example: PKR. |\n| paymentMethod | String | 70 | M | Payment method. Example: PSW_UPS. |\n| paymentDetails | Object | N/A | M | Payment transaction details container. |\n| paymentDetails/upsTransactionId | String | 70 | M | UPS transaction identifier. |\n| paymentDetails/bankName | String | 255 | M | Bank name used for payment. |\n| paymentDetails/accountNumber | String | 70 | M | Bank account number used for payment. |\n| paymentDetails/transactionType | String | 70 | M | Transaction type. Example: ONLINE_TRANSFER. |\n| paymentDetails/authorizationCode | String | 70 | M | Payment authorization code. |\n| paymentDate | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| remarks | String | 1024 | O | Additional payment remarks. |\n| customsAssessment | Object | N/A | M | Customs assessment details forwarded with the payment. |\n| customsAssessment/formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| customsAssessment/content | String | 256 | M | High-level description of the goods. |\n| customsAssessment/barcodeNumber | String | 13 | M | Barcode or mail tracking number. Sample: EA123456789AE. |\n| customsAssessment/airWaybillNumber | String | 70 | M | Air waybill number associated with the shipment. |\n| customsAssessment/comments | String | 256 | O | Customs or assessment remarks. |\n| customsAssessment/psidAmountPkr | Number | 1-12 | O | Assessed PSID amount payable in PKR. |\n| customsAssessment/itemDetails | Array | N/A | M | One or more item-level declaration lines. |\n| customsAssessment/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| customsAssessment/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| customsAssessment/itemDetails/quantity | Number | 1-9 | M | Declared quantity of the item line. |\n| customsAssessment/itemDetails/quantityUom | String | 10 | M | Unit of measure for quantity. |\n| customsAssessment/itemDetails/netWeight | Number | 1-7 | M | Net weight of the item line. |\n| customsAssessment/itemDetails/netWeightUom | String | 3 | M | Unit of measure for net weight. Example: KG. |\n| customsAssessment/itemDetails/value | Number | 1-12 | M | Declared item value. |\n| customsAssessment/itemDetails/freight | Number | 1-12 | O | Freight amount allocated to the item line. |\n| customsAssessment/itemDetails/otherCharges | Number | 1-12 | O | Other charges allocated to the item line. |\n| customsAssessment/itemDetails/currency | String | 3 | M | ISO 4217 currency code for the item line. |\n| customsAssessment/itemDetails/hsCode | String | 10 | M | Declared HS code for the item line. |\n| customsAssessment/itemDetails/assessedHsCode | String | 10 | O | Customs-assessed HS code for the item line. |\n| customsAssessment/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code of origin. |\n| customsAssessment/dutyTaxFeeDetails | Array | N/A | M | Duty, tax, and fee breakdown entries. |\n| customsAssessment/dutyTaxFeeDetails/taxType | String | 70 | M | Name of the duty, tax, or fee. Example: Customs Duty. |\n| customsAssessment/dutyTaxFeeDetails/taxAmountPkr | Number | 1-12 | M | Amount in PKR for the corresponding duty, tax, or fee. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"12b55cf5-6d25-490a-aef1-0c3949d7f7a2","name":"404 - Not Found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"691623c4-31e4-4bd4-a116-f65717941eb4","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-06-04T08:28:25.738Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/duty-tax-payments/:id/push/customs","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","post","import","duty-tax-payments",":id","push","customs"],"variable":[{"key":"id","value":""}]},"description":"**Requirement Reference**: P.I19CUS.11\n\n**Use Case**: Payment received and transmitted to Customs\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post via ACS to receive duties and taxes digitally via the Payment Gateway and transmit the collected amounts to Customs.\n\n**Process Flow**: Pakistan Post System (I14P) → Airport Community System → Web Based One Customs System (I28CUS)\n\n**Priority**: P1\n\n**Standard**: PSW UPS (Unified Payment System) or other Payment Gateway\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Payment reference. Sample: PAY-GHA-20251128-001. |\n| invoiceId | String | 70 | M | Invoice identifier. Sample: gha-inv-001. |\n| invoiceNumber | String | 70 | M | Invoice number. Sample: GHA-KHI-INV-20251128-001. |\n| psid | String | 70 | M | PSID reference used for payment collection. Sample: UPS-GHA-CARGO-20251128-001. |\n| payerDetails | Object | N/A | M | Payer details container. |\n| payerDetails/partyType | String | 35 | M | Payer party type. Sample: ACA. |\n| payerDetails/name | String | 255 | M | Name of the payer. |\n| payerDetails/code | String | 70 | M | Payer code. Sample: SAC-KHI-001. |\n| payerDetails/accountNumber | String | 70 | M | Payer account number. |\n| payerDetails/contactName | String | 255 | M | Payer contact person name. |\n| payerDetails/phone | String | 16 | O | ITU E.164 phone format. |\n| payerDetails/email | String | 255 | M | Must follow standard email format. |\n| paymentAmount | Number | N/A | M | Total payment amount collected. |\n| currency | String | 3 | M | ISO 4217 currency code. Example: PKR. |\n| paymentMethod | String | 70 | M | Payment method. Example: PSW_UPS. |\n| paymentDetails | Object | N/A | M | Payment transaction details container. |\n| paymentDetails/upsTransactionId | String | 70 | M | UPS transaction identifier. |\n| paymentDetails/bankName | String | 255 | M | Bank name used for payment. |\n| paymentDetails/accountNumber | String | 70 | M | Bank account number used for payment. |\n| paymentDetails/transactionType | String | 70 | M | Transaction type. Example: ONLINE_TRANSFER. |\n| paymentDetails/authorizationCode | String | 70 | M | Payment authorization code. |\n| paymentDate | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| remarks | String | 1024 | O | Additional payment remarks. |\n| customsAssessment | Object | N/A | M | Customs assessment details forwarded with the payment. |\n| customsAssessment/formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| customsAssessment/content | String | 256 | M | High-level description of the goods. |\n| customsAssessment/barcodeNumber | String | 13 | M | Barcode or mail tracking number. Sample: EA123456789AE. |\n| customsAssessment/airWaybillNumber | String | 70 | M | Air waybill number associated with the shipment. |\n| customsAssessment/comments | String | 256 | O | Customs or assessment remarks. |\n| customsAssessment/psidAmountPkr | Number | 1-12 | O | Assessed PSID amount payable in PKR. |\n| customsAssessment/itemDetails | Array | N/A | M | One or more item-level declaration lines. |\n| customsAssessment/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| customsAssessment/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| customsAssessment/itemDetails/quantity | Number | 1-9 | M | Declared quantity of the item line. |\n| customsAssessment/itemDetails/quantityUom | String | 10 | M | Unit of measure for quantity. |\n| customsAssessment/itemDetails/netWeight | Number | 1-7 | M | Net weight of the item line. |\n| customsAssessment/itemDetails/netWeightUom | String | 3 | M | Unit of measure for net weight. Example: KG. |\n| customsAssessment/itemDetails/value | Number | 1-12 | M | Declared item value. |\n| customsAssessment/itemDetails/freight | Number | 1-12 | O | Freight amount allocated to the item line. |\n| customsAssessment/itemDetails/otherCharges | Number | 1-12 | O | Other charges allocated to the item line. |\n| customsAssessment/itemDetails/currency | String | 3 | M | ISO 4217 currency code for the item line. |\n| customsAssessment/itemDetails/hsCode | String | 10 | M | Declared HS code for the item line. |\n| customsAssessment/itemDetails/assessedHsCode | String | 10 | O | Customs-assessed HS code for the item line. |\n| customsAssessment/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code of origin. |\n| customsAssessment/dutyTaxFeeDetails | Array | N/A | M | Duty, tax, and fee breakdown entries. |\n| customsAssessment/dutyTaxFeeDetails/taxType | String | 70 | M | Name of the duty, tax, or fee. Example: Customs Duty. |\n| customsAssessment/dutyTaxFeeDetails/taxAmountPkr | Number | 1-12 | M | Amount in PKR for the corresponding duty, tax, or fee. |"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"fc1d4eb4-9329-41aa-96b3-b219ccaeb74e","name":"412 - Precondition Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"8ddb199e-034b-4f50-9ec6-2964f96f383f","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-06-04T08:28:25.738Z","description":"ISO 8601 timestamp of the request","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":{"raw":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/api/v1/post/import/duty-tax-payments/:id/push/customs","host":["https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"],"path":["api","v1","post","import","duty-tax-payments",":id","push","customs"],"variable":[{"key":"id","value":""}]},"description":"**Requirement Reference**: P.I19CUS.11\n\n**Use Case**: Payment received and transmitted to Customs\n\n**Integration Point**: IN_FR-3-PSTI-PGD-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post via ACS to receive duties and taxes digitally via the Payment Gateway and transmit the collected amounts to Customs.\n\n**Process Flow**: Pakistan Post System (I14P) → Airport Community System → Web Based One Customs System (I28CUS)\n\n**Priority**: P1\n\n**Standard**: PSW UPS (Unified Payment System) or other Payment Gateway\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| paymentReference | String | 70 | M | Payment reference. Sample: PAY-GHA-20251128-001. |\n| invoiceId | String | 70 | M | Invoice identifier. Sample: gha-inv-001. |\n| invoiceNumber | String | 70 | M | Invoice number. Sample: GHA-KHI-INV-20251128-001. |\n| psid | String | 70 | M | PSID reference used for payment collection. Sample: UPS-GHA-CARGO-20251128-001. |\n| payerDetails | Object | N/A | M | Payer details container. |\n| payerDetails/partyType | String | 35 | M | Payer party type. Sample: ACA. |\n| payerDetails/name | String | 255 | M | Name of the payer. |\n| payerDetails/code | String | 70 | M | Payer code. Sample: SAC-KHI-001. |\n| payerDetails/accountNumber | String | 70 | M | Payer account number. |\n| payerDetails/contactName | String | 255 | M | Payer contact person name. |\n| payerDetails/phone | String | 16 | O | ITU E.164 phone format. |\n| payerDetails/email | String | 255 | M | Must follow standard email format. |\n| paymentAmount | Number | N/A | M | Total payment amount collected. |\n| currency | String | 3 | M | ISO 4217 currency code. Example: PKR. |\n| paymentMethod | String | 70 | M | Payment method. Example: PSW_UPS. |\n| paymentDetails | Object | N/A | M | Payment transaction details container. |\n| paymentDetails/upsTransactionId | String | 70 | M | UPS transaction identifier. |\n| paymentDetails/bankName | String | 255 | M | Bank name used for payment. |\n| paymentDetails/accountNumber | String | 70 | M | Bank account number used for payment. |\n| paymentDetails/transactionType | String | 70 | M | Transaction type. Example: ONLINE_TRANSFER. |\n| paymentDetails/authorizationCode | String | 70 | M | Payment authorization code. |\n| paymentDate | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| remarks | String | 1024 | O | Additional payment remarks. |\n| customsAssessment | Object | N/A | M | Customs assessment details forwarded with the payment. |\n| customsAssessment/formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| customsAssessment/content | String | 256 | M | High-level description of the goods. |\n| customsAssessment/barcodeNumber | String | 13 | M | Barcode or mail tracking number. Sample: EA123456789AE. |\n| customsAssessment/airWaybillNumber | String | 70 | M | Air waybill number associated with the shipment. |\n| customsAssessment/comments | String | 256 | O | Customs or assessment remarks. |\n| customsAssessment/psidAmountPkr | Number | 1-12 | O | Assessed PSID amount payable in PKR. |\n| customsAssessment/itemDetails | Array | N/A | M | One or more item-level declaration lines. |\n| customsAssessment/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| customsAssessment/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| customsAssessment/itemDetails/quantity | Number | 1-9 | M | Declared quantity of the item line. |\n| customsAssessment/itemDetails/quantityUom | String | 10 | M | Unit of measure for quantity. |\n| customsAssessment/itemDetails/netWeight | Number | 1-7 | M | Net weight of the item line. |\n| customsAssessment/itemDetails/netWeightUom | String | 3 | M | Unit of measure for net weight. Example: KG. |\n| customsAssessment/itemDetails/value | Number | 1-12 | M | Declared item value. |\n| customsAssessment/itemDetails/freight | Number | 1-12 | O | Freight amount allocated to the item line. |\n| customsAssessment/itemDetails/otherCharges | Number | 1-12 | O | Other charges allocated to the item line. |\n| customsAssessment/itemDetails/currency | String | 3 | M | ISO 4217 currency code for the item line. |\n| customsAssessment/itemDetails/hsCode | String | 10 | M | Declared HS code for the item line. |\n| customsAssessment/itemDetails/assessedHsCode | String | 10 | O | Customs-assessed HS code for the item line. |\n| customsAssessment/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code of origin. |\n| customsAssessment/dutyTaxFeeDetails | Array | N/A | M | Duty, tax, and fee breakdown entries. |\n| customsAssessment/dutyTaxFeeDetails/taxType | String | 70 | M | Name of the duty, tax, or fee. Example: Customs Duty. |\n| customsAssessment/dutyTaxFeeDetails/taxAmountPkr | Number | 1-12 | M | Amount in PKR for the corresponding duty, tax, or fee. |"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"05084b6a-ade3-4a07-98ae-72a4173e0796"}],"id":"56aa1da7-e637-4553-a13a-408d5454c556","description":"<p>Duty and tax steps cover the charges and payment required for imported mail. Users calculate duties, create the tax notice, collect payment from the consignee, and send the payment to customs.</p>\n","_postman_id":"56aa1da7-e637-4553-a13a-408d5454c556","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"f80418dd-ccdf-4df7-8076-894450293049","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"8773690d-6cf0-4e81-bf66-93ef7f1e8637","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-06-04T08:28:25.738Z","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":[{"id":"4804ac6c-0ea8-491f-8139-113b46e9ee2b","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"9b178d7d-1a03-4da2-a7c0-f077507c9f65","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-06-04T08:28:25.738Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I20P.12\n\n**Use Case**: Delivery to consignee\n\n**Integration Point**: IN_FR-4-PSTI-TRA-R-01-UC-03\n\n**Description:** ACS will enable Pakistan Post to transmit delivery information to any stakeholder, that it deems necessary.\n\n**Process Flow**: Pakistan Post System (I28P) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| barcodeNumber | String | 13 | M | Barcode or tracking number of the consignment. Sample: EA123456789AE. |\n| airWaybillNumber | String | 70 | M | Air waybill number associated with the consignment. Sample: PAK-AMS-20251220-001. |\n| mailTrackingNumber | String | 13 | M | Mail item tracking number. Sample: EA123456789AE. |\n| deliveryStatus | String | 35 | M | Delivery status. Sample: DELIVERED. |\n| deliveryDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| deliveryAddress | Object | N/A | M | Delivery address container. |\n| deliveryAddress/street | String | 255 | M | Street address of delivery location. |\n| deliveryAddress/city | String | 70 | M | City of delivery location. |\n| deliveryAddress/postalCode | String | 35 | M | Postal code of delivery location. |\n| recipient | Object | N/A | M | Recipient details container. |\n| recipient/name | String | 100 | M | Name of the recipient. |\n| recipient/relationship | String | 35 | O | Relationship of recipient to consignee. Sample: SELF. |\n| recipient/cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n). |\n| recipient/phone | String | 16 | O | ITU E.164 phone format. |\n| proofOfDelivery | Object | N/A | O | Proof of delivery container. |\n| proofOfDelivery/signatureImage | String | N/A | O | Base64-encoded recipient signature image. |\n| proofOfDelivery/recipientPhoto | String | N/A | O | Base64-encoded recipient photo. |\n| proofOfDelivery/deliveryLocation | Object | N/A | O | Geo-location of delivery. |\n| proofOfDelivery/deliveryLocation/latitude | Number | N/A | O | Latitude of delivery location. |\n| proofOfDelivery/deliveryLocation/longitude | Number | N/A | O | Longitude of delivery location. |\n| deliveryOfficer | Object | N/A | M | Delivery officer details container. |\n| deliveryOfficer/officerId | String | 70 | M | Delivery officer identifier. |\n| deliveryOfficer/officerName | String | 100 | M | Delivery officer name. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"5c9792a6-6113-42b6-842a-fd08a1cf1f69","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"93bf633d-7e6c-4076-9484-f2ca7e645dd6","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-06-04T08:28:25.738Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I20P.12\n\n**Use Case**: Delivery to consignee\n\n**Integration Point**: IN_FR-4-PSTI-TRA-R-01-UC-03\n\n**Description:** ACS will enable Pakistan Post to transmit delivery information to any stakeholder, that it deems necessary.\n\n**Process Flow**: Pakistan Post System (I28P) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| barcodeNumber | String | 13 | M | Barcode or tracking number of the consignment. Sample: EA123456789AE. |\n| airWaybillNumber | String | 70 | M | Air waybill number associated with the consignment. Sample: PAK-AMS-20251220-001. |\n| mailTrackingNumber | String | 13 | M | Mail item tracking number. Sample: EA123456789AE. |\n| deliveryStatus | String | 35 | M | Delivery status. Sample: DELIVERED. |\n| deliveryDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| deliveryAddress | Object | N/A | M | Delivery address container. |\n| deliveryAddress/street | String | 255 | M | Street address of delivery location. |\n| deliveryAddress/city | String | 70 | M | City of delivery location. |\n| deliveryAddress/postalCode | String | 35 | M | Postal code of delivery location. |\n| recipient | Object | N/A | M | Recipient details container. |\n| recipient/name | String | 100 | M | Name of the recipient. |\n| recipient/relationship | String | 35 | O | Relationship of recipient to consignee. Sample: SELF. |\n| recipient/cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n). |\n| recipient/phone | String | 16 | O | ITU E.164 phone format. |\n| proofOfDelivery | Object | N/A | O | Proof of delivery container. |\n| proofOfDelivery/signatureImage | String | N/A | O | Base64-encoded recipient signature image. |\n| proofOfDelivery/recipientPhoto | String | N/A | O | Base64-encoded recipient photo. |\n| proofOfDelivery/deliveryLocation | Object | N/A | O | Geo-location of delivery. |\n| proofOfDelivery/deliveryLocation/latitude | Number | N/A | O | Latitude of delivery location. |\n| proofOfDelivery/deliveryLocation/longitude | Number | N/A | O | Longitude of delivery location. |\n| deliveryOfficer | Object | N/A | M | Delivery officer details container. |\n| deliveryOfficer/officerId | String | 70 | M | Delivery officer identifier. |\n| deliveryOfficer/officerName | String | 100 | M | Delivery officer name. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"d75cfa6c-ac46-469d-81b4-e1041561bdb9","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"bcdf1a17-b6fd-4212-8f8b-63fb1929c550","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-06-04T08:28:25.738Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I20P.12\n\n**Use Case**: Delivery to consignee\n\n**Integration Point**: IN_FR-4-PSTI-TRA-R-01-UC-03\n\n**Description:** ACS will enable Pakistan Post to transmit delivery information to any stakeholder, that it deems necessary.\n\n**Process Flow**: Pakistan Post System (I28P) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| barcodeNumber | String | 13 | M | Barcode or tracking number of the consignment. Sample: EA123456789AE. |\n| airWaybillNumber | String | 70 | M | Air waybill number associated with the consignment. Sample: PAK-AMS-20251220-001. |\n| mailTrackingNumber | String | 13 | M | Mail item tracking number. Sample: EA123456789AE. |\n| deliveryStatus | String | 35 | M | Delivery status. Sample: DELIVERED. |\n| deliveryDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| deliveryAddress | Object | N/A | M | Delivery address container. |\n| deliveryAddress/street | String | 255 | M | Street address of delivery location. |\n| deliveryAddress/city | String | 70 | M | City of delivery location. |\n| deliveryAddress/postalCode | String | 35 | M | Postal code of delivery location. |\n| recipient | Object | N/A | M | Recipient details container. |\n| recipient/name | String | 100 | M | Name of the recipient. |\n| recipient/relationship | String | 35 | O | Relationship of recipient to consignee. Sample: SELF. |\n| recipient/cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n). |\n| recipient/phone | String | 16 | O | ITU E.164 phone format. |\n| proofOfDelivery | Object | N/A | O | Proof of delivery container. |\n| proofOfDelivery/signatureImage | String | N/A | O | Base64-encoded recipient signature image. |\n| proofOfDelivery/recipientPhoto | String | N/A | O | Base64-encoded recipient photo. |\n| proofOfDelivery/deliveryLocation | Object | N/A | O | Geo-location of delivery. |\n| proofOfDelivery/deliveryLocation/latitude | Number | N/A | O | Latitude of delivery location. |\n| proofOfDelivery/deliveryLocation/longitude | Number | N/A | O | Longitude of delivery location. |\n| deliveryOfficer | Object | N/A | M | Delivery officer details container. |\n| deliveryOfficer/officerId | String | 70 | M | Delivery officer identifier. |\n| deliveryOfficer/officerName | String | 100 | M | Delivery officer name. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"33e4af8b-7669-452c-a3f9-649d69da733a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"f969cef2-eeca-47a7-9834-9ef112c7b559","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-06-04T08:28:25.738Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I20P.12\n\n**Use Case**: Delivery to consignee\n\n**Integration Point**: IN_FR-4-PSTI-TRA-R-01-UC-03\n\n**Description:** ACS will enable Pakistan Post to transmit delivery information to any stakeholder, that it deems necessary.\n\n**Process Flow**: Pakistan Post System (I28P) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| barcodeNumber | String | 13 | M | Barcode or tracking number of the consignment. Sample: EA123456789AE. |\n| airWaybillNumber | String | 70 | M | Air waybill number associated with the consignment. Sample: PAK-AMS-20251220-001. |\n| mailTrackingNumber | String | 13 | M | Mail item tracking number. Sample: EA123456789AE. |\n| deliveryStatus | String | 35 | M | Delivery status. Sample: DELIVERED. |\n| deliveryDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| deliveryAddress | Object | N/A | M | Delivery address container. |\n| deliveryAddress/street | String | 255 | M | Street address of delivery location. |\n| deliveryAddress/city | String | 70 | M | City of delivery location. |\n| deliveryAddress/postalCode | String | 35 | M | Postal code of delivery location. |\n| recipient | Object | N/A | M | Recipient details container. |\n| recipient/name | String | 100 | M | Name of the recipient. |\n| recipient/relationship | String | 35 | O | Relationship of recipient to consignee. Sample: SELF. |\n| recipient/cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n). |\n| recipient/phone | String | 16 | O | ITU E.164 phone format. |\n| proofOfDelivery | Object | N/A | O | Proof of delivery container. |\n| proofOfDelivery/signatureImage | String | N/A | O | Base64-encoded recipient signature image. |\n| proofOfDelivery/recipientPhoto | String | N/A | O | Base64-encoded recipient photo. |\n| proofOfDelivery/deliveryLocation | Object | N/A | O | Geo-location of delivery. |\n| proofOfDelivery/deliveryLocation/latitude | Number | N/A | O | Latitude of delivery location. |\n| proofOfDelivery/deliveryLocation/longitude | Number | N/A | O | Longitude of delivery location. |\n| deliveryOfficer | Object | N/A | M | Delivery officer details container. |\n| deliveryOfficer/officerId | String | 70 | M | Delivery officer identifier. |\n| deliveryOfficer/officerName | String | 100 | M | Delivery officer name. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"ecadb8ed-8048-48fe-9372-ecf44ce82d44","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"31fff5af-9922-431e-a957-9e60c0f38e5e","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-06-04T08:28:25.738Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I20P.12\n\n**Use Case**: Delivery to consignee\n\n**Integration Point**: IN_FR-4-PSTI-TRA-R-01-UC-03\n\n**Description:** ACS will enable Pakistan Post to transmit delivery information to any stakeholder, that it deems necessary.\n\n**Process Flow**: Pakistan Post System (I28P) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| barcodeNumber | String | 13 | M | Barcode or tracking number of the consignment. Sample: EA123456789AE. |\n| airWaybillNumber | String | 70 | M | Air waybill number associated with the consignment. Sample: PAK-AMS-20251220-001. |\n| mailTrackingNumber | String | 13 | M | Mail item tracking number. Sample: EA123456789AE. |\n| deliveryStatus | String | 35 | M | Delivery status. Sample: DELIVERED. |\n| deliveryDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| deliveryAddress | Object | N/A | M | Delivery address container. |\n| deliveryAddress/street | String | 255 | M | Street address of delivery location. |\n| deliveryAddress/city | String | 70 | M | City of delivery location. |\n| deliveryAddress/postalCode | String | 35 | M | Postal code of delivery location. |\n| recipient | Object | N/A | M | Recipient details container. |\n| recipient/name | String | 100 | M | Name of the recipient. |\n| recipient/relationship | String | 35 | O | Relationship of recipient to consignee. Sample: SELF. |\n| recipient/cnic | String | 15 | O | CNIC format (nnnnn-nnnnnnn-n). |\n| recipient/phone | String | 16 | O | ITU E.164 phone format. |\n| proofOfDelivery | Object | N/A | O | Proof of delivery container. |\n| proofOfDelivery/signatureImage | String | N/A | O | Base64-encoded recipient signature image. |\n| proofOfDelivery/recipientPhoto | String | N/A | O | Base64-encoded recipient photo. |\n| proofOfDelivery/deliveryLocation | Object | N/A | O | Geo-location of delivery. |\n| proofOfDelivery/deliveryLocation/latitude | Number | N/A | O | Latitude of delivery location. |\n| proofOfDelivery/deliveryLocation/longitude | Number | N/A | O | Longitude of delivery location. |\n| deliveryOfficer | Object | N/A | M | Delivery officer details container. |\n| deliveryOfficer/officerId | String | 70 | M | Delivery officer identifier. |\n| deliveryOfficer/officerName | String | 100 | M | Delivery officer name. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"f80418dd-ccdf-4df7-8076-894450293049"},{"name":"Submit Dispatch Update","id":"fcb782aa-7bee-4d27-9f07-c006accbe6f5","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"e446f8d2-4498-40f4-a065-1dcde968de61","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-06-04T08:28:25.738Z","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":[{"id":"8fff32d5-1d5c-4164-97c5-5e1d60bf798a","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"641140fd-37d1-459c-bad9-f4afec6e0140","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-06-04T08:28:25.738Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I21P.13\n\n**Use Case**: Mail bag send to destination\n\n**Integration Point**: IN_FR-4-PSTI-TRA-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post to inform arrival of mail bags in other airport destination.\n\n**Process Flow**: Pakistan Post System (I29P) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| bagNumber | String | 30 | M | Mail bag identifier. Sample: AEPOST202312051002. |\n| dispatchType | String | 35 | M | Dispatch type. Sample: DOMESTIC_FORWARD. |\n| departure | Object | N/A | M | Departure details container. |\n| departure/location | String | 3 | M | Departure location code. Sample: KHI. |\n| departure/departureDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| arrival | Object | N/A | M | Arrival details container. |\n| arrival/destination | String | 3 | M | Destination location code. Sample: LHE. |\n| arrival/arrivalDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| bagStatus | String | 35 | M | Bag dispatch status. Sample: IN_TRANSIT. |\n| dispatchOfficer | Object | N/A | M | Dispatching officer details container. |\n| dispatchOfficer/officerId | String | 70 | M | Dispatch officer identifier. |\n| dispatchOfficer/officerName | String | 100 | M | Dispatch officer name. |\n| consignmentDetails | Array | N/A | M | One or more consignment details associated with the dispatch update. |\n| consignmentDetails/formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| consignmentDetails/barcodeNumber | String | 13 | M | Barcode or tracking number of the consignment. |\n| consignmentDetails/airWaybillNumber | String | 70 | M | Air waybill number associated with the consignment. |\n| consignmentDetails/arrivalAirport | String | 3 | M | Arrival airport code. Sample: KHI. |\n| consignmentDetails/destinationOffice | String | 255 | M | Destination office name. Sample: Lahore Central Post Office. |\n| consignmentDetails/modeOfTransport | String | 35 | M | Mode of transport. Example: ROAD, RAIL, AIR. |\n| consignmentDetails/transportId | String | 70 | O | Transport identifier. Example: POST-TRUCK-KHI-LHE-001. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"27e18808-b17f-49a1-8f8a-8c850721e256","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"2a5cd277-c61c-4822-94fc-6319400e858c","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-06-04T08:28:25.738Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I21P.13\n\n**Use Case**: Mail bag send to destination\n\n**Integration Point**: IN_FR-4-PSTI-TRA-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post to inform arrival of mail bags in other airport destination.\n\n**Process Flow**: Pakistan Post System (I29P) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| bagNumber | String | 30 | M | Mail bag identifier. Sample: AEPOST202312051002. |\n| dispatchType | String | 35 | M | Dispatch type. Sample: DOMESTIC_FORWARD. |\n| departure | Object | N/A | M | Departure details container. |\n| departure/location | String | 3 | M | Departure location code. Sample: KHI. |\n| departure/departureDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| arrival | Object | N/A | M | Arrival details container. |\n| arrival/destination | String | 3 | M | Destination location code. Sample: LHE. |\n| arrival/arrivalDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| bagStatus | String | 35 | M | Bag dispatch status. Sample: IN_TRANSIT. |\n| dispatchOfficer | Object | N/A | M | Dispatching officer details container. |\n| dispatchOfficer/officerId | String | 70 | M | Dispatch officer identifier. |\n| dispatchOfficer/officerName | String | 100 | M | Dispatch officer name. |\n| consignmentDetails | Array | N/A | M | One or more consignment details associated with the dispatch update. |\n| consignmentDetails/formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| consignmentDetails/barcodeNumber | String | 13 | M | Barcode or tracking number of the consignment. |\n| consignmentDetails/airWaybillNumber | String | 70 | M | Air waybill number associated with the consignment. |\n| consignmentDetails/arrivalAirport | String | 3 | M | Arrival airport code. Sample: KHI. |\n| consignmentDetails/destinationOffice | String | 255 | M | Destination office name. Sample: Lahore Central Post Office. |\n| consignmentDetails/modeOfTransport | String | 35 | M | Mode of transport. Example: ROAD, RAIL, AIR. |\n| consignmentDetails/transportId | String | 70 | O | Transport identifier. Example: POST-TRUCK-KHI-LHE-001. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"dd42aca1-874e-4b37-a25d-8e5c89378e08","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"edb99d48-ca32-46e0-a6e4-b68e7b6473fa","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-06-04T08:28:25.738Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I21P.13\n\n**Use Case**: Mail bag send to destination\n\n**Integration Point**: IN_FR-4-PSTI-TRA-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post to inform arrival of mail bags in other airport destination.\n\n**Process Flow**: Pakistan Post System (I29P) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| bagNumber | String | 30 | M | Mail bag identifier. Sample: AEPOST202312051002. |\n| dispatchType | String | 35 | M | Dispatch type. Sample: DOMESTIC_FORWARD. |\n| departure | Object | N/A | M | Departure details container. |\n| departure/location | String | 3 | M | Departure location code. Sample: KHI. |\n| departure/departureDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| arrival | Object | N/A | M | Arrival details container. |\n| arrival/destination | String | 3 | M | Destination location code. Sample: LHE. |\n| arrival/arrivalDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| bagStatus | String | 35 | M | Bag dispatch status. Sample: IN_TRANSIT. |\n| dispatchOfficer | Object | N/A | M | Dispatching officer details container. |\n| dispatchOfficer/officerId | String | 70 | M | Dispatch officer identifier. |\n| dispatchOfficer/officerName | String | 100 | M | Dispatch officer name. |\n| consignmentDetails | Array | N/A | M | One or more consignment details associated with the dispatch update. |\n| consignmentDetails/formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| consignmentDetails/barcodeNumber | String | 13 | M | Barcode or tracking number of the consignment. |\n| consignmentDetails/airWaybillNumber | String | 70 | M | Air waybill number associated with the consignment. |\n| consignmentDetails/arrivalAirport | String | 3 | M | Arrival airport code. Sample: KHI. |\n| consignmentDetails/destinationOffice | String | 255 | M | Destination office name. Sample: Lahore Central Post Office. |\n| consignmentDetails/modeOfTransport | String | 35 | M | Mode of transport. Example: ROAD, RAIL, AIR. |\n| consignmentDetails/transportId | String | 70 | O | Transport identifier. Example: POST-TRUCK-KHI-LHE-001. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"1f2f1876-b986-499f-a977-8c72f2a651d6","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"e7a6e8e0-b85d-4853-8524-394afa490501","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-06-04T08:28:25.738Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I21P.13\n\n**Use Case**: Mail bag send to destination\n\n**Integration Point**: IN_FR-4-PSTI-TRA-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post to inform arrival of mail bags in other airport destination.\n\n**Process Flow**: Pakistan Post System (I29P) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| bagNumber | String | 30 | M | Mail bag identifier. Sample: AEPOST202312051002. |\n| dispatchType | String | 35 | M | Dispatch type. Sample: DOMESTIC_FORWARD. |\n| departure | Object | N/A | M | Departure details container. |\n| departure/location | String | 3 | M | Departure location code. Sample: KHI. |\n| departure/departureDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| arrival | Object | N/A | M | Arrival details container. |\n| arrival/destination | String | 3 | M | Destination location code. Sample: LHE. |\n| arrival/arrivalDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| bagStatus | String | 35 | M | Bag dispatch status. Sample: IN_TRANSIT. |\n| dispatchOfficer | Object | N/A | M | Dispatching officer details container. |\n| dispatchOfficer/officerId | String | 70 | M | Dispatch officer identifier. |\n| dispatchOfficer/officerName | String | 100 | M | Dispatch officer name. |\n| consignmentDetails | Array | N/A | M | One or more consignment details associated with the dispatch update. |\n| consignmentDetails/formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| consignmentDetails/barcodeNumber | String | 13 | M | Barcode or tracking number of the consignment. |\n| consignmentDetails/airWaybillNumber | String | 70 | M | Air waybill number associated with the consignment. |\n| consignmentDetails/arrivalAirport | String | 3 | M | Arrival airport code. Sample: KHI. |\n| consignmentDetails/destinationOffice | String | 255 | M | Destination office name. Sample: Lahore Central Post Office. |\n| consignmentDetails/modeOfTransport | String | 35 | M | Mode of transport. Example: ROAD, RAIL, AIR. |\n| consignmentDetails/transportId | String | 70 | O | Transport identifier. Example: POST-TRUCK-KHI-LHE-001. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"a3c8d021-1017-4704-8efa-fcdc30eafe53","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text","disabled":true},{"key":"X-Request-ID","value":"7cf5fa18-ecc3-436d-9709-9b4aeb459b7f","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-06-04T08:28:25.738Z","description":"ISO 8601 timestamp of the request","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":"**Requirement Reference**: P.I21P.13\n\n**Use Case**: Mail bag send to destination\n\n**Integration Point**: IN_FR-4-PSTI-TRA-R-01-UC-02\n\n**Description:** ACS will enable Pakistan Post to inform arrival of mail bags in other airport destination.\n\n**Process Flow**: Pakistan Post System (I29P) → Airport Community System\n\n**Priority**: P1\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| bagNumber | String | 30 | M | Mail bag identifier. Sample: AEPOST202312051002. |\n| dispatchType | String | 35 | M | Dispatch type. Sample: DOMESTIC_FORWARD. |\n| departure | Object | N/A | M | Departure details container. |\n| departure/location | String | 3 | M | Departure location code. Sample: KHI. |\n| departure/departureDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| arrival | Object | N/A | M | Arrival details container. |\n| arrival/destination | String | 3 | M | Destination location code. Sample: LHE. |\n| arrival/arrivalDateTime | DateTime | N/A | M | ISO 8601:2004 datetime format. |\n| bagStatus | String | 35 | M | Bag dispatch status. Sample: IN_TRANSIT. |\n| dispatchOfficer | Object | N/A | M | Dispatching officer details container. |\n| dispatchOfficer/officerId | String | 70 | M | Dispatch officer identifier. |\n| dispatchOfficer/officerName | String | 100 | M | Dispatch officer name. |\n| consignmentDetails | Array | N/A | M | One or more consignment details associated with the dispatch update. |\n| consignmentDetails/formType | String | 10 | M | Postal customs form type. Allowed values: CN22, CN23. |\n| consignmentDetails/barcodeNumber | String | 13 | M | Barcode or tracking number of the consignment. |\n| consignmentDetails/airWaybillNumber | String | 70 | M | Air waybill number associated with the consignment. |\n| consignmentDetails/arrivalAirport | String | 3 | M | Arrival airport code. Sample: KHI. |\n| consignmentDetails/destinationOffice | String | 255 | M | Destination office name. Sample: Lahore Central Post Office. |\n| consignmentDetails/modeOfTransport | String | 35 | M | Mode of transport. Example: ROAD, RAIL, AIR. |\n| consignmentDetails/transportId | String | 70 | O | Transport identifier. Example: POST-TRUCK-KHI-LHE-001. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"fcb782aa-7bee-4d27-9f07-c006accbe6f5"}],"id":"74c9da7f-f031-4bdf-ad71-24c874cfe977","description":"<p>Delivery is the last step that records how imported mail reaches the consignee. Users submit delivery status updates and dispatch information.</p>\n","_postman_id":"74c9da7f-f031-4bdf-ad71-24c874cfe977","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"726c83b5-3d50-41a1-89ef-e253548f9cf2","description":"<p>e-Post import is the inbound mail flow that handles items after a flight arrives. Users record flight reception, scan and sort mail, complete duty and tax actions, and update delivery status.</p>\n","_postman_id":"726c83b5-3d50-41a1-89ef-e253548f9cf2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"f326383f-d142-4dd4-9879-1b8c8bc65f75","_postman_id":"f326383f-d142-4dd4-9879-1b8c8bc65f75","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":"65428d8e-ab08-4e8d-bf9f-d301ca4d26d5","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"a6a81987-0b11-4f0f-a9ef-efde7c5f1d2a","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":"1780561706","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":"07de489f-aaa1-4350-86f1-38c050cc890d","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"19615a28-c7cd-4d78-b3ed-2b057c4b120e","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":"1780561706","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    \"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":"**Message Type**: FFM (Flight Manifest) - JSON Format\n\n**IATA Compliance**: 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.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument.VersionID.Value | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument.ConversationID.Value | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument.SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument.SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.SenderParty.PrimaryID.Value | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument.RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument.RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.RecipientParty.PrimaryID.Value | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument.ID.Value | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument.IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument.IncludedHeaderNote.Content.Value | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement.StageCode.Value | String | 35 | M | Must be one of \\\\\\[Pre-Carriage, Main-Carriage, On-Carriage\\\\\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement.ModeCode.Value | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement.Mode.Value | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement.SequenceNumeric.Value | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.Value | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.Value | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement.TotalPackageQuantity.Value | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement.TotalPieceQuantity.Value | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson.Name.Value | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry.ID.Value | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement.DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement.DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement.DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement.IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement.IncludedCustomsNote.ContentCode.Value | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement.IncludedCustomsNote.Content.Value | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement.IncludedCustomsNote.SubjectCode.Value | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement.IncludedCustomsNote.CountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure.GoodsStatusCode.Value | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent.ArrivalOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.DepartureOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent.OccurenceArrivalLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent.OccurenceArrivalLocation.FirstArrivalCountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent.AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent.AssociatedTransportCargo.TypeCode.Value | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.ID.Value | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.GrossWeightMeasure.Value | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PieceQuantity.Value | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.BuildTypeCode.Value | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.CharacteristicCode.Value | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.UsedCapacityCode.Value | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperationalStatusCode.Value | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.LoadingRemark.Value | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.Value | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.ID.Value | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty.PrimaryID.Value | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment.GrossWeightMeasure.Value | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.GrossVolumeMeasure.Value | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment.DensityGroupCode.Value | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment.PackageQuantity.Value | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment.TotalPieceQuantity.Value | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.SummaryDescription.Value | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment.TransportSplitDescription.Value | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment.MovementPriorityCode.Value | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment.TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment.OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment.OriginLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment.OriginLocation.Name.Value | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment.FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment.FinalDestinationLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment.FinalDestinationLocation.Name.Value | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment.HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment.HandlingSPHInstructions.Description.Value | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSPHInstructions.DescriptionCode.Value | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment.HandlingSSRInstructions.Description.Value | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment.HandlingSSRInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment.HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment.HandlingOSIInstructions.Description.Value | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment.HandlingOSIInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment.IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment.IncludedCustomsNote.ContentCode.Value | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.Content.Value | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment.IncludedCustomsNote.SubjectCode.Value | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.CountryID.Value | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatueCode.Value | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment.TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment.TransportLogisticsPackage.ItemQuantity.Value | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.TransportLogisticsPackage.GrossWeightMeasure.Value | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment.LinearSpatialDimension.WidthMeasure.Value | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment.LinearSpatialDimension.LengthMeasure.Value | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment.LinearSpatialDimension.HeightMeasure.Value | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment.OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment.CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment.OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment.ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.Name.Value | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem.TypeCode.Value | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes\n    \n\n**IATA Standard Version**: XFFM version 4.00 XML Flight Manifest Message (XFFM to FFM Conversion)\n\n**IATA Toolkit URL:** [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)"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"eabf4a11-d33b-4040-9a01-a0c3e6d4e3a5","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"7ab06f45-ddac-4052-8ad6-568345ed2197","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":"1780561706","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    \"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":"**Message Type**: FFM (Flight Manifest) - JSON Format\n\n**IATA Compliance**: 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.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument.VersionID.Value | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument.ConversationID.Value | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument.SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument.SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.SenderParty.PrimaryID.Value | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument.RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument.RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.RecipientParty.PrimaryID.Value | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument.ID.Value | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument.IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument.IncludedHeaderNote.Content.Value | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement.StageCode.Value | String | 35 | M | Must be one of \\\\\\[Pre-Carriage, Main-Carriage, On-Carriage\\\\\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement.ModeCode.Value | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement.Mode.Value | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement.SequenceNumeric.Value | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.Value | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.Value | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement.TotalPackageQuantity.Value | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement.TotalPieceQuantity.Value | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson.Name.Value | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry.ID.Value | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement.DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement.DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement.DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement.IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement.IncludedCustomsNote.ContentCode.Value | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement.IncludedCustomsNote.Content.Value | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement.IncludedCustomsNote.SubjectCode.Value | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement.IncludedCustomsNote.CountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure.GoodsStatusCode.Value | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent.ArrivalOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.DepartureOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent.OccurenceArrivalLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent.OccurenceArrivalLocation.FirstArrivalCountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent.AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent.AssociatedTransportCargo.TypeCode.Value | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.ID.Value | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.GrossWeightMeasure.Value | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PieceQuantity.Value | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.BuildTypeCode.Value | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.CharacteristicCode.Value | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.UsedCapacityCode.Value | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperationalStatusCode.Value | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.LoadingRemark.Value | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.Value | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.ID.Value | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty.PrimaryID.Value | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment.GrossWeightMeasure.Value | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.GrossVolumeMeasure.Value | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment.DensityGroupCode.Value | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment.PackageQuantity.Value | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment.TotalPieceQuantity.Value | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.SummaryDescription.Value | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment.TransportSplitDescription.Value | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment.MovementPriorityCode.Value | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment.TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment.OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment.OriginLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment.OriginLocation.Name.Value | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment.FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment.FinalDestinationLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment.FinalDestinationLocation.Name.Value | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment.HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment.HandlingSPHInstructions.Description.Value | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSPHInstructions.DescriptionCode.Value | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment.HandlingSSRInstructions.Description.Value | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment.HandlingSSRInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment.HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment.HandlingOSIInstructions.Description.Value | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment.HandlingOSIInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment.IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment.IncludedCustomsNote.ContentCode.Value | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.Content.Value | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment.IncludedCustomsNote.SubjectCode.Value | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.CountryID.Value | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatueCode.Value | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment.TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment.TransportLogisticsPackage.ItemQuantity.Value | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.TransportLogisticsPackage.GrossWeightMeasure.Value | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment.LinearSpatialDimension.WidthMeasure.Value | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment.LinearSpatialDimension.LengthMeasure.Value | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment.LinearSpatialDimension.HeightMeasure.Value | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment.OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment.CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment.OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment.ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.Name.Value | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem.TypeCode.Value | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes\n    \n\n**IATA Standard Version**: XFFM version 4.00 XML Flight Manifest Message (XFFM to FFM Conversion)\n\n**IATA Toolkit URL:** [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)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"4290b5d1-6d61-4344-847d-4bca23f83055","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"c07e868c-5f2e-4278-afe1-5a6b2c70f91f","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":"1780561706","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    \"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":"**Message Type**: FFM (Flight Manifest) - JSON Format\n\n**IATA Compliance**: 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.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument.VersionID.Value | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument.ConversationID.Value | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument.SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument.SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.SenderParty.PrimaryID.Value | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument.RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument.RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.RecipientParty.PrimaryID.Value | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument.ID.Value | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument.IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument.IncludedHeaderNote.Content.Value | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement.StageCode.Value | String | 35 | M | Must be one of \\\\\\[Pre-Carriage, Main-Carriage, On-Carriage\\\\\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement.ModeCode.Value | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement.Mode.Value | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement.SequenceNumeric.Value | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.Value | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.Value | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement.TotalPackageQuantity.Value | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement.TotalPieceQuantity.Value | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson.Name.Value | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry.ID.Value | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement.DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement.DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement.DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement.IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement.IncludedCustomsNote.ContentCode.Value | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement.IncludedCustomsNote.Content.Value | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement.IncludedCustomsNote.SubjectCode.Value | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement.IncludedCustomsNote.CountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure.GoodsStatusCode.Value | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent.ArrivalOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.DepartureOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent.OccurenceArrivalLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent.OccurenceArrivalLocation.FirstArrivalCountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent.AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent.AssociatedTransportCargo.TypeCode.Value | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.ID.Value | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.GrossWeightMeasure.Value | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PieceQuantity.Value | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.BuildTypeCode.Value | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.CharacteristicCode.Value | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.UsedCapacityCode.Value | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperationalStatusCode.Value | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.LoadingRemark.Value | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.Value | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.ID.Value | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty.PrimaryID.Value | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment.GrossWeightMeasure.Value | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.GrossVolumeMeasure.Value | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment.DensityGroupCode.Value | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment.PackageQuantity.Value | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment.TotalPieceQuantity.Value | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.SummaryDescription.Value | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment.TransportSplitDescription.Value | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment.MovementPriorityCode.Value | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment.TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment.OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment.OriginLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment.OriginLocation.Name.Value | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment.FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment.FinalDestinationLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment.FinalDestinationLocation.Name.Value | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment.HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment.HandlingSPHInstructions.Description.Value | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSPHInstructions.DescriptionCode.Value | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment.HandlingSSRInstructions.Description.Value | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment.HandlingSSRInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment.HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment.HandlingOSIInstructions.Description.Value | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment.HandlingOSIInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment.IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment.IncludedCustomsNote.ContentCode.Value | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.Content.Value | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment.IncludedCustomsNote.SubjectCode.Value | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.CountryID.Value | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatueCode.Value | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment.TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment.TransportLogisticsPackage.ItemQuantity.Value | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.TransportLogisticsPackage.GrossWeightMeasure.Value | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment.LinearSpatialDimension.WidthMeasure.Value | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment.LinearSpatialDimension.LengthMeasure.Value | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment.LinearSpatialDimension.HeightMeasure.Value | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment.OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment.CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment.OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment.ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.Name.Value | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem.TypeCode.Value | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes\n    \n\n**IATA Standard Version**: XFFM version 4.00 XML Flight Manifest Message (XFFM to FFM Conversion)\n\n**IATA Toolkit URL:** [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)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"6fa60f29-09b8-49a3-a91c-e68c20938d7f","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d25d4bcb-9f52-4e80-8963-5f8d03e6614b","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":"1780561706","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    \"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":"**Message Type**: FFM (Flight Manifest) - JSON Format\n\n**IATA Compliance**: 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.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument.VersionID.Value | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument.ConversationID.Value | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument.SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument.SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.SenderParty.PrimaryID.Value | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument.RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument.RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.RecipientParty.PrimaryID.Value | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument.ID.Value | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument.IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument.IncludedHeaderNote.Content.Value | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement.StageCode.Value | String | 35 | M | Must be one of \\\\\\[Pre-Carriage, Main-Carriage, On-Carriage\\\\\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement.ModeCode.Value | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement.Mode.Value | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement.SequenceNumeric.Value | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.Value | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.Value | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement.TotalPackageQuantity.Value | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement.TotalPieceQuantity.Value | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson.Name.Value | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry.ID.Value | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement.DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement.DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement.DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement.IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement.IncludedCustomsNote.ContentCode.Value | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement.IncludedCustomsNote.Content.Value | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement.IncludedCustomsNote.SubjectCode.Value | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement.IncludedCustomsNote.CountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure.GoodsStatusCode.Value | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent.ArrivalOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.DepartureOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent.OccurenceArrivalLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent.OccurenceArrivalLocation.FirstArrivalCountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent.AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent.AssociatedTransportCargo.TypeCode.Value | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.ID.Value | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.GrossWeightMeasure.Value | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PieceQuantity.Value | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.BuildTypeCode.Value | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.CharacteristicCode.Value | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.UsedCapacityCode.Value | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperationalStatusCode.Value | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.LoadingRemark.Value | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.Value | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.ID.Value | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty.PrimaryID.Value | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment.GrossWeightMeasure.Value | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.GrossVolumeMeasure.Value | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment.DensityGroupCode.Value | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment.PackageQuantity.Value | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment.TotalPieceQuantity.Value | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.SummaryDescription.Value | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment.TransportSplitDescription.Value | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment.MovementPriorityCode.Value | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment.TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment.OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment.OriginLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment.OriginLocation.Name.Value | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment.FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment.FinalDestinationLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment.FinalDestinationLocation.Name.Value | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment.HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment.HandlingSPHInstructions.Description.Value | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSPHInstructions.DescriptionCode.Value | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment.HandlingSSRInstructions.Description.Value | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment.HandlingSSRInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment.HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment.HandlingOSIInstructions.Description.Value | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment.HandlingOSIInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment.IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment.IncludedCustomsNote.ContentCode.Value | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.Content.Value | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment.IncludedCustomsNote.SubjectCode.Value | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.CountryID.Value | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatueCode.Value | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment.TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment.TransportLogisticsPackage.ItemQuantity.Value | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.TransportLogisticsPackage.GrossWeightMeasure.Value | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment.LinearSpatialDimension.WidthMeasure.Value | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment.LinearSpatialDimension.LengthMeasure.Value | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment.LinearSpatialDimension.HeightMeasure.Value | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment.OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment.CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment.OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment.ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.Name.Value | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem.TypeCode.Value | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes\n    \n\n**IATA Standard Version**: XFFM version 4.00 XML Flight Manifest Message (XFFM to FFM Conversion)\n\n**IATA Toolkit URL:** [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)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"de5d530c-7df5-4269-8b33-77ffac439296","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"f7e96888-b087-4060-898f-0b02d42b47fd","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":"1780561706","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    \"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":"**Message Type**: FFM (Flight Manifest) - JSON Format\n\n**IATA Compliance**: 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.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition (M/O/C) | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument.VersionID.Value | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument.ConversationID.Value | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument.SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument.SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.SenderParty.PrimaryID.Value | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument.RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument.RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\\\\\[T, C, P, TP, O\\\\\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument.RecipientParty.PrimaryID.Value | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument.ID.Value | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument.IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument.IncludedHeaderNote.ContentCode.Value | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument.IncludedHeaderNote.Content.Value | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement.StageCode.Value | String | 35 | M | Must be one of \\\\\\[Pre-Carriage, Main-Carriage, On-Carriage\\\\\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement.ModeCode.Value | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement.Mode.Value | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement.SequenceNumeric.Value | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement.TotalGrossWeightMeasure.Value | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement.TotalGrossVolumeMeasure.Value | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement.TotalPackageQuantity.Value | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement.TotalPieceQuantity.Value | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement.MasterResponsibleTransportPerson.Name.Value | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.Name.Value | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement.UsedLogisticsTransportMeans.RegistrationCountry.ID.Value | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement.DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement.DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement.DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement.DepartureEvent.OccurrenceDepartureLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement.IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement.IncludedCustomsNote.ContentCode.Value | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement.IncludedCustomsNote.Content.Value | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement.IncludedCustomsNote.SubjectCode.Value | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement.IncludedCustomsNote.CountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement.RelatedConsignmentCustomsProcedure.GoodsStatusCode.Value | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent.ArrivalOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.DepartureOccurenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent.OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent.OccurenceArrivalLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.Name.Value | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent.OccurenceArrivalLocation.TypeCode.Value | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent.OccurenceArrivalLocation.FirstArrivalCountryID.Value | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent.AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent.AssociatedTransportCargo.TypeCode.Value | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.ID.Value | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.GrossWeightMeasure.Value | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PieceQuantity.Value | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.BuildTypeCode.Value | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.CharacteristicCode.Value | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.UsedCapacityCode.Value | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperationalStatusCode.Value | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.LoadingRemark.Value | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.Value | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.PositioningEvent.OccurrencePositioningLocation.ID.Value | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OperatingParty.PrimaryID.Value | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent.AssociatedTransportCargo.UtilizedUnitLoadTransportEquipment.OnCarriageTransportMovement.ArrivalDestinationEvent.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment.GrossWeightMeasure.Value | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.GrossVolumeMeasure.Value | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment.DensityGroupCode.Value | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment.PackageQuantity.Value | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment.TotalPieceQuantity.Value | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.SummaryDescription.Value | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment.TransportSplitDescription.Value | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment.MovementPriorityCode.Value | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment.TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment.OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment.OriginLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment.OriginLocation.Name.Value | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment.FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment.FinalDestinationLocation.ID.Value | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment.FinalDestinationLocation.Name.Value | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment.HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment.HandlingSPHInstructions.Description.Value | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSPHInstructions.DescriptionCode.Value | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment.HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment.HandlingSSRInstructions.Description.Value | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment.HandlingSSRInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment.HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment.HandlingOSIInstructions.Description.Value | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment.HandlingOSIInstructions.DescriptionCode.Value | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment.IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment.IncludedCustomsNote.ContentCode.Value | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.Content.Value | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment.IncludedCustomsNote.SubjectCode.Value | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.IncludedCustomsNote.CountryID.Value | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment.AssociatedConsignmentCustomsProcedure.GoodsStatueCode.Value | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment.TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment.TransportLogisticsPackage.ItemQuantity.Value | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment.TransportLogisticsPackage.GrossWeightMeasure.Value | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment.LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment.LinearSpatialDimension.WidthMeasure.Value | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment.LinearSpatialDimension.LengthMeasure.Value | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment.LinearSpatialDimension.HeightMeasure.Value | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment.OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment.OnCarriageTransportMovement.ID.Value | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment.CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment.CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment.OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment.OnCarriageEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment.ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.ID.Value | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment.OccurrenceDestinationLocation.Name.Value | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment.IncludedMasterConsignmentItem.TypeCode.Value | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes\n    \n\n**IATA Standard Version**: XFFM version 4.00 XML Flight Manifest Message (XFFM to FFM Conversion)\n\n**IATA Toolkit URL:** [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)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"65428d8e-ab08-4e8d-bf9f-d301ca4d26d5"},{"name":"Send Flight Manifest (XFFM) - IATA Cargo-XML Format","id":"fe27f176-2232-4195-b22a-0b3f0f4db521","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"d956ba26-d4e2-4ed2-9ae5-da3d31da7e95","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":"1780561706","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":"5506c20c-ec00-4003-a55a-d0bb059c1404","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a199a7d9-9193-422d-b93e-f4e83d9ab8d0","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":"1780561706","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>"},"url":"https://api.psw.gov.pk/api/v1/aci/flight-manifests/xffm/4.00","description":"**Message Type**: XFFM (Flight Manifest) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument/VersionID | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument/ConversationID | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument/SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\[T, C, P, TP, O\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument/RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\[T, C, P, TP, O\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement/StageCode | String | 35 | M | Must be one of \\[Pre-Carriage, Main-Carriage, On-Carriage\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement/ModeCode | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement/Mode | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement/SequenceNumeric | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement/TotalPackageQuantity | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement/TotalPieceQuantity | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement/MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement/MasterResponsibleTransportPerson/Name | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/RegistrationCountry/ID | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent/ArrivalOccurenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent/DepartureOccurenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent/OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent/OccurenceArrivalLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent/OccurenceArrivalLocation/Name | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent/OccurenceArrivalLocation/TypeCode | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent/OccurenceArrivalLocation/FirstArrivalCountryID | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PieceQuantity | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/BuildTypeCode | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/UsedCapacityCode | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/LoadingRemark | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent/OccurrencePositioningLocation | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent/OccurrencePositioningLocation/ID | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ID | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/CarrierParty/Primary/ID | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent/OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent/OccurrenceDestinationLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment/GrossWeightMeasure | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment/GrossVolumeMeasure | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment/DensityGroupCode | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment/PackageQuantity | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment/TotalPieceQuantity | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment/SummaryDescription | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment/TransportSplitDescription | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment/MovementPriorityCode | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment/TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment/OriginLocation/ID | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment/OriginLocation/Name | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment/FinalDestinationLocation/ID | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment/FinalDestinationLocation/Name | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment/HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment/HandlingSPHInstructions/Description | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment/HandlingSPHInstructions/DescriptionCode | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment/HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment/HandlingSSRInstructions/Description | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment/HandlingSSRInstructions/DescriptionCode | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment/HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment/HandlingOSIInstructions/Description | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment/HandlingOSIInstructions/DescriptionCode | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/IncludedCustomsNote/Content | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatueCode | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment/LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment/LinearSpatialDimension/WidthMeasure | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment/LinearSpatialDimension/LengthMeasure | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment/LinearSpatialDimension/HeightMeasure | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment/OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment/OnCarriageTransportMovement/ID | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment/CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment/CarrierParty/PrimaryID | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment/OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment/OnCarriageEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment/OnCarriageEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment/ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment/OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment/OccurrenceDestinationLocation/ID | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment/OccurrenceDestinationLocation/Name | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment/IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment/IncludedMasterConsignmentItem/TypeCode | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Standard Version:** XFFM version 4.00 XML Flight Manifest Message\n\n**IATA Toolkit URL:** [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)"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"ada22733-4f45-480a-9bfe-64601b7b3e7a","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"9a2e05d5-efd4-412f-8414-aaa130f0f191","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":"1780561706","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>"},"url":"https://api.psw.gov.pk/api/v1/aci/flight-manifests/xffm/4.00","description":"**Message Type**: XFFM (Flight Manifest) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument/VersionID | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument/ConversationID | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument/SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\[T, C, P, TP, O\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument/RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\[T, C, P, TP, O\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement/StageCode | String | 35 | M | Must be one of \\[Pre-Carriage, Main-Carriage, On-Carriage\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement/ModeCode | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement/Mode | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement/SequenceNumeric | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement/TotalPackageQuantity | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement/TotalPieceQuantity | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement/MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement/MasterResponsibleTransportPerson/Name | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/RegistrationCountry/ID | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent/ArrivalOccurenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent/DepartureOccurenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent/OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent/OccurenceArrivalLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent/OccurenceArrivalLocation/Name | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent/OccurenceArrivalLocation/TypeCode | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent/OccurenceArrivalLocation/FirstArrivalCountryID | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PieceQuantity | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/BuildTypeCode | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/UsedCapacityCode | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/LoadingRemark | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent/OccurrencePositioningLocation | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent/OccurrencePositioningLocation/ID | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ID | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/CarrierParty/Primary/ID | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent/OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent/OccurrenceDestinationLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment/GrossWeightMeasure | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment/GrossVolumeMeasure | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment/DensityGroupCode | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment/PackageQuantity | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment/TotalPieceQuantity | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment/SummaryDescription | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment/TransportSplitDescription | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment/MovementPriorityCode | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment/TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment/OriginLocation/ID | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment/OriginLocation/Name | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment/FinalDestinationLocation/ID | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment/FinalDestinationLocation/Name | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment/HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment/HandlingSPHInstructions/Description | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment/HandlingSPHInstructions/DescriptionCode | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment/HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment/HandlingSSRInstructions/Description | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment/HandlingSSRInstructions/DescriptionCode | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment/HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment/HandlingOSIInstructions/Description | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment/HandlingOSIInstructions/DescriptionCode | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/IncludedCustomsNote/Content | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatueCode | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment/LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment/LinearSpatialDimension/WidthMeasure | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment/LinearSpatialDimension/LengthMeasure | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment/LinearSpatialDimension/HeightMeasure | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment/OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment/OnCarriageTransportMovement/ID | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment/CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment/CarrierParty/PrimaryID | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment/OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment/OnCarriageEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment/OnCarriageEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment/ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment/OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment/OccurrenceDestinationLocation/ID | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment/OccurrenceDestinationLocation/Name | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment/IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment/IncludedMasterConsignmentItem/TypeCode | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Standard Version:** XFFM version 4.00 XML Flight Manifest Message\n\n**IATA Toolkit URL:** [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)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"0efab46b-2b20-4497-a0f4-32c0cf731dbd","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"95dce7bd-9415-4098-89a7-a262debeb22d","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":"1780561706","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>"},"url":"https://api.psw.gov.pk/api/v1/aci/flight-manifests/xffm/4.00","description":"**Message Type**: XFFM (Flight Manifest) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument/VersionID | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument/ConversationID | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument/SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\[T, C, P, TP, O\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument/RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\[T, C, P, TP, O\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement/StageCode | String | 35 | M | Must be one of \\[Pre-Carriage, Main-Carriage, On-Carriage\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement/ModeCode | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement/Mode | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement/SequenceNumeric | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement/TotalPackageQuantity | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement/TotalPieceQuantity | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement/MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement/MasterResponsibleTransportPerson/Name | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/RegistrationCountry/ID | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent/ArrivalOccurenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent/DepartureOccurenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent/OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent/OccurenceArrivalLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent/OccurenceArrivalLocation/Name | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent/OccurenceArrivalLocation/TypeCode | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent/OccurenceArrivalLocation/FirstArrivalCountryID | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PieceQuantity | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/BuildTypeCode | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/UsedCapacityCode | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/LoadingRemark | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent/OccurrencePositioningLocation | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent/OccurrencePositioningLocation/ID | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ID | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/CarrierParty/Primary/ID | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent/OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent/OccurrenceDestinationLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment/GrossWeightMeasure | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment/GrossVolumeMeasure | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment/DensityGroupCode | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment/PackageQuantity | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment/TotalPieceQuantity | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment/SummaryDescription | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment/TransportSplitDescription | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment/MovementPriorityCode | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment/TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment/OriginLocation/ID | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment/OriginLocation/Name | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment/FinalDestinationLocation/ID | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment/FinalDestinationLocation/Name | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment/HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment/HandlingSPHInstructions/Description | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment/HandlingSPHInstructions/DescriptionCode | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment/HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment/HandlingSSRInstructions/Description | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment/HandlingSSRInstructions/DescriptionCode | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment/HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment/HandlingOSIInstructions/Description | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment/HandlingOSIInstructions/DescriptionCode | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/IncludedCustomsNote/Content | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatueCode | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment/LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment/LinearSpatialDimension/WidthMeasure | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment/LinearSpatialDimension/LengthMeasure | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment/LinearSpatialDimension/HeightMeasure | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment/OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment/OnCarriageTransportMovement/ID | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment/CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment/CarrierParty/PrimaryID | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment/OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment/OnCarriageEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment/OnCarriageEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment/ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment/OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment/OccurrenceDestinationLocation/ID | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment/OccurrenceDestinationLocation/Name | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment/IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment/IncludedMasterConsignmentItem/TypeCode | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Standard Version:** XFFM version 4.00 XML Flight Manifest Message\n\n**IATA Toolkit URL:** [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)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"46e72477-e446-4c6d-9f30-24b85d2d8cfa","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"0d95bec6-90d2-4683-9924-a69eeedfb7b9","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":"1780561706","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>"},"url":"https://api.psw.gov.pk/api/v1/aci/flight-manifests/xffm/4.00","description":"**Message Type**: XFFM (Flight Manifest) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument/VersionID | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument/ConversationID | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument/SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\[T, C, P, TP, O\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument/RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\[T, C, P, TP, O\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement/StageCode | String | 35 | M | Must be one of \\[Pre-Carriage, Main-Carriage, On-Carriage\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement/ModeCode | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement/Mode | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement/SequenceNumeric | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement/TotalPackageQuantity | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement/TotalPieceQuantity | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement/MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement/MasterResponsibleTransportPerson/Name | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/RegistrationCountry/ID | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent/ArrivalOccurenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent/DepartureOccurenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent/OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent/OccurenceArrivalLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent/OccurenceArrivalLocation/Name | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent/OccurenceArrivalLocation/TypeCode | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent/OccurenceArrivalLocation/FirstArrivalCountryID | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PieceQuantity | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/BuildTypeCode | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/UsedCapacityCode | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/LoadingRemark | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent/OccurrencePositioningLocation | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent/OccurrencePositioningLocation/ID | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ID | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/CarrierParty/Primary/ID | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent/OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent/OccurrenceDestinationLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment/GrossWeightMeasure | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment/GrossVolumeMeasure | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment/DensityGroupCode | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment/PackageQuantity | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment/TotalPieceQuantity | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment/SummaryDescription | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment/TransportSplitDescription | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment/MovementPriorityCode | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment/TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment/OriginLocation/ID | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment/OriginLocation/Name | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment/FinalDestinationLocation/ID | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment/FinalDestinationLocation/Name | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment/HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment/HandlingSPHInstructions/Description | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment/HandlingSPHInstructions/DescriptionCode | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment/HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment/HandlingSSRInstructions/Description | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment/HandlingSSRInstructions/DescriptionCode | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment/HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment/HandlingOSIInstructions/Description | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment/HandlingOSIInstructions/DescriptionCode | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/IncludedCustomsNote/Content | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatueCode | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment/LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment/LinearSpatialDimension/WidthMeasure | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment/LinearSpatialDimension/LengthMeasure | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment/LinearSpatialDimension/HeightMeasure | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment/OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment/OnCarriageTransportMovement/ID | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment/CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment/CarrierParty/PrimaryID | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment/OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment/OnCarriageEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment/OnCarriageEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment/ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment/OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment/OccurrenceDestinationLocation/ID | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment/OccurrenceDestinationLocation/Name | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment/IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment/IncludedMasterConsignmentItem/TypeCode | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Standard Version:** XFFM version 4.00 XML Flight Manifest Message\n\n**IATA Toolkit URL:** [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)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"83dc429e-1826-49b8-b6e5-0d646ded1213","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d0907931-7d46-4f29-b82d-e06ec0b66d0a","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":"1780561706","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>"},"url":"https://api.psw.gov.pk/api/v1/aci/flight-manifests/xffm/4.00","description":"**Message Type**: XFFM (Flight Manifest) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Flt#-Date + Reference ID  <br>Note:  <br>Flight# and Date is mandatory. Reference ID is optional |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be ‘Transport Loading Report’ |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be \"122\" |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004 ) | N/A | M | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be ‘Creation’ |\n| MessageHeaderDocument/VersionID | String | 5 | M | Must be ‘4.00’ |\n| MessageHeaderDocument/ConversationID | String | 70 | O | Message Reference ID of the series of messages within a conversation provided by the initiator |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument/SenderParty.schemeID | Alphabetic | 2 | M | Must be one of \\[T, C, P, TP, O\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 70 | M | Identification of the sender address |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument/RecipientParty.schemeID | Alphabetic | 2 | M | Must be one of \\[T, C, P, TP, O\\].  <br>C must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 35 | M | Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Manifest level text qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 70 | O | Manifest level text note  <br>Free text |\n| LogisticsTransportMovement | Element | N/A | M | Flight details container |\n| LogisticsTransportMovement/StageCode | String | 35 | M | Must be one of \\[Pre-Carriage, Main-Carriage, On-Carriage\\].  <br>Defaults to ‘Main-Carriage’ |\n| LogisticsTransportMovement/ModeCode | Alpha-Numerical | 15 | M | UNECE Rec.19 transport codes.  <br>\"4\" for AIR TRANSPORT |\n| LogisticsTransportMovement/Mode | Alphabetic | 35 | O | UNECE Rec.19 name of the Mode of Transport.  <br>Must be the corresponding name for the ModeCode |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 35 | M | Flight number (e.g., LH401) |\n| LogisticsTransportMovement/SequenceNumeric | Numerical | 4 | M | Number that identifies the sequence.  <br>Defaults to 1 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Weight is available |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numerical | N/A | O | Element values limited to range 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure.unitCode | Alphabetic | N/A | C | UNECE Rec.20 unit of measure.  <br>Mandatory if Total Gross Volume is available |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numerical | N/A | O | Indicates the total volume |\n| LogisticsTransportMovement/TotalPackageQuantity | Numerical | N/A | O | Total number of Shipper's Load and Count |\n| LogisticsTransportMovement/TotalPieceQuantity | Numerical | N/A | O | Total Number of Loose Items and/or ULD's as accepted for carriage |\n| LogisticsTransportMovement/MasterResponsibleTransportPerson | Element | N/A | O | Responsible transport person container |\n| LogisticsTransportMovement/MasterResponsibleTransportPerson/Name | Alpha-Numerical | 70 | O | Name of the captain of the aircraft |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | String | 70 | O | Name of the Mean of Transport.  <br>For Air (including flying trucks) only IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/RegistrationCountry | Element | N/A | O | Registration country container |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/RegistrationCountry/ID | Alpha-Numerical | 2 | O | ISO 3166 Country code of the registration of the aircraft |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | M | Departure event container |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | (e.g.YYYY-MM-DDTHH:MM:SS) |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | O | Type of the event.  <br>S for Schedule Time, A for Actual time etc |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Occurrence Departure Location Container |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | 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 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are departing |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 35 | M | Codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\"  <br>HARDCODED |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Included Customs Note Container |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alphabetic | 2 | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 70 | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alphabetic | 3 | O | 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. |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/)  <br>Coded representation of a country approved by ISO |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Related Consignment Customs Procedure container |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 2 | O | Code indicating the origin of goods for Customs purposes e.g. For goods in free circulation in the EU |\n| ArrivalEvent | Element | N/A | O | Arrival Event container |\n| ArrivalEvent/ArrivalOccurenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event arrival. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent/DepartureOccurenceDateTime | DateTime (ISO 8601:2004 ) | N/A | O | Date of the event departure. Example/Note: 2010-07-01T05:10:10 |\n| ArrivalEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | O | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc |\n| ArrivalEvent/OccurenceArrivalLocation | Element | N/A | M | Occurence Arrival Location container |\n| ArrivalEvent/OccurenceArrivalLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent/OccurenceArrivalLocation/Name | Alpha-Numerical | 70 | O | Name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving from |\n| ArrivalEvent/OccurenceArrivalLocation/TypeCode | Alpha-Numerical | 35 | M | Reference identifying the arrival point. Field can indicate the following codes \"Seaport\", \"Airport\", \"Freight Terminal\", \"Rail Station\", \"Other\". Hardcoded |\n| ArrivalEvent/OccurenceArrivalLocation/FirstArrivalCountryID | Alphabetic | 2 | O | [ISO3166](http://www.iso.org/) ISO country code of the first point of arrival in a country |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | M | Associated Transport Cargo container |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | String | 3 | M | Cargo to be unloaded is bulk or containerized (BLK or ULD) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment | Element | N/A | O | Utilized Unit Load Transport Equipment container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numeric | 5 | M | Serial number allocated to each Unit Load Device by its owner |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numerical | 7 | O | Indicates the gross weight per load  <br>Example/Note: 140.5 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PieceQuantity | Alpha-Numerical | 4 | O | Indicates the number of Loose Items per load as accepted for carriage  <br>Example/Note: 8 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/BuildTypeCode | Numerical | 4 | O | Contains the split or part pieces information  <br>Example/Note: 1500 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | [IATA ULD Regulations](http://www.iata.org/uldr) Code identifying a standard Unit Load Device type |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/UsedCapacityCode | Numerical | N/A | O | Code indicating the proportion of the volume in a Unit Load Device which remains unfilled Example/Note: 1 |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 2 | O | Code indicating ULD height or loading limitation Example/Note: L |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/LoadingRemark | Alpha-Numerical | 70 | O | Information text related to a specific Unit Load Device |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent | element | N/A | O | Positioning Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent/OccurrencePositioningLocation | element/Alpha-Numerical | N/A | M | Occurrence Positioning Location container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/PositioningEvent/OccurrencePositioningLocation/ID | Alpha-Numerical | 5 | O | Indicates the position of the ULD on the conveyance (e.g. 21P) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperatingParty | element | N/A | O | Operating Party container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | 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.) |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement | element | N/A | O | On Carriage Transport Movement container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ID | Alpha-Numerical | 35 | M | Number to identify a flight |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/CarrierParty | element | N/A | M | Carrier Party container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/CarrierParty/Primary/ID | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent | element | N/A | O | On Carriage Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/OnCarriageEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule Time, A for Actual time etc. |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent | element | N/A | M | Arrival Destination Event container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent/OccurrenceDestinationLocation | element | N/A | O | Occurrence Destination Location container |\n| ArrivalEvent/AssociatedTransportCargo/UtilizedUnitLoadTransportEquipment/OnCarriageTransportMovement/ArrivalDestinationEvent/OccurrenceDestinationLocation/ID | Alpha-Numerical | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Code name of a seaport, airport, freight terminal, rail station or other place at which goods are arriving at destination |\n| IncludedMasterConsignment | Element | N/A | O | Included Master Consignment container |\n| IncludedMasterConsignment/GrossWeightMeasure | N | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment/GrossVolumeMeasure | N | 9 | O | Must be completed if the Density Group field is not completed, otherwise not completed |\n| IncludedMasterConsignment/DensityGroupCode | N | 2 | O | Must be completed if the Volume Amount field is not completed, otherwise not completed |\n| IncludedMasterConsignment/PackageQuantity | N | 4 | O | Contains split or part pieces information |\n| IncludedMasterConsignment/TotalPieceQuantity | AN | 4 | M | Indicates the number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment/SummaryDescription | String | 70 | M | Contains the description of the goods for manifest purposes |\n| IncludedMasterConsignment/TransportSplitDescription | An | 1 | M | Code indicating whether a shipment is e.g. a total, part or split consignment |\n| IncludedMasterConsignment/MovementPriorityCode | A | 1 | O | Code indicating a specific priority for carriage |\n| IncludedMasterConsignment/TransportContractDocument | Element | N/A | O | Transport Contract Document container |\n| IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | Example/Note: 057-12345675 where where issuing carrier's three-digit IATA airline code number is 057 Hyphen is '-' Eight digit serial number is12345675 |\n| IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin Location container |\n| IncludedMasterConsignment/OriginLocation/ID | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | Contains the code of the origin location. IATA Location Identifier or UNECE Recommendation |\n| IncludedMasterConsignment/OriginLocation/Name | AN | 70 | O | Contains the name of the origin location. Must be the corresponding name for the Origin Location Code |\n| IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final Destination Location container |\n| IncludedMasterConsignment/FinalDestinationLocation/ID | A | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | [IATA Location Identifier](http://www.iata.org/ACD) |\n| IncludedMasterConsignment/FinalDestinationLocation/Name | An | 70 | O | Must be the corresponding name for the Destination Location Code  <br>Example/Note: John F. Kennedy International Airport - New York |\n| IncludedMasterConsignment/HandlingSPHInstructions | Element | N/A | O | Handling SPH Instructions container |\n| IncludedMasterConsignment/HandlingSPHInstructions/Description | AN | 70 | O | Describes the special handling text indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment/HandlingSPHInstructions/DescriptionCode | A | 3 | M | Identifies the special handling code indicating that nature of consignment may necessitate use of special handling procedures |\n| IncludedMasterConsignment/HandlingSSRInstructions | Element | N/A | O | Handling SSR Instructions container |\n| IncludedMasterConsignment/HandlingSSRInstructions/Description | String | 195 | M | Example/Note: MUST BE KEPT ABOVE 5 DEGREES CELSIUS |\n| IncludedMasterConsignment/HandlingSSRInstructions/DescriptionCode | AN | 5 | O | Identifies the code related to instructions for special action required |\n| IncludedMasterConsignment/HandlingOSIInstructions | Element | N/A | O | Handling OSI Instructions container |\n| IncludedMasterConsignment/HandlingOSIInstructions/Description | String | 195 | M | Example/Note: EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS |\n| IncludedMasterConsignment/HandlingOSIInstructions/DescriptionCode | AN | 5 | O | Identifies the code used to specify a remark relating to a shipment |\n| IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Included Customs Note container |\n| IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | N/A | O | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/IncludedCustomsNote/Content | String | N/A | M | Only completed if Country Code, Information Identifier or Customs Information Identifier is completed |\n| IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | N/A | M | At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | N/A | O | [ISO3166](http://www.iso.org/) At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed |\n| IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated Consignment Customs Procedure container |\n| IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatueCode | Alpha-Numerical | N/A | O | List to be provided by local customs authorities. |\n| IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | M | Transport Logistics Package container |\n| IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numerical | 4 | M | Number of Loose Items and/or ULD's as accepted for carriage |\n| IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numerical | 7 | M | Indicates the gross weight. Element values limited to range 0.1-9999999 |\n| IncludedMasterConsignment/LinearSpatialDimension | Element | N/A | O | Linear Spatial Dimension container |\n| IncludedMasterConsignment/LinearSpatialDimension/WidthMeasure | Numerical | 5 | M | Consignment Item width |\n| IncludedMasterConsignment/LinearSpatialDimension/LengthMeasure | Numerical | 5 | M | Consignment Item length |\n| IncludedMasterConsignment/LinearSpatialDimension/HeightMeasure | Numerical | 5 | M | Consignment Item height |\n| IncludedMasterConsignment/OnCarriageTransportMovement | Element | N/A | O | On Carriage Transport Movement container |\n| IncludedMasterConsignment/OnCarriageTransportMovement/ID | Alpha-Numerical | 35 | M | It consists of carrier code followed by Flight Number. |\n| IncludedMasterConsignment/CarrierParty | Element | N/A | O | Carrier Party container |\n| IncludedMasterConsignment/CarrierParty/PrimaryID | Alpha-Numerical | 2 | M | Coded identification approved by IATA for a carrier |\n| IncludedMasterConsignment/OnCarriageEvent | Element | N/A | O | On Carriage Event container |\n| IncludedMasterConsignment/OnCarriageEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004 ) | N/A | M | Date of the event |\n| IncludedMasterConsignment/OnCarriageEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Indicates the type of the event e.g. S for Schedule, A for Actual etc. |\n| IncludedMasterConsignment/ArrivalDestinationEvent | Element | N/A | O | Arrival Destination Event container |\n| IncludedMasterConsignment/OccurrenceDestinationLocation | Element | N/A | O | Occurrence Destination Location container |\n| IncludedMasterConsignment/OccurrenceDestinationLocation/ID | Alpha-Numerical | 2 | M | Contains the code of the destination location. Must be the corresponding name for the Destination Location Code. |\n| IncludedMasterConsignment/OccurrenceDestinationLocation/Name | String | 70 | O | Location Code. Example/Note: London Heathrow |\n| IncludedMasterConsignment/IncludedMasterConsignmentItem | Element | N/A | O | Included Master Consignment Item container |\n| IncludedMasterConsignment/IncludedMasterConsignmentItem/TypeCode | Alpha-Numerical | 18 | O | Commodity Code used by Customs for tax and duties calculation |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Standard Version:** XFFM version 4.00 XML Flight Manifest Message\n\n**IATA Toolkit URL:** [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)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"fe27f176-2232-4195-b22a-0b3f0f4db521"}],"id":"231eb530-1f8d-485a-abe7-9aadd91b2852","description":"<p>A flight manifest lists the cargo and shipment details loaded onto a flight. Use this section to submit the flight manifest.</p>\n","_postman_id":"231eb530-1f8d-485a-abe7-9aadd91b2852","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"87a8b6f0-cbce-4785-a0aa-c9d26d89490a","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"a552087c-0a1c-4ffc-948a-75ddbba6ac04","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":"1780561706","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\": \"KAZUHIRO HOTTA\"\n            }\n        },\n        \"SignatoryCarrierAuthentication\": {\n            \"ActualDateTime\": {\n                \"Value\": \"2014-01-27T00:00:00\"\n            },\n            \"Signatory\": {\n                \"Value\": \"KUEHNE + NAGEL LTD\"\n            },\n            \"IssueAuthenticationLocation\": {\n                \"Name\": {\n                    \"Value\": \"OSAKA\"\n                }\n            }\n        }\n    },\n    \"MasterConsignment\": {\n        \"ID\": {\n            \"Value\": \"057-20866156\"\n        },\n        \"AdditionalID\": {\n            \"Value\": \"MAWB-2014-001\"\n        },\n        \"FreightForwarderAssignedID\": {\n            \"Value\": \"4220217440104400\"\n        },\n        \"AssociatedReferenceID\": {\n            \"Value\": \"1016032\"\n        },\n        \"NilCarriageValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"DeclaredValueForCarriageAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"50000\"\n        },\n        \"NilCustomsValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"DeclaredValueForCustomsAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"45000\"\n        },\n        \"NilInsuranceValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"InsuranceValueAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"75000\"\n        },\n        \"TotalChargePrepaidIndicator\": {\n            \"Value\": \"P\"\n        },\n        \"TotalDisbursementPrepaidIndicator\": {\n            \"Value\": \"P\"\n        },\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"1210.2\"\n        },\n        \"GrossVolumeMeasure\": {\n            \"unitCode\": \"MTQ\",\n            \"Value\": \"3.84\"\n        },\n        \"DensityGroupCode\": {\n            \"Value\": \"5\"\n        },\n        \"PackageQuantity\": {\n            \"Value\": \"4\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"4\"\n        },\n        \"ProductID\": {\n            \"Value\": \"VIPRO\"\n        },\n        \"ConsignorParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"SHPR-10042\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"US-EIN-123456789\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n            },\n            \"AccountID\": {\n                \"Value\": \"SHP800NYC\"\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            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"KAZUHIRO HOTTA\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"0081724555733\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"shipper@kuehne-nagel.com\"\n                    }\n                }\n            }\n        },\n        \"ConsigneeParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"CNEE-20088\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"DE-EORI-DE123456789\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL (AG and CO)\"\n            },\n            \"AccountID\": {\n                \"Value\": \"CNE60549\"\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                \"PersonName\": {\n                    \"Value\": \"HANS MUELLER\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"004969123456\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"consignee@kuehne-nagel.de\"\n                    }\n                }\n            }\n        },\n        \"FreightForwarderParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"FFWD-30055\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"CAG\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n            },\n            \"AccountID\": {\n                \"Value\": \"S800NYC\"\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                \"CountrySubDivisionName\": {\n                    \"Value\": \"OSAKA\"\n                }\n            },\n            \"SpecifiedCargoAgentLocation\": {\n                \"ID\": {\n                    \"Value\": \"0023\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"KAZUHIRO HOTTA\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"0081724555733\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"forwarder@kuehne-nagel.com\"\n                    }\n                }\n            }\n        },\n        \"AssociatedParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"NP-001\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"DE-EORI-DE987654321\"\n            },\n            \"Name\": {\n                \"Value\": \"ONTOUR TRANSPORT SERVICE GMBH\"\n            },\n            \"RoleCode\": {\n                \"Value\": \"NI\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"65479\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"SEINESTRASSE 1\"\n                },\n                \"CityName\": {\n                    \"Value\": \"RAUNHEIM\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"DE\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"HESSE\"\n                },\n                \"SpecifiedAddressLocation\": {\n                    \"ID\": {\n                        \"Value\": \"FRA\"\n                    }\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"PETER SCHMIDT\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"004969123456\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"logistics@ontour.de\"\n                    }\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                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2014-01-28T00:00:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CDG\"\n                        },\n                        \"Name\": {\n                            \"Value\": \"PARIS\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"AIRPORT\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2014-01-27T00: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        \"HandlingSSRInstructions\": {\n            \"Description\": {\n                \"Value\": \"MUST BE KEPT ABOVE 5 DEGREES CELSIUS\"\n            }\n        },\n        \"HandlingOSIInstructions\": {\n            \"Description\": {\n                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n            }\n        },\n        \"IncludedAccountingNote\": {\n            \"ContentCode\": {\n                \"Value\": \"GEN\"\n            },\n            \"Content\": {\n                \"Value\": \"PAYMENT BY CERTIFIED CHEQUE\"\n            }\n        },\n        \"IncludedCustomsNote\": {\n            \"ContentCode\": {\n                \"Value\": \"M\"\n            },\n            \"Content\": {\n                \"Value\": \"16DE330262289325I4\"\n            },\n            \"SubjectCode\": {\n                \"Value\": \"IMP\"\n            },\n            \"CountryID\": {\n                \"Value\": \"DE\"\n            }\n        },\n        \"AssociatedReferenceDocument\": [\n            {\n                \"ID\": {\n                    \"Value\": \"12345675\"\n                },\n                \"IssueDateTime\": {\n                    \"Value\": \"2014-01-27T00:00:00\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"861\"\n                },\n                \"Name\": {\n                    \"Value\": \"Certificate of origin\"\n                }\n            }\n        ],\n        \"AssociatedConsignmentCustomsProcedure\": {\n            \"GoodsStatusCode\": {\n                \"Value\": \"T1\"\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        \"ApplicableLogisticsServiceCharge\": {\n            \"TransportPaymentMethodCode\": {\n                \"Value\": \"PP\"\n            },\n            \"ServiceTypeCode\": {\n                \"Value\": \"Q\"\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            \"ConsignmentItemQuantity\": {\n                \"Value\": \"1\"\n            },\n            \"IncludedMasterConsignmentItem\": {\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"TypeCode\": {\n                    \"listAgencyID\": \"1\",\n                    \"Value\": \"8471.30\"\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\": \"4\"\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                \"OriginCountry\": {\n                    \"ID\": {\n                        \"Value\": \"JP\"\n                    }\n                },\n                \"AssociatedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"12345\"\n                    },\n                    \"LoadedPackageQuantity\": {\n                        \"Value\": \"4\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"schemeAgencyID\": \"1\",\n                            \"Value\": \"AF\"\n                        }\n                    }\n                },\n                \"TransportLogisticsPackage\": {\n                    \"ItemQuantity\": {\n                        \"Value\": \"4\"\n                    },\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1210.2\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"120\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"80\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"100\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CategoryCode\": {\n                        \"Value\": \"Q\"\n                    },\n                    \"CommodityItemID\": {\n                        \"Value\": \"8471.30\"\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                \"SpecifiedRateCombinationPointLocation\": {\n                    \"ID\": {\n                        \"Value\": \"CDG\"\n                    }\n                },\n                \"ApplicableUnitLoadDeviceRateClass\": {\n                    \"TypeCode\": {\n                        \"Value\": \"Q\"\n                    },\n                    \"BasisCode\": {\n                        \"Value\": \"W\"\n                    },\n                    \"AppliedPercent\": {\n                        \"Value\": \"100\"\n                    }\n                }\n            }\n        },\n        \"ApplicableTotalRating\": {\n            \"TypeCode\": {\n                \"Value\": \"F\"\n            },\n            \"ApplicableDestinationCurrencyServiceCharge\": {\n                \"CollectAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"0\"\n                },\n                \"DestinationAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"7418\"\n                },\n                \"TotalAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"94042\"\n                }\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}"},"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</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/ID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Master consignment identifier (AWB number at consignment level)</td>\n</tr>\n<tr>\n<td>MasterConsignment/AdditionalID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Additional consignment identifier beyond primary AWB number</td>\n</tr>\n<tr>\n<td>MasterConsignment/FreightForwarderAssignedID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Identifier assigned by the freight forwarder (house AWB or internal reference)</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedReferenceID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Associated reference identifier (e.g., booking reference, customs ref)</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/DeclaredValueForCarriageAmount</td>\n<td>Numeric</td>\n<td>1-18</td>\n<td>O</td>\n<td>Declared value for carriage. Mutually exclusive with NilCarriageValueIndicator=true. CIMP Ref: 11.8 AWB 16</td>\n</tr>\n<tr>\n<td>MasterConsignment/DeclaredValueForCarriageAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code. Mandatory when DeclaredValueForCarriageAmount is provided</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/DeclaredValueForCustomsAmount</td>\n<td>Numeric</td>\n<td>1-18</td>\n<td>O</td>\n<td>Declared value for customs. Mutually exclusive with NilCustomsValueIndicator=true. CIMP Ref: 11.10 AWB 17</td>\n</tr>\n<tr>\n<td>MasterConsignment/DeclaredValueForCustomsAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code. Mandatory when DeclaredValueForCustomsAmount is provided</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/InsuranceValueAmount</td>\n<td>Numeric</td>\n<td>1-18</td>\n<td>O</td>\n<td>Insurance value amount. Mutually exclusive with NilInsuranceValueIndicator=true. CIMP Ref: 11.11 AWB 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/InsuranceValueAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code. Mandatory when InsuranceValueAmount is provided</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/DensityGroupCode</td>\n<td>Numeric</td>\n<td>1-2</td>\n<td>O</td>\n<td>Density group code for volumetric weight calculation (values typically 1-9)</td>\n</tr>\n<tr>\n<td>MasterConsignment/PackageQuantity</td>\n<td>Numeric</td>\n<td>1-10</td>\n<td>O</td>\n<td>Total number of outer packages in the master consignment</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/PrimaryID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignor primary identifier (e.g., known shipper ID, CASS participant code)</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/PrimaryID@schemeAgencyID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Coding scheme agency for the PrimaryID</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/AdditionalID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Additional consignor identifier (e.g., tax ID, EIN, customs registration)</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/AccountID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignor account number. CIMP Ref: 5.2 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/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Contact person name. CIMP Ref: 5.8.2 AWB 2</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/ConsignorParty/DefinedTradeContact/URIEmailCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Email communication details</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-35</td>\n<td>C</td>\n<td>Email address. Mandatory when URIEmailCommunication is provided. CIMP Ref: 5.8 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/PrimaryID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignee primary identifier (e.g., importer code, customs registration)</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty/PrimaryID@schemeAgencyID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Coding scheme agency for the PrimaryID</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty/AdditionalID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Additional consignee identifier (e.g., EORI number, tax ID, import license)</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/AccountID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignee account number. CIMP Ref: 6.2 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.</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Consignee contact information (0:n occurrence). CIMP Ref: 6.8</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Contact person name. CIMP Ref: 6.8.2 AWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/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/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number. CIMP Ref: 6.8.4 AWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/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/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-35</td>\n<td>C</td>\n<td>Email address. Mandatory when URIEmailCommunication is provided</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/PrimaryID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Freight forwarder primary identifier</td>\n</tr>\n<tr>\n<td>MasterConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Coding scheme agency for PrimaryID</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/FreightForwarderParty/FreightForwarderAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>State/province name</td>\n</tr>\n<tr>\n<td>MasterConsignment/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/FreightForwarderParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Contact person name</td>\n</tr>\n<tr>\n<td>MasterConsignment/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/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number</td>\n</tr>\n<tr>\n<td>MasterConsignment/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/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-35</td>\n<td>C</td>\n<td>Email address. Mandatory when URIEmailCommunication is provided</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/PrimaryID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Other party primary identifier</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/PrimaryID@schemeAgencyID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Coding scheme agency for PrimaryID</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/AdditionalID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Additional party identifier</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/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>State/province name</td>\n</tr>\n<tr>\n<td>MasterConsignment/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/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID</td>\n<td>String</td>\n<td>1-35</td>\n<td>C</td>\n<td>Address location identifier. Mandatory when SpecifiedAddressLocation is provided</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>Other party contact information</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Contact person name</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 details</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</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 details</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-35</td>\n<td>C</td>\n<td>Email address. Mandatory when URIEmailCommunication is provided</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.</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/Description</td>\n<td>String</td>\n<td>1-195</td>\n<td>O</td>\n<td>Special handling description text</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., MUST BE KEPT ABOVE 5 DEGREES CELSIUS). Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/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: 8 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/HandlingOSIInstructions/Description</td>\n<td>String</td>\n<td>1-195</td>\n<td>C</td>\n<td>OSI description (e.g., EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). Mandatory when HandlingOSIInstructions is provided. 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/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/AssociatedReferenceDocument/ID</td>\n<td>String</td>\n<td>1-35</td>\n<td>C</td>\n<td>Reference document ID. Mandatory when AssociatedReferenceDocument is provided</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>Reference document issue date</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedReferenceDocument/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>C</td>\n<td>Document type code - UN/EDIFACT 1001. Mandatory when AssociatedReferenceDocument is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedReferenceDocument/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Reference document name</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/ApplicableDestinationCurrencyExchange</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Destination currency exchange</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>C</td>\n<td>Destination currency code (e.g., EUR, USD) - ISO 4217. Mandatory when ApplicableDestinationCurrencyExchange is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableDestinationCurrencyExchange/ConversionRate</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>C</td>\n<td>Currency conversion rate. Mandatory when ApplicableDestinationCurrencyExchange is provided</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/ApplicableLogisticsServiceCharge/ServiceTypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>Service type code</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/ConsignmentItemQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Number of consignment items</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/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/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/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/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/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry/ID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>C</td>\n<td>ISO country code. Mandatory when OriginCountry is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/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.12</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>C</td>\n<td>ULD serial number. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.3 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity</td>\n<td>Numeric</td>\n<td>1-10</td>\n<td>O</td>\n<td>Number of packages loaded in ULD</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode</td>\n<td>Alphabetic</td>\n<td>1-4</td>\n<td>C</td>\n<td>ULD type code per IATA ULD Regulations. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.2 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>C</td>\n<td>ULD operating party. Mandatory when AssociatedUnitLoadTransportEquipment is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>C</td>\n<td>ULD owner airline code. Mandatory when OperatingParty is provided. CIMP Ref: 12.12.4 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Coding scheme agency</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/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/CommodityItemID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Commodity item identifier</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/SpecifiedRateCombinationPointLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Rate combination point</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>C</td>\n<td>IATA location code. Mandatory when SpecifiedRateCombinationPointLocation is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>ULD rate class details</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>C</td>\n<td>ULD rate class type code. Mandatory when ApplicableUnitLoadDeviceRateClass is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/BasisCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>Rate basis code</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/AppliedPercent</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>O</td>\n<td>Applied percentage</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/ApplicableDestinationCurrencyServiceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Destination currency service charges</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount</td>\n<td>Numeric</td>\n<td>1-18</td>\n<td>C</td>\n<td>Collect charges in destination currency. Mandatory when DestinationCurrencyServiceCharge is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code. Mandatory when CollectAppliedAmount is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount</td>\n<td>Numeric</td>\n<td>1-18</td>\n<td>O</td>\n<td>Destination charges amount</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code. Mandatory when DestinationAppliedAmount is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount</td>\n<td>Numeric</td>\n<td>1-18</td>\n<td>O</td>\n<td>Total destination currency charges</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code. Mandatory when TotalAppliedAmount is provided</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>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":"54756319-4ed4-445f-bc87-9a7b22ae5717","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b82bba83-3314-4e45-ba16-f3eacabc54c7","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":"1780561706","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\": \"KAZUHIRO HOTTA\"\n            }\n        },\n        \"SignatoryCarrierAuthentication\": {\n            \"ActualDateTime\": {\n                \"Value\": \"2014-01-27T00:00:00\"\n            },\n            \"Signatory\": {\n                \"Value\": \"KUEHNE + NAGEL LTD\"\n            },\n            \"IssueAuthenticationLocation\": {\n                \"Name\": {\n                    \"Value\": \"OSAKA\"\n                }\n            }\n        }\n    },\n    \"MasterConsignment\": {\n        \"ID\": {\n            \"Value\": \"057-20866156\"\n        },\n        \"AdditionalID\": {\n            \"Value\": \"MAWB-2014-001\"\n        },\n        \"FreightForwarderAssignedID\": {\n            \"Value\": \"4220217440104400\"\n        },\n        \"AssociatedReferenceID\": {\n            \"Value\": \"1016032\"\n        },\n        \"NilCarriageValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"DeclaredValueForCarriageAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"50000\"\n        },\n        \"NilCustomsValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"DeclaredValueForCustomsAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"45000\"\n        },\n        \"NilInsuranceValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"InsuranceValueAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"75000\"\n        },\n        \"TotalChargePrepaidIndicator\": {\n            \"Value\": \"P\"\n        },\n        \"TotalDisbursementPrepaidIndicator\": {\n            \"Value\": \"P\"\n        },\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"1210.2\"\n        },\n        \"GrossVolumeMeasure\": {\n            \"unitCode\": \"MTQ\",\n            \"Value\": \"3.84\"\n        },\n        \"DensityGroupCode\": {\n            \"Value\": \"5\"\n        },\n        \"PackageQuantity\": {\n            \"Value\": \"4\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"4\"\n        },\n        \"ProductID\": {\n            \"Value\": \"VIPRO\"\n        },\n        \"ConsignorParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"SHPR-10042\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"US-EIN-123456789\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n            },\n            \"AccountID\": {\n                \"Value\": \"SHP800NYC\"\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            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"KAZUHIRO HOTTA\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"0081724555733\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"shipper@kuehne-nagel.com\"\n                    }\n                }\n            }\n        },\n        \"ConsigneeParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"CNEE-20088\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"DE-EORI-DE123456789\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL (AG and CO)\"\n            },\n            \"AccountID\": {\n                \"Value\": \"CNE60549\"\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                \"PersonName\": {\n                    \"Value\": \"HANS MUELLER\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"004969123456\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"consignee@kuehne-nagel.de\"\n                    }\n                }\n            }\n        },\n        \"FreightForwarderParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"FFWD-30055\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"CAG\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n            },\n            \"AccountID\": {\n                \"Value\": \"S800NYC\"\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                \"CountrySubDivisionName\": {\n                    \"Value\": \"OSAKA\"\n                }\n            },\n            \"SpecifiedCargoAgentLocation\": {\n                \"ID\": {\n                    \"Value\": \"0023\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"KAZUHIRO HOTTA\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"0081724555733\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"forwarder@kuehne-nagel.com\"\n                    }\n                }\n            }\n        },\n        \"AssociatedParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"NP-001\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"DE-EORI-DE987654321\"\n            },\n            \"Name\": {\n                \"Value\": \"ONTOUR TRANSPORT SERVICE GMBH\"\n            },\n            \"RoleCode\": {\n                \"Value\": \"NI\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"65479\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"SEINESTRASSE 1\"\n                },\n                \"CityName\": {\n                    \"Value\": \"RAUNHEIM\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"DE\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"HESSE\"\n                },\n                \"SpecifiedAddressLocation\": {\n                    \"ID\": {\n                        \"Value\": \"FRA\"\n                    }\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"PETER SCHMIDT\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"004969123456\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"logistics@ontour.de\"\n                    }\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                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2014-01-28T00:00:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CDG\"\n                        },\n                        \"Name\": {\n                            \"Value\": \"PARIS\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"AIRPORT\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2014-01-27T00: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        \"HandlingSSRInstructions\": {\n            \"Description\": {\n                \"Value\": \"MUST BE KEPT ABOVE 5 DEGREES CELSIUS\"\n            }\n        },\n        \"HandlingOSIInstructions\": {\n            \"Description\": {\n                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n            }\n        },\n        \"IncludedAccountingNote\": {\n            \"ContentCode\": {\n                \"Value\": \"GEN\"\n            },\n            \"Content\": {\n                \"Value\": \"PAYMENT BY CERTIFIED CHEQUE\"\n            }\n        },\n        \"IncludedCustomsNote\": {\n            \"ContentCode\": {\n                \"Value\": \"M\"\n            },\n            \"Content\": {\n                \"Value\": \"16DE330262289325I4\"\n            },\n            \"SubjectCode\": {\n                \"Value\": \"IMP\"\n            },\n            \"CountryID\": {\n                \"Value\": \"DE\"\n            }\n        },\n        \"AssociatedReferenceDocument\": [\n            {\n                \"ID\": {\n                    \"Value\": \"12345675\"\n                },\n                \"IssueDateTime\": {\n                    \"Value\": \"2014-01-27T00:00:00\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"861\"\n                },\n                \"Name\": {\n                    \"Value\": \"Certificate of origin\"\n                }\n            }\n        ],\n        \"AssociatedConsignmentCustomsProcedure\": {\n            \"GoodsStatusCode\": {\n                \"Value\": \"T1\"\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        \"ApplicableLogisticsServiceCharge\": {\n            \"TransportPaymentMethodCode\": {\n                \"Value\": \"PP\"\n            },\n            \"ServiceTypeCode\": {\n                \"Value\": \"Q\"\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            \"ConsignmentItemQuantity\": {\n                \"Value\": \"1\"\n            },\n            \"IncludedMasterConsignmentItem\": {\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"TypeCode\": {\n                    \"listAgencyID\": \"1\",\n                    \"Value\": \"8471.30\"\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\": \"4\"\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                \"OriginCountry\": {\n                    \"ID\": {\n                        \"Value\": \"JP\"\n                    }\n                },\n                \"AssociatedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"12345\"\n                    },\n                    \"LoadedPackageQuantity\": {\n                        \"Value\": \"4\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"schemeAgencyID\": \"1\",\n                            \"Value\": \"AF\"\n                        }\n                    }\n                },\n                \"TransportLogisticsPackage\": {\n                    \"ItemQuantity\": {\n                        \"Value\": \"4\"\n                    },\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1210.2\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"120\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"80\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"100\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CategoryCode\": {\n                        \"Value\": \"Q\"\n                    },\n                    \"CommodityItemID\": {\n                        \"Value\": \"8471.30\"\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                \"SpecifiedRateCombinationPointLocation\": {\n                    \"ID\": {\n                        \"Value\": \"CDG\"\n                    }\n                },\n                \"ApplicableUnitLoadDeviceRateClass\": {\n                    \"TypeCode\": {\n                        \"Value\": \"Q\"\n                    },\n                    \"BasisCode\": {\n                        \"Value\": \"W\"\n                    },\n                    \"AppliedPercent\": {\n                        \"Value\": \"100\"\n                    }\n                }\n            }\n        },\n        \"ApplicableTotalRating\": {\n            \"TypeCode\": {\n                \"Value\": \"F\"\n            },\n            \"ApplicableDestinationCurrencyServiceCharge\": {\n                \"CollectAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"0\"\n                },\n                \"DestinationAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"7418\"\n                },\n                \"TotalAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"94042\"\n                }\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}"},"url":"https://api.psw.gov.pk/api/v1/aci/fwb/json/5.10","description":"**Message Type**: FWB (Master Air Waybill) - JSON Format\n\n**IATA Compliance**: 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.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 020-95947655) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Master Air Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 741) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T13:02:20) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., cb0c990d-80a0-9c27-cd45-619f6e9a4fd5) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., TDVAGT03TEST/AMS1) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., FRAFMLH) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | Waybill header container |\n| BusinessHeaderDocument/ID | String | 12 | M | Waybill number (e.g., 020-95947655) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1.1/2.1.3 AWB 1A/1B |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (D=Direct, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | O | Consignor declaration signature |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | O | Consignor signature name (e.g., LUFTHANSA TECHNIK LO). CIMP Ref: 16.3 AWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2016-05-16T00:00:00). CIMP Ref: 17.2.2/3/4 AWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., U096968). CIMP Ref: 17.3.2 AWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | String | 1-35 | M | Declaration place (e.g., NYC, LHR). CIMP Ref: 17.2.6 AWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/ID | String | 1-35 | O | Master consignment identifier (AWB number at consignment level) |\n| MasterConsignment/AdditionalID | String | 1-35 | O | Additional consignment identifier beyond primary AWB number |\n| MasterConsignment/FreightForwarderAssignedID | String | 1-35 | O | Identifier assigned by the freight forwarder (house AWB or internal reference) |\n| MasterConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference identifier (e.g., booking reference, customs ref) |\n| MasterConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.8.2 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount | Numeric | 1-18 | O | Declared value for carriage. Mutually exclusive with NilCarriageValueIndicator=true. CIMP Ref: 11.8 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCarriageAmount is provided |\n| MasterConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.10.1 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount | Numeric | 1-18 | O | Declared value for customs. Mutually exclusive with NilCustomsValueIndicator=true. CIMP Ref: 11.10 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCustomsAmount is provided |\n| MasterConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.11.2 AWB 20 |\n| MasterConsignment/InsuranceValueAmount | Numeric | 1-18 | O | Insurance value amount. Mutually exclusive with NilInsuranceValueIndicator=true. CIMP Ref: 11.11 AWB 20 |\n| MasterConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when InsuranceValueAmount is provided |\n| MasterConsignment/TotalChargePrepaidIndicator | Alphabetic | 1 | M | Weight valuation prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.1 |\n| MasterConsignment/TotalDisbursementPrepaidIndicator | Alphabetic | 1 | M | Other charges prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.2 |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 2.3.5 AWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 2.3.4 AWB 22C |\n| MasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 2.4.2 |\n| MasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/DensityGroupCode | Numeric | 1-2 | O | Density group code for volumetric weight calculation (values typically 1-9) |\n| MasterConsignment/PackageQuantity | Numeric | 1-10 | O | Total number of outer packages in the master consignment |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., 6). CIMP Ref: 2.3.3 AWB 22J |\n| MasterConsignment/ConsignorParty | Element | N/A | M | Consignor details. CIMP Ref: 5 |\n| MasterConsignment/ConsignorParty/PrimaryID | String | 1-35 | O | Consignor primary identifier (e.g., known shipper ID, CASS participant code) |\n| MasterConsignment/ConsignorParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsignorParty/AdditionalID | String | 1-35 | O | Additional consignor identifier (e.g., tax ID, EIN, customs registration) |\n| MasterConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., LUFTHANSA TECHNIK). CIMP Ref: 5.4.3 AWB 2 |\n| MasterConsignment/ConsignorParty/AccountID | String | 1-35 | O | Consignor account number. CIMP Ref: 5.2 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 11430). CIMP Ref: 5.7.4 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | 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 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 5.6.3 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information (0:n occurrence). CIMP Ref: 5.8 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 5.8.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., 0017182897272). CIMP Ref: 5.8.4 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided. CIMP Ref: 5.8 AWB 2 |\n| MasterConsignment/ConsigneeParty | Element | N/A | M | Consignee details. CIMP Ref: 6 |\n| MasterConsignment/ConsigneeParty/PrimaryID | String | 1-35 | O | Consignee primary identifier (e.g., importer code, customs registration) |\n| MasterConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsigneeParty/AdditionalID | String | 1-35 | O | Additional consignee identifier (e.g., EORI number, tax ID, import license) |\n| MasterConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 6.4.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/AccountID | String | 1-35 | O | Consignee account number. CIMP Ref: 6.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 6.7.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element in Street Details should be completed. CIMP Ref: 6.5.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 6.6.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information (0:n occurrence). CIMP Ref: 6.8 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 6.8.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number. CIMP Ref: 6.8.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/FreightForwarderParty/PrimaryID | String | 1-35 | O | Freight forwarder primary identifier |\n| MasterConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder additional ID (e.g., CAG) |\n| MasterConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., LH TECHNIK LOGISTIK OF AMERICA). FWB ver 16+ only support 35 characters. CIMP Ref: 7.4.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., S800NYC). CIMP Ref: 7.2.2 AWB 8 |\n| MasterConsignment/FreightForwarderParty/CargoAgentID | Numeric | 7 | M | IATA Cargo Agent Code (e.g., 0000000). Last digit is unweighted modulus 7 check digit. CIMP Ref: 7.2.4 AWB 7 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 7.5.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9,26,28 |\n| MasterConsignment/AssociatedParty/PrimaryID | String | 1-35 | O | Other party primary identifier |\n| MasterConsignment/AssociatedParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/AssociatedParty/AdditionalID | String | 1-35 | O | Additional party identifier |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 9.3.3, 26.3, 28.3 AWB 21 |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | 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 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | O | Other party address |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 9.6.4 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element should be completed. CIMP Ref: 9.4.3 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 9.4.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.6.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | String | 1-35 | C | Address location identifier. Mandatory when SpecifiedAddressLocation is provided |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Other party contact information |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 AWB 1, 9 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 AWB 18 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode qualifier (e.g., Main-Carriage, Pre-Carriage, On-Carriage). Always defaults to Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., LH0401). Carrier code + flight number. CIMP Ref: 3.2.2 and 3.2.3 AWB 19A |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., LH) - IATA Airline and Company Designators code. |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2016-05-16T00:00:00). CIMP Ref: AWB 19A/19B |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/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 AWB 11A/11C |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 25 AWB 21 |\n| MasterConsignment/HandlingSPHInstructions/Description | String | 1-195 | O | Special handling description text |\n| MasterConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | 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 |\n| MasterConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., MUST BE KEPT ABOVE 5 DEGREES CELSIUS). Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions/Description | String | 1-195 | C | OSI description (e.g., EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). Mandatory when HandlingOSIInstructions is provided. Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 29 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., NOEEI30.37A, 16DE330262289325I4). CIMP Ref: 29.9 AWB 21 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/AssociatedReferenceDocument/ID | String | 1-35 | C | Reference document ID. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Reference document issue date |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-3 | C | Document type code - UN/EDIFACT 1001. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/Name | String | 1-70 | O | Reference document name |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., T1, T2) - CIMP 1.49. CIMP Ref: 21.3 AWB 21A |\n| MasterConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., USD, GBP) - ISO 4217. CIMP Ref: 11.3 AWB 12 |\n| MasterConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency exchange |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | C | Destination currency code (e.g., EUR, USD) - ISO 4217. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-12 | C | Currency conversion rate. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/ApplicableLogisticsServiceCharge/TransportPaymentMethodCode | Alphabetic | 2 | O | Charges codes (e.g., PX, CC) - CIMP 1.1. CIMP Ref: 11.5 AWB 13 |\n| MasterConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alpha-Numerical | 1-3 | O | Service type code |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 13.2.2 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., 10, 67.1). Range: 0.000-999999999999. CIMP Ref: 13.3.3 |\n| MasterConsignment/ApplicableRating | Element | N/A | O | Rating type (1:n occurrence, maximum of 3). FWB v17 supports only Face value rating |\n| MasterConsignment/ApplicableRating/TypeCode | Alphabetic | 1 | M | Rating type indicator (F=Face, P=Published, A=Actual). Default is F. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableRating/TotalChargeAmount | Numeric | 1-12 | O | Total charge or discount amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 22L |\n| MasterConsignment/ApplicableRating/ConsignmentItemQuantity | Numeric | 1-4 | O | Number of consignment items |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem | Element | N/A | M | Item details (1:n occurrence). FWB v17 supports maximum 12 rating lines |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SequenceNumeric | Numeric | 1-3 | M | Line-item number (e.g., 1, 2, 3). CIMP Ref: 12.2.2 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 12.4.3 AWB 22B |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 12.4.2 AWB 22C |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 12.14.6 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 6). CIMP Ref: 12.3.3 AWB 22A |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Item description |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Description (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S, TOOTH PASTE). CIMP Ref: 12.11.5 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry/ID | Alphabetic | 2 | C | ISO country code. Mandatory when OriginCountry is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.12 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | C | ULD serial number. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.3 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-10 | O | Number of packages loaded in ULD |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alphabetic | 1-4 | C | ULD type code per IATA ULD Regulations. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.2 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | C | ULD operating party. Mandatory when AssociatedUnitLoadTransportEquipment is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alphabetic | 2 | C | ULD owner airline code. Mandatory when OperatingParty is provided. CIMP Ref: 12.12.4 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage | Element | N/A | O | 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 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 1). CIMP Ref: 12.13.15 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 9.8). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23, 71, 20, 76). CIMP Ref: 12.13.11 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23, 71, 122, 36, 76, 20). CIMP Ref: 12.13.9 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 20, 18, 122, 53, 13). CIMP Ref: 12.13.13 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., N, M) - CIMP 1.4. CIMP Ref: 12.5.3 AWB 22D |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | String | 1-35 | O | Commodity item identifier |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., 122). Range: 0.1-9999999. CIMP Ref: 12.7.3 AWB 22F |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | M | Rate or charge amount (e.g., 4.18). Range: 0.0001-99999999. CIMP Ref: 12.8.3 AWB 22G |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | M | Item total charge (e.g., 509.96). CIMP Ref: 12.9.3 AWB 22H |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | Rate combination point |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | C | IATA location code. Mandatory when SpecifiedRateCombinationPointLocation is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass | Element | N/A | O | ULD rate class details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/TypeCode | Alpha-Numerical | 1-3 | C | ULD rate class type code. Mandatory when ApplicableUnitLoadDeviceRateClass is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/BasisCode | Alpha-Numerical | 1-3 | O | Rate basis code |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/AppliedPercent | Numeric | 1-5 | O | Applied percentage |\n| MasterConsignment/ApplicableTotalRating | Element | N/A | O | Waybill totals |\n| MasterConsignment/ApplicableTotalRating/TypeCode | Alphabetic | 1 | M | Rating type (F=Face, P=Published, A=Actual). Default is F. Maximum of 3 occurrences |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge | Element | N/A | O | Destination currency service charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount | Numeric | 1-18 | C | Collect charges in destination currency. Mandatory when DestinationCurrencyServiceCharge is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when CollectAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount | Numeric | 1-18 | O | Destination charges amount |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DestinationAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount | Numeric | 1-18 | O | Total destination currency charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when TotalAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation | Element | N/A | M | Prepaid/collect summary (1:n occurrence, maximum of 2). CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/WeightChargeTotalAmount | Numeric | 1-12 | O | Weight charge amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 24A and 22L/H |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/CarrierTotalDuePayableAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., 77.1). Range: 0.000-999999999999. CIMP Ref: 14.7/15.7 AWB 28A/28B |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/GrandTotalAmount | Numeric | 1-12 | M | Total charge summary (e.g., 587.06). Range: 0.000-999999999999. CIMP Ref: 14.8/15.8 AWB 30A/30B |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-3 character codes\n    \n- IATA ACA Number: 7-digit numeric format\n    \n- IATA CASS Address: 10-character format (country + city + numeric)\n    \n- Currency Codes: ISO 4217 3-letter codes\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version**: XFWB version 5.10 XML Waybill (XFWB to FWB Conversion)\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186[;vnd.vst.idref=cxml-xfwb_5.10_iframes]!/4](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186%5B%3Bvnd.vst.idref%3Dcxml-xfwb_5.10_iframes%5D!/4)"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"afdb9efd-b4e5-48bf-bdb9-3994ac07f87a","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"35d95cb3-d79e-4b9a-b4db-52716063840c","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":"1780561706","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\": \"KAZUHIRO HOTTA\"\n            }\n        },\n        \"SignatoryCarrierAuthentication\": {\n            \"ActualDateTime\": {\n                \"Value\": \"2014-01-27T00:00:00\"\n            },\n            \"Signatory\": {\n                \"Value\": \"KUEHNE + NAGEL LTD\"\n            },\n            \"IssueAuthenticationLocation\": {\n                \"Name\": {\n                    \"Value\": \"OSAKA\"\n                }\n            }\n        }\n    },\n    \"MasterConsignment\": {\n        \"ID\": {\n            \"Value\": \"057-20866156\"\n        },\n        \"AdditionalID\": {\n            \"Value\": \"MAWB-2014-001\"\n        },\n        \"FreightForwarderAssignedID\": {\n            \"Value\": \"4220217440104400\"\n        },\n        \"AssociatedReferenceID\": {\n            \"Value\": \"1016032\"\n        },\n        \"NilCarriageValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"DeclaredValueForCarriageAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"50000\"\n        },\n        \"NilCustomsValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"DeclaredValueForCustomsAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"45000\"\n        },\n        \"NilInsuranceValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"InsuranceValueAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"75000\"\n        },\n        \"TotalChargePrepaidIndicator\": {\n            \"Value\": \"P\"\n        },\n        \"TotalDisbursementPrepaidIndicator\": {\n            \"Value\": \"P\"\n        },\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"1210.2\"\n        },\n        \"GrossVolumeMeasure\": {\n            \"unitCode\": \"MTQ\",\n            \"Value\": \"3.84\"\n        },\n        \"DensityGroupCode\": {\n            \"Value\": \"5\"\n        },\n        \"PackageQuantity\": {\n            \"Value\": \"4\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"4\"\n        },\n        \"ProductID\": {\n            \"Value\": \"VIPRO\"\n        },\n        \"ConsignorParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"SHPR-10042\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"US-EIN-123456789\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n            },\n            \"AccountID\": {\n                \"Value\": \"SHP800NYC\"\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            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"KAZUHIRO HOTTA\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"0081724555733\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"shipper@kuehne-nagel.com\"\n                    }\n                }\n            }\n        },\n        \"ConsigneeParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"CNEE-20088\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"DE-EORI-DE123456789\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL (AG and CO)\"\n            },\n            \"AccountID\": {\n                \"Value\": \"CNE60549\"\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                \"PersonName\": {\n                    \"Value\": \"HANS MUELLER\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"004969123456\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"consignee@kuehne-nagel.de\"\n                    }\n                }\n            }\n        },\n        \"FreightForwarderParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"FFWD-30055\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"CAG\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n            },\n            \"AccountID\": {\n                \"Value\": \"S800NYC\"\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                \"CountrySubDivisionName\": {\n                    \"Value\": \"OSAKA\"\n                }\n            },\n            \"SpecifiedCargoAgentLocation\": {\n                \"ID\": {\n                    \"Value\": \"0023\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"KAZUHIRO HOTTA\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"0081724555733\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"forwarder@kuehne-nagel.com\"\n                    }\n                }\n            }\n        },\n        \"AssociatedParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"NP-001\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"DE-EORI-DE987654321\"\n            },\n            \"Name\": {\n                \"Value\": \"ONTOUR TRANSPORT SERVICE GMBH\"\n            },\n            \"RoleCode\": {\n                \"Value\": \"NI\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"65479\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"SEINESTRASSE 1\"\n                },\n                \"CityName\": {\n                    \"Value\": \"RAUNHEIM\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"DE\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"HESSE\"\n                },\n                \"SpecifiedAddressLocation\": {\n                    \"ID\": {\n                        \"Value\": \"FRA\"\n                    }\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"PETER SCHMIDT\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"004969123456\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"logistics@ontour.de\"\n                    }\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                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2014-01-28T00:00:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CDG\"\n                        },\n                        \"Name\": {\n                            \"Value\": \"PARIS\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"AIRPORT\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2014-01-27T00: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        \"HandlingSSRInstructions\": {\n            \"Description\": {\n                \"Value\": \"MUST BE KEPT ABOVE 5 DEGREES CELSIUS\"\n            }\n        },\n        \"HandlingOSIInstructions\": {\n            \"Description\": {\n                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n            }\n        },\n        \"IncludedAccountingNote\": {\n            \"ContentCode\": {\n                \"Value\": \"GEN\"\n            },\n            \"Content\": {\n                \"Value\": \"PAYMENT BY CERTIFIED CHEQUE\"\n            }\n        },\n        \"IncludedCustomsNote\": {\n            \"ContentCode\": {\n                \"Value\": \"M\"\n            },\n            \"Content\": {\n                \"Value\": \"16DE330262289325I4\"\n            },\n            \"SubjectCode\": {\n                \"Value\": \"IMP\"\n            },\n            \"CountryID\": {\n                \"Value\": \"DE\"\n            }\n        },\n        \"AssociatedReferenceDocument\": [\n            {\n                \"ID\": {\n                    \"Value\": \"12345675\"\n                },\n                \"IssueDateTime\": {\n                    \"Value\": \"2014-01-27T00:00:00\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"861\"\n                },\n                \"Name\": {\n                    \"Value\": \"Certificate of origin\"\n                }\n            }\n        ],\n        \"AssociatedConsignmentCustomsProcedure\": {\n            \"GoodsStatusCode\": {\n                \"Value\": \"T1\"\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        \"ApplicableLogisticsServiceCharge\": {\n            \"TransportPaymentMethodCode\": {\n                \"Value\": \"PP\"\n            },\n            \"ServiceTypeCode\": {\n                \"Value\": \"Q\"\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            \"ConsignmentItemQuantity\": {\n                \"Value\": \"1\"\n            },\n            \"IncludedMasterConsignmentItem\": {\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"TypeCode\": {\n                    \"listAgencyID\": \"1\",\n                    \"Value\": \"8471.30\"\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\": \"4\"\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                \"OriginCountry\": {\n                    \"ID\": {\n                        \"Value\": \"JP\"\n                    }\n                },\n                \"AssociatedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"12345\"\n                    },\n                    \"LoadedPackageQuantity\": {\n                        \"Value\": \"4\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"schemeAgencyID\": \"1\",\n                            \"Value\": \"AF\"\n                        }\n                    }\n                },\n                \"TransportLogisticsPackage\": {\n                    \"ItemQuantity\": {\n                        \"Value\": \"4\"\n                    },\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1210.2\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"120\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"80\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"100\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CategoryCode\": {\n                        \"Value\": \"Q\"\n                    },\n                    \"CommodityItemID\": {\n                        \"Value\": \"8471.30\"\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                \"SpecifiedRateCombinationPointLocation\": {\n                    \"ID\": {\n                        \"Value\": \"CDG\"\n                    }\n                },\n                \"ApplicableUnitLoadDeviceRateClass\": {\n                    \"TypeCode\": {\n                        \"Value\": \"Q\"\n                    },\n                    \"BasisCode\": {\n                        \"Value\": \"W\"\n                    },\n                    \"AppliedPercent\": {\n                        \"Value\": \"100\"\n                    }\n                }\n            }\n        },\n        \"ApplicableTotalRating\": {\n            \"TypeCode\": {\n                \"Value\": \"F\"\n            },\n            \"ApplicableDestinationCurrencyServiceCharge\": {\n                \"CollectAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"0\"\n                },\n                \"DestinationAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"7418\"\n                },\n                \"TotalAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"94042\"\n                }\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}"},"url":"https://api.psw.gov.pk/api/v1/aci/fwb/json/5.10","description":"**Message Type**: FWB (Master Air Waybill) - JSON Format\n\n**IATA Compliance**: 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.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 020-95947655) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Master Air Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 741) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T13:02:20) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., cb0c990d-80a0-9c27-cd45-619f6e9a4fd5) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., TDVAGT03TEST/AMS1) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., FRAFMLH) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | Waybill header container |\n| BusinessHeaderDocument/ID | String | 12 | M | Waybill number (e.g., 020-95947655) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1.1/2.1.3 AWB 1A/1B |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (D=Direct, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | O | Consignor declaration signature |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | O | Consignor signature name (e.g., LUFTHANSA TECHNIK LO). CIMP Ref: 16.3 AWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2016-05-16T00:00:00). CIMP Ref: 17.2.2/3/4 AWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., U096968). CIMP Ref: 17.3.2 AWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | String | 1-35 | M | Declaration place (e.g., NYC, LHR). CIMP Ref: 17.2.6 AWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/ID | String | 1-35 | O | Master consignment identifier (AWB number at consignment level) |\n| MasterConsignment/AdditionalID | String | 1-35 | O | Additional consignment identifier beyond primary AWB number |\n| MasterConsignment/FreightForwarderAssignedID | String | 1-35 | O | Identifier assigned by the freight forwarder (house AWB or internal reference) |\n| MasterConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference identifier (e.g., booking reference, customs ref) |\n| MasterConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.8.2 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount | Numeric | 1-18 | O | Declared value for carriage. Mutually exclusive with NilCarriageValueIndicator=true. CIMP Ref: 11.8 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCarriageAmount is provided |\n| MasterConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.10.1 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount | Numeric | 1-18 | O | Declared value for customs. Mutually exclusive with NilCustomsValueIndicator=true. CIMP Ref: 11.10 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCustomsAmount is provided |\n| MasterConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.11.2 AWB 20 |\n| MasterConsignment/InsuranceValueAmount | Numeric | 1-18 | O | Insurance value amount. Mutually exclusive with NilInsuranceValueIndicator=true. CIMP Ref: 11.11 AWB 20 |\n| MasterConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when InsuranceValueAmount is provided |\n| MasterConsignment/TotalChargePrepaidIndicator | Alphabetic | 1 | M | Weight valuation prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.1 |\n| MasterConsignment/TotalDisbursementPrepaidIndicator | Alphabetic | 1 | M | Other charges prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.2 |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 2.3.5 AWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 2.3.4 AWB 22C |\n| MasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 2.4.2 |\n| MasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/DensityGroupCode | Numeric | 1-2 | O | Density group code for volumetric weight calculation (values typically 1-9) |\n| MasterConsignment/PackageQuantity | Numeric | 1-10 | O | Total number of outer packages in the master consignment |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., 6). CIMP Ref: 2.3.3 AWB 22J |\n| MasterConsignment/ConsignorParty | Element | N/A | M | Consignor details. CIMP Ref: 5 |\n| MasterConsignment/ConsignorParty/PrimaryID | String | 1-35 | O | Consignor primary identifier (e.g., known shipper ID, CASS participant code) |\n| MasterConsignment/ConsignorParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsignorParty/AdditionalID | String | 1-35 | O | Additional consignor identifier (e.g., tax ID, EIN, customs registration) |\n| MasterConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., LUFTHANSA TECHNIK). CIMP Ref: 5.4.3 AWB 2 |\n| MasterConsignment/ConsignorParty/AccountID | String | 1-35 | O | Consignor account number. CIMP Ref: 5.2 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 11430). CIMP Ref: 5.7.4 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | 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 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 5.6.3 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information (0:n occurrence). CIMP Ref: 5.8 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 5.8.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., 0017182897272). CIMP Ref: 5.8.4 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided. CIMP Ref: 5.8 AWB 2 |\n| MasterConsignment/ConsigneeParty | Element | N/A | M | Consignee details. CIMP Ref: 6 |\n| MasterConsignment/ConsigneeParty/PrimaryID | String | 1-35 | O | Consignee primary identifier (e.g., importer code, customs registration) |\n| MasterConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsigneeParty/AdditionalID | String | 1-35 | O | Additional consignee identifier (e.g., EORI number, tax ID, import license) |\n| MasterConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 6.4.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/AccountID | String | 1-35 | O | Consignee account number. CIMP Ref: 6.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 6.7.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element in Street Details should be completed. CIMP Ref: 6.5.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 6.6.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information (0:n occurrence). CIMP Ref: 6.8 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 6.8.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number. CIMP Ref: 6.8.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/FreightForwarderParty/PrimaryID | String | 1-35 | O | Freight forwarder primary identifier |\n| MasterConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder additional ID (e.g., CAG) |\n| MasterConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., LH TECHNIK LOGISTIK OF AMERICA). FWB ver 16+ only support 35 characters. CIMP Ref: 7.4.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., S800NYC). CIMP Ref: 7.2.2 AWB 8 |\n| MasterConsignment/FreightForwarderParty/CargoAgentID | Numeric | 7 | M | IATA Cargo Agent Code (e.g., 0000000). Last digit is unweighted modulus 7 check digit. CIMP Ref: 7.2.4 AWB 7 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 7.5.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9,26,28 |\n| MasterConsignment/AssociatedParty/PrimaryID | String | 1-35 | O | Other party primary identifier |\n| MasterConsignment/AssociatedParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/AssociatedParty/AdditionalID | String | 1-35 | O | Additional party identifier |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 9.3.3, 26.3, 28.3 AWB 21 |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | 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 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | O | Other party address |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 9.6.4 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element should be completed. CIMP Ref: 9.4.3 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 9.4.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.6.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | String | 1-35 | C | Address location identifier. Mandatory when SpecifiedAddressLocation is provided |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Other party contact information |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 AWB 1, 9 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 AWB 18 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode qualifier (e.g., Main-Carriage, Pre-Carriage, On-Carriage). Always defaults to Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., LH0401). Carrier code + flight number. CIMP Ref: 3.2.2 and 3.2.3 AWB 19A |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., LH) - IATA Airline and Company Designators code. |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2016-05-16T00:00:00). CIMP Ref: AWB 19A/19B |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/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 AWB 11A/11C |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 25 AWB 21 |\n| MasterConsignment/HandlingSPHInstructions/Description | String | 1-195 | O | Special handling description text |\n| MasterConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | 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 |\n| MasterConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., MUST BE KEPT ABOVE 5 DEGREES CELSIUS). Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions/Description | String | 1-195 | C | OSI description (e.g., EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). Mandatory when HandlingOSIInstructions is provided. Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 29 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., NOEEI30.37A, 16DE330262289325I4). CIMP Ref: 29.9 AWB 21 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/AssociatedReferenceDocument/ID | String | 1-35 | C | Reference document ID. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Reference document issue date |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-3 | C | Document type code - UN/EDIFACT 1001. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/Name | String | 1-70 | O | Reference document name |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., T1, T2) - CIMP 1.49. CIMP Ref: 21.3 AWB 21A |\n| MasterConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., USD, GBP) - ISO 4217. CIMP Ref: 11.3 AWB 12 |\n| MasterConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency exchange |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | C | Destination currency code (e.g., EUR, USD) - ISO 4217. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-12 | C | Currency conversion rate. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/ApplicableLogisticsServiceCharge/TransportPaymentMethodCode | Alphabetic | 2 | O | Charges codes (e.g., PX, CC) - CIMP 1.1. CIMP Ref: 11.5 AWB 13 |\n| MasterConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alpha-Numerical | 1-3 | O | Service type code |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 13.2.2 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., 10, 67.1). Range: 0.000-999999999999. CIMP Ref: 13.3.3 |\n| MasterConsignment/ApplicableRating | Element | N/A | O | Rating type (1:n occurrence, maximum of 3). FWB v17 supports only Face value rating |\n| MasterConsignment/ApplicableRating/TypeCode | Alphabetic | 1 | M | Rating type indicator (F=Face, P=Published, A=Actual). Default is F. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableRating/TotalChargeAmount | Numeric | 1-12 | O | Total charge or discount amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 22L |\n| MasterConsignment/ApplicableRating/ConsignmentItemQuantity | Numeric | 1-4 | O | Number of consignment items |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem | Element | N/A | M | Item details (1:n occurrence). FWB v17 supports maximum 12 rating lines |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SequenceNumeric | Numeric | 1-3 | M | Line-item number (e.g., 1, 2, 3). CIMP Ref: 12.2.2 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 12.4.3 AWB 22B |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 12.4.2 AWB 22C |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 12.14.6 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 6). CIMP Ref: 12.3.3 AWB 22A |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Item description |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Description (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S, TOOTH PASTE). CIMP Ref: 12.11.5 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry/ID | Alphabetic | 2 | C | ISO country code. Mandatory when OriginCountry is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.12 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | C | ULD serial number. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.3 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-10 | O | Number of packages loaded in ULD |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alphabetic | 1-4 | C | ULD type code per IATA ULD Regulations. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.2 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | C | ULD operating party. Mandatory when AssociatedUnitLoadTransportEquipment is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alphabetic | 2 | C | ULD owner airline code. Mandatory when OperatingParty is provided. CIMP Ref: 12.12.4 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage | Element | N/A | O | 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 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 1). CIMP Ref: 12.13.15 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 9.8). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23, 71, 20, 76). CIMP Ref: 12.13.11 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23, 71, 122, 36, 76, 20). CIMP Ref: 12.13.9 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 20, 18, 122, 53, 13). CIMP Ref: 12.13.13 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., N, M) - CIMP 1.4. CIMP Ref: 12.5.3 AWB 22D |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | String | 1-35 | O | Commodity item identifier |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., 122). Range: 0.1-9999999. CIMP Ref: 12.7.3 AWB 22F |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | M | Rate or charge amount (e.g., 4.18). Range: 0.0001-99999999. CIMP Ref: 12.8.3 AWB 22G |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | M | Item total charge (e.g., 509.96). CIMP Ref: 12.9.3 AWB 22H |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | Rate combination point |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | C | IATA location code. Mandatory when SpecifiedRateCombinationPointLocation is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass | Element | N/A | O | ULD rate class details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/TypeCode | Alpha-Numerical | 1-3 | C | ULD rate class type code. Mandatory when ApplicableUnitLoadDeviceRateClass is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/BasisCode | Alpha-Numerical | 1-3 | O | Rate basis code |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/AppliedPercent | Numeric | 1-5 | O | Applied percentage |\n| MasterConsignment/ApplicableTotalRating | Element | N/A | O | Waybill totals |\n| MasterConsignment/ApplicableTotalRating/TypeCode | Alphabetic | 1 | M | Rating type (F=Face, P=Published, A=Actual). Default is F. Maximum of 3 occurrences |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge | Element | N/A | O | Destination currency service charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount | Numeric | 1-18 | C | Collect charges in destination currency. Mandatory when DestinationCurrencyServiceCharge is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when CollectAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount | Numeric | 1-18 | O | Destination charges amount |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DestinationAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount | Numeric | 1-18 | O | Total destination currency charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when TotalAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation | Element | N/A | M | Prepaid/collect summary (1:n occurrence, maximum of 2). CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/WeightChargeTotalAmount | Numeric | 1-12 | O | Weight charge amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 24A and 22L/H |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/CarrierTotalDuePayableAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., 77.1). Range: 0.000-999999999999. CIMP Ref: 14.7/15.7 AWB 28A/28B |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/GrandTotalAmount | Numeric | 1-12 | M | Total charge summary (e.g., 587.06). Range: 0.000-999999999999. CIMP Ref: 14.8/15.8 AWB 30A/30B |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-3 character codes\n    \n- IATA ACA Number: 7-digit numeric format\n    \n- IATA CASS Address: 10-character format (country + city + numeric)\n    \n- Currency Codes: ISO 4217 3-letter codes\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version**: XFWB version 5.10 XML Waybill (XFWB to FWB Conversion)\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186[;vnd.vst.idref=cxml-xfwb_5.10_iframes]!/4](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186%5B%3Bvnd.vst.idref%3Dcxml-xfwb_5.10_iframes%5D!/4)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"7b4c24c2-dcf5-4bd3-97ed-db3cb35eef99","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"792d1cec-a2d3-4123-8132-28532d0169f1","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":"1780561706","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\": \"KAZUHIRO HOTTA\"\n            }\n        },\n        \"SignatoryCarrierAuthentication\": {\n            \"ActualDateTime\": {\n                \"Value\": \"2014-01-27T00:00:00\"\n            },\n            \"Signatory\": {\n                \"Value\": \"KUEHNE + NAGEL LTD\"\n            },\n            \"IssueAuthenticationLocation\": {\n                \"Name\": {\n                    \"Value\": \"OSAKA\"\n                }\n            }\n        }\n    },\n    \"MasterConsignment\": {\n        \"ID\": {\n            \"Value\": \"057-20866156\"\n        },\n        \"AdditionalID\": {\n            \"Value\": \"MAWB-2014-001\"\n        },\n        \"FreightForwarderAssignedID\": {\n            \"Value\": \"4220217440104400\"\n        },\n        \"AssociatedReferenceID\": {\n            \"Value\": \"1016032\"\n        },\n        \"NilCarriageValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"DeclaredValueForCarriageAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"50000\"\n        },\n        \"NilCustomsValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"DeclaredValueForCustomsAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"45000\"\n        },\n        \"NilInsuranceValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"InsuranceValueAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"75000\"\n        },\n        \"TotalChargePrepaidIndicator\": {\n            \"Value\": \"P\"\n        },\n        \"TotalDisbursementPrepaidIndicator\": {\n            \"Value\": \"P\"\n        },\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"1210.2\"\n        },\n        \"GrossVolumeMeasure\": {\n            \"unitCode\": \"MTQ\",\n            \"Value\": \"3.84\"\n        },\n        \"DensityGroupCode\": {\n            \"Value\": \"5\"\n        },\n        \"PackageQuantity\": {\n            \"Value\": \"4\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"4\"\n        },\n        \"ProductID\": {\n            \"Value\": \"VIPRO\"\n        },\n        \"ConsignorParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"SHPR-10042\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"US-EIN-123456789\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n            },\n            \"AccountID\": {\n                \"Value\": \"SHP800NYC\"\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            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"KAZUHIRO HOTTA\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"0081724555733\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"shipper@kuehne-nagel.com\"\n                    }\n                }\n            }\n        },\n        \"ConsigneeParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"CNEE-20088\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"DE-EORI-DE123456789\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL (AG and CO)\"\n            },\n            \"AccountID\": {\n                \"Value\": \"CNE60549\"\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                \"PersonName\": {\n                    \"Value\": \"HANS MUELLER\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"004969123456\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"consignee@kuehne-nagel.de\"\n                    }\n                }\n            }\n        },\n        \"FreightForwarderParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"FFWD-30055\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"CAG\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n            },\n            \"AccountID\": {\n                \"Value\": \"S800NYC\"\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                \"CountrySubDivisionName\": {\n                    \"Value\": \"OSAKA\"\n                }\n            },\n            \"SpecifiedCargoAgentLocation\": {\n                \"ID\": {\n                    \"Value\": \"0023\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"KAZUHIRO HOTTA\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"0081724555733\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"forwarder@kuehne-nagel.com\"\n                    }\n                }\n            }\n        },\n        \"AssociatedParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"NP-001\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"DE-EORI-DE987654321\"\n            },\n            \"Name\": {\n                \"Value\": \"ONTOUR TRANSPORT SERVICE GMBH\"\n            },\n            \"RoleCode\": {\n                \"Value\": \"NI\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"65479\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"SEINESTRASSE 1\"\n                },\n                \"CityName\": {\n                    \"Value\": \"RAUNHEIM\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"DE\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"HESSE\"\n                },\n                \"SpecifiedAddressLocation\": {\n                    \"ID\": {\n                        \"Value\": \"FRA\"\n                    }\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"PETER SCHMIDT\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"004969123456\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"logistics@ontour.de\"\n                    }\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                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2014-01-28T00:00:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CDG\"\n                        },\n                        \"Name\": {\n                            \"Value\": \"PARIS\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"AIRPORT\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2014-01-27T00: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        \"HandlingSSRInstructions\": {\n            \"Description\": {\n                \"Value\": \"MUST BE KEPT ABOVE 5 DEGREES CELSIUS\"\n            }\n        },\n        \"HandlingOSIInstructions\": {\n            \"Description\": {\n                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n            }\n        },\n        \"IncludedAccountingNote\": {\n            \"ContentCode\": {\n                \"Value\": \"GEN\"\n            },\n            \"Content\": {\n                \"Value\": \"PAYMENT BY CERTIFIED CHEQUE\"\n            }\n        },\n        \"IncludedCustomsNote\": {\n            \"ContentCode\": {\n                \"Value\": \"M\"\n            },\n            \"Content\": {\n                \"Value\": \"16DE330262289325I4\"\n            },\n            \"SubjectCode\": {\n                \"Value\": \"IMP\"\n            },\n            \"CountryID\": {\n                \"Value\": \"DE\"\n            }\n        },\n        \"AssociatedReferenceDocument\": [\n            {\n                \"ID\": {\n                    \"Value\": \"12345675\"\n                },\n                \"IssueDateTime\": {\n                    \"Value\": \"2014-01-27T00:00:00\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"861\"\n                },\n                \"Name\": {\n                    \"Value\": \"Certificate of origin\"\n                }\n            }\n        ],\n        \"AssociatedConsignmentCustomsProcedure\": {\n            \"GoodsStatusCode\": {\n                \"Value\": \"T1\"\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        \"ApplicableLogisticsServiceCharge\": {\n            \"TransportPaymentMethodCode\": {\n                \"Value\": \"PP\"\n            },\n            \"ServiceTypeCode\": {\n                \"Value\": \"Q\"\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            \"ConsignmentItemQuantity\": {\n                \"Value\": \"1\"\n            },\n            \"IncludedMasterConsignmentItem\": {\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"TypeCode\": {\n                    \"listAgencyID\": \"1\",\n                    \"Value\": \"8471.30\"\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\": \"4\"\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                \"OriginCountry\": {\n                    \"ID\": {\n                        \"Value\": \"JP\"\n                    }\n                },\n                \"AssociatedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"12345\"\n                    },\n                    \"LoadedPackageQuantity\": {\n                        \"Value\": \"4\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"schemeAgencyID\": \"1\",\n                            \"Value\": \"AF\"\n                        }\n                    }\n                },\n                \"TransportLogisticsPackage\": {\n                    \"ItemQuantity\": {\n                        \"Value\": \"4\"\n                    },\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1210.2\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"120\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"80\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"100\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CategoryCode\": {\n                        \"Value\": \"Q\"\n                    },\n                    \"CommodityItemID\": {\n                        \"Value\": \"8471.30\"\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                \"SpecifiedRateCombinationPointLocation\": {\n                    \"ID\": {\n                        \"Value\": \"CDG\"\n                    }\n                },\n                \"ApplicableUnitLoadDeviceRateClass\": {\n                    \"TypeCode\": {\n                        \"Value\": \"Q\"\n                    },\n                    \"BasisCode\": {\n                        \"Value\": \"W\"\n                    },\n                    \"AppliedPercent\": {\n                        \"Value\": \"100\"\n                    }\n                }\n            }\n        },\n        \"ApplicableTotalRating\": {\n            \"TypeCode\": {\n                \"Value\": \"F\"\n            },\n            \"ApplicableDestinationCurrencyServiceCharge\": {\n                \"CollectAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"0\"\n                },\n                \"DestinationAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"7418\"\n                },\n                \"TotalAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"94042\"\n                }\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}"},"url":"https://api.psw.gov.pk/api/v1/aci/fwb/json/5.10","description":"**Message Type**: FWB (Master Air Waybill) - JSON Format\n\n**IATA Compliance**: 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.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 020-95947655) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Master Air Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 741) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T13:02:20) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., cb0c990d-80a0-9c27-cd45-619f6e9a4fd5) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., TDVAGT03TEST/AMS1) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., FRAFMLH) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | Waybill header container |\n| BusinessHeaderDocument/ID | String | 12 | M | Waybill number (e.g., 020-95947655) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1.1/2.1.3 AWB 1A/1B |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (D=Direct, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | O | Consignor declaration signature |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | O | Consignor signature name (e.g., LUFTHANSA TECHNIK LO). CIMP Ref: 16.3 AWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2016-05-16T00:00:00). CIMP Ref: 17.2.2/3/4 AWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., U096968). CIMP Ref: 17.3.2 AWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | String | 1-35 | M | Declaration place (e.g., NYC, LHR). CIMP Ref: 17.2.6 AWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/ID | String | 1-35 | O | Master consignment identifier (AWB number at consignment level) |\n| MasterConsignment/AdditionalID | String | 1-35 | O | Additional consignment identifier beyond primary AWB number |\n| MasterConsignment/FreightForwarderAssignedID | String | 1-35 | O | Identifier assigned by the freight forwarder (house AWB or internal reference) |\n| MasterConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference identifier (e.g., booking reference, customs ref) |\n| MasterConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.8.2 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount | Numeric | 1-18 | O | Declared value for carriage. Mutually exclusive with NilCarriageValueIndicator=true. CIMP Ref: 11.8 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCarriageAmount is provided |\n| MasterConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.10.1 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount | Numeric | 1-18 | O | Declared value for customs. Mutually exclusive with NilCustomsValueIndicator=true. CIMP Ref: 11.10 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCustomsAmount is provided |\n| MasterConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.11.2 AWB 20 |\n| MasterConsignment/InsuranceValueAmount | Numeric | 1-18 | O | Insurance value amount. Mutually exclusive with NilInsuranceValueIndicator=true. CIMP Ref: 11.11 AWB 20 |\n| MasterConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when InsuranceValueAmount is provided |\n| MasterConsignment/TotalChargePrepaidIndicator | Alphabetic | 1 | M | Weight valuation prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.1 |\n| MasterConsignment/TotalDisbursementPrepaidIndicator | Alphabetic | 1 | M | Other charges prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.2 |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 2.3.5 AWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 2.3.4 AWB 22C |\n| MasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 2.4.2 |\n| MasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/DensityGroupCode | Numeric | 1-2 | O | Density group code for volumetric weight calculation (values typically 1-9) |\n| MasterConsignment/PackageQuantity | Numeric | 1-10 | O | Total number of outer packages in the master consignment |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., 6). CIMP Ref: 2.3.3 AWB 22J |\n| MasterConsignment/ConsignorParty | Element | N/A | M | Consignor details. CIMP Ref: 5 |\n| MasterConsignment/ConsignorParty/PrimaryID | String | 1-35 | O | Consignor primary identifier (e.g., known shipper ID, CASS participant code) |\n| MasterConsignment/ConsignorParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsignorParty/AdditionalID | String | 1-35 | O | Additional consignor identifier (e.g., tax ID, EIN, customs registration) |\n| MasterConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., LUFTHANSA TECHNIK). CIMP Ref: 5.4.3 AWB 2 |\n| MasterConsignment/ConsignorParty/AccountID | String | 1-35 | O | Consignor account number. CIMP Ref: 5.2 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 11430). CIMP Ref: 5.7.4 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | 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 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 5.6.3 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information (0:n occurrence). CIMP Ref: 5.8 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 5.8.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., 0017182897272). CIMP Ref: 5.8.4 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided. CIMP Ref: 5.8 AWB 2 |\n| MasterConsignment/ConsigneeParty | Element | N/A | M | Consignee details. CIMP Ref: 6 |\n| MasterConsignment/ConsigneeParty/PrimaryID | String | 1-35 | O | Consignee primary identifier (e.g., importer code, customs registration) |\n| MasterConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsigneeParty/AdditionalID | String | 1-35 | O | Additional consignee identifier (e.g., EORI number, tax ID, import license) |\n| MasterConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 6.4.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/AccountID | String | 1-35 | O | Consignee account number. CIMP Ref: 6.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 6.7.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element in Street Details should be completed. CIMP Ref: 6.5.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 6.6.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information (0:n occurrence). CIMP Ref: 6.8 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 6.8.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number. CIMP Ref: 6.8.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/FreightForwarderParty/PrimaryID | String | 1-35 | O | Freight forwarder primary identifier |\n| MasterConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder additional ID (e.g., CAG) |\n| MasterConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., LH TECHNIK LOGISTIK OF AMERICA). FWB ver 16+ only support 35 characters. CIMP Ref: 7.4.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., S800NYC). CIMP Ref: 7.2.2 AWB 8 |\n| MasterConsignment/FreightForwarderParty/CargoAgentID | Numeric | 7 | M | IATA Cargo Agent Code (e.g., 0000000). Last digit is unweighted modulus 7 check digit. CIMP Ref: 7.2.4 AWB 7 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 7.5.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9,26,28 |\n| MasterConsignment/AssociatedParty/PrimaryID | String | 1-35 | O | Other party primary identifier |\n| MasterConsignment/AssociatedParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/AssociatedParty/AdditionalID | String | 1-35 | O | Additional party identifier |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 9.3.3, 26.3, 28.3 AWB 21 |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | 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 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | O | Other party address |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 9.6.4 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element should be completed. CIMP Ref: 9.4.3 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 9.4.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.6.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | String | 1-35 | C | Address location identifier. Mandatory when SpecifiedAddressLocation is provided |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Other party contact information |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 AWB 1, 9 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 AWB 18 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode qualifier (e.g., Main-Carriage, Pre-Carriage, On-Carriage). Always defaults to Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., LH0401). Carrier code + flight number. CIMP Ref: 3.2.2 and 3.2.3 AWB 19A |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., LH) - IATA Airline and Company Designators code. |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2016-05-16T00:00:00). CIMP Ref: AWB 19A/19B |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/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 AWB 11A/11C |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 25 AWB 21 |\n| MasterConsignment/HandlingSPHInstructions/Description | String | 1-195 | O | Special handling description text |\n| MasterConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | 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 |\n| MasterConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., MUST BE KEPT ABOVE 5 DEGREES CELSIUS). Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions/Description | String | 1-195 | C | OSI description (e.g., EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). Mandatory when HandlingOSIInstructions is provided. Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 29 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., NOEEI30.37A, 16DE330262289325I4). CIMP Ref: 29.9 AWB 21 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/AssociatedReferenceDocument/ID | String | 1-35 | C | Reference document ID. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Reference document issue date |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-3 | C | Document type code - UN/EDIFACT 1001. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/Name | String | 1-70 | O | Reference document name |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., T1, T2) - CIMP 1.49. CIMP Ref: 21.3 AWB 21A |\n| MasterConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., USD, GBP) - ISO 4217. CIMP Ref: 11.3 AWB 12 |\n| MasterConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency exchange |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | C | Destination currency code (e.g., EUR, USD) - ISO 4217. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-12 | C | Currency conversion rate. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/ApplicableLogisticsServiceCharge/TransportPaymentMethodCode | Alphabetic | 2 | O | Charges codes (e.g., PX, CC) - CIMP 1.1. CIMP Ref: 11.5 AWB 13 |\n| MasterConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alpha-Numerical | 1-3 | O | Service type code |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 13.2.2 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., 10, 67.1). Range: 0.000-999999999999. CIMP Ref: 13.3.3 |\n| MasterConsignment/ApplicableRating | Element | N/A | O | Rating type (1:n occurrence, maximum of 3). FWB v17 supports only Face value rating |\n| MasterConsignment/ApplicableRating/TypeCode | Alphabetic | 1 | M | Rating type indicator (F=Face, P=Published, A=Actual). Default is F. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableRating/TotalChargeAmount | Numeric | 1-12 | O | Total charge or discount amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 22L |\n| MasterConsignment/ApplicableRating/ConsignmentItemQuantity | Numeric | 1-4 | O | Number of consignment items |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem | Element | N/A | M | Item details (1:n occurrence). FWB v17 supports maximum 12 rating lines |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SequenceNumeric | Numeric | 1-3 | M | Line-item number (e.g., 1, 2, 3). CIMP Ref: 12.2.2 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 12.4.3 AWB 22B |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 12.4.2 AWB 22C |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 12.14.6 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 6). CIMP Ref: 12.3.3 AWB 22A |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Item description |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Description (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S, TOOTH PASTE). CIMP Ref: 12.11.5 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry/ID | Alphabetic | 2 | C | ISO country code. Mandatory when OriginCountry is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.12 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | C | ULD serial number. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.3 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-10 | O | Number of packages loaded in ULD |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alphabetic | 1-4 | C | ULD type code per IATA ULD Regulations. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.2 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | C | ULD operating party. Mandatory when AssociatedUnitLoadTransportEquipment is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alphabetic | 2 | C | ULD owner airline code. Mandatory when OperatingParty is provided. CIMP Ref: 12.12.4 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage | Element | N/A | O | 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 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 1). CIMP Ref: 12.13.15 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 9.8). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23, 71, 20, 76). CIMP Ref: 12.13.11 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23, 71, 122, 36, 76, 20). CIMP Ref: 12.13.9 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 20, 18, 122, 53, 13). CIMP Ref: 12.13.13 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., N, M) - CIMP 1.4. CIMP Ref: 12.5.3 AWB 22D |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | String | 1-35 | O | Commodity item identifier |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., 122). Range: 0.1-9999999. CIMP Ref: 12.7.3 AWB 22F |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | M | Rate or charge amount (e.g., 4.18). Range: 0.0001-99999999. CIMP Ref: 12.8.3 AWB 22G |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | M | Item total charge (e.g., 509.96). CIMP Ref: 12.9.3 AWB 22H |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | Rate combination point |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | C | IATA location code. Mandatory when SpecifiedRateCombinationPointLocation is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass | Element | N/A | O | ULD rate class details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/TypeCode | Alpha-Numerical | 1-3 | C | ULD rate class type code. Mandatory when ApplicableUnitLoadDeviceRateClass is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/BasisCode | Alpha-Numerical | 1-3 | O | Rate basis code |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/AppliedPercent | Numeric | 1-5 | O | Applied percentage |\n| MasterConsignment/ApplicableTotalRating | Element | N/A | O | Waybill totals |\n| MasterConsignment/ApplicableTotalRating/TypeCode | Alphabetic | 1 | M | Rating type (F=Face, P=Published, A=Actual). Default is F. Maximum of 3 occurrences |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge | Element | N/A | O | Destination currency service charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount | Numeric | 1-18 | C | Collect charges in destination currency. Mandatory when DestinationCurrencyServiceCharge is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when CollectAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount | Numeric | 1-18 | O | Destination charges amount |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DestinationAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount | Numeric | 1-18 | O | Total destination currency charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when TotalAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation | Element | N/A | M | Prepaid/collect summary (1:n occurrence, maximum of 2). CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/WeightChargeTotalAmount | Numeric | 1-12 | O | Weight charge amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 24A and 22L/H |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/CarrierTotalDuePayableAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., 77.1). Range: 0.000-999999999999. CIMP Ref: 14.7/15.7 AWB 28A/28B |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/GrandTotalAmount | Numeric | 1-12 | M | Total charge summary (e.g., 587.06). Range: 0.000-999999999999. CIMP Ref: 14.8/15.8 AWB 30A/30B |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-3 character codes\n    \n- IATA ACA Number: 7-digit numeric format\n    \n- IATA CASS Address: 10-character format (country + city + numeric)\n    \n- Currency Codes: ISO 4217 3-letter codes\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version**: XFWB version 5.10 XML Waybill (XFWB to FWB Conversion)\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186[;vnd.vst.idref=cxml-xfwb_5.10_iframes]!/4](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186%5B%3Bvnd.vst.idref%3Dcxml-xfwb_5.10_iframes%5D!/4)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"1d91c598-7040-44f2-8d4e-76c2ed4dae5e","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"674caab4-598b-4b63-9919-21d2fb48a68d","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":"1780561706","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\": \"KAZUHIRO HOTTA\"\n            }\n        },\n        \"SignatoryCarrierAuthentication\": {\n            \"ActualDateTime\": {\n                \"Value\": \"2014-01-27T00:00:00\"\n            },\n            \"Signatory\": {\n                \"Value\": \"KUEHNE + NAGEL LTD\"\n            },\n            \"IssueAuthenticationLocation\": {\n                \"Name\": {\n                    \"Value\": \"OSAKA\"\n                }\n            }\n        }\n    },\n    \"MasterConsignment\": {\n        \"ID\": {\n            \"Value\": \"057-20866156\"\n        },\n        \"AdditionalID\": {\n            \"Value\": \"MAWB-2014-001\"\n        },\n        \"FreightForwarderAssignedID\": {\n            \"Value\": \"4220217440104400\"\n        },\n        \"AssociatedReferenceID\": {\n            \"Value\": \"1016032\"\n        },\n        \"NilCarriageValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"DeclaredValueForCarriageAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"50000\"\n        },\n        \"NilCustomsValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"DeclaredValueForCustomsAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"45000\"\n        },\n        \"NilInsuranceValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"InsuranceValueAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"75000\"\n        },\n        \"TotalChargePrepaidIndicator\": {\n            \"Value\": \"P\"\n        },\n        \"TotalDisbursementPrepaidIndicator\": {\n            \"Value\": \"P\"\n        },\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"1210.2\"\n        },\n        \"GrossVolumeMeasure\": {\n            \"unitCode\": \"MTQ\",\n            \"Value\": \"3.84\"\n        },\n        \"DensityGroupCode\": {\n            \"Value\": \"5\"\n        },\n        \"PackageQuantity\": {\n            \"Value\": \"4\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"4\"\n        },\n        \"ProductID\": {\n            \"Value\": \"VIPRO\"\n        },\n        \"ConsignorParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"SHPR-10042\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"US-EIN-123456789\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n            },\n            \"AccountID\": {\n                \"Value\": \"SHP800NYC\"\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            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"KAZUHIRO HOTTA\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"0081724555733\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"shipper@kuehne-nagel.com\"\n                    }\n                }\n            }\n        },\n        \"ConsigneeParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"CNEE-20088\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"DE-EORI-DE123456789\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL (AG and CO)\"\n            },\n            \"AccountID\": {\n                \"Value\": \"CNE60549\"\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                \"PersonName\": {\n                    \"Value\": \"HANS MUELLER\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"004969123456\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"consignee@kuehne-nagel.de\"\n                    }\n                }\n            }\n        },\n        \"FreightForwarderParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"FFWD-30055\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"CAG\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n            },\n            \"AccountID\": {\n                \"Value\": \"S800NYC\"\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                \"CountrySubDivisionName\": {\n                    \"Value\": \"OSAKA\"\n                }\n            },\n            \"SpecifiedCargoAgentLocation\": {\n                \"ID\": {\n                    \"Value\": \"0023\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"KAZUHIRO HOTTA\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"0081724555733\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"forwarder@kuehne-nagel.com\"\n                    }\n                }\n            }\n        },\n        \"AssociatedParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"NP-001\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"DE-EORI-DE987654321\"\n            },\n            \"Name\": {\n                \"Value\": \"ONTOUR TRANSPORT SERVICE GMBH\"\n            },\n            \"RoleCode\": {\n                \"Value\": \"NI\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"65479\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"SEINESTRASSE 1\"\n                },\n                \"CityName\": {\n                    \"Value\": \"RAUNHEIM\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"DE\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"HESSE\"\n                },\n                \"SpecifiedAddressLocation\": {\n                    \"ID\": {\n                        \"Value\": \"FRA\"\n                    }\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"PETER SCHMIDT\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"004969123456\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"logistics@ontour.de\"\n                    }\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                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2014-01-28T00:00:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CDG\"\n                        },\n                        \"Name\": {\n                            \"Value\": \"PARIS\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"AIRPORT\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2014-01-27T00: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        \"HandlingSSRInstructions\": {\n            \"Description\": {\n                \"Value\": \"MUST BE KEPT ABOVE 5 DEGREES CELSIUS\"\n            }\n        },\n        \"HandlingOSIInstructions\": {\n            \"Description\": {\n                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n            }\n        },\n        \"IncludedAccountingNote\": {\n            \"ContentCode\": {\n                \"Value\": \"GEN\"\n            },\n            \"Content\": {\n                \"Value\": \"PAYMENT BY CERTIFIED CHEQUE\"\n            }\n        },\n        \"IncludedCustomsNote\": {\n            \"ContentCode\": {\n                \"Value\": \"M\"\n            },\n            \"Content\": {\n                \"Value\": \"16DE330262289325I4\"\n            },\n            \"SubjectCode\": {\n                \"Value\": \"IMP\"\n            },\n            \"CountryID\": {\n                \"Value\": \"DE\"\n            }\n        },\n        \"AssociatedReferenceDocument\": [\n            {\n                \"ID\": {\n                    \"Value\": \"12345675\"\n                },\n                \"IssueDateTime\": {\n                    \"Value\": \"2014-01-27T00:00:00\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"861\"\n                },\n                \"Name\": {\n                    \"Value\": \"Certificate of origin\"\n                }\n            }\n        ],\n        \"AssociatedConsignmentCustomsProcedure\": {\n            \"GoodsStatusCode\": {\n                \"Value\": \"T1\"\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        \"ApplicableLogisticsServiceCharge\": {\n            \"TransportPaymentMethodCode\": {\n                \"Value\": \"PP\"\n            },\n            \"ServiceTypeCode\": {\n                \"Value\": \"Q\"\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            \"ConsignmentItemQuantity\": {\n                \"Value\": \"1\"\n            },\n            \"IncludedMasterConsignmentItem\": {\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"TypeCode\": {\n                    \"listAgencyID\": \"1\",\n                    \"Value\": \"8471.30\"\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\": \"4\"\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                \"OriginCountry\": {\n                    \"ID\": {\n                        \"Value\": \"JP\"\n                    }\n                },\n                \"AssociatedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"12345\"\n                    },\n                    \"LoadedPackageQuantity\": {\n                        \"Value\": \"4\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"schemeAgencyID\": \"1\",\n                            \"Value\": \"AF\"\n                        }\n                    }\n                },\n                \"TransportLogisticsPackage\": {\n                    \"ItemQuantity\": {\n                        \"Value\": \"4\"\n                    },\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1210.2\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"120\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"80\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"100\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CategoryCode\": {\n                        \"Value\": \"Q\"\n                    },\n                    \"CommodityItemID\": {\n                        \"Value\": \"8471.30\"\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                \"SpecifiedRateCombinationPointLocation\": {\n                    \"ID\": {\n                        \"Value\": \"CDG\"\n                    }\n                },\n                \"ApplicableUnitLoadDeviceRateClass\": {\n                    \"TypeCode\": {\n                        \"Value\": \"Q\"\n                    },\n                    \"BasisCode\": {\n                        \"Value\": \"W\"\n                    },\n                    \"AppliedPercent\": {\n                        \"Value\": \"100\"\n                    }\n                }\n            }\n        },\n        \"ApplicableTotalRating\": {\n            \"TypeCode\": {\n                \"Value\": \"F\"\n            },\n            \"ApplicableDestinationCurrencyServiceCharge\": {\n                \"CollectAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"0\"\n                },\n                \"DestinationAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"7418\"\n                },\n                \"TotalAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"94042\"\n                }\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}"},"url":"https://api.psw.gov.pk/api/v1/aci/fwb/json/5.10","description":"**Message Type**: FWB (Master Air Waybill) - JSON Format\n\n**IATA Compliance**: 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.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 020-95947655) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Master Air Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 741) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T13:02:20) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., cb0c990d-80a0-9c27-cd45-619f6e9a4fd5) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., TDVAGT03TEST/AMS1) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., FRAFMLH) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | Waybill header container |\n| BusinessHeaderDocument/ID | String | 12 | M | Waybill number (e.g., 020-95947655) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1.1/2.1.3 AWB 1A/1B |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (D=Direct, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | O | Consignor declaration signature |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | O | Consignor signature name (e.g., LUFTHANSA TECHNIK LO). CIMP Ref: 16.3 AWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2016-05-16T00:00:00). CIMP Ref: 17.2.2/3/4 AWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., U096968). CIMP Ref: 17.3.2 AWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | String | 1-35 | M | Declaration place (e.g., NYC, LHR). CIMP Ref: 17.2.6 AWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/ID | String | 1-35 | O | Master consignment identifier (AWB number at consignment level) |\n| MasterConsignment/AdditionalID | String | 1-35 | O | Additional consignment identifier beyond primary AWB number |\n| MasterConsignment/FreightForwarderAssignedID | String | 1-35 | O | Identifier assigned by the freight forwarder (house AWB or internal reference) |\n| MasterConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference identifier (e.g., booking reference, customs ref) |\n| MasterConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.8.2 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount | Numeric | 1-18 | O | Declared value for carriage. Mutually exclusive with NilCarriageValueIndicator=true. CIMP Ref: 11.8 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCarriageAmount is provided |\n| MasterConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.10.1 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount | Numeric | 1-18 | O | Declared value for customs. Mutually exclusive with NilCustomsValueIndicator=true. CIMP Ref: 11.10 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCustomsAmount is provided |\n| MasterConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.11.2 AWB 20 |\n| MasterConsignment/InsuranceValueAmount | Numeric | 1-18 | O | Insurance value amount. Mutually exclusive with NilInsuranceValueIndicator=true. CIMP Ref: 11.11 AWB 20 |\n| MasterConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when InsuranceValueAmount is provided |\n| MasterConsignment/TotalChargePrepaidIndicator | Alphabetic | 1 | M | Weight valuation prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.1 |\n| MasterConsignment/TotalDisbursementPrepaidIndicator | Alphabetic | 1 | M | Other charges prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.2 |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 2.3.5 AWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 2.3.4 AWB 22C |\n| MasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 2.4.2 |\n| MasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/DensityGroupCode | Numeric | 1-2 | O | Density group code for volumetric weight calculation (values typically 1-9) |\n| MasterConsignment/PackageQuantity | Numeric | 1-10 | O | Total number of outer packages in the master consignment |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., 6). CIMP Ref: 2.3.3 AWB 22J |\n| MasterConsignment/ConsignorParty | Element | N/A | M | Consignor details. CIMP Ref: 5 |\n| MasterConsignment/ConsignorParty/PrimaryID | String | 1-35 | O | Consignor primary identifier (e.g., known shipper ID, CASS participant code) |\n| MasterConsignment/ConsignorParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsignorParty/AdditionalID | String | 1-35 | O | Additional consignor identifier (e.g., tax ID, EIN, customs registration) |\n| MasterConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., LUFTHANSA TECHNIK). CIMP Ref: 5.4.3 AWB 2 |\n| MasterConsignment/ConsignorParty/AccountID | String | 1-35 | O | Consignor account number. CIMP Ref: 5.2 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 11430). CIMP Ref: 5.7.4 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | 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 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 5.6.3 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information (0:n occurrence). CIMP Ref: 5.8 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 5.8.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., 0017182897272). CIMP Ref: 5.8.4 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided. CIMP Ref: 5.8 AWB 2 |\n| MasterConsignment/ConsigneeParty | Element | N/A | M | Consignee details. CIMP Ref: 6 |\n| MasterConsignment/ConsigneeParty/PrimaryID | String | 1-35 | O | Consignee primary identifier (e.g., importer code, customs registration) |\n| MasterConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsigneeParty/AdditionalID | String | 1-35 | O | Additional consignee identifier (e.g., EORI number, tax ID, import license) |\n| MasterConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 6.4.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/AccountID | String | 1-35 | O | Consignee account number. CIMP Ref: 6.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 6.7.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element in Street Details should be completed. CIMP Ref: 6.5.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 6.6.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information (0:n occurrence). CIMP Ref: 6.8 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 6.8.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number. CIMP Ref: 6.8.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/FreightForwarderParty/PrimaryID | String | 1-35 | O | Freight forwarder primary identifier |\n| MasterConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder additional ID (e.g., CAG) |\n| MasterConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., LH TECHNIK LOGISTIK OF AMERICA). FWB ver 16+ only support 35 characters. CIMP Ref: 7.4.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., S800NYC). CIMP Ref: 7.2.2 AWB 8 |\n| MasterConsignment/FreightForwarderParty/CargoAgentID | Numeric | 7 | M | IATA Cargo Agent Code (e.g., 0000000). Last digit is unweighted modulus 7 check digit. CIMP Ref: 7.2.4 AWB 7 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 7.5.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9,26,28 |\n| MasterConsignment/AssociatedParty/PrimaryID | String | 1-35 | O | Other party primary identifier |\n| MasterConsignment/AssociatedParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/AssociatedParty/AdditionalID | String | 1-35 | O | Additional party identifier |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 9.3.3, 26.3, 28.3 AWB 21 |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | 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 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | O | Other party address |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 9.6.4 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element should be completed. CIMP Ref: 9.4.3 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 9.4.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.6.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | String | 1-35 | C | Address location identifier. Mandatory when SpecifiedAddressLocation is provided |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Other party contact information |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 AWB 1, 9 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 AWB 18 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode qualifier (e.g., Main-Carriage, Pre-Carriage, On-Carriage). Always defaults to Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., LH0401). Carrier code + flight number. CIMP Ref: 3.2.2 and 3.2.3 AWB 19A |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., LH) - IATA Airline and Company Designators code. |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2016-05-16T00:00:00). CIMP Ref: AWB 19A/19B |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/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 AWB 11A/11C |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 25 AWB 21 |\n| MasterConsignment/HandlingSPHInstructions/Description | String | 1-195 | O | Special handling description text |\n| MasterConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | 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 |\n| MasterConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., MUST BE KEPT ABOVE 5 DEGREES CELSIUS). Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions/Description | String | 1-195 | C | OSI description (e.g., EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). Mandatory when HandlingOSIInstructions is provided. Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 29 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., NOEEI30.37A, 16DE330262289325I4). CIMP Ref: 29.9 AWB 21 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/AssociatedReferenceDocument/ID | String | 1-35 | C | Reference document ID. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Reference document issue date |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-3 | C | Document type code - UN/EDIFACT 1001. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/Name | String | 1-70 | O | Reference document name |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., T1, T2) - CIMP 1.49. CIMP Ref: 21.3 AWB 21A |\n| MasterConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., USD, GBP) - ISO 4217. CIMP Ref: 11.3 AWB 12 |\n| MasterConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency exchange |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | C | Destination currency code (e.g., EUR, USD) - ISO 4217. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-12 | C | Currency conversion rate. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/ApplicableLogisticsServiceCharge/TransportPaymentMethodCode | Alphabetic | 2 | O | Charges codes (e.g., PX, CC) - CIMP 1.1. CIMP Ref: 11.5 AWB 13 |\n| MasterConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alpha-Numerical | 1-3 | O | Service type code |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 13.2.2 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., 10, 67.1). Range: 0.000-999999999999. CIMP Ref: 13.3.3 |\n| MasterConsignment/ApplicableRating | Element | N/A | O | Rating type (1:n occurrence, maximum of 3). FWB v17 supports only Face value rating |\n| MasterConsignment/ApplicableRating/TypeCode | Alphabetic | 1 | M | Rating type indicator (F=Face, P=Published, A=Actual). Default is F. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableRating/TotalChargeAmount | Numeric | 1-12 | O | Total charge or discount amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 22L |\n| MasterConsignment/ApplicableRating/ConsignmentItemQuantity | Numeric | 1-4 | O | Number of consignment items |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem | Element | N/A | M | Item details (1:n occurrence). FWB v17 supports maximum 12 rating lines |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SequenceNumeric | Numeric | 1-3 | M | Line-item number (e.g., 1, 2, 3). CIMP Ref: 12.2.2 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 12.4.3 AWB 22B |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 12.4.2 AWB 22C |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 12.14.6 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 6). CIMP Ref: 12.3.3 AWB 22A |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Item description |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Description (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S, TOOTH PASTE). CIMP Ref: 12.11.5 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry/ID | Alphabetic | 2 | C | ISO country code. Mandatory when OriginCountry is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.12 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | C | ULD serial number. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.3 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-10 | O | Number of packages loaded in ULD |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alphabetic | 1-4 | C | ULD type code per IATA ULD Regulations. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.2 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | C | ULD operating party. Mandatory when AssociatedUnitLoadTransportEquipment is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alphabetic | 2 | C | ULD owner airline code. Mandatory when OperatingParty is provided. CIMP Ref: 12.12.4 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage | Element | N/A | O | 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 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 1). CIMP Ref: 12.13.15 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 9.8). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23, 71, 20, 76). CIMP Ref: 12.13.11 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23, 71, 122, 36, 76, 20). CIMP Ref: 12.13.9 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 20, 18, 122, 53, 13). CIMP Ref: 12.13.13 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., N, M) - CIMP 1.4. CIMP Ref: 12.5.3 AWB 22D |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | String | 1-35 | O | Commodity item identifier |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., 122). Range: 0.1-9999999. CIMP Ref: 12.7.3 AWB 22F |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | M | Rate or charge amount (e.g., 4.18). Range: 0.0001-99999999. CIMP Ref: 12.8.3 AWB 22G |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | M | Item total charge (e.g., 509.96). CIMP Ref: 12.9.3 AWB 22H |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | Rate combination point |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | C | IATA location code. Mandatory when SpecifiedRateCombinationPointLocation is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass | Element | N/A | O | ULD rate class details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/TypeCode | Alpha-Numerical | 1-3 | C | ULD rate class type code. Mandatory when ApplicableUnitLoadDeviceRateClass is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/BasisCode | Alpha-Numerical | 1-3 | O | Rate basis code |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/AppliedPercent | Numeric | 1-5 | O | Applied percentage |\n| MasterConsignment/ApplicableTotalRating | Element | N/A | O | Waybill totals |\n| MasterConsignment/ApplicableTotalRating/TypeCode | Alphabetic | 1 | M | Rating type (F=Face, P=Published, A=Actual). Default is F. Maximum of 3 occurrences |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge | Element | N/A | O | Destination currency service charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount | Numeric | 1-18 | C | Collect charges in destination currency. Mandatory when DestinationCurrencyServiceCharge is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when CollectAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount | Numeric | 1-18 | O | Destination charges amount |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DestinationAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount | Numeric | 1-18 | O | Total destination currency charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when TotalAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation | Element | N/A | M | Prepaid/collect summary (1:n occurrence, maximum of 2). CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/WeightChargeTotalAmount | Numeric | 1-12 | O | Weight charge amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 24A and 22L/H |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/CarrierTotalDuePayableAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., 77.1). Range: 0.000-999999999999. CIMP Ref: 14.7/15.7 AWB 28A/28B |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/GrandTotalAmount | Numeric | 1-12 | M | Total charge summary (e.g., 587.06). Range: 0.000-999999999999. CIMP Ref: 14.8/15.8 AWB 30A/30B |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-3 character codes\n    \n- IATA ACA Number: 7-digit numeric format\n    \n- IATA CASS Address: 10-character format (country + city + numeric)\n    \n- Currency Codes: ISO 4217 3-letter codes\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version**: XFWB version 5.10 XML Waybill (XFWB to FWB Conversion)\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186[;vnd.vst.idref=cxml-xfwb_5.10_iframes]!/4](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186%5B%3Bvnd.vst.idref%3Dcxml-xfwb_5.10_iframes%5D!/4)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"0af83cf8-03a8-46e4-8217-17e78214c3cd","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"175c32fa-4c83-40e8-a521-c9921c435a66","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":"1780561706","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\": \"KAZUHIRO HOTTA\"\n            }\n        },\n        \"SignatoryCarrierAuthentication\": {\n            \"ActualDateTime\": {\n                \"Value\": \"2014-01-27T00:00:00\"\n            },\n            \"Signatory\": {\n                \"Value\": \"KUEHNE + NAGEL LTD\"\n            },\n            \"IssueAuthenticationLocation\": {\n                \"Name\": {\n                    \"Value\": \"OSAKA\"\n                }\n            }\n        }\n    },\n    \"MasterConsignment\": {\n        \"ID\": {\n            \"Value\": \"057-20866156\"\n        },\n        \"AdditionalID\": {\n            \"Value\": \"MAWB-2014-001\"\n        },\n        \"FreightForwarderAssignedID\": {\n            \"Value\": \"4220217440104400\"\n        },\n        \"AssociatedReferenceID\": {\n            \"Value\": \"1016032\"\n        },\n        \"NilCarriageValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"DeclaredValueForCarriageAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"50000\"\n        },\n        \"NilCustomsValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"DeclaredValueForCustomsAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"45000\"\n        },\n        \"NilInsuranceValueIndicator\": {\n            \"Value\": \"false\"\n        },\n        \"InsuranceValueAmount\": {\n            \"currencyID\": \"JPY\",\n            \"Value\": \"75000\"\n        },\n        \"TotalChargePrepaidIndicator\": {\n            \"Value\": \"P\"\n        },\n        \"TotalDisbursementPrepaidIndicator\": {\n            \"Value\": \"P\"\n        },\n        \"IncludedTareGrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"1210.2\"\n        },\n        \"GrossVolumeMeasure\": {\n            \"unitCode\": \"MTQ\",\n            \"Value\": \"3.84\"\n        },\n        \"DensityGroupCode\": {\n            \"Value\": \"5\"\n        },\n        \"PackageQuantity\": {\n            \"Value\": \"4\"\n        },\n        \"TotalPieceQuantity\": {\n            \"Value\": \"4\"\n        },\n        \"ProductID\": {\n            \"Value\": \"VIPRO\"\n        },\n        \"ConsignorParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"SHPR-10042\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"US-EIN-123456789\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n            },\n            \"AccountID\": {\n                \"Value\": \"SHP800NYC\"\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            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"KAZUHIRO HOTTA\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"0081724555733\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"shipper@kuehne-nagel.com\"\n                    }\n                }\n            }\n        },\n        \"ConsigneeParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"CNEE-20088\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"DE-EORI-DE123456789\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL (AG and CO)\"\n            },\n            \"AccountID\": {\n                \"Value\": \"CNE60549\"\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                \"PersonName\": {\n                    \"Value\": \"HANS MUELLER\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"004969123456\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"consignee@kuehne-nagel.de\"\n                    }\n                }\n            }\n        },\n        \"FreightForwarderParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"FFWD-30055\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"CAG\"\n            },\n            \"Name\": {\n                \"Value\": \"KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE\"\n            },\n            \"AccountID\": {\n                \"Value\": \"S800NYC\"\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                \"CountrySubDivisionName\": {\n                    \"Value\": \"OSAKA\"\n                }\n            },\n            \"SpecifiedCargoAgentLocation\": {\n                \"ID\": {\n                    \"Value\": \"0023\"\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"KAZUHIRO HOTTA\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"0081724555733\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"forwarder@kuehne-nagel.com\"\n                    }\n                }\n            }\n        },\n        \"AssociatedParty\": {\n            \"PrimaryID\": {\n                \"schemeAgencyID\": \"1\",\n                \"Value\": \"NP-001\"\n            },\n            \"AdditionalID\": {\n                \"Value\": \"DE-EORI-DE987654321\"\n            },\n            \"Name\": {\n                \"Value\": \"ONTOUR TRANSPORT SERVICE GMBH\"\n            },\n            \"RoleCode\": {\n                \"Value\": \"NI\"\n            },\n            \"PostalStructuredAddress\": {\n                \"PostcodeCode\": {\n                    \"Value\": \"65479\"\n                },\n                \"StreetName\": {\n                    \"Value\": \"SEINESTRASSE 1\"\n                },\n                \"CityName\": {\n                    \"Value\": \"RAUNHEIM\"\n                },\n                \"CountryID\": {\n                    \"Value\": \"DE\"\n                },\n                \"CountrySubDivisionName\": {\n                    \"Value\": \"HESSE\"\n                },\n                \"SpecifiedAddressLocation\": {\n                    \"ID\": {\n                        \"Value\": \"FRA\"\n                    }\n                }\n            },\n            \"DefinedTradeContact\": {\n                \"PersonName\": {\n                    \"Value\": \"PETER SCHMIDT\"\n                },\n                \"DirectTelephoneCommunication\": {\n                    \"CompleteNumber\": {\n                        \"Value\": \"004969123456\"\n                    }\n                },\n                \"URIEmailCommunication\": {\n                    \"URIID\": {\n                        \"Value\": \"logistics@ontour.de\"\n                    }\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                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2014-01-28T00:00:00\"\n                    },\n                    \"OccurrenceArrivalLocation\": {\n                        \"ID\": {\n                            \"Value\": \"CDG\"\n                        },\n                        \"Name\": {\n                            \"Value\": \"PARIS\"\n                        },\n                        \"TypeCode\": {\n                            \"Value\": \"AIRPORT\"\n                        }\n                    }\n                },\n                \"DepartureEvent\": {\n                    \"ScheduledOccurrenceDateTime\": {\n                        \"Value\": \"2014-01-27T00: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        \"HandlingSSRInstructions\": {\n            \"Description\": {\n                \"Value\": \"MUST BE KEPT ABOVE 5 DEGREES CELSIUS\"\n            }\n        },\n        \"HandlingOSIInstructions\": {\n            \"Description\": {\n                \"Value\": \"EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS\"\n            }\n        },\n        \"IncludedAccountingNote\": {\n            \"ContentCode\": {\n                \"Value\": \"GEN\"\n            },\n            \"Content\": {\n                \"Value\": \"PAYMENT BY CERTIFIED CHEQUE\"\n            }\n        },\n        \"IncludedCustomsNote\": {\n            \"ContentCode\": {\n                \"Value\": \"M\"\n            },\n            \"Content\": {\n                \"Value\": \"16DE330262289325I4\"\n            },\n            \"SubjectCode\": {\n                \"Value\": \"IMP\"\n            },\n            \"CountryID\": {\n                \"Value\": \"DE\"\n            }\n        },\n        \"AssociatedReferenceDocument\": [\n            {\n                \"ID\": {\n                    \"Value\": \"12345675\"\n                },\n                \"IssueDateTime\": {\n                    \"Value\": \"2014-01-27T00:00:00\"\n                },\n                \"TypeCode\": {\n                    \"Value\": \"861\"\n                },\n                \"Name\": {\n                    \"Value\": \"Certificate of origin\"\n                }\n            }\n        ],\n        \"AssociatedConsignmentCustomsProcedure\": {\n            \"GoodsStatusCode\": {\n                \"Value\": \"T1\"\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        \"ApplicableLogisticsServiceCharge\": {\n            \"TransportPaymentMethodCode\": {\n                \"Value\": \"PP\"\n            },\n            \"ServiceTypeCode\": {\n                \"Value\": \"Q\"\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            \"ConsignmentItemQuantity\": {\n                \"Value\": \"1\"\n            },\n            \"IncludedMasterConsignmentItem\": {\n                \"SequenceNumeric\": {\n                    \"Value\": \"1\"\n                },\n                \"TypeCode\": {\n                    \"listAgencyID\": \"1\",\n                    \"Value\": \"8471.30\"\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\": \"4\"\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                \"OriginCountry\": {\n                    \"ID\": {\n                        \"Value\": \"JP\"\n                    }\n                },\n                \"AssociatedUnitLoadTransportEquipment\": {\n                    \"ID\": {\n                        \"Value\": \"12345\"\n                    },\n                    \"LoadedPackageQuantity\": {\n                        \"Value\": \"4\"\n                    },\n                    \"CharacteristicCode\": {\n                        \"Value\": \"AKE\"\n                    },\n                    \"OperatingParty\": {\n                        \"PrimaryID\": {\n                            \"schemeAgencyID\": \"1\",\n                            \"Value\": \"AF\"\n                        }\n                    }\n                },\n                \"TransportLogisticsPackage\": {\n                    \"ItemQuantity\": {\n                        \"Value\": \"4\"\n                    },\n                    \"GrossWeightMeasure\": {\n                        \"unitCode\": \"KGM\",\n                        \"Value\": \"1210.2\"\n                    },\n                    \"LinearSpatialDimension\": {\n                        \"WidthMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"120\"\n                        },\n                        \"LengthMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"80\"\n                        },\n                        \"HeightMeasure\": {\n                            \"unitCode\": \"CMT\",\n                            \"Value\": \"100\"\n                        }\n                    }\n                },\n                \"ApplicableFreightRateServiceCharge\": {\n                    \"CategoryCode\": {\n                        \"Value\": \"Q\"\n                    },\n                    \"CommodityItemID\": {\n                        \"Value\": \"8471.30\"\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                \"SpecifiedRateCombinationPointLocation\": {\n                    \"ID\": {\n                        \"Value\": \"CDG\"\n                    }\n                },\n                \"ApplicableUnitLoadDeviceRateClass\": {\n                    \"TypeCode\": {\n                        \"Value\": \"Q\"\n                    },\n                    \"BasisCode\": {\n                        \"Value\": \"W\"\n                    },\n                    \"AppliedPercent\": {\n                        \"Value\": \"100\"\n                    }\n                }\n            }\n        },\n        \"ApplicableTotalRating\": {\n            \"TypeCode\": {\n                \"Value\": \"F\"\n            },\n            \"ApplicableDestinationCurrencyServiceCharge\": {\n                \"CollectAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"0\"\n                },\n                \"DestinationAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"7418\"\n                },\n                \"TotalAppliedAmount\": {\n                    \"currencyID\": \"EUR\",\n                    \"Value\": \"94042\"\n                }\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}"},"url":"https://api.psw.gov.pk/api/v1/aci/fwb/json/5.10","description":"**Message Type**: FWB (Master Air Waybill) - JSON Format\n\n**IATA Compliance**: 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.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 020-95947655) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Master Air Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 741) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T13:02:20) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., cb0c990d-80a0-9c27-cd45-619f6e9a4fd5) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., TDVAGT03TEST/AMS1) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., FRAFMLH) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | Waybill header container |\n| BusinessHeaderDocument/ID | String | 12 | M | Waybill number (e.g., 020-95947655) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1.1/2.1.3 AWB 1A/1B |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (D=Direct, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | O | Consignor declaration signature |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | O | Consignor signature name (e.g., LUFTHANSA TECHNIK LO). CIMP Ref: 16.3 AWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2016-05-16T00:00:00). CIMP Ref: 17.2.2/3/4 AWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., U096968). CIMP Ref: 17.3.2 AWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | String | 1-35 | M | Declaration place (e.g., NYC, LHR). CIMP Ref: 17.2.6 AWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/ID | String | 1-35 | O | Master consignment identifier (AWB number at consignment level) |\n| MasterConsignment/AdditionalID | String | 1-35 | O | Additional consignment identifier beyond primary AWB number |\n| MasterConsignment/FreightForwarderAssignedID | String | 1-35 | O | Identifier assigned by the freight forwarder (house AWB or internal reference) |\n| MasterConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference identifier (e.g., booking reference, customs ref) |\n| MasterConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.8.2 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount | Numeric | 1-18 | O | Declared value for carriage. Mutually exclusive with NilCarriageValueIndicator=true. CIMP Ref: 11.8 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCarriageAmount is provided |\n| MasterConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.10.1 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount | Numeric | 1-18 | O | Declared value for customs. Mutually exclusive with NilCustomsValueIndicator=true. CIMP Ref: 11.10 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCustomsAmount is provided |\n| MasterConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.11.2 AWB 20 |\n| MasterConsignment/InsuranceValueAmount | Numeric | 1-18 | O | Insurance value amount. Mutually exclusive with NilInsuranceValueIndicator=true. CIMP Ref: 11.11 AWB 20 |\n| MasterConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when InsuranceValueAmount is provided |\n| MasterConsignment/TotalChargePrepaidIndicator | Alphabetic | 1 | M | Weight valuation prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.1 |\n| MasterConsignment/TotalDisbursementPrepaidIndicator | Alphabetic | 1 | M | Other charges prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.2 |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 2.3.5 AWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 2.3.4 AWB 22C |\n| MasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 2.4.2 |\n| MasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/DensityGroupCode | Numeric | 1-2 | O | Density group code for volumetric weight calculation (values typically 1-9) |\n| MasterConsignment/PackageQuantity | Numeric | 1-10 | O | Total number of outer packages in the master consignment |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., 6). CIMP Ref: 2.3.3 AWB 22J |\n| MasterConsignment/ConsignorParty | Element | N/A | M | Consignor details. CIMP Ref: 5 |\n| MasterConsignment/ConsignorParty/PrimaryID | String | 1-35 | O | Consignor primary identifier (e.g., known shipper ID, CASS participant code) |\n| MasterConsignment/ConsignorParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsignorParty/AdditionalID | String | 1-35 | O | Additional consignor identifier (e.g., tax ID, EIN, customs registration) |\n| MasterConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., LUFTHANSA TECHNIK). CIMP Ref: 5.4.3 AWB 2 |\n| MasterConsignment/ConsignorParty/AccountID | String | 1-35 | O | Consignor account number. CIMP Ref: 5.2 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 11430). CIMP Ref: 5.7.4 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | 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 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 5.6.3 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information (0:n occurrence). CIMP Ref: 5.8 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 5.8.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., 0017182897272). CIMP Ref: 5.8.4 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided. CIMP Ref: 5.8 AWB 2 |\n| MasterConsignment/ConsigneeParty | Element | N/A | M | Consignee details. CIMP Ref: 6 |\n| MasterConsignment/ConsigneeParty/PrimaryID | String | 1-35 | O | Consignee primary identifier (e.g., importer code, customs registration) |\n| MasterConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsigneeParty/AdditionalID | String | 1-35 | O | Additional consignee identifier (e.g., EORI number, tax ID, import license) |\n| MasterConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 6.4.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/AccountID | String | 1-35 | O | Consignee account number. CIMP Ref: 6.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 6.7.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element in Street Details should be completed. CIMP Ref: 6.5.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 6.6.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information (0:n occurrence). CIMP Ref: 6.8 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 6.8.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number. CIMP Ref: 6.8.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/FreightForwarderParty/PrimaryID | String | 1-35 | O | Freight forwarder primary identifier |\n| MasterConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder additional ID (e.g., CAG) |\n| MasterConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., LH TECHNIK LOGISTIK OF AMERICA). FWB ver 16+ only support 35 characters. CIMP Ref: 7.4.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., S800NYC). CIMP Ref: 7.2.2 AWB 8 |\n| MasterConsignment/FreightForwarderParty/CargoAgentID | Numeric | 7 | M | IATA Cargo Agent Code (e.g., 0000000). Last digit is unweighted modulus 7 check digit. CIMP Ref: 7.2.4 AWB 7 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 7.5.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9,26,28 |\n| MasterConsignment/AssociatedParty/PrimaryID | String | 1-35 | O | Other party primary identifier |\n| MasterConsignment/AssociatedParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/AssociatedParty/AdditionalID | String | 1-35 | O | Additional party identifier |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 9.3.3, 26.3, 28.3 AWB 21 |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | 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 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | O | Other party address |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 9.6.4 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element should be completed. CIMP Ref: 9.4.3 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 9.4.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.6.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | String | 1-35 | C | Address location identifier. Mandatory when SpecifiedAddressLocation is provided |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Other party contact information |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 AWB 1, 9 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 AWB 18 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode qualifier (e.g., Main-Carriage, Pre-Carriage, On-Carriage). Always defaults to Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., LH0401). Carrier code + flight number. CIMP Ref: 3.2.2 and 3.2.3 AWB 19A |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., LH) - IATA Airline and Company Designators code. |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2016-05-16T00:00:00). CIMP Ref: AWB 19A/19B |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/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 AWB 11A/11C |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 25 AWB 21 |\n| MasterConsignment/HandlingSPHInstructions/Description | String | 1-195 | O | Special handling description text |\n| MasterConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | 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 |\n| MasterConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., MUST BE KEPT ABOVE 5 DEGREES CELSIUS). Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions/Description | String | 1-195 | C | OSI description (e.g., EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). Mandatory when HandlingOSIInstructions is provided. Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 29 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., NOEEI30.37A, 16DE330262289325I4). CIMP Ref: 29.9 AWB 21 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/AssociatedReferenceDocument/ID | String | 1-35 | C | Reference document ID. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Reference document issue date |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-3 | C | Document type code - UN/EDIFACT 1001. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/Name | String | 1-70 | O | Reference document name |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., T1, T2) - CIMP 1.49. CIMP Ref: 21.3 AWB 21A |\n| MasterConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., USD, GBP) - ISO 4217. CIMP Ref: 11.3 AWB 12 |\n| MasterConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency exchange |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | C | Destination currency code (e.g., EUR, USD) - ISO 4217. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-12 | C | Currency conversion rate. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/ApplicableLogisticsServiceCharge/TransportPaymentMethodCode | Alphabetic | 2 | O | Charges codes (e.g., PX, CC) - CIMP 1.1. CIMP Ref: 11.5 AWB 13 |\n| MasterConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alpha-Numerical | 1-3 | O | Service type code |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 13.2.2 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., 10, 67.1). Range: 0.000-999999999999. CIMP Ref: 13.3.3 |\n| MasterConsignment/ApplicableRating | Element | N/A | O | Rating type (1:n occurrence, maximum of 3). FWB v17 supports only Face value rating |\n| MasterConsignment/ApplicableRating/TypeCode | Alphabetic | 1 | M | Rating type indicator (F=Face, P=Published, A=Actual). Default is F. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableRating/TotalChargeAmount | Numeric | 1-12 | O | Total charge or discount amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 22L |\n| MasterConsignment/ApplicableRating/ConsignmentItemQuantity | Numeric | 1-4 | O | Number of consignment items |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem | Element | N/A | M | Item details (1:n occurrence). FWB v17 supports maximum 12 rating lines |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SequenceNumeric | Numeric | 1-3 | M | Line-item number (e.g., 1, 2, 3). CIMP Ref: 12.2.2 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 12.4.3 AWB 22B |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 12.4.2 AWB 22C |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 12.14.6 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 6). CIMP Ref: 12.3.3 AWB 22A |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Item description |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Description (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S, TOOTH PASTE). CIMP Ref: 12.11.5 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry/ID | Alphabetic | 2 | C | ISO country code. Mandatory when OriginCountry is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.12 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | C | ULD serial number. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.3 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-10 | O | Number of packages loaded in ULD |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alphabetic | 1-4 | C | ULD type code per IATA ULD Regulations. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.2 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | C | ULD operating party. Mandatory when AssociatedUnitLoadTransportEquipment is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alphabetic | 2 | C | ULD owner airline code. Mandatory when OperatingParty is provided. CIMP Ref: 12.12.4 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage | Element | N/A | O | 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 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 1). CIMP Ref: 12.13.15 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 9.8). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23, 71, 20, 76). CIMP Ref: 12.13.11 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23, 71, 122, 36, 76, 20). CIMP Ref: 12.13.9 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 20, 18, 122, 53, 13). CIMP Ref: 12.13.13 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., N, M) - CIMP 1.4. CIMP Ref: 12.5.3 AWB 22D |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | String | 1-35 | O | Commodity item identifier |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., 122). Range: 0.1-9999999. CIMP Ref: 12.7.3 AWB 22F |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | M | Rate or charge amount (e.g., 4.18). Range: 0.0001-99999999. CIMP Ref: 12.8.3 AWB 22G |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | M | Item total charge (e.g., 509.96). CIMP Ref: 12.9.3 AWB 22H |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | Rate combination point |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | C | IATA location code. Mandatory when SpecifiedRateCombinationPointLocation is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass | Element | N/A | O | ULD rate class details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/TypeCode | Alpha-Numerical | 1-3 | C | ULD rate class type code. Mandatory when ApplicableUnitLoadDeviceRateClass is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/BasisCode | Alpha-Numerical | 1-3 | O | Rate basis code |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/AppliedPercent | Numeric | 1-5 | O | Applied percentage |\n| MasterConsignment/ApplicableTotalRating | Element | N/A | O | Waybill totals |\n| MasterConsignment/ApplicableTotalRating/TypeCode | Alphabetic | 1 | M | Rating type (F=Face, P=Published, A=Actual). Default is F. Maximum of 3 occurrences |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge | Element | N/A | O | Destination currency service charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount | Numeric | 1-18 | C | Collect charges in destination currency. Mandatory when DestinationCurrencyServiceCharge is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when CollectAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount | Numeric | 1-18 | O | Destination charges amount |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DestinationAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount | Numeric | 1-18 | O | Total destination currency charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when TotalAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation | Element | N/A | M | Prepaid/collect summary (1:n occurrence, maximum of 2). CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/WeightChargeTotalAmount | Numeric | 1-12 | O | Weight charge amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 24A and 22L/H |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/CarrierTotalDuePayableAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., 77.1). Range: 0.000-999999999999. CIMP Ref: 14.7/15.7 AWB 28A/28B |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/GrandTotalAmount | Numeric | 1-12 | M | Total charge summary (e.g., 587.06). Range: 0.000-999999999999. CIMP Ref: 14.8/15.8 AWB 30A/30B |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-3 character codes\n    \n- IATA ACA Number: 7-digit numeric format\n    \n- IATA CASS Address: 10-character format (country + city + numeric)\n    \n- Currency Codes: ISO 4217 3-letter codes\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version**: XFWB version 5.10 XML Waybill (XFWB to FWB Conversion)\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186[;vnd.vst.idref=cxml-xfwb_5.10_iframes]!/4](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186%5B%3Bvnd.vst.idref%3Dcxml-xfwb_5.10_iframes%5D!/4)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"87a8b6f0-cbce-4785-a0aa-c9d26d89490a"},{"name":"Send Master Air Waybill (XFWB) - IATA Cargo-XML Format","id":"41bbfd07-80ca-4330-a4c4-67b090146975","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"cc9a86db-c3e5-4944-a7fe-7441c8591a33","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":"1780561706","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>KAZUHIRO HOTTA</ram:Signatory>\n    </ram:SignatoryConsignorAuthentication>\n    <ram:SignatoryCarrierAuthentication>\n      <ram:ActualDateTime>2014-01-27T00:00:00</ram:ActualDateTime>\n      <ram:Signatory>KUEHNE + NAGEL LTD</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:ID>057-20866156</ram:ID>\n    <ram:AdditionalID>MAWB-2014-001</ram:AdditionalID>\n    <ram:FreightForwarderAssignedID>4220217440104400</ram:FreightForwarderAssignedID>\n    <ram:AssociatedReferenceID>1016032</ram:AssociatedReferenceID>\n    <ram:NilCarriageValueIndicator>false</ram:NilCarriageValueIndicator>\n    <ram:DeclaredValueForCarriageAmount currencyID=\"JPY\">50000</ram:DeclaredValueForCarriageAmount>\n    <ram:NilCustomsValueIndicator>false</ram:NilCustomsValueIndicator>\n    <ram:DeclaredValueForCustomsAmount currencyID=\"JPY\">45000</ram:DeclaredValueForCustomsAmount>\n    <ram:NilInsuranceValueIndicator>false</ram:NilInsuranceValueIndicator>\n    <ram:InsuranceValueAmount currencyID=\"JPY\">75000</ram:InsuranceValueAmount>\n    <ram:TotalChargePrepaidIndicator>P</ram:TotalChargePrepaidIndicator>\n    <ram:TotalDisbursementPrepaidIndicator>P</ram:TotalDisbursementPrepaidIndicator>\n    <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">1210.2</ram:IncludedTareGrossWeightMeasure>\n    <ram:GrossVolumeMeasure unitCode=\"MTQ\">3.84</ram:GrossVolumeMeasure>\n    <ram:DensityGroupCode>5</ram:DensityGroupCode>\n    <ram:PackageQuantity>4</ram:PackageQuantity>\n    <ram:TotalPieceQuantity>4</ram:TotalPieceQuantity>\n    <ram:ProductID>VIPRO</ram:ProductID>\n    <ram:ConsignorParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">SHPR-10042</ram:PrimaryID>\n      <ram:AdditionalID>US-EIN-123456789</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:AccountID>SHP800NYC</ram:AccountID>\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:PostalStructuredAddress>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>KAZUHIRO HOTTA</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>0081724555733</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>shipper@kuehne-nagel.com</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:ConsignorParty>\n    <ram:ConsigneeParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">CNEE-20088</ram:PrimaryID>\n      <ram:AdditionalID>DE-EORI-DE123456789</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL (AG and CO)</ram:Name>\n      <ram:AccountID>CNE60549</ram:AccountID>\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:PersonName>HANS MUELLER</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>004969123456</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>consignee@kuehne-nagel.de</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:ConsigneeParty>\n    <ram:FreightForwarderParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">FFWD-30055</ram:PrimaryID>\n      <ram:AdditionalID>CAG</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:AccountID>S800NYC</ram:AccountID>\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:CountrySubDivisionName>OSAKA</ram:CountrySubDivisionName>\n      </ram:FreightForwarderAddress>\n      <ram:SpecifiedCargoAgentLocation>\n        <ram:ID>0023</ram:ID>\n      </ram:SpecifiedCargoAgentLocation>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>KAZUHIRO HOTTA</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>0081724555733</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>forwarder@kuehne-nagel.com</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:FreightForwarderParty>\n    <ram:AssociatedParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">NP-001</ram:PrimaryID>\n      <ram:AdditionalID>DE-EORI-DE987654321</ram:AdditionalID>\n      <ram:Name>ONTOUR TRANSPORT SERVICE GMBH</ram:Name>\n      <ram:RoleCode>NI</ram:RoleCode>\n      <ram:PostalStructuredAddress>\n        <ram:PostcodeCode>65479</ram:PostcodeCode>\n        <ram:StreetName>SEINESTRASSE 1</ram:StreetName>\n        <ram:CityName>RAUNHEIM</ram:CityName>\n        <ram:CountryID>DE</ram:CountryID>\n        <ram:CountrySubDivisionName>HESSE</ram:CountrySubDivisionName>\n        <ram:SpecifiedAddressLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:SpecifiedAddressLocation>\n      </ram:PostalStructuredAddress>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>PETER SCHMIDT</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>004969123456</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>logistics@ontour.de</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:AssociatedParty>\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>2014-01-28T00:00:00</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>2014-01-27T00:00:00</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>2014-01-29T00:00:00</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>2014-01-30T00:00:00</ram:ScheduledOccurrenceDateTime>\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:HandlingSSRInstructions>\n      <ram:Description>MUST BE KEPT ABOVE 5 DEGREES CELSIUS</ram:Description>\n    </ram:HandlingSSRInstructions>\n    <ram:HandlingOSIInstructions>\n      <ram:Description>EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS</ram:Description>\n    </ram:HandlingOSIInstructions>\n    <ram:IncludedAccountingNote>\n      <ram:ContentCode>GEN</ram:ContentCode>\n      <ram:Content>PAYMENT BY CERTIFIED CHEQUE</ram:Content>\n    </ram:IncludedAccountingNote>\n    <ram:IncludedCustomsNote>\n      <ram:ContentCode>M</ram:ContentCode>\n      <ram:Content>16DE330262289325I4</ram:Content>\n      <ram:SubjectCode>IMP</ram:SubjectCode>\n      <ram:CountryID>DE</ram:CountryID>\n    </ram:IncludedCustomsNote>\n    <ram:AssociatedReferenceDocument>\n      <ram:ID>12345675</ram:ID>\n      <ram:IssueDateTime>2014-01-27T00:00:00</ram:IssueDateTime>\n      <ram:TypeCode>861</ram:TypeCode>\n      <ram:Name>Certificate of origin</ram:Name>\n    </ram:AssociatedReferenceDocument>\n    <ram:AssociatedConsignmentCustomsProcedure>\n      <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n    </ram:AssociatedConsignmentCustomsProcedure>\n    <ram:ApplicableOriginCurrencyExchange>\n      <ram:SourceCurrencyCode>JPY</ram:SourceCurrencyCode>\n    </ram:ApplicableOriginCurrencyExchange>\n    <ram:ApplicableDestinationCurrencyExchange>\n      <ram:TargetCurrencyCode>EUR</ram:TargetCurrencyCode>\n      <ram:ConversionRate>0.0546</ram:ConversionRate>\n    </ram:ApplicableDestinationCurrencyExchange>\n    <ram:ApplicableLogisticsServiceCharge>\n      <ram:TransportPaymentMethodCode>PP</ram:TransportPaymentMethodCode>\n      <ram:ServiceTypeCode>Q</ram:ServiceTypeCode>\n    </ram:ApplicableLogisticsServiceCharge>\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:ConsignmentItemQuantity>1</ram:ConsignmentItemQuantity>\n      <ram:IncludedMasterConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"1\">8471.30</ram:TypeCode>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.780</ram:GrossVolumeMeasure>\n        <ram:PackageQuantity>4</ram:PackageQuantity>\n        <ram:PieceQuantity>4</ram:PieceQuantity>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>CONSOLIDATION AS PER ATTACHED MANIFEST</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:OriginCountry>\n          <ram:ID>JP</ram:ID>\n        </ram:OriginCountry>\n        <ram:AssociatedUnitLoadTransportEquipment>\n          <ram:ID>12345</ram:ID>\n          <ram:LoadedPackageQuantity>4</ram:LoadedPackageQuantity>\n          <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n          <ram:OperatingParty>\n            <ram:PrimaryID schemeAgencyID=\"1\">AF</ram:PrimaryID>\n          </ram:OperatingParty>\n        </ram:AssociatedUnitLoadTransportEquipment>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>4</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n          <ram:LinearSpatialDimension>\n            <ram:WidthMeasure unitCode=\"CMT\">120</ram:WidthMeasure>\n            <ram:LengthMeasure unitCode=\"CMT\">80</ram:LengthMeasure>\n            <ram:HeightMeasure unitCode=\"CMT\">100</ram:HeightMeasure>\n          </ram:LinearSpatialDimension>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:CommodityItemID>8471.30</ram:CommodityItemID>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">1210.5</ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>1310</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"JPY\">1585755</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n        <ram:SpecifiedRateCombinationPointLocation>\n          <ram:ID>CDG</ram:ID>\n        </ram:SpecifiedRateCombinationPointLocation>\n        <ram:ApplicableUnitLoadDeviceRateClass>\n          <ram:TypeCode>Q</ram:TypeCode>\n          <ram:BasisCode>W</ram:BasisCode>\n          <ram:AppliedPercent>100</ram:AppliedPercent>\n        </ram:ApplicableUnitLoadDeviceRateClass>\n      </ram:IncludedMasterConsignmentItem>\n    </ram:ApplicableRating>\n    <ram:ApplicableTotalRating>\n      <ram:TypeCode>F</ram:TypeCode>\n      <ram:ApplicableDestinationCurrencyServiceCharge>\n        <ram:CollectAppliedAmount currencyID=\"EUR\">0</ram:CollectAppliedAmount>\n        <ram:DestinationAppliedAmount currencyID=\"EUR\">7418</ram:DestinationAppliedAmount>\n        <ram:TotalAppliedAmount currencyID=\"EUR\">94042</ram:TotalAppliedAmount>\n      </ram:ApplicableDestinationCurrencyServiceCharge>\n      <ram:ApplicablePrepaidCollectMonetarySummation>\n        <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n        <ram:WeightChargeTotalAmount currencyID=\"JPY\">1585755</ram:WeightChargeTotalAmount>\n        <ram:ValuationChargeTotalAmount currencyID=\"JPY\">0</ram:ValuationChargeTotalAmount>\n        <ram:TaxTotalAmount currencyID=\"JPY\">0</ram:TaxTotalAmount>\n        <ram:AgentTotalDuePayableAmount currencyID=\"JPY\">0</ram:AgentTotalDuePayableAmount>\n        <ram:CarrierTotalDuePayableAmount currencyID=\"JPY\">135894</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/ID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Master consignment identifier (AWB number at consignment level)</td>\n</tr>\n<tr>\n<td>MasterConsignment/AdditionalID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Additional consignment identifier beyond primary AWB number</td>\n</tr>\n<tr>\n<td>MasterConsignment/FreightForwarderAssignedID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Identifier assigned by the freight forwarder (house AWB or internal reference)</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedReferenceID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Associated reference identifier (e.g., booking reference, customs ref)</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/DeclaredValueForCarriageAmount</td>\n<td>Numeric</td>\n<td>1-18</td>\n<td>O</td>\n<td>Declared value for carriage. Mutually exclusive with NilCarriageValueIndicator=true. CIMP Ref: 11.8 AWB 16</td>\n</tr>\n<tr>\n<td>MasterConsignment/DeclaredValueForCarriageAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code. Mandatory when DeclaredValueForCarriageAmount is provided</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/DeclaredValueForCustomsAmount</td>\n<td>Numeric</td>\n<td>1-18</td>\n<td>O</td>\n<td>Declared value for customs. Mutually exclusive with NilCustomsValueIndicator=true. CIMP Ref: 11.10 AWB 17</td>\n</tr>\n<tr>\n<td>MasterConsignment/DeclaredValueForCustomsAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code. Mandatory when DeclaredValueForCustomsAmount is provided</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/InsuranceValueAmount</td>\n<td>Numeric</td>\n<td>1-18</td>\n<td>O</td>\n<td>Insurance value amount. Mutually exclusive with NilInsuranceValueIndicator=true. CIMP Ref: 11.11 AWB 20</td>\n</tr>\n<tr>\n<td>MasterConsignment/InsuranceValueAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code. Mandatory when InsuranceValueAmount is provided</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/DensityGroupCode</td>\n<td>Numeric</td>\n<td>1-2</td>\n<td>O</td>\n<td>Density group code for volumetric weight calculation (values typically 1-9)</td>\n</tr>\n<tr>\n<td>MasterConsignment/PackageQuantity</td>\n<td>Numeric</td>\n<td>1-10</td>\n<td>O</td>\n<td>Total number of outer packages in the master consignment</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/PrimaryID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignor primary identifier (e.g., known shipper ID, CASS participant code)</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/PrimaryID@schemeAgencyID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Coding scheme agency for the PrimaryID</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/AdditionalID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Additional consignor identifier (e.g., tax ID, EIN, customs registration)</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/AccountID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignor account number. CIMP Ref: 5.2 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/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Contact person name. CIMP Ref: 5.8.2 AWB 2</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/ConsignorParty/DefinedTradeContact/URIEmailCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Email communication details</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-35</td>\n<td>C</td>\n<td>Email address. Mandatory when URIEmailCommunication is provided. CIMP Ref: 5.8 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/PrimaryID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignee primary identifier (e.g., importer code, customs registration)</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty/PrimaryID@schemeAgencyID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Coding scheme agency for the PrimaryID</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty/AdditionalID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Additional consignee identifier (e.g., EORI number, tax ID, import license)</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/AccountID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Consignee account number. CIMP Ref: 6.2 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.</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty/DefinedTradeContact</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Consignee contact information (0:n occurrence). CIMP Ref: 6.8</td>\n</tr>\n<tr>\n<td>MasterConsignment/ConsigneeParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Contact person name. CIMP Ref: 6.8.2 AWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/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/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number. CIMP Ref: 6.8.4 AWB 4</td>\n</tr>\n<tr>\n<td>MasterConsignment/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/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-35</td>\n<td>C</td>\n<td>Email address. Mandatory when URIEmailCommunication is provided</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/PrimaryID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Freight forwarder primary identifier</td>\n</tr>\n<tr>\n<td>MasterConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Coding scheme agency for PrimaryID</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/FreightForwarderParty/FreightForwarderAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>State/province name</td>\n</tr>\n<tr>\n<td>MasterConsignment/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/FreightForwarderParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Contact person name</td>\n</tr>\n<tr>\n<td>MasterConsignment/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/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>O</td>\n<td>Phone number</td>\n</tr>\n<tr>\n<td>MasterConsignment/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/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-35</td>\n<td>C</td>\n<td>Email address. Mandatory when URIEmailCommunication is provided</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/PrimaryID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Other party primary identifier</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/PrimaryID@schemeAgencyID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Coding scheme agency for PrimaryID</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/AdditionalID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Additional party identifier</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/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>State/province name</td>\n</tr>\n<tr>\n<td>MasterConsignment/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/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID</td>\n<td>String</td>\n<td>1-35</td>\n<td>C</td>\n<td>Address location identifier. Mandatory when SpecifiedAddressLocation is provided</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>Other party contact information</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Contact person name</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 details</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</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 details</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>1-35</td>\n<td>C</td>\n<td>Email address. Mandatory when URIEmailCommunication is provided</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.</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/Description</td>\n<td>String</td>\n<td>1-195</td>\n<td>O</td>\n<td>Special handling description text</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., MUST BE KEPT ABOVE 5 DEGREES CELSIUS). Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/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: 8 AWB 21</td>\n</tr>\n<tr>\n<td>MasterConsignment/HandlingOSIInstructions/Description</td>\n<td>String</td>\n<td>1-195</td>\n<td>C</td>\n<td>OSI description (e.g., EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). Mandatory when HandlingOSIInstructions is provided. 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/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/AssociatedReferenceDocument/ID</td>\n<td>String</td>\n<td>1-35</td>\n<td>C</td>\n<td>Reference document ID. Mandatory when AssociatedReferenceDocument is provided</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>Reference document issue date</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedReferenceDocument/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>C</td>\n<td>Document type code - UN/EDIFACT 1001. Mandatory when AssociatedReferenceDocument is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/AssociatedReferenceDocument/Name</td>\n<td>String</td>\n<td>1-70</td>\n<td>O</td>\n<td>Reference document name</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/ApplicableDestinationCurrencyExchange</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Destination currency exchange</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>C</td>\n<td>Destination currency code (e.g., EUR, USD) - ISO 4217. Mandatory when ApplicableDestinationCurrencyExchange is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableDestinationCurrencyExchange/ConversionRate</td>\n<td>Numeric</td>\n<td>1-12</td>\n<td>C</td>\n<td>Currency conversion rate. Mandatory when ApplicableDestinationCurrencyExchange is provided</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/ApplicableLogisticsServiceCharge/ServiceTypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>Service type code</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/ConsignmentItemQuantity</td>\n<td>Numeric</td>\n<td>1-4</td>\n<td>O</td>\n<td>Number of consignment items</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/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/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/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/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/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry/ID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>C</td>\n<td>ISO country code. Mandatory when OriginCountry is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/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.12</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/ID</td>\n<td>Alpha-Numerical</td>\n<td>1-35</td>\n<td>C</td>\n<td>ULD serial number. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.3 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity</td>\n<td>Numeric</td>\n<td>1-10</td>\n<td>O</td>\n<td>Number of packages loaded in ULD</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode</td>\n<td>Alphabetic</td>\n<td>1-4</td>\n<td>C</td>\n<td>ULD type code per IATA ULD Regulations. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.2 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>C</td>\n<td>ULD operating party. Mandatory when AssociatedUnitLoadTransportEquipment is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>C</td>\n<td>ULD owner airline code. Mandatory when OperatingParty is provided. CIMP Ref: 12.12.4 AWB 22I</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Coding scheme agency</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/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/CommodityItemID</td>\n<td>String</td>\n<td>1-35</td>\n<td>O</td>\n<td>Commodity item identifier</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/SpecifiedRateCombinationPointLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Rate combination point</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 or 5</td>\n<td>C</td>\n<td>IATA location code. Mandatory when SpecifiedRateCombinationPointLocation is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>ULD rate class details</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>C</td>\n<td>ULD rate class type code. Mandatory when ApplicableUnitLoadDeviceRateClass is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/BasisCode</td>\n<td>Alpha-Numerical</td>\n<td>1-3</td>\n<td>O</td>\n<td>Rate basis code</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/AppliedPercent</td>\n<td>Numeric</td>\n<td>1-5</td>\n<td>O</td>\n<td>Applied percentage</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/ApplicableDestinationCurrencyServiceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Destination currency service charges</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount</td>\n<td>Numeric</td>\n<td>1-18</td>\n<td>C</td>\n<td>Collect charges in destination currency. Mandatory when DestinationCurrencyServiceCharge is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code. Mandatory when CollectAppliedAmount is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount</td>\n<td>Numeric</td>\n<td>1-18</td>\n<td>O</td>\n<td>Destination charges amount</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code. Mandatory when DestinationAppliedAmount is provided</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount</td>\n<td>Numeric</td>\n<td>1-18</td>\n<td>O</td>\n<td>Total destination currency charges</td>\n</tr>\n<tr>\n<td>MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount@currencyID</td>\n<td>Alphabetic</td>\n<td>3</td>\n<td>C</td>\n<td>ISO 4217 currency code. Mandatory when TotalAppliedAmount is provided</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":"b3a449b7-07b6-45e8-a116-429c54b4f37b","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b37a3205-5f6e-4e13-8e79-7682c995bf2f","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":"1780561706","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>KAZUHIRO HOTTA</ram:Signatory>\n    </ram:SignatoryConsignorAuthentication>\n    <ram:SignatoryCarrierAuthentication>\n      <ram:ActualDateTime>2014-01-27T00:00:00</ram:ActualDateTime>\n      <ram:Signatory>KUEHNE + NAGEL LTD</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:ID>057-20866156</ram:ID>\n    <ram:AdditionalID>MAWB-2014-001</ram:AdditionalID>\n    <ram:FreightForwarderAssignedID>4220217440104400</ram:FreightForwarderAssignedID>\n    <ram:AssociatedReferenceID>1016032</ram:AssociatedReferenceID>\n    <ram:NilCarriageValueIndicator>false</ram:NilCarriageValueIndicator>\n    <ram:DeclaredValueForCarriageAmount currencyID=\"JPY\">50000</ram:DeclaredValueForCarriageAmount>\n    <ram:NilCustomsValueIndicator>false</ram:NilCustomsValueIndicator>\n    <ram:DeclaredValueForCustomsAmount currencyID=\"JPY\">45000</ram:DeclaredValueForCustomsAmount>\n    <ram:NilInsuranceValueIndicator>false</ram:NilInsuranceValueIndicator>\n    <ram:InsuranceValueAmount currencyID=\"JPY\">75000</ram:InsuranceValueAmount>\n    <ram:TotalChargePrepaidIndicator>P</ram:TotalChargePrepaidIndicator>\n    <ram:TotalDisbursementPrepaidIndicator>P</ram:TotalDisbursementPrepaidIndicator>\n    <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">1210.2</ram:IncludedTareGrossWeightMeasure>\n    <ram:GrossVolumeMeasure unitCode=\"MTQ\">3.84</ram:GrossVolumeMeasure>\n    <ram:DensityGroupCode>5</ram:DensityGroupCode>\n    <ram:PackageQuantity>4</ram:PackageQuantity>\n    <ram:TotalPieceQuantity>4</ram:TotalPieceQuantity>\n    <ram:ProductID>VIPRO</ram:ProductID>\n    <ram:ConsignorParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">SHPR-10042</ram:PrimaryID>\n      <ram:AdditionalID>US-EIN-123456789</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:AccountID>SHP800NYC</ram:AccountID>\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:PostalStructuredAddress>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>KAZUHIRO HOTTA</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>0081724555733</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>shipper@kuehne-nagel.com</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:ConsignorParty>\n    <ram:ConsigneeParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">CNEE-20088</ram:PrimaryID>\n      <ram:AdditionalID>DE-EORI-DE123456789</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL (AG and CO)</ram:Name>\n      <ram:AccountID>CNE60549</ram:AccountID>\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:PersonName>HANS MUELLER</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>004969123456</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>consignee@kuehne-nagel.de</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:ConsigneeParty>\n    <ram:FreightForwarderParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">FFWD-30055</ram:PrimaryID>\n      <ram:AdditionalID>CAG</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:AccountID>S800NYC</ram:AccountID>\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:CountrySubDivisionName>OSAKA</ram:CountrySubDivisionName>\n      </ram:FreightForwarderAddress>\n      <ram:SpecifiedCargoAgentLocation>\n        <ram:ID>0023</ram:ID>\n      </ram:SpecifiedCargoAgentLocation>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>KAZUHIRO HOTTA</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>0081724555733</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>forwarder@kuehne-nagel.com</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:FreightForwarderParty>\n    <ram:AssociatedParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">NP-001</ram:PrimaryID>\n      <ram:AdditionalID>DE-EORI-DE987654321</ram:AdditionalID>\n      <ram:Name>ONTOUR TRANSPORT SERVICE GMBH</ram:Name>\n      <ram:RoleCode>NI</ram:RoleCode>\n      <ram:PostalStructuredAddress>\n        <ram:PostcodeCode>65479</ram:PostcodeCode>\n        <ram:StreetName>SEINESTRASSE 1</ram:StreetName>\n        <ram:CityName>RAUNHEIM</ram:CityName>\n        <ram:CountryID>DE</ram:CountryID>\n        <ram:CountrySubDivisionName>HESSE</ram:CountrySubDivisionName>\n        <ram:SpecifiedAddressLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:SpecifiedAddressLocation>\n      </ram:PostalStructuredAddress>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>PETER SCHMIDT</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>004969123456</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>logistics@ontour.de</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:AssociatedParty>\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>2014-01-28T00:00:00</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>2014-01-27T00:00:00</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>2014-01-29T00:00:00</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>2014-01-30T00:00:00</ram:ScheduledOccurrenceDateTime>\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:HandlingSSRInstructions>\n      <ram:Description>MUST BE KEPT ABOVE 5 DEGREES CELSIUS</ram:Description>\n    </ram:HandlingSSRInstructions>\n    <ram:HandlingOSIInstructions>\n      <ram:Description>EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS</ram:Description>\n    </ram:HandlingOSIInstructions>\n    <ram:IncludedAccountingNote>\n      <ram:ContentCode>GEN</ram:ContentCode>\n      <ram:Content>PAYMENT BY CERTIFIED CHEQUE</ram:Content>\n    </ram:IncludedAccountingNote>\n    <ram:IncludedCustomsNote>\n      <ram:ContentCode>M</ram:ContentCode>\n      <ram:Content>16DE330262289325I4</ram:Content>\n      <ram:SubjectCode>IMP</ram:SubjectCode>\n      <ram:CountryID>DE</ram:CountryID>\n    </ram:IncludedCustomsNote>\n    <ram:AssociatedReferenceDocument>\n      <ram:ID>12345675</ram:ID>\n      <ram:IssueDateTime>2014-01-27T00:00:00</ram:IssueDateTime>\n      <ram:TypeCode>861</ram:TypeCode>\n      <ram:Name>Certificate of origin</ram:Name>\n    </ram:AssociatedReferenceDocument>\n    <ram:AssociatedConsignmentCustomsProcedure>\n      <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n    </ram:AssociatedConsignmentCustomsProcedure>\n    <ram:ApplicableOriginCurrencyExchange>\n      <ram:SourceCurrencyCode>JPY</ram:SourceCurrencyCode>\n    </ram:ApplicableOriginCurrencyExchange>\n    <ram:ApplicableDestinationCurrencyExchange>\n      <ram:TargetCurrencyCode>EUR</ram:TargetCurrencyCode>\n      <ram:ConversionRate>0.0546</ram:ConversionRate>\n    </ram:ApplicableDestinationCurrencyExchange>\n    <ram:ApplicableLogisticsServiceCharge>\n      <ram:TransportPaymentMethodCode>PP</ram:TransportPaymentMethodCode>\n      <ram:ServiceTypeCode>Q</ram:ServiceTypeCode>\n    </ram:ApplicableLogisticsServiceCharge>\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:ConsignmentItemQuantity>1</ram:ConsignmentItemQuantity>\n      <ram:IncludedMasterConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"1\">8471.30</ram:TypeCode>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.780</ram:GrossVolumeMeasure>\n        <ram:PackageQuantity>4</ram:PackageQuantity>\n        <ram:PieceQuantity>4</ram:PieceQuantity>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>CONSOLIDATION AS PER ATTACHED MANIFEST</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:OriginCountry>\n          <ram:ID>JP</ram:ID>\n        </ram:OriginCountry>\n        <ram:AssociatedUnitLoadTransportEquipment>\n          <ram:ID>12345</ram:ID>\n          <ram:LoadedPackageQuantity>4</ram:LoadedPackageQuantity>\n          <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n          <ram:OperatingParty>\n            <ram:PrimaryID schemeAgencyID=\"1\">AF</ram:PrimaryID>\n          </ram:OperatingParty>\n        </ram:AssociatedUnitLoadTransportEquipment>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>4</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n          <ram:LinearSpatialDimension>\n            <ram:WidthMeasure unitCode=\"CMT\">120</ram:WidthMeasure>\n            <ram:LengthMeasure unitCode=\"CMT\">80</ram:LengthMeasure>\n            <ram:HeightMeasure unitCode=\"CMT\">100</ram:HeightMeasure>\n          </ram:LinearSpatialDimension>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:CommodityItemID>8471.30</ram:CommodityItemID>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">1210.5</ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>1310</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"JPY\">1585755</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n        <ram:SpecifiedRateCombinationPointLocation>\n          <ram:ID>CDG</ram:ID>\n        </ram:SpecifiedRateCombinationPointLocation>\n        <ram:ApplicableUnitLoadDeviceRateClass>\n          <ram:TypeCode>Q</ram:TypeCode>\n          <ram:BasisCode>W</ram:BasisCode>\n          <ram:AppliedPercent>100</ram:AppliedPercent>\n        </ram:ApplicableUnitLoadDeviceRateClass>\n      </ram:IncludedMasterConsignmentItem>\n    </ram:ApplicableRating>\n    <ram:ApplicableTotalRating>\n      <ram:TypeCode>F</ram:TypeCode>\n      <ram:ApplicableDestinationCurrencyServiceCharge>\n        <ram:CollectAppliedAmount currencyID=\"EUR\">0</ram:CollectAppliedAmount>\n        <ram:DestinationAppliedAmount currencyID=\"EUR\">7418</ram:DestinationAppliedAmount>\n        <ram:TotalAppliedAmount currencyID=\"EUR\">94042</ram:TotalAppliedAmount>\n      </ram:ApplicableDestinationCurrencyServiceCharge>\n      <ram:ApplicablePrepaidCollectMonetarySummation>\n        <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n        <ram:WeightChargeTotalAmount currencyID=\"JPY\">1585755</ram:WeightChargeTotalAmount>\n        <ram:ValuationChargeTotalAmount currencyID=\"JPY\">0</ram:ValuationChargeTotalAmount>\n        <ram:TaxTotalAmount currencyID=\"JPY\">0</ram:TaxTotalAmount>\n        <ram:AgentTotalDuePayableAmount currencyID=\"JPY\">0</ram:AgentTotalDuePayableAmount>\n        <ram:CarrierTotalDuePayableAmount currencyID=\"JPY\">135894</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":"**Message Type**: XFWB (Master Air Waybill) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 020-95947655) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Master Air Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 741) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T13:02:20) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., cb0c990d-80a0-9c27-cd45-619f6e9a4fd5) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., TDVAGT03TEST/AMS1) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., FRAFMLH) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | Waybill header container |\n| BusinessHeaderDocument/ID | String | 12 | M | Waybill number (e.g., 020-95947655) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1.1/2.1.3 AWB 1A/1B |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (D=Direct, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | O | Consignor declaration signature |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | O | Consignor signature name (e.g., LUFTHANSA TECHNIK LO). CIMP Ref: 16.3 AWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2016-05-16T00:00:00). CIMP Ref: 17.2.2/3/4 AWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., U096968). CIMP Ref: 17.3.2 AWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | String | 1-35 | M | Declaration place (e.g., NYC, LHR). CIMP Ref: 17.2.6 AWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/ID | String | 1-35 | O | Master consignment identifier (AWB number at consignment level) |\n| MasterConsignment/AdditionalID | String | 1-35 | O | Additional consignment identifier beyond primary AWB number |\n| MasterConsignment/FreightForwarderAssignedID | String | 1-35 | O | Identifier assigned by the freight forwarder (house AWB or internal reference) |\n| MasterConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference identifier (e.g., booking reference, customs ref) |\n| MasterConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.8.2 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount | Numeric | 1-18 | O | Declared value for carriage. Mutually exclusive with NilCarriageValueIndicator=true. CIMP Ref: 11.8 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCarriageAmount is provided |\n| MasterConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.10.1 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount | Numeric | 1-18 | O | Declared value for customs. Mutually exclusive with NilCustomsValueIndicator=true. CIMP Ref: 11.10 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCustomsAmount is provided |\n| MasterConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.11.2 AWB 20 |\n| MasterConsignment/InsuranceValueAmount | Numeric | 1-18 | O | Insurance value amount. Mutually exclusive with NilInsuranceValueIndicator=true. CIMP Ref: 11.11 AWB 20 |\n| MasterConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when InsuranceValueAmount is provided |\n| MasterConsignment/TotalChargePrepaidIndicator | Alphabetic | 1 | M | Weight valuation prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.1 |\n| MasterConsignment/TotalDisbursementPrepaidIndicator | Alphabetic | 1 | M | Other charges prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.2 |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 2.3.5 AWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 2.3.4 AWB 22C |\n| MasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 2.4.2 |\n| MasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/DensityGroupCode | Numeric | 1-2 | O | Density group code for volumetric weight calculation (values typically 1-9) |\n| MasterConsignment/PackageQuantity | Numeric | 1-10 | O | Total number of outer packages in the master consignment |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., 6). CIMP Ref: 2.3.3 AWB 22J |\n| MasterConsignment/ConsignorParty | Element | N/A | M | Consignor details. CIMP Ref: 5 |\n| MasterConsignment/ConsignorParty/PrimaryID | String | 1-35 | O | Consignor primary identifier (e.g., known shipper ID, CASS participant code) |\n| MasterConsignment/ConsignorParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsignorParty/AdditionalID | String | 1-35 | O | Additional consignor identifier (e.g., tax ID, EIN, customs registration) |\n| MasterConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., LUFTHANSA TECHNIK). CIMP Ref: 5.4.3 AWB 2 |\n| MasterConsignment/ConsignorParty/AccountID | String | 1-35 | O | Consignor account number. CIMP Ref: 5.2 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 11430). CIMP Ref: 5.7.4 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | 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 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 5.6.3 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information (0:n occurrence). CIMP Ref: 5.8 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 5.8.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., 0017182897272). CIMP Ref: 5.8.4 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided. CIMP Ref: 5.8 AWB 2 |\n| MasterConsignment/ConsigneeParty | Element | N/A | M | Consignee details. CIMP Ref: 6 |\n| MasterConsignment/ConsigneeParty/PrimaryID | String | 1-35 | O | Consignee primary identifier (e.g., importer code, customs registration) |\n| MasterConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsigneeParty/AdditionalID | String | 1-35 | O | Additional consignee identifier (e.g., EORI number, tax ID, import license) |\n| MasterConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 6.4.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/AccountID | String | 1-35 | O | Consignee account number. CIMP Ref: 6.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 6.7.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element in Street Details should be completed. CIMP Ref: 6.5.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 6.6.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information (0:n occurrence). CIMP Ref: 6.8 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 6.8.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number. CIMP Ref: 6.8.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/FreightForwarderParty/PrimaryID | String | 1-35 | O | Freight forwarder primary identifier |\n| MasterConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder additional ID (e.g., CAG) |\n| MasterConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., LH TECHNIK LOGISTIK OF AMERICA). FWB ver 16+ only support 35 characters. CIMP Ref: 7.4.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., S800NYC). CIMP Ref: 7.2.2 AWB 8 |\n| MasterConsignment/FreightForwarderParty/CargoAgentID | Numeric | 7 | M | IATA Cargo Agent Code (e.g., 0000000). Last digit is unweighted modulus 7 check digit. CIMP Ref: 7.2.4 AWB 7 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 7.5.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9,26,28 |\n| MasterConsignment/AssociatedParty/PrimaryID | String | 1-35 | O | Other party primary identifier |\n| MasterConsignment/AssociatedParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/AssociatedParty/AdditionalID | String | 1-35 | O | Additional party identifier |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 9.3.3, 26.3, 28.3 AWB 21 |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | 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 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | O | Other party address |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 9.6.4 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element should be completed. CIMP Ref: 9.4.3 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 9.4.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.6.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | String | 1-35 | C | Address location identifier. Mandatory when SpecifiedAddressLocation is provided |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Other party contact information |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 AWB 1, 9 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 AWB 18 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode qualifier (e.g., Main-Carriage, Pre-Carriage, On-Carriage). Always defaults to Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., LH0401). Carrier code + flight number. CIMP Ref: 3.2.2 and 3.2.3 AWB 19A |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., LH) - IATA Airline and Company Designators code. |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2016-05-16T00:00:00). CIMP Ref: AWB 19A/19B |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/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 AWB 11A/11C |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 25 AWB 21 |\n| MasterConsignment/HandlingSPHInstructions/Description | String | 1-195 | O | Special handling description text |\n| MasterConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | 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 |\n| MasterConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., MUST BE KEPT ABOVE 5 DEGREES CELSIUS). Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions/Description | String | 1-195 | C | OSI description (e.g., EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). Mandatory when HandlingOSIInstructions is provided. Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 29 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., NOEEI30.37A, 16DE330262289325I4). CIMP Ref: 29.9 AWB 21 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/AssociatedReferenceDocument/ID | String | 1-35 | C | Reference document ID. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Reference document issue date |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-3 | C | Document type code - UN/EDIFACT 1001. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/Name | String | 1-70 | O | Reference document name |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., T1, T2) - CIMP 1.49. CIMP Ref: 21.3 AWB 21A |\n| MasterConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., USD, GBP) - ISO 4217. CIMP Ref: 11.3 AWB 12 |\n| MasterConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency exchange |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | C | Destination currency code (e.g., EUR, USD) - ISO 4217. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-12 | C | Currency conversion rate. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/ApplicableLogisticsServiceCharge/TransportPaymentMethodCode | Alphabetic | 2 | O | Charges codes (e.g., PX, CC) - CIMP 1.1. CIMP Ref: 11.5 AWB 13 |\n| MasterConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alpha-Numerical | 1-3 | O | Service type code |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 13.2.2 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., 10, 67.1). Range: 0.000-999999999999. CIMP Ref: 13.3.3 |\n| MasterConsignment/ApplicableRating | Element | N/A | O | Rating type (1:n occurrence, maximum of 3). FWB v17 supports only Face value rating |\n| MasterConsignment/ApplicableRating/TypeCode | Alphabetic | 1 | M | Rating type indicator (F=Face, P=Published, A=Actual). Default is F. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableRating/TotalChargeAmount | Numeric | 1-12 | O | Total charge or discount amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 22L |\n| MasterConsignment/ApplicableRating/ConsignmentItemQuantity | Numeric | 1-4 | O | Number of consignment items |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem | Element | N/A | M | Item details (1:n occurrence). FWB v17 supports maximum 12 rating lines |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SequenceNumeric | Numeric | 1-3 | M | Line-item number (e.g., 1, 2, 3). CIMP Ref: 12.2.2 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 12.4.3 AWB 22B |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 12.4.2 AWB 22C |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 12.14.6 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 6). CIMP Ref: 12.3.3 AWB 22A |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Item description |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Description (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S, TOOTH PASTE). CIMP Ref: 12.11.5 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry/ID | Alphabetic | 2 | C | ISO country code. Mandatory when OriginCountry is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.12 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | C | ULD serial number. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.3 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-10 | O | Number of packages loaded in ULD |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alphabetic | 1-4 | C | ULD type code per IATA ULD Regulations. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.2 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | C | ULD operating party. Mandatory when AssociatedUnitLoadTransportEquipment is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alphabetic | 2 | C | ULD owner airline code. Mandatory when OperatingParty is provided. CIMP Ref: 12.12.4 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage | Element | N/A | O | 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 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 1). CIMP Ref: 12.13.15 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 9.8). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23, 71, 20, 76). CIMP Ref: 12.13.11 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23, 71, 122, 36, 76, 20). CIMP Ref: 12.13.9 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 20, 18, 122, 53, 13). CIMP Ref: 12.13.13 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., N, M) - CIMP 1.4. CIMP Ref: 12.5.3 AWB 22D |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | String | 1-35 | O | Commodity item identifier |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., 122). Range: 0.1-9999999. CIMP Ref: 12.7.3 AWB 22F |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | M | Rate or charge amount (e.g., 4.18). Range: 0.0001-99999999. CIMP Ref: 12.8.3 AWB 22G |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | M | Item total charge (e.g., 509.96). CIMP Ref: 12.9.3 AWB 22H |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | Rate combination point |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | C | IATA location code. Mandatory when SpecifiedRateCombinationPointLocation is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass | Element | N/A | O | ULD rate class details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/TypeCode | Alpha-Numerical | 1-3 | C | ULD rate class type code. Mandatory when ApplicableUnitLoadDeviceRateClass is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/BasisCode | Alpha-Numerical | 1-3 | O | Rate basis code |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/AppliedPercent | Numeric | 1-5 | O | Applied percentage |\n| MasterConsignment/ApplicableTotalRating | Element | N/A | O | Waybill totals |\n| MasterConsignment/ApplicableTotalRating/TypeCode | Alphabetic | 1 | M | Rating type (F=Face, P=Published, A=Actual). Default is F. Maximum of 3 occurrences |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge | Element | N/A | O | Destination currency service charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount | Numeric | 1-18 | C | Collect charges in destination currency. Mandatory when DestinationCurrencyServiceCharge is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when CollectAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount | Numeric | 1-18 | O | Destination charges amount |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DestinationAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount | Numeric | 1-18 | O | Total destination currency charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when TotalAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation | Element | N/A | M | Prepaid/collect summary (1:n occurrence, maximum of 2). CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/WeightChargeTotalAmount | Numeric | 1-12 | O | Weight charge amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 24A and 22L/H |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/CarrierTotalDuePayableAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., 77.1). Range: 0.000-999999999999. CIMP Ref: 14.7/15.7 AWB 28A/28B |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/GrandTotalAmount | Numeric | 1-12 | M | Total charge summary (e.g., 587.06). Range: 0.000-999999999999. CIMP Ref: 14.8/15.8 AWB 30A/30B |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Standard Version:** XFWB version 5.10 XML Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186[;vnd.vst.idref=cxml-xfwb_5.10_iframes]!/4](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186%5B%3Bvnd.vst.idref%3Dcxml-xfwb_5.10_iframes%5D!/4)"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"b51cbb09-8ea9-4b7d-8f6e-66f0e1ac14e8","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"6cd5369e-34f0-4469-8ae2-5f29820f1821","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":"1780561706","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>KAZUHIRO HOTTA</ram:Signatory>\n    </ram:SignatoryConsignorAuthentication>\n    <ram:SignatoryCarrierAuthentication>\n      <ram:ActualDateTime>2014-01-27T00:00:00</ram:ActualDateTime>\n      <ram:Signatory>KUEHNE + NAGEL LTD</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:ID>057-20866156</ram:ID>\n    <ram:AdditionalID>MAWB-2014-001</ram:AdditionalID>\n    <ram:FreightForwarderAssignedID>4220217440104400</ram:FreightForwarderAssignedID>\n    <ram:AssociatedReferenceID>1016032</ram:AssociatedReferenceID>\n    <ram:NilCarriageValueIndicator>false</ram:NilCarriageValueIndicator>\n    <ram:DeclaredValueForCarriageAmount currencyID=\"JPY\">50000</ram:DeclaredValueForCarriageAmount>\n    <ram:NilCustomsValueIndicator>false</ram:NilCustomsValueIndicator>\n    <ram:DeclaredValueForCustomsAmount currencyID=\"JPY\">45000</ram:DeclaredValueForCustomsAmount>\n    <ram:NilInsuranceValueIndicator>false</ram:NilInsuranceValueIndicator>\n    <ram:InsuranceValueAmount currencyID=\"JPY\">75000</ram:InsuranceValueAmount>\n    <ram:TotalChargePrepaidIndicator>P</ram:TotalChargePrepaidIndicator>\n    <ram:TotalDisbursementPrepaidIndicator>P</ram:TotalDisbursementPrepaidIndicator>\n    <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">1210.2</ram:IncludedTareGrossWeightMeasure>\n    <ram:GrossVolumeMeasure unitCode=\"MTQ\">3.84</ram:GrossVolumeMeasure>\n    <ram:DensityGroupCode>5</ram:DensityGroupCode>\n    <ram:PackageQuantity>4</ram:PackageQuantity>\n    <ram:TotalPieceQuantity>4</ram:TotalPieceQuantity>\n    <ram:ProductID>VIPRO</ram:ProductID>\n    <ram:ConsignorParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">SHPR-10042</ram:PrimaryID>\n      <ram:AdditionalID>US-EIN-123456789</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:AccountID>SHP800NYC</ram:AccountID>\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:PostalStructuredAddress>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>KAZUHIRO HOTTA</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>0081724555733</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>shipper@kuehne-nagel.com</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:ConsignorParty>\n    <ram:ConsigneeParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">CNEE-20088</ram:PrimaryID>\n      <ram:AdditionalID>DE-EORI-DE123456789</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL (AG and CO)</ram:Name>\n      <ram:AccountID>CNE60549</ram:AccountID>\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:PersonName>HANS MUELLER</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>004969123456</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>consignee@kuehne-nagel.de</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:ConsigneeParty>\n    <ram:FreightForwarderParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">FFWD-30055</ram:PrimaryID>\n      <ram:AdditionalID>CAG</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:AccountID>S800NYC</ram:AccountID>\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:CountrySubDivisionName>OSAKA</ram:CountrySubDivisionName>\n      </ram:FreightForwarderAddress>\n      <ram:SpecifiedCargoAgentLocation>\n        <ram:ID>0023</ram:ID>\n      </ram:SpecifiedCargoAgentLocation>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>KAZUHIRO HOTTA</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>0081724555733</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>forwarder@kuehne-nagel.com</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:FreightForwarderParty>\n    <ram:AssociatedParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">NP-001</ram:PrimaryID>\n      <ram:AdditionalID>DE-EORI-DE987654321</ram:AdditionalID>\n      <ram:Name>ONTOUR TRANSPORT SERVICE GMBH</ram:Name>\n      <ram:RoleCode>NI</ram:RoleCode>\n      <ram:PostalStructuredAddress>\n        <ram:PostcodeCode>65479</ram:PostcodeCode>\n        <ram:StreetName>SEINESTRASSE 1</ram:StreetName>\n        <ram:CityName>RAUNHEIM</ram:CityName>\n        <ram:CountryID>DE</ram:CountryID>\n        <ram:CountrySubDivisionName>HESSE</ram:CountrySubDivisionName>\n        <ram:SpecifiedAddressLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:SpecifiedAddressLocation>\n      </ram:PostalStructuredAddress>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>PETER SCHMIDT</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>004969123456</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>logistics@ontour.de</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:AssociatedParty>\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>2014-01-28T00:00:00</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>2014-01-27T00:00:00</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>2014-01-29T00:00:00</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>2014-01-30T00:00:00</ram:ScheduledOccurrenceDateTime>\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:HandlingSSRInstructions>\n      <ram:Description>MUST BE KEPT ABOVE 5 DEGREES CELSIUS</ram:Description>\n    </ram:HandlingSSRInstructions>\n    <ram:HandlingOSIInstructions>\n      <ram:Description>EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS</ram:Description>\n    </ram:HandlingOSIInstructions>\n    <ram:IncludedAccountingNote>\n      <ram:ContentCode>GEN</ram:ContentCode>\n      <ram:Content>PAYMENT BY CERTIFIED CHEQUE</ram:Content>\n    </ram:IncludedAccountingNote>\n    <ram:IncludedCustomsNote>\n      <ram:ContentCode>M</ram:ContentCode>\n      <ram:Content>16DE330262289325I4</ram:Content>\n      <ram:SubjectCode>IMP</ram:SubjectCode>\n      <ram:CountryID>DE</ram:CountryID>\n    </ram:IncludedCustomsNote>\n    <ram:AssociatedReferenceDocument>\n      <ram:ID>12345675</ram:ID>\n      <ram:IssueDateTime>2014-01-27T00:00:00</ram:IssueDateTime>\n      <ram:TypeCode>861</ram:TypeCode>\n      <ram:Name>Certificate of origin</ram:Name>\n    </ram:AssociatedReferenceDocument>\n    <ram:AssociatedConsignmentCustomsProcedure>\n      <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n    </ram:AssociatedConsignmentCustomsProcedure>\n    <ram:ApplicableOriginCurrencyExchange>\n      <ram:SourceCurrencyCode>JPY</ram:SourceCurrencyCode>\n    </ram:ApplicableOriginCurrencyExchange>\n    <ram:ApplicableDestinationCurrencyExchange>\n      <ram:TargetCurrencyCode>EUR</ram:TargetCurrencyCode>\n      <ram:ConversionRate>0.0546</ram:ConversionRate>\n    </ram:ApplicableDestinationCurrencyExchange>\n    <ram:ApplicableLogisticsServiceCharge>\n      <ram:TransportPaymentMethodCode>PP</ram:TransportPaymentMethodCode>\n      <ram:ServiceTypeCode>Q</ram:ServiceTypeCode>\n    </ram:ApplicableLogisticsServiceCharge>\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:ConsignmentItemQuantity>1</ram:ConsignmentItemQuantity>\n      <ram:IncludedMasterConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"1\">8471.30</ram:TypeCode>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.780</ram:GrossVolumeMeasure>\n        <ram:PackageQuantity>4</ram:PackageQuantity>\n        <ram:PieceQuantity>4</ram:PieceQuantity>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>CONSOLIDATION AS PER ATTACHED MANIFEST</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:OriginCountry>\n          <ram:ID>JP</ram:ID>\n        </ram:OriginCountry>\n        <ram:AssociatedUnitLoadTransportEquipment>\n          <ram:ID>12345</ram:ID>\n          <ram:LoadedPackageQuantity>4</ram:LoadedPackageQuantity>\n          <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n          <ram:OperatingParty>\n            <ram:PrimaryID schemeAgencyID=\"1\">AF</ram:PrimaryID>\n          </ram:OperatingParty>\n        </ram:AssociatedUnitLoadTransportEquipment>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>4</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n          <ram:LinearSpatialDimension>\n            <ram:WidthMeasure unitCode=\"CMT\">120</ram:WidthMeasure>\n            <ram:LengthMeasure unitCode=\"CMT\">80</ram:LengthMeasure>\n            <ram:HeightMeasure unitCode=\"CMT\">100</ram:HeightMeasure>\n          </ram:LinearSpatialDimension>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:CommodityItemID>8471.30</ram:CommodityItemID>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">1210.5</ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>1310</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"JPY\">1585755</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n        <ram:SpecifiedRateCombinationPointLocation>\n          <ram:ID>CDG</ram:ID>\n        </ram:SpecifiedRateCombinationPointLocation>\n        <ram:ApplicableUnitLoadDeviceRateClass>\n          <ram:TypeCode>Q</ram:TypeCode>\n          <ram:BasisCode>W</ram:BasisCode>\n          <ram:AppliedPercent>100</ram:AppliedPercent>\n        </ram:ApplicableUnitLoadDeviceRateClass>\n      </ram:IncludedMasterConsignmentItem>\n    </ram:ApplicableRating>\n    <ram:ApplicableTotalRating>\n      <ram:TypeCode>F</ram:TypeCode>\n      <ram:ApplicableDestinationCurrencyServiceCharge>\n        <ram:CollectAppliedAmount currencyID=\"EUR\">0</ram:CollectAppliedAmount>\n        <ram:DestinationAppliedAmount currencyID=\"EUR\">7418</ram:DestinationAppliedAmount>\n        <ram:TotalAppliedAmount currencyID=\"EUR\">94042</ram:TotalAppliedAmount>\n      </ram:ApplicableDestinationCurrencyServiceCharge>\n      <ram:ApplicablePrepaidCollectMonetarySummation>\n        <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n        <ram:WeightChargeTotalAmount currencyID=\"JPY\">1585755</ram:WeightChargeTotalAmount>\n        <ram:ValuationChargeTotalAmount currencyID=\"JPY\">0</ram:ValuationChargeTotalAmount>\n        <ram:TaxTotalAmount currencyID=\"JPY\">0</ram:TaxTotalAmount>\n        <ram:AgentTotalDuePayableAmount currencyID=\"JPY\">0</ram:AgentTotalDuePayableAmount>\n        <ram:CarrierTotalDuePayableAmount currencyID=\"JPY\">135894</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":"**Message Type**: XFWB (Master Air Waybill) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 020-95947655) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Master Air Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 741) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T13:02:20) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., cb0c990d-80a0-9c27-cd45-619f6e9a4fd5) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., TDVAGT03TEST/AMS1) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., FRAFMLH) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | Waybill header container |\n| BusinessHeaderDocument/ID | String | 12 | M | Waybill number (e.g., 020-95947655) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1.1/2.1.3 AWB 1A/1B |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (D=Direct, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | O | Consignor declaration signature |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | O | Consignor signature name (e.g., LUFTHANSA TECHNIK LO). CIMP Ref: 16.3 AWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2016-05-16T00:00:00). CIMP Ref: 17.2.2/3/4 AWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., U096968). CIMP Ref: 17.3.2 AWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | String | 1-35 | M | Declaration place (e.g., NYC, LHR). CIMP Ref: 17.2.6 AWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/ID | String | 1-35 | O | Master consignment identifier (AWB number at consignment level) |\n| MasterConsignment/AdditionalID | String | 1-35 | O | Additional consignment identifier beyond primary AWB number |\n| MasterConsignment/FreightForwarderAssignedID | String | 1-35 | O | Identifier assigned by the freight forwarder (house AWB or internal reference) |\n| MasterConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference identifier (e.g., booking reference, customs ref) |\n| MasterConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.8.2 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount | Numeric | 1-18 | O | Declared value for carriage. Mutually exclusive with NilCarriageValueIndicator=true. CIMP Ref: 11.8 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCarriageAmount is provided |\n| MasterConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.10.1 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount | Numeric | 1-18 | O | Declared value for customs. Mutually exclusive with NilCustomsValueIndicator=true. CIMP Ref: 11.10 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCustomsAmount is provided |\n| MasterConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.11.2 AWB 20 |\n| MasterConsignment/InsuranceValueAmount | Numeric | 1-18 | O | Insurance value amount. Mutually exclusive with NilInsuranceValueIndicator=true. CIMP Ref: 11.11 AWB 20 |\n| MasterConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when InsuranceValueAmount is provided |\n| MasterConsignment/TotalChargePrepaidIndicator | Alphabetic | 1 | M | Weight valuation prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.1 |\n| MasterConsignment/TotalDisbursementPrepaidIndicator | Alphabetic | 1 | M | Other charges prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.2 |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 2.3.5 AWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 2.3.4 AWB 22C |\n| MasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 2.4.2 |\n| MasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/DensityGroupCode | Numeric | 1-2 | O | Density group code for volumetric weight calculation (values typically 1-9) |\n| MasterConsignment/PackageQuantity | Numeric | 1-10 | O | Total number of outer packages in the master consignment |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., 6). CIMP Ref: 2.3.3 AWB 22J |\n| MasterConsignment/ConsignorParty | Element | N/A | M | Consignor details. CIMP Ref: 5 |\n| MasterConsignment/ConsignorParty/PrimaryID | String | 1-35 | O | Consignor primary identifier (e.g., known shipper ID, CASS participant code) |\n| MasterConsignment/ConsignorParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsignorParty/AdditionalID | String | 1-35 | O | Additional consignor identifier (e.g., tax ID, EIN, customs registration) |\n| MasterConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., LUFTHANSA TECHNIK). CIMP Ref: 5.4.3 AWB 2 |\n| MasterConsignment/ConsignorParty/AccountID | String | 1-35 | O | Consignor account number. CIMP Ref: 5.2 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 11430). CIMP Ref: 5.7.4 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | 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 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 5.6.3 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information (0:n occurrence). CIMP Ref: 5.8 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 5.8.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., 0017182897272). CIMP Ref: 5.8.4 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided. CIMP Ref: 5.8 AWB 2 |\n| MasterConsignment/ConsigneeParty | Element | N/A | M | Consignee details. CIMP Ref: 6 |\n| MasterConsignment/ConsigneeParty/PrimaryID | String | 1-35 | O | Consignee primary identifier (e.g., importer code, customs registration) |\n| MasterConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsigneeParty/AdditionalID | String | 1-35 | O | Additional consignee identifier (e.g., EORI number, tax ID, import license) |\n| MasterConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 6.4.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/AccountID | String | 1-35 | O | Consignee account number. CIMP Ref: 6.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 6.7.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element in Street Details should be completed. CIMP Ref: 6.5.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 6.6.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information (0:n occurrence). CIMP Ref: 6.8 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 6.8.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number. CIMP Ref: 6.8.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/FreightForwarderParty/PrimaryID | String | 1-35 | O | Freight forwarder primary identifier |\n| MasterConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder additional ID (e.g., CAG) |\n| MasterConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., LH TECHNIK LOGISTIK OF AMERICA). FWB ver 16+ only support 35 characters. CIMP Ref: 7.4.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., S800NYC). CIMP Ref: 7.2.2 AWB 8 |\n| MasterConsignment/FreightForwarderParty/CargoAgentID | Numeric | 7 | M | IATA Cargo Agent Code (e.g., 0000000). Last digit is unweighted modulus 7 check digit. CIMP Ref: 7.2.4 AWB 7 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 7.5.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9,26,28 |\n| MasterConsignment/AssociatedParty/PrimaryID | String | 1-35 | O | Other party primary identifier |\n| MasterConsignment/AssociatedParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/AssociatedParty/AdditionalID | String | 1-35 | O | Additional party identifier |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 9.3.3, 26.3, 28.3 AWB 21 |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | 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 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | O | Other party address |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 9.6.4 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element should be completed. CIMP Ref: 9.4.3 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 9.4.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.6.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | String | 1-35 | C | Address location identifier. Mandatory when SpecifiedAddressLocation is provided |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Other party contact information |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 AWB 1, 9 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 AWB 18 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode qualifier (e.g., Main-Carriage, Pre-Carriage, On-Carriage). Always defaults to Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., LH0401). Carrier code + flight number. CIMP Ref: 3.2.2 and 3.2.3 AWB 19A |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., LH) - IATA Airline and Company Designators code. |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2016-05-16T00:00:00). CIMP Ref: AWB 19A/19B |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/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 AWB 11A/11C |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 25 AWB 21 |\n| MasterConsignment/HandlingSPHInstructions/Description | String | 1-195 | O | Special handling description text |\n| MasterConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | 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 |\n| MasterConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., MUST BE KEPT ABOVE 5 DEGREES CELSIUS). Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions/Description | String | 1-195 | C | OSI description (e.g., EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). Mandatory when HandlingOSIInstructions is provided. Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 29 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., NOEEI30.37A, 16DE330262289325I4). CIMP Ref: 29.9 AWB 21 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/AssociatedReferenceDocument/ID | String | 1-35 | C | Reference document ID. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Reference document issue date |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-3 | C | Document type code - UN/EDIFACT 1001. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/Name | String | 1-70 | O | Reference document name |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., T1, T2) - CIMP 1.49. CIMP Ref: 21.3 AWB 21A |\n| MasterConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., USD, GBP) - ISO 4217. CIMP Ref: 11.3 AWB 12 |\n| MasterConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency exchange |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | C | Destination currency code (e.g., EUR, USD) - ISO 4217. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-12 | C | Currency conversion rate. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/ApplicableLogisticsServiceCharge/TransportPaymentMethodCode | Alphabetic | 2 | O | Charges codes (e.g., PX, CC) - CIMP 1.1. CIMP Ref: 11.5 AWB 13 |\n| MasterConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alpha-Numerical | 1-3 | O | Service type code |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 13.2.2 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., 10, 67.1). Range: 0.000-999999999999. CIMP Ref: 13.3.3 |\n| MasterConsignment/ApplicableRating | Element | N/A | O | Rating type (1:n occurrence, maximum of 3). FWB v17 supports only Face value rating |\n| MasterConsignment/ApplicableRating/TypeCode | Alphabetic | 1 | M | Rating type indicator (F=Face, P=Published, A=Actual). Default is F. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableRating/TotalChargeAmount | Numeric | 1-12 | O | Total charge or discount amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 22L |\n| MasterConsignment/ApplicableRating/ConsignmentItemQuantity | Numeric | 1-4 | O | Number of consignment items |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem | Element | N/A | M | Item details (1:n occurrence). FWB v17 supports maximum 12 rating lines |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SequenceNumeric | Numeric | 1-3 | M | Line-item number (e.g., 1, 2, 3). CIMP Ref: 12.2.2 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 12.4.3 AWB 22B |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 12.4.2 AWB 22C |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 12.14.6 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 6). CIMP Ref: 12.3.3 AWB 22A |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Item description |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Description (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S, TOOTH PASTE). CIMP Ref: 12.11.5 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry/ID | Alphabetic | 2 | C | ISO country code. Mandatory when OriginCountry is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.12 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | C | ULD serial number. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.3 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-10 | O | Number of packages loaded in ULD |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alphabetic | 1-4 | C | ULD type code per IATA ULD Regulations. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.2 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | C | ULD operating party. Mandatory when AssociatedUnitLoadTransportEquipment is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alphabetic | 2 | C | ULD owner airline code. Mandatory when OperatingParty is provided. CIMP Ref: 12.12.4 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage | Element | N/A | O | 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 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 1). CIMP Ref: 12.13.15 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 9.8). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23, 71, 20, 76). CIMP Ref: 12.13.11 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23, 71, 122, 36, 76, 20). CIMP Ref: 12.13.9 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 20, 18, 122, 53, 13). CIMP Ref: 12.13.13 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., N, M) - CIMP 1.4. CIMP Ref: 12.5.3 AWB 22D |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | String | 1-35 | O | Commodity item identifier |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., 122). Range: 0.1-9999999. CIMP Ref: 12.7.3 AWB 22F |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | M | Rate or charge amount (e.g., 4.18). Range: 0.0001-99999999. CIMP Ref: 12.8.3 AWB 22G |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | M | Item total charge (e.g., 509.96). CIMP Ref: 12.9.3 AWB 22H |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | Rate combination point |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | C | IATA location code. Mandatory when SpecifiedRateCombinationPointLocation is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass | Element | N/A | O | ULD rate class details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/TypeCode | Alpha-Numerical | 1-3 | C | ULD rate class type code. Mandatory when ApplicableUnitLoadDeviceRateClass is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/BasisCode | Alpha-Numerical | 1-3 | O | Rate basis code |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/AppliedPercent | Numeric | 1-5 | O | Applied percentage |\n| MasterConsignment/ApplicableTotalRating | Element | N/A | O | Waybill totals |\n| MasterConsignment/ApplicableTotalRating/TypeCode | Alphabetic | 1 | M | Rating type (F=Face, P=Published, A=Actual). Default is F. Maximum of 3 occurrences |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge | Element | N/A | O | Destination currency service charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount | Numeric | 1-18 | C | Collect charges in destination currency. Mandatory when DestinationCurrencyServiceCharge is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when CollectAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount | Numeric | 1-18 | O | Destination charges amount |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DestinationAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount | Numeric | 1-18 | O | Total destination currency charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when TotalAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation | Element | N/A | M | Prepaid/collect summary (1:n occurrence, maximum of 2). CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/WeightChargeTotalAmount | Numeric | 1-12 | O | Weight charge amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 24A and 22L/H |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/CarrierTotalDuePayableAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., 77.1). Range: 0.000-999999999999. CIMP Ref: 14.7/15.7 AWB 28A/28B |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/GrandTotalAmount | Numeric | 1-12 | M | Total charge summary (e.g., 587.06). Range: 0.000-999999999999. CIMP Ref: 14.8/15.8 AWB 30A/30B |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Standard Version:** XFWB version 5.10 XML Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186[;vnd.vst.idref=cxml-xfwb_5.10_iframes]!/4](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186%5B%3Bvnd.vst.idref%3Dcxml-xfwb_5.10_iframes%5D!/4)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"b08c2b83-c277-4d4b-af92-7884ab998b47","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"ef3c141f-7b9d-4541-b07c-5c7d7dd7dc39","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":"1780561706","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>KAZUHIRO HOTTA</ram:Signatory>\n    </ram:SignatoryConsignorAuthentication>\n    <ram:SignatoryCarrierAuthentication>\n      <ram:ActualDateTime>2014-01-27T00:00:00</ram:ActualDateTime>\n      <ram:Signatory>KUEHNE + NAGEL LTD</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:ID>057-20866156</ram:ID>\n    <ram:AdditionalID>MAWB-2014-001</ram:AdditionalID>\n    <ram:FreightForwarderAssignedID>4220217440104400</ram:FreightForwarderAssignedID>\n    <ram:AssociatedReferenceID>1016032</ram:AssociatedReferenceID>\n    <ram:NilCarriageValueIndicator>false</ram:NilCarriageValueIndicator>\n    <ram:DeclaredValueForCarriageAmount currencyID=\"JPY\">50000</ram:DeclaredValueForCarriageAmount>\n    <ram:NilCustomsValueIndicator>false</ram:NilCustomsValueIndicator>\n    <ram:DeclaredValueForCustomsAmount currencyID=\"JPY\">45000</ram:DeclaredValueForCustomsAmount>\n    <ram:NilInsuranceValueIndicator>false</ram:NilInsuranceValueIndicator>\n    <ram:InsuranceValueAmount currencyID=\"JPY\">75000</ram:InsuranceValueAmount>\n    <ram:TotalChargePrepaidIndicator>P</ram:TotalChargePrepaidIndicator>\n    <ram:TotalDisbursementPrepaidIndicator>P</ram:TotalDisbursementPrepaidIndicator>\n    <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">1210.2</ram:IncludedTareGrossWeightMeasure>\n    <ram:GrossVolumeMeasure unitCode=\"MTQ\">3.84</ram:GrossVolumeMeasure>\n    <ram:DensityGroupCode>5</ram:DensityGroupCode>\n    <ram:PackageQuantity>4</ram:PackageQuantity>\n    <ram:TotalPieceQuantity>4</ram:TotalPieceQuantity>\n    <ram:ProductID>VIPRO</ram:ProductID>\n    <ram:ConsignorParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">SHPR-10042</ram:PrimaryID>\n      <ram:AdditionalID>US-EIN-123456789</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:AccountID>SHP800NYC</ram:AccountID>\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:PostalStructuredAddress>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>KAZUHIRO HOTTA</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>0081724555733</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>shipper@kuehne-nagel.com</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:ConsignorParty>\n    <ram:ConsigneeParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">CNEE-20088</ram:PrimaryID>\n      <ram:AdditionalID>DE-EORI-DE123456789</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL (AG and CO)</ram:Name>\n      <ram:AccountID>CNE60549</ram:AccountID>\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:PersonName>HANS MUELLER</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>004969123456</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>consignee@kuehne-nagel.de</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:ConsigneeParty>\n    <ram:FreightForwarderParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">FFWD-30055</ram:PrimaryID>\n      <ram:AdditionalID>CAG</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:AccountID>S800NYC</ram:AccountID>\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:CountrySubDivisionName>OSAKA</ram:CountrySubDivisionName>\n      </ram:FreightForwarderAddress>\n      <ram:SpecifiedCargoAgentLocation>\n        <ram:ID>0023</ram:ID>\n      </ram:SpecifiedCargoAgentLocation>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>KAZUHIRO HOTTA</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>0081724555733</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>forwarder@kuehne-nagel.com</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:FreightForwarderParty>\n    <ram:AssociatedParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">NP-001</ram:PrimaryID>\n      <ram:AdditionalID>DE-EORI-DE987654321</ram:AdditionalID>\n      <ram:Name>ONTOUR TRANSPORT SERVICE GMBH</ram:Name>\n      <ram:RoleCode>NI</ram:RoleCode>\n      <ram:PostalStructuredAddress>\n        <ram:PostcodeCode>65479</ram:PostcodeCode>\n        <ram:StreetName>SEINESTRASSE 1</ram:StreetName>\n        <ram:CityName>RAUNHEIM</ram:CityName>\n        <ram:CountryID>DE</ram:CountryID>\n        <ram:CountrySubDivisionName>HESSE</ram:CountrySubDivisionName>\n        <ram:SpecifiedAddressLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:SpecifiedAddressLocation>\n      </ram:PostalStructuredAddress>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>PETER SCHMIDT</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>004969123456</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>logistics@ontour.de</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:AssociatedParty>\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>2014-01-28T00:00:00</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>2014-01-27T00:00:00</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>2014-01-29T00:00:00</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>2014-01-30T00:00:00</ram:ScheduledOccurrenceDateTime>\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:HandlingSSRInstructions>\n      <ram:Description>MUST BE KEPT ABOVE 5 DEGREES CELSIUS</ram:Description>\n    </ram:HandlingSSRInstructions>\n    <ram:HandlingOSIInstructions>\n      <ram:Description>EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS</ram:Description>\n    </ram:HandlingOSIInstructions>\n    <ram:IncludedAccountingNote>\n      <ram:ContentCode>GEN</ram:ContentCode>\n      <ram:Content>PAYMENT BY CERTIFIED CHEQUE</ram:Content>\n    </ram:IncludedAccountingNote>\n    <ram:IncludedCustomsNote>\n      <ram:ContentCode>M</ram:ContentCode>\n      <ram:Content>16DE330262289325I4</ram:Content>\n      <ram:SubjectCode>IMP</ram:SubjectCode>\n      <ram:CountryID>DE</ram:CountryID>\n    </ram:IncludedCustomsNote>\n    <ram:AssociatedReferenceDocument>\n      <ram:ID>12345675</ram:ID>\n      <ram:IssueDateTime>2014-01-27T00:00:00</ram:IssueDateTime>\n      <ram:TypeCode>861</ram:TypeCode>\n      <ram:Name>Certificate of origin</ram:Name>\n    </ram:AssociatedReferenceDocument>\n    <ram:AssociatedConsignmentCustomsProcedure>\n      <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n    </ram:AssociatedConsignmentCustomsProcedure>\n    <ram:ApplicableOriginCurrencyExchange>\n      <ram:SourceCurrencyCode>JPY</ram:SourceCurrencyCode>\n    </ram:ApplicableOriginCurrencyExchange>\n    <ram:ApplicableDestinationCurrencyExchange>\n      <ram:TargetCurrencyCode>EUR</ram:TargetCurrencyCode>\n      <ram:ConversionRate>0.0546</ram:ConversionRate>\n    </ram:ApplicableDestinationCurrencyExchange>\n    <ram:ApplicableLogisticsServiceCharge>\n      <ram:TransportPaymentMethodCode>PP</ram:TransportPaymentMethodCode>\n      <ram:ServiceTypeCode>Q</ram:ServiceTypeCode>\n    </ram:ApplicableLogisticsServiceCharge>\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:ConsignmentItemQuantity>1</ram:ConsignmentItemQuantity>\n      <ram:IncludedMasterConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"1\">8471.30</ram:TypeCode>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.780</ram:GrossVolumeMeasure>\n        <ram:PackageQuantity>4</ram:PackageQuantity>\n        <ram:PieceQuantity>4</ram:PieceQuantity>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>CONSOLIDATION AS PER ATTACHED MANIFEST</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:OriginCountry>\n          <ram:ID>JP</ram:ID>\n        </ram:OriginCountry>\n        <ram:AssociatedUnitLoadTransportEquipment>\n          <ram:ID>12345</ram:ID>\n          <ram:LoadedPackageQuantity>4</ram:LoadedPackageQuantity>\n          <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n          <ram:OperatingParty>\n            <ram:PrimaryID schemeAgencyID=\"1\">AF</ram:PrimaryID>\n          </ram:OperatingParty>\n        </ram:AssociatedUnitLoadTransportEquipment>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>4</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n          <ram:LinearSpatialDimension>\n            <ram:WidthMeasure unitCode=\"CMT\">120</ram:WidthMeasure>\n            <ram:LengthMeasure unitCode=\"CMT\">80</ram:LengthMeasure>\n            <ram:HeightMeasure unitCode=\"CMT\">100</ram:HeightMeasure>\n          </ram:LinearSpatialDimension>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:CommodityItemID>8471.30</ram:CommodityItemID>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">1210.5</ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>1310</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"JPY\">1585755</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n        <ram:SpecifiedRateCombinationPointLocation>\n          <ram:ID>CDG</ram:ID>\n        </ram:SpecifiedRateCombinationPointLocation>\n        <ram:ApplicableUnitLoadDeviceRateClass>\n          <ram:TypeCode>Q</ram:TypeCode>\n          <ram:BasisCode>W</ram:BasisCode>\n          <ram:AppliedPercent>100</ram:AppliedPercent>\n        </ram:ApplicableUnitLoadDeviceRateClass>\n      </ram:IncludedMasterConsignmentItem>\n    </ram:ApplicableRating>\n    <ram:ApplicableTotalRating>\n      <ram:TypeCode>F</ram:TypeCode>\n      <ram:ApplicableDestinationCurrencyServiceCharge>\n        <ram:CollectAppliedAmount currencyID=\"EUR\">0</ram:CollectAppliedAmount>\n        <ram:DestinationAppliedAmount currencyID=\"EUR\">7418</ram:DestinationAppliedAmount>\n        <ram:TotalAppliedAmount currencyID=\"EUR\">94042</ram:TotalAppliedAmount>\n      </ram:ApplicableDestinationCurrencyServiceCharge>\n      <ram:ApplicablePrepaidCollectMonetarySummation>\n        <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n        <ram:WeightChargeTotalAmount currencyID=\"JPY\">1585755</ram:WeightChargeTotalAmount>\n        <ram:ValuationChargeTotalAmount currencyID=\"JPY\">0</ram:ValuationChargeTotalAmount>\n        <ram:TaxTotalAmount currencyID=\"JPY\">0</ram:TaxTotalAmount>\n        <ram:AgentTotalDuePayableAmount currencyID=\"JPY\">0</ram:AgentTotalDuePayableAmount>\n        <ram:CarrierTotalDuePayableAmount currencyID=\"JPY\">135894</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":"**Message Type**: XFWB (Master Air Waybill) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 020-95947655) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Master Air Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 741) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T13:02:20) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., cb0c990d-80a0-9c27-cd45-619f6e9a4fd5) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., TDVAGT03TEST/AMS1) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., FRAFMLH) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | Waybill header container |\n| BusinessHeaderDocument/ID | String | 12 | M | Waybill number (e.g., 020-95947655) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1.1/2.1.3 AWB 1A/1B |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (D=Direct, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | O | Consignor declaration signature |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | O | Consignor signature name (e.g., LUFTHANSA TECHNIK LO). CIMP Ref: 16.3 AWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2016-05-16T00:00:00). CIMP Ref: 17.2.2/3/4 AWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., U096968). CIMP Ref: 17.3.2 AWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | String | 1-35 | M | Declaration place (e.g., NYC, LHR). CIMP Ref: 17.2.6 AWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/ID | String | 1-35 | O | Master consignment identifier (AWB number at consignment level) |\n| MasterConsignment/AdditionalID | String | 1-35 | O | Additional consignment identifier beyond primary AWB number |\n| MasterConsignment/FreightForwarderAssignedID | String | 1-35 | O | Identifier assigned by the freight forwarder (house AWB or internal reference) |\n| MasterConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference identifier (e.g., booking reference, customs ref) |\n| MasterConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.8.2 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount | Numeric | 1-18 | O | Declared value for carriage. Mutually exclusive with NilCarriageValueIndicator=true. CIMP Ref: 11.8 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCarriageAmount is provided |\n| MasterConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.10.1 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount | Numeric | 1-18 | O | Declared value for customs. Mutually exclusive with NilCustomsValueIndicator=true. CIMP Ref: 11.10 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCustomsAmount is provided |\n| MasterConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.11.2 AWB 20 |\n| MasterConsignment/InsuranceValueAmount | Numeric | 1-18 | O | Insurance value amount. Mutually exclusive with NilInsuranceValueIndicator=true. CIMP Ref: 11.11 AWB 20 |\n| MasterConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when InsuranceValueAmount is provided |\n| MasterConsignment/TotalChargePrepaidIndicator | Alphabetic | 1 | M | Weight valuation prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.1 |\n| MasterConsignment/TotalDisbursementPrepaidIndicator | Alphabetic | 1 | M | Other charges prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.2 |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 2.3.5 AWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 2.3.4 AWB 22C |\n| MasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 2.4.2 |\n| MasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/DensityGroupCode | Numeric | 1-2 | O | Density group code for volumetric weight calculation (values typically 1-9) |\n| MasterConsignment/PackageQuantity | Numeric | 1-10 | O | Total number of outer packages in the master consignment |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., 6). CIMP Ref: 2.3.3 AWB 22J |\n| MasterConsignment/ConsignorParty | Element | N/A | M | Consignor details. CIMP Ref: 5 |\n| MasterConsignment/ConsignorParty/PrimaryID | String | 1-35 | O | Consignor primary identifier (e.g., known shipper ID, CASS participant code) |\n| MasterConsignment/ConsignorParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsignorParty/AdditionalID | String | 1-35 | O | Additional consignor identifier (e.g., tax ID, EIN, customs registration) |\n| MasterConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., LUFTHANSA TECHNIK). CIMP Ref: 5.4.3 AWB 2 |\n| MasterConsignment/ConsignorParty/AccountID | String | 1-35 | O | Consignor account number. CIMP Ref: 5.2 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 11430). CIMP Ref: 5.7.4 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | 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 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 5.6.3 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information (0:n occurrence). CIMP Ref: 5.8 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 5.8.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., 0017182897272). CIMP Ref: 5.8.4 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided. CIMP Ref: 5.8 AWB 2 |\n| MasterConsignment/ConsigneeParty | Element | N/A | M | Consignee details. CIMP Ref: 6 |\n| MasterConsignment/ConsigneeParty/PrimaryID | String | 1-35 | O | Consignee primary identifier (e.g., importer code, customs registration) |\n| MasterConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsigneeParty/AdditionalID | String | 1-35 | O | Additional consignee identifier (e.g., EORI number, tax ID, import license) |\n| MasterConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 6.4.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/AccountID | String | 1-35 | O | Consignee account number. CIMP Ref: 6.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 6.7.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element in Street Details should be completed. CIMP Ref: 6.5.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 6.6.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information (0:n occurrence). CIMP Ref: 6.8 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 6.8.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number. CIMP Ref: 6.8.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/FreightForwarderParty/PrimaryID | String | 1-35 | O | Freight forwarder primary identifier |\n| MasterConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder additional ID (e.g., CAG) |\n| MasterConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., LH TECHNIK LOGISTIK OF AMERICA). FWB ver 16+ only support 35 characters. CIMP Ref: 7.4.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., S800NYC). CIMP Ref: 7.2.2 AWB 8 |\n| MasterConsignment/FreightForwarderParty/CargoAgentID | Numeric | 7 | M | IATA Cargo Agent Code (e.g., 0000000). Last digit is unweighted modulus 7 check digit. CIMP Ref: 7.2.4 AWB 7 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 7.5.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9,26,28 |\n| MasterConsignment/AssociatedParty/PrimaryID | String | 1-35 | O | Other party primary identifier |\n| MasterConsignment/AssociatedParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/AssociatedParty/AdditionalID | String | 1-35 | O | Additional party identifier |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 9.3.3, 26.3, 28.3 AWB 21 |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | 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 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | O | Other party address |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 9.6.4 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element should be completed. CIMP Ref: 9.4.3 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 9.4.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.6.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | String | 1-35 | C | Address location identifier. Mandatory when SpecifiedAddressLocation is provided |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Other party contact information |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 AWB 1, 9 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 AWB 18 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode qualifier (e.g., Main-Carriage, Pre-Carriage, On-Carriage). Always defaults to Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., LH0401). Carrier code + flight number. CIMP Ref: 3.2.2 and 3.2.3 AWB 19A |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., LH) - IATA Airline and Company Designators code. |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2016-05-16T00:00:00). CIMP Ref: AWB 19A/19B |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/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 AWB 11A/11C |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 25 AWB 21 |\n| MasterConsignment/HandlingSPHInstructions/Description | String | 1-195 | O | Special handling description text |\n| MasterConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | 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 |\n| MasterConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., MUST BE KEPT ABOVE 5 DEGREES CELSIUS). Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions/Description | String | 1-195 | C | OSI description (e.g., EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). Mandatory when HandlingOSIInstructions is provided. Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 29 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., NOEEI30.37A, 16DE330262289325I4). CIMP Ref: 29.9 AWB 21 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/AssociatedReferenceDocument/ID | String | 1-35 | C | Reference document ID. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Reference document issue date |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-3 | C | Document type code - UN/EDIFACT 1001. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/Name | String | 1-70 | O | Reference document name |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., T1, T2) - CIMP 1.49. CIMP Ref: 21.3 AWB 21A |\n| MasterConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., USD, GBP) - ISO 4217. CIMP Ref: 11.3 AWB 12 |\n| MasterConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency exchange |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | C | Destination currency code (e.g., EUR, USD) - ISO 4217. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-12 | C | Currency conversion rate. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/ApplicableLogisticsServiceCharge/TransportPaymentMethodCode | Alphabetic | 2 | O | Charges codes (e.g., PX, CC) - CIMP 1.1. CIMP Ref: 11.5 AWB 13 |\n| MasterConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alpha-Numerical | 1-3 | O | Service type code |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 13.2.2 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., 10, 67.1). Range: 0.000-999999999999. CIMP Ref: 13.3.3 |\n| MasterConsignment/ApplicableRating | Element | N/A | O | Rating type (1:n occurrence, maximum of 3). FWB v17 supports only Face value rating |\n| MasterConsignment/ApplicableRating/TypeCode | Alphabetic | 1 | M | Rating type indicator (F=Face, P=Published, A=Actual). Default is F. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableRating/TotalChargeAmount | Numeric | 1-12 | O | Total charge or discount amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 22L |\n| MasterConsignment/ApplicableRating/ConsignmentItemQuantity | Numeric | 1-4 | O | Number of consignment items |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem | Element | N/A | M | Item details (1:n occurrence). FWB v17 supports maximum 12 rating lines |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SequenceNumeric | Numeric | 1-3 | M | Line-item number (e.g., 1, 2, 3). CIMP Ref: 12.2.2 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 12.4.3 AWB 22B |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 12.4.2 AWB 22C |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 12.14.6 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 6). CIMP Ref: 12.3.3 AWB 22A |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Item description |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Description (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S, TOOTH PASTE). CIMP Ref: 12.11.5 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry/ID | Alphabetic | 2 | C | ISO country code. Mandatory when OriginCountry is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.12 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | C | ULD serial number. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.3 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-10 | O | Number of packages loaded in ULD |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alphabetic | 1-4 | C | ULD type code per IATA ULD Regulations. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.2 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | C | ULD operating party. Mandatory when AssociatedUnitLoadTransportEquipment is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alphabetic | 2 | C | ULD owner airline code. Mandatory when OperatingParty is provided. CIMP Ref: 12.12.4 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage | Element | N/A | O | 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 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 1). CIMP Ref: 12.13.15 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 9.8). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23, 71, 20, 76). CIMP Ref: 12.13.11 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23, 71, 122, 36, 76, 20). CIMP Ref: 12.13.9 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 20, 18, 122, 53, 13). CIMP Ref: 12.13.13 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., N, M) - CIMP 1.4. CIMP Ref: 12.5.3 AWB 22D |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | String | 1-35 | O | Commodity item identifier |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., 122). Range: 0.1-9999999. CIMP Ref: 12.7.3 AWB 22F |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | M | Rate or charge amount (e.g., 4.18). Range: 0.0001-99999999. CIMP Ref: 12.8.3 AWB 22G |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | M | Item total charge (e.g., 509.96). CIMP Ref: 12.9.3 AWB 22H |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | Rate combination point |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | C | IATA location code. Mandatory when SpecifiedRateCombinationPointLocation is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass | Element | N/A | O | ULD rate class details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/TypeCode | Alpha-Numerical | 1-3 | C | ULD rate class type code. Mandatory when ApplicableUnitLoadDeviceRateClass is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/BasisCode | Alpha-Numerical | 1-3 | O | Rate basis code |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/AppliedPercent | Numeric | 1-5 | O | Applied percentage |\n| MasterConsignment/ApplicableTotalRating | Element | N/A | O | Waybill totals |\n| MasterConsignment/ApplicableTotalRating/TypeCode | Alphabetic | 1 | M | Rating type (F=Face, P=Published, A=Actual). Default is F. Maximum of 3 occurrences |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge | Element | N/A | O | Destination currency service charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount | Numeric | 1-18 | C | Collect charges in destination currency. Mandatory when DestinationCurrencyServiceCharge is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when CollectAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount | Numeric | 1-18 | O | Destination charges amount |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DestinationAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount | Numeric | 1-18 | O | Total destination currency charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when TotalAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation | Element | N/A | M | Prepaid/collect summary (1:n occurrence, maximum of 2). CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/WeightChargeTotalAmount | Numeric | 1-12 | O | Weight charge amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 24A and 22L/H |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/CarrierTotalDuePayableAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., 77.1). Range: 0.000-999999999999. CIMP Ref: 14.7/15.7 AWB 28A/28B |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/GrandTotalAmount | Numeric | 1-12 | M | Total charge summary (e.g., 587.06). Range: 0.000-999999999999. CIMP Ref: 14.8/15.8 AWB 30A/30B |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Standard Version:** XFWB version 5.10 XML Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186[;vnd.vst.idref=cxml-xfwb_5.10_iframes]!/4](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186%5B%3Bvnd.vst.idref%3Dcxml-xfwb_5.10_iframes%5D!/4)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"c9c953a0-0f98-4b2d-9932-e85f3efc13e9","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"121a2101-656b-43da-8cce-c948147c9607","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":"1780561706","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>KAZUHIRO HOTTA</ram:Signatory>\n    </ram:SignatoryConsignorAuthentication>\n    <ram:SignatoryCarrierAuthentication>\n      <ram:ActualDateTime>2014-01-27T00:00:00</ram:ActualDateTime>\n      <ram:Signatory>KUEHNE + NAGEL LTD</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:ID>057-20866156</ram:ID>\n    <ram:AdditionalID>MAWB-2014-001</ram:AdditionalID>\n    <ram:FreightForwarderAssignedID>4220217440104400</ram:FreightForwarderAssignedID>\n    <ram:AssociatedReferenceID>1016032</ram:AssociatedReferenceID>\n    <ram:NilCarriageValueIndicator>false</ram:NilCarriageValueIndicator>\n    <ram:DeclaredValueForCarriageAmount currencyID=\"JPY\">50000</ram:DeclaredValueForCarriageAmount>\n    <ram:NilCustomsValueIndicator>false</ram:NilCustomsValueIndicator>\n    <ram:DeclaredValueForCustomsAmount currencyID=\"JPY\">45000</ram:DeclaredValueForCustomsAmount>\n    <ram:NilInsuranceValueIndicator>false</ram:NilInsuranceValueIndicator>\n    <ram:InsuranceValueAmount currencyID=\"JPY\">75000</ram:InsuranceValueAmount>\n    <ram:TotalChargePrepaidIndicator>P</ram:TotalChargePrepaidIndicator>\n    <ram:TotalDisbursementPrepaidIndicator>P</ram:TotalDisbursementPrepaidIndicator>\n    <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">1210.2</ram:IncludedTareGrossWeightMeasure>\n    <ram:GrossVolumeMeasure unitCode=\"MTQ\">3.84</ram:GrossVolumeMeasure>\n    <ram:DensityGroupCode>5</ram:DensityGroupCode>\n    <ram:PackageQuantity>4</ram:PackageQuantity>\n    <ram:TotalPieceQuantity>4</ram:TotalPieceQuantity>\n    <ram:ProductID>VIPRO</ram:ProductID>\n    <ram:ConsignorParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">SHPR-10042</ram:PrimaryID>\n      <ram:AdditionalID>US-EIN-123456789</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:AccountID>SHP800NYC</ram:AccountID>\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:PostalStructuredAddress>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>KAZUHIRO HOTTA</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>0081724555733</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>shipper@kuehne-nagel.com</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:ConsignorParty>\n    <ram:ConsigneeParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">CNEE-20088</ram:PrimaryID>\n      <ram:AdditionalID>DE-EORI-DE123456789</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL (AG and CO)</ram:Name>\n      <ram:AccountID>CNE60549</ram:AccountID>\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:PersonName>HANS MUELLER</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>004969123456</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>consignee@kuehne-nagel.de</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:ConsigneeParty>\n    <ram:FreightForwarderParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">FFWD-30055</ram:PrimaryID>\n      <ram:AdditionalID>CAG</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:AccountID>S800NYC</ram:AccountID>\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:CountrySubDivisionName>OSAKA</ram:CountrySubDivisionName>\n      </ram:FreightForwarderAddress>\n      <ram:SpecifiedCargoAgentLocation>\n        <ram:ID>0023</ram:ID>\n      </ram:SpecifiedCargoAgentLocation>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>KAZUHIRO HOTTA</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>0081724555733</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>forwarder@kuehne-nagel.com</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:FreightForwarderParty>\n    <ram:AssociatedParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">NP-001</ram:PrimaryID>\n      <ram:AdditionalID>DE-EORI-DE987654321</ram:AdditionalID>\n      <ram:Name>ONTOUR TRANSPORT SERVICE GMBH</ram:Name>\n      <ram:RoleCode>NI</ram:RoleCode>\n      <ram:PostalStructuredAddress>\n        <ram:PostcodeCode>65479</ram:PostcodeCode>\n        <ram:StreetName>SEINESTRASSE 1</ram:StreetName>\n        <ram:CityName>RAUNHEIM</ram:CityName>\n        <ram:CountryID>DE</ram:CountryID>\n        <ram:CountrySubDivisionName>HESSE</ram:CountrySubDivisionName>\n        <ram:SpecifiedAddressLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:SpecifiedAddressLocation>\n      </ram:PostalStructuredAddress>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>PETER SCHMIDT</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>004969123456</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>logistics@ontour.de</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:AssociatedParty>\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>2014-01-28T00:00:00</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>2014-01-27T00:00:00</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>2014-01-29T00:00:00</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>2014-01-30T00:00:00</ram:ScheduledOccurrenceDateTime>\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:HandlingSSRInstructions>\n      <ram:Description>MUST BE KEPT ABOVE 5 DEGREES CELSIUS</ram:Description>\n    </ram:HandlingSSRInstructions>\n    <ram:HandlingOSIInstructions>\n      <ram:Description>EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS</ram:Description>\n    </ram:HandlingOSIInstructions>\n    <ram:IncludedAccountingNote>\n      <ram:ContentCode>GEN</ram:ContentCode>\n      <ram:Content>PAYMENT BY CERTIFIED CHEQUE</ram:Content>\n    </ram:IncludedAccountingNote>\n    <ram:IncludedCustomsNote>\n      <ram:ContentCode>M</ram:ContentCode>\n      <ram:Content>16DE330262289325I4</ram:Content>\n      <ram:SubjectCode>IMP</ram:SubjectCode>\n      <ram:CountryID>DE</ram:CountryID>\n    </ram:IncludedCustomsNote>\n    <ram:AssociatedReferenceDocument>\n      <ram:ID>12345675</ram:ID>\n      <ram:IssueDateTime>2014-01-27T00:00:00</ram:IssueDateTime>\n      <ram:TypeCode>861</ram:TypeCode>\n      <ram:Name>Certificate of origin</ram:Name>\n    </ram:AssociatedReferenceDocument>\n    <ram:AssociatedConsignmentCustomsProcedure>\n      <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n    </ram:AssociatedConsignmentCustomsProcedure>\n    <ram:ApplicableOriginCurrencyExchange>\n      <ram:SourceCurrencyCode>JPY</ram:SourceCurrencyCode>\n    </ram:ApplicableOriginCurrencyExchange>\n    <ram:ApplicableDestinationCurrencyExchange>\n      <ram:TargetCurrencyCode>EUR</ram:TargetCurrencyCode>\n      <ram:ConversionRate>0.0546</ram:ConversionRate>\n    </ram:ApplicableDestinationCurrencyExchange>\n    <ram:ApplicableLogisticsServiceCharge>\n      <ram:TransportPaymentMethodCode>PP</ram:TransportPaymentMethodCode>\n      <ram:ServiceTypeCode>Q</ram:ServiceTypeCode>\n    </ram:ApplicableLogisticsServiceCharge>\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:ConsignmentItemQuantity>1</ram:ConsignmentItemQuantity>\n      <ram:IncludedMasterConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"1\">8471.30</ram:TypeCode>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.780</ram:GrossVolumeMeasure>\n        <ram:PackageQuantity>4</ram:PackageQuantity>\n        <ram:PieceQuantity>4</ram:PieceQuantity>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>CONSOLIDATION AS PER ATTACHED MANIFEST</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:OriginCountry>\n          <ram:ID>JP</ram:ID>\n        </ram:OriginCountry>\n        <ram:AssociatedUnitLoadTransportEquipment>\n          <ram:ID>12345</ram:ID>\n          <ram:LoadedPackageQuantity>4</ram:LoadedPackageQuantity>\n          <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n          <ram:OperatingParty>\n            <ram:PrimaryID schemeAgencyID=\"1\">AF</ram:PrimaryID>\n          </ram:OperatingParty>\n        </ram:AssociatedUnitLoadTransportEquipment>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>4</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n          <ram:LinearSpatialDimension>\n            <ram:WidthMeasure unitCode=\"CMT\">120</ram:WidthMeasure>\n            <ram:LengthMeasure unitCode=\"CMT\">80</ram:LengthMeasure>\n            <ram:HeightMeasure unitCode=\"CMT\">100</ram:HeightMeasure>\n          </ram:LinearSpatialDimension>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:CommodityItemID>8471.30</ram:CommodityItemID>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">1210.5</ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>1310</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"JPY\">1585755</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n        <ram:SpecifiedRateCombinationPointLocation>\n          <ram:ID>CDG</ram:ID>\n        </ram:SpecifiedRateCombinationPointLocation>\n        <ram:ApplicableUnitLoadDeviceRateClass>\n          <ram:TypeCode>Q</ram:TypeCode>\n          <ram:BasisCode>W</ram:BasisCode>\n          <ram:AppliedPercent>100</ram:AppliedPercent>\n        </ram:ApplicableUnitLoadDeviceRateClass>\n      </ram:IncludedMasterConsignmentItem>\n    </ram:ApplicableRating>\n    <ram:ApplicableTotalRating>\n      <ram:TypeCode>F</ram:TypeCode>\n      <ram:ApplicableDestinationCurrencyServiceCharge>\n        <ram:CollectAppliedAmount currencyID=\"EUR\">0</ram:CollectAppliedAmount>\n        <ram:DestinationAppliedAmount currencyID=\"EUR\">7418</ram:DestinationAppliedAmount>\n        <ram:TotalAppliedAmount currencyID=\"EUR\">94042</ram:TotalAppliedAmount>\n      </ram:ApplicableDestinationCurrencyServiceCharge>\n      <ram:ApplicablePrepaidCollectMonetarySummation>\n        <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n        <ram:WeightChargeTotalAmount currencyID=\"JPY\">1585755</ram:WeightChargeTotalAmount>\n        <ram:ValuationChargeTotalAmount currencyID=\"JPY\">0</ram:ValuationChargeTotalAmount>\n        <ram:TaxTotalAmount currencyID=\"JPY\">0</ram:TaxTotalAmount>\n        <ram:AgentTotalDuePayableAmount currencyID=\"JPY\">0</ram:AgentTotalDuePayableAmount>\n        <ram:CarrierTotalDuePayableAmount currencyID=\"JPY\">135894</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":"**Message Type**: XFWB (Master Air Waybill) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 020-95947655) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Master Air Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 741) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T13:02:20) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., cb0c990d-80a0-9c27-cd45-619f6e9a4fd5) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., TDVAGT03TEST/AMS1) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., FRAFMLH) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | Waybill header container |\n| BusinessHeaderDocument/ID | String | 12 | M | Waybill number (e.g., 020-95947655) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1.1/2.1.3 AWB 1A/1B |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (D=Direct, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | O | Consignor declaration signature |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | O | Consignor signature name (e.g., LUFTHANSA TECHNIK LO). CIMP Ref: 16.3 AWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2016-05-16T00:00:00). CIMP Ref: 17.2.2/3/4 AWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., U096968). CIMP Ref: 17.3.2 AWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | String | 1-35 | M | Declaration place (e.g., NYC, LHR). CIMP Ref: 17.2.6 AWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/ID | String | 1-35 | O | Master consignment identifier (AWB number at consignment level) |\n| MasterConsignment/AdditionalID | String | 1-35 | O | Additional consignment identifier beyond primary AWB number |\n| MasterConsignment/FreightForwarderAssignedID | String | 1-35 | O | Identifier assigned by the freight forwarder (house AWB or internal reference) |\n| MasterConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference identifier (e.g., booking reference, customs ref) |\n| MasterConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.8.2 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount | Numeric | 1-18 | O | Declared value for carriage. Mutually exclusive with NilCarriageValueIndicator=true. CIMP Ref: 11.8 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCarriageAmount is provided |\n| MasterConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.10.1 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount | Numeric | 1-18 | O | Declared value for customs. Mutually exclusive with NilCustomsValueIndicator=true. CIMP Ref: 11.10 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCustomsAmount is provided |\n| MasterConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.11.2 AWB 20 |\n| MasterConsignment/InsuranceValueAmount | Numeric | 1-18 | O | Insurance value amount. Mutually exclusive with NilInsuranceValueIndicator=true. CIMP Ref: 11.11 AWB 20 |\n| MasterConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when InsuranceValueAmount is provided |\n| MasterConsignment/TotalChargePrepaidIndicator | Alphabetic | 1 | M | Weight valuation prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.1 |\n| MasterConsignment/TotalDisbursementPrepaidIndicator | Alphabetic | 1 | M | Other charges prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.2 |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 2.3.5 AWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 2.3.4 AWB 22C |\n| MasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 2.4.2 |\n| MasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/DensityGroupCode | Numeric | 1-2 | O | Density group code for volumetric weight calculation (values typically 1-9) |\n| MasterConsignment/PackageQuantity | Numeric | 1-10 | O | Total number of outer packages in the master consignment |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., 6). CIMP Ref: 2.3.3 AWB 22J |\n| MasterConsignment/ConsignorParty | Element | N/A | M | Consignor details. CIMP Ref: 5 |\n| MasterConsignment/ConsignorParty/PrimaryID | String | 1-35 | O | Consignor primary identifier (e.g., known shipper ID, CASS participant code) |\n| MasterConsignment/ConsignorParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsignorParty/AdditionalID | String | 1-35 | O | Additional consignor identifier (e.g., tax ID, EIN, customs registration) |\n| MasterConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., LUFTHANSA TECHNIK). CIMP Ref: 5.4.3 AWB 2 |\n| MasterConsignment/ConsignorParty/AccountID | String | 1-35 | O | Consignor account number. CIMP Ref: 5.2 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 11430). CIMP Ref: 5.7.4 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | 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 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 5.6.3 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information (0:n occurrence). CIMP Ref: 5.8 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 5.8.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., 0017182897272). CIMP Ref: 5.8.4 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided. CIMP Ref: 5.8 AWB 2 |\n| MasterConsignment/ConsigneeParty | Element | N/A | M | Consignee details. CIMP Ref: 6 |\n| MasterConsignment/ConsigneeParty/PrimaryID | String | 1-35 | O | Consignee primary identifier (e.g., importer code, customs registration) |\n| MasterConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsigneeParty/AdditionalID | String | 1-35 | O | Additional consignee identifier (e.g., EORI number, tax ID, import license) |\n| MasterConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 6.4.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/AccountID | String | 1-35 | O | Consignee account number. CIMP Ref: 6.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 6.7.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element in Street Details should be completed. CIMP Ref: 6.5.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 6.6.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information (0:n occurrence). CIMP Ref: 6.8 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 6.8.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number. CIMP Ref: 6.8.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/FreightForwarderParty/PrimaryID | String | 1-35 | O | Freight forwarder primary identifier |\n| MasterConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder additional ID (e.g., CAG) |\n| MasterConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., LH TECHNIK LOGISTIK OF AMERICA). FWB ver 16+ only support 35 characters. CIMP Ref: 7.4.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., S800NYC). CIMP Ref: 7.2.2 AWB 8 |\n| MasterConsignment/FreightForwarderParty/CargoAgentID | Numeric | 7 | M | IATA Cargo Agent Code (e.g., 0000000). Last digit is unweighted modulus 7 check digit. CIMP Ref: 7.2.4 AWB 7 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 7.5.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9,26,28 |\n| MasterConsignment/AssociatedParty/PrimaryID | String | 1-35 | O | Other party primary identifier |\n| MasterConsignment/AssociatedParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/AssociatedParty/AdditionalID | String | 1-35 | O | Additional party identifier |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 9.3.3, 26.3, 28.3 AWB 21 |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | 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 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | O | Other party address |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 9.6.4 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element should be completed. CIMP Ref: 9.4.3 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 9.4.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.6.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | String | 1-35 | C | Address location identifier. Mandatory when SpecifiedAddressLocation is provided |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Other party contact information |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 AWB 1, 9 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 AWB 18 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode qualifier (e.g., Main-Carriage, Pre-Carriage, On-Carriage). Always defaults to Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., LH0401). Carrier code + flight number. CIMP Ref: 3.2.2 and 3.2.3 AWB 19A |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., LH) - IATA Airline and Company Designators code. |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2016-05-16T00:00:00). CIMP Ref: AWB 19A/19B |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/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 AWB 11A/11C |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 25 AWB 21 |\n| MasterConsignment/HandlingSPHInstructions/Description | String | 1-195 | O | Special handling description text |\n| MasterConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | 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 |\n| MasterConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., MUST BE KEPT ABOVE 5 DEGREES CELSIUS). Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions/Description | String | 1-195 | C | OSI description (e.g., EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). Mandatory when HandlingOSIInstructions is provided. Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 29 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., NOEEI30.37A, 16DE330262289325I4). CIMP Ref: 29.9 AWB 21 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/AssociatedReferenceDocument/ID | String | 1-35 | C | Reference document ID. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Reference document issue date |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-3 | C | Document type code - UN/EDIFACT 1001. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/Name | String | 1-70 | O | Reference document name |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., T1, T2) - CIMP 1.49. CIMP Ref: 21.3 AWB 21A |\n| MasterConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., USD, GBP) - ISO 4217. CIMP Ref: 11.3 AWB 12 |\n| MasterConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency exchange |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | C | Destination currency code (e.g., EUR, USD) - ISO 4217. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-12 | C | Currency conversion rate. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/ApplicableLogisticsServiceCharge/TransportPaymentMethodCode | Alphabetic | 2 | O | Charges codes (e.g., PX, CC) - CIMP 1.1. CIMP Ref: 11.5 AWB 13 |\n| MasterConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alpha-Numerical | 1-3 | O | Service type code |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 13.2.2 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., 10, 67.1). Range: 0.000-999999999999. CIMP Ref: 13.3.3 |\n| MasterConsignment/ApplicableRating | Element | N/A | O | Rating type (1:n occurrence, maximum of 3). FWB v17 supports only Face value rating |\n| MasterConsignment/ApplicableRating/TypeCode | Alphabetic | 1 | M | Rating type indicator (F=Face, P=Published, A=Actual). Default is F. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableRating/TotalChargeAmount | Numeric | 1-12 | O | Total charge or discount amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 22L |\n| MasterConsignment/ApplicableRating/ConsignmentItemQuantity | Numeric | 1-4 | O | Number of consignment items |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem | Element | N/A | M | Item details (1:n occurrence). FWB v17 supports maximum 12 rating lines |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SequenceNumeric | Numeric | 1-3 | M | Line-item number (e.g., 1, 2, 3). CIMP Ref: 12.2.2 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 12.4.3 AWB 22B |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 12.4.2 AWB 22C |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 12.14.6 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 6). CIMP Ref: 12.3.3 AWB 22A |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Item description |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Description (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S, TOOTH PASTE). CIMP Ref: 12.11.5 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry/ID | Alphabetic | 2 | C | ISO country code. Mandatory when OriginCountry is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.12 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | C | ULD serial number. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.3 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-10 | O | Number of packages loaded in ULD |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alphabetic | 1-4 | C | ULD type code per IATA ULD Regulations. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.2 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | C | ULD operating party. Mandatory when AssociatedUnitLoadTransportEquipment is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alphabetic | 2 | C | ULD owner airline code. Mandatory when OperatingParty is provided. CIMP Ref: 12.12.4 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage | Element | N/A | O | 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 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 1). CIMP Ref: 12.13.15 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 9.8). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23, 71, 20, 76). CIMP Ref: 12.13.11 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23, 71, 122, 36, 76, 20). CIMP Ref: 12.13.9 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 20, 18, 122, 53, 13). CIMP Ref: 12.13.13 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., N, M) - CIMP 1.4. CIMP Ref: 12.5.3 AWB 22D |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | String | 1-35 | O | Commodity item identifier |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., 122). Range: 0.1-9999999. CIMP Ref: 12.7.3 AWB 22F |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | M | Rate or charge amount (e.g., 4.18). Range: 0.0001-99999999. CIMP Ref: 12.8.3 AWB 22G |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | M | Item total charge (e.g., 509.96). CIMP Ref: 12.9.3 AWB 22H |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | Rate combination point |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | C | IATA location code. Mandatory when SpecifiedRateCombinationPointLocation is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass | Element | N/A | O | ULD rate class details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/TypeCode | Alpha-Numerical | 1-3 | C | ULD rate class type code. Mandatory when ApplicableUnitLoadDeviceRateClass is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/BasisCode | Alpha-Numerical | 1-3 | O | Rate basis code |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/AppliedPercent | Numeric | 1-5 | O | Applied percentage |\n| MasterConsignment/ApplicableTotalRating | Element | N/A | O | Waybill totals |\n| MasterConsignment/ApplicableTotalRating/TypeCode | Alphabetic | 1 | M | Rating type (F=Face, P=Published, A=Actual). Default is F. Maximum of 3 occurrences |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge | Element | N/A | O | Destination currency service charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount | Numeric | 1-18 | C | Collect charges in destination currency. Mandatory when DestinationCurrencyServiceCharge is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when CollectAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount | Numeric | 1-18 | O | Destination charges amount |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DestinationAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount | Numeric | 1-18 | O | Total destination currency charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when TotalAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation | Element | N/A | M | Prepaid/collect summary (1:n occurrence, maximum of 2). CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/WeightChargeTotalAmount | Numeric | 1-12 | O | Weight charge amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 24A and 22L/H |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/CarrierTotalDuePayableAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., 77.1). Range: 0.000-999999999999. CIMP Ref: 14.7/15.7 AWB 28A/28B |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/GrandTotalAmount | Numeric | 1-12 | M | Total charge summary (e.g., 587.06). Range: 0.000-999999999999. CIMP Ref: 14.8/15.8 AWB 30A/30B |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Standard Version:** XFWB version 5.10 XML Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186[;vnd.vst.idref=cxml-xfwb_5.10_iframes]!/4](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186%5B%3Bvnd.vst.idref%3Dcxml-xfwb_5.10_iframes%5D!/4)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"61ff3205-ad5a-4554-a72f-6bf0c488ccf4","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"50a1b66a-b4a9-4a87-87c7-fad0a35e88f0","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":"1780561706","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>KAZUHIRO HOTTA</ram:Signatory>\n    </ram:SignatoryConsignorAuthentication>\n    <ram:SignatoryCarrierAuthentication>\n      <ram:ActualDateTime>2014-01-27T00:00:00</ram:ActualDateTime>\n      <ram:Signatory>KUEHNE + NAGEL LTD</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:ID>057-20866156</ram:ID>\n    <ram:AdditionalID>MAWB-2014-001</ram:AdditionalID>\n    <ram:FreightForwarderAssignedID>4220217440104400</ram:FreightForwarderAssignedID>\n    <ram:AssociatedReferenceID>1016032</ram:AssociatedReferenceID>\n    <ram:NilCarriageValueIndicator>false</ram:NilCarriageValueIndicator>\n    <ram:DeclaredValueForCarriageAmount currencyID=\"JPY\">50000</ram:DeclaredValueForCarriageAmount>\n    <ram:NilCustomsValueIndicator>false</ram:NilCustomsValueIndicator>\n    <ram:DeclaredValueForCustomsAmount currencyID=\"JPY\">45000</ram:DeclaredValueForCustomsAmount>\n    <ram:NilInsuranceValueIndicator>false</ram:NilInsuranceValueIndicator>\n    <ram:InsuranceValueAmount currencyID=\"JPY\">75000</ram:InsuranceValueAmount>\n    <ram:TotalChargePrepaidIndicator>P</ram:TotalChargePrepaidIndicator>\n    <ram:TotalDisbursementPrepaidIndicator>P</ram:TotalDisbursementPrepaidIndicator>\n    <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">1210.2</ram:IncludedTareGrossWeightMeasure>\n    <ram:GrossVolumeMeasure unitCode=\"MTQ\">3.84</ram:GrossVolumeMeasure>\n    <ram:DensityGroupCode>5</ram:DensityGroupCode>\n    <ram:PackageQuantity>4</ram:PackageQuantity>\n    <ram:TotalPieceQuantity>4</ram:TotalPieceQuantity>\n    <ram:ProductID>VIPRO</ram:ProductID>\n    <ram:ConsignorParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">SHPR-10042</ram:PrimaryID>\n      <ram:AdditionalID>US-EIN-123456789</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:AccountID>SHP800NYC</ram:AccountID>\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:PostalStructuredAddress>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>KAZUHIRO HOTTA</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>0081724555733</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>shipper@kuehne-nagel.com</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:ConsignorParty>\n    <ram:ConsigneeParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">CNEE-20088</ram:PrimaryID>\n      <ram:AdditionalID>DE-EORI-DE123456789</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL (AG and CO)</ram:Name>\n      <ram:AccountID>CNE60549</ram:AccountID>\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:PersonName>HANS MUELLER</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>004969123456</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>consignee@kuehne-nagel.de</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:ConsigneeParty>\n    <ram:FreightForwarderParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">FFWD-30055</ram:PrimaryID>\n      <ram:AdditionalID>CAG</ram:AdditionalID>\n      <ram:Name>KUEHNE + NAGEL LTD. KANSAI INT'L AIRPORT OFFICE</ram:Name>\n      <ram:AccountID>S800NYC</ram:AccountID>\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:CountrySubDivisionName>OSAKA</ram:CountrySubDivisionName>\n      </ram:FreightForwarderAddress>\n      <ram:SpecifiedCargoAgentLocation>\n        <ram:ID>0023</ram:ID>\n      </ram:SpecifiedCargoAgentLocation>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>KAZUHIRO HOTTA</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>0081724555733</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>forwarder@kuehne-nagel.com</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:FreightForwarderParty>\n    <ram:AssociatedParty>\n      <ram:PrimaryID schemeAgencyID=\"1\">NP-001</ram:PrimaryID>\n      <ram:AdditionalID>DE-EORI-DE987654321</ram:AdditionalID>\n      <ram:Name>ONTOUR TRANSPORT SERVICE GMBH</ram:Name>\n      <ram:RoleCode>NI</ram:RoleCode>\n      <ram:PostalStructuredAddress>\n        <ram:PostcodeCode>65479</ram:PostcodeCode>\n        <ram:StreetName>SEINESTRASSE 1</ram:StreetName>\n        <ram:CityName>RAUNHEIM</ram:CityName>\n        <ram:CountryID>DE</ram:CountryID>\n        <ram:CountrySubDivisionName>HESSE</ram:CountrySubDivisionName>\n        <ram:SpecifiedAddressLocation>\n          <ram:ID>FRA</ram:ID>\n        </ram:SpecifiedAddressLocation>\n      </ram:PostalStructuredAddress>\n      <ram:DefinedTradeContact>\n        <ram:PersonName>PETER SCHMIDT</ram:PersonName>\n        <ram:DirectTelephoneCommunication>\n          <ram:CompleteNumber>004969123456</ram:CompleteNumber>\n        </ram:DirectTelephoneCommunication>\n        <ram:URIEmailCommunication>\n          <ram:URIID>logistics@ontour.de</ram:URIID>\n        </ram:URIEmailCommunication>\n      </ram:DefinedTradeContact>\n    </ram:AssociatedParty>\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>2014-01-28T00:00:00</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>2014-01-27T00:00:00</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>2014-01-29T00:00:00</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>2014-01-30T00:00:00</ram:ScheduledOccurrenceDateTime>\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:HandlingSSRInstructions>\n      <ram:Description>MUST BE KEPT ABOVE 5 DEGREES CELSIUS</ram:Description>\n    </ram:HandlingSSRInstructions>\n    <ram:HandlingOSIInstructions>\n      <ram:Description>EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS</ram:Description>\n    </ram:HandlingOSIInstructions>\n    <ram:IncludedAccountingNote>\n      <ram:ContentCode>GEN</ram:ContentCode>\n      <ram:Content>PAYMENT BY CERTIFIED CHEQUE</ram:Content>\n    </ram:IncludedAccountingNote>\n    <ram:IncludedCustomsNote>\n      <ram:ContentCode>M</ram:ContentCode>\n      <ram:Content>16DE330262289325I4</ram:Content>\n      <ram:SubjectCode>IMP</ram:SubjectCode>\n      <ram:CountryID>DE</ram:CountryID>\n    </ram:IncludedCustomsNote>\n    <ram:AssociatedReferenceDocument>\n      <ram:ID>12345675</ram:ID>\n      <ram:IssueDateTime>2014-01-27T00:00:00</ram:IssueDateTime>\n      <ram:TypeCode>861</ram:TypeCode>\n      <ram:Name>Certificate of origin</ram:Name>\n    </ram:AssociatedReferenceDocument>\n    <ram:AssociatedConsignmentCustomsProcedure>\n      <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n    </ram:AssociatedConsignmentCustomsProcedure>\n    <ram:ApplicableOriginCurrencyExchange>\n      <ram:SourceCurrencyCode>JPY</ram:SourceCurrencyCode>\n    </ram:ApplicableOriginCurrencyExchange>\n    <ram:ApplicableDestinationCurrencyExchange>\n      <ram:TargetCurrencyCode>EUR</ram:TargetCurrencyCode>\n      <ram:ConversionRate>0.0546</ram:ConversionRate>\n    </ram:ApplicableDestinationCurrencyExchange>\n    <ram:ApplicableLogisticsServiceCharge>\n      <ram:TransportPaymentMethodCode>PP</ram:TransportPaymentMethodCode>\n      <ram:ServiceTypeCode>Q</ram:ServiceTypeCode>\n    </ram:ApplicableLogisticsServiceCharge>\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:ConsignmentItemQuantity>1</ram:ConsignmentItemQuantity>\n      <ram:IncludedMasterConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"1\">8471.30</ram:TypeCode>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.780</ram:GrossVolumeMeasure>\n        <ram:PackageQuantity>4</ram:PackageQuantity>\n        <ram:PieceQuantity>4</ram:PieceQuantity>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>CONSOLIDATION AS PER ATTACHED MANIFEST</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:OriginCountry>\n          <ram:ID>JP</ram:ID>\n        </ram:OriginCountry>\n        <ram:AssociatedUnitLoadTransportEquipment>\n          <ram:ID>12345</ram:ID>\n          <ram:LoadedPackageQuantity>4</ram:LoadedPackageQuantity>\n          <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n          <ram:OperatingParty>\n            <ram:PrimaryID schemeAgencyID=\"1\">AF</ram:PrimaryID>\n          </ram:OperatingParty>\n        </ram:AssociatedUnitLoadTransportEquipment>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>4</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">1210.2</ram:GrossWeightMeasure>\n          <ram:LinearSpatialDimension>\n            <ram:WidthMeasure unitCode=\"CMT\">120</ram:WidthMeasure>\n            <ram:LengthMeasure unitCode=\"CMT\">80</ram:LengthMeasure>\n            <ram:HeightMeasure unitCode=\"CMT\">100</ram:HeightMeasure>\n          </ram:LinearSpatialDimension>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:CommodityItemID>8471.30</ram:CommodityItemID>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">1210.5</ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>1310</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"JPY\">1585755</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n        <ram:SpecifiedRateCombinationPointLocation>\n          <ram:ID>CDG</ram:ID>\n        </ram:SpecifiedRateCombinationPointLocation>\n        <ram:ApplicableUnitLoadDeviceRateClass>\n          <ram:TypeCode>Q</ram:TypeCode>\n          <ram:BasisCode>W</ram:BasisCode>\n          <ram:AppliedPercent>100</ram:AppliedPercent>\n        </ram:ApplicableUnitLoadDeviceRateClass>\n      </ram:IncludedMasterConsignmentItem>\n    </ram:ApplicableRating>\n    <ram:ApplicableTotalRating>\n      <ram:TypeCode>F</ram:TypeCode>\n      <ram:ApplicableDestinationCurrencyServiceCharge>\n        <ram:CollectAppliedAmount currencyID=\"EUR\">0</ram:CollectAppliedAmount>\n        <ram:DestinationAppliedAmount currencyID=\"EUR\">7418</ram:DestinationAppliedAmount>\n        <ram:TotalAppliedAmount currencyID=\"EUR\">94042</ram:TotalAppliedAmount>\n      </ram:ApplicableDestinationCurrencyServiceCharge>\n      <ram:ApplicablePrepaidCollectMonetarySummation>\n        <ram:PrepaidIndicator>P</ram:PrepaidIndicator>\n        <ram:WeightChargeTotalAmount currencyID=\"JPY\">1585755</ram:WeightChargeTotalAmount>\n        <ram:ValuationChargeTotalAmount currencyID=\"JPY\">0</ram:ValuationChargeTotalAmount>\n        <ram:TaxTotalAmount currencyID=\"JPY\">0</ram:TaxTotalAmount>\n        <ram:AgentTotalDuePayableAmount currencyID=\"JPY\">0</ram:AgentTotalDuePayableAmount>\n        <ram:CarrierTotalDuePayableAmount currencyID=\"JPY\">135894</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":"**Message Type**: XFWB (Master Air Waybill) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 020-95947655) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Master Air Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 741) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T13:02:20) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., cb0c990d-80a0-9c27-cd45-619f6e9a4fd5) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., TDVAGT03TEST/AMS1) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., FRAFMLH) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | Waybill header container |\n| BusinessHeaderDocument/ID | String | 12 | M | Waybill number (e.g., 020-95947655) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1.1/2.1.3 AWB 1A/1B |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (D=Direct, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | O | Consignor declaration signature |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | O | Consignor signature name (e.g., LUFTHANSA TECHNIK LO). CIMP Ref: 16.3 AWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2016-05-16T00:00:00). CIMP Ref: 17.2.2/3/4 AWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., U096968). CIMP Ref: 17.3.2 AWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | String | 1-35 | M | Declaration place (e.g., NYC, LHR). CIMP Ref: 17.2.6 AWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/ID | String | 1-35 | O | Master consignment identifier (AWB number at consignment level) |\n| MasterConsignment/AdditionalID | String | 1-35 | O | Additional consignment identifier beyond primary AWB number |\n| MasterConsignment/FreightForwarderAssignedID | String | 1-35 | O | Identifier assigned by the freight forwarder (house AWB or internal reference) |\n| MasterConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference identifier (e.g., booking reference, customs ref) |\n| MasterConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.8.2 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount | Numeric | 1-18 | O | Declared value for carriage. Mutually exclusive with NilCarriageValueIndicator=true. CIMP Ref: 11.8 AWB 16 |\n| MasterConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCarriageAmount is provided |\n| MasterConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.10.1 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount | Numeric | 1-18 | O | Declared value for customs. Mutually exclusive with NilCustomsValueIndicator=true. CIMP Ref: 11.10 AWB 17 |\n| MasterConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DeclaredValueForCustomsAmount is provided |\n| MasterConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.11.2 AWB 20 |\n| MasterConsignment/InsuranceValueAmount | Numeric | 1-18 | O | Insurance value amount. Mutually exclusive with NilInsuranceValueIndicator=true. CIMP Ref: 11.11 AWB 20 |\n| MasterConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when InsuranceValueAmount is provided |\n| MasterConsignment/TotalChargePrepaidIndicator | Alphabetic | 1 | M | Weight valuation prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.1 |\n| MasterConsignment/TotalDisbursementPrepaidIndicator | Alphabetic | 1 | M | Other charges prepaid/collect (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 11.7.2 |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 2.3.5 AWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 2.3.4 AWB 22C |\n| MasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 2.4.2 |\n| MasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/DensityGroupCode | Numeric | 1-2 | O | Density group code for volumetric weight calculation (values typically 1-9) |\n| MasterConsignment/PackageQuantity | Numeric | 1-10 | O | Total number of outer packages in the master consignment |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., 6). CIMP Ref: 2.3.3 AWB 22J |\n| MasterConsignment/ConsignorParty | Element | N/A | M | Consignor details. CIMP Ref: 5 |\n| MasterConsignment/ConsignorParty/PrimaryID | String | 1-35 | O | Consignor primary identifier (e.g., known shipper ID, CASS participant code) |\n| MasterConsignment/ConsignorParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsignorParty/AdditionalID | String | 1-35 | O | Additional consignor identifier (e.g., tax ID, EIN, customs registration) |\n| MasterConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., LUFTHANSA TECHNIK). CIMP Ref: 5.4.3 AWB 2 |\n| MasterConsignment/ConsignorParty/AccountID | String | 1-35 | O | Consignor account number. CIMP Ref: 5.2 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 11430). CIMP Ref: 5.7.4 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | 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 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 5.6.3 AWB 2 |\n| MasterConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information (0:n occurrence). CIMP Ref: 5.8 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 5.8.2 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., 0017182897272). CIMP Ref: 5.8.4 AWB 2 |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication details |\n| MasterConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided. CIMP Ref: 5.8 AWB 2 |\n| MasterConsignment/ConsigneeParty | Element | N/A | M | Consignee details. CIMP Ref: 6 |\n| MasterConsignment/ConsigneeParty/PrimaryID | String | 1-35 | O | Consignee primary identifier (e.g., importer code, customs registration) |\n| MasterConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for the PrimaryID |\n| MasterConsignment/ConsigneeParty/AdditionalID | String | 1-35 | O | Additional consignee identifier (e.g., EORI number, tax ID, import license) |\n| MasterConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 6.4.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/AccountID | String | 1-35 | O | Consignee account number. CIMP Ref: 6.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 6.7.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element in Street Details should be completed. CIMP Ref: 6.5.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 6.6.3 AWB 4 |\n| MasterConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information (0:n occurrence). CIMP Ref: 6.8 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name. CIMP Ref: 6.8.2 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number. CIMP Ref: 6.8.4 AWB 4 |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/FreightForwarderParty/PrimaryID | String | 1-35 | O | Freight forwarder primary identifier |\n| MasterConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder additional ID (e.g., CAG) |\n| MasterConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., LH TECHNIK LOGISTIK OF AMERICA). FWB ver 16+ only support 35 characters. CIMP Ref: 7.4.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., S800NYC). CIMP Ref: 7.2.2 AWB 8 |\n| MasterConsignment/FreightForwarderParty/CargoAgentID | Numeric | 7 | M | IATA Cargo Agent Code (e.g., 0000000). Last digit is unweighted modulus 7 check digit. CIMP Ref: 7.2.4 AWB 7 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CityName | String | 1-70 | M | City name (e.g., JAMAICA). CIMP Ref: 7.5.2 AWB 6 |\n| MasterConsignment/FreightForwarderParty/FreightForwarderAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9,26,28 |\n| MasterConsignment/AssociatedParty/PrimaryID | String | 1-35 | O | Other party primary identifier |\n| MasterConsignment/AssociatedParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency for PrimaryID |\n| MasterConsignment/AssociatedParty/AdditionalID | String | 1-35 | O | Additional party identifier |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., ONTOUR TRANSPORT SERVICE GMBH). CIMP Ref: 9.3.3, 26.3, 28.3 AWB 21 |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | 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 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | O | Other party address |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 65479). CIMP Ref: 9.6.4 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., SEINESTRASSE 1). At least one element should be completed. CIMP Ref: 9.4.3 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., RAUNHEIM). CIMP Ref: 9.4.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.6.2 AWB 21 |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | State/province name |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | String | 1-35 | C | Address location identifier. Mandatory when SpecifiedAddressLocation is provided |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Other party contact information |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-35 | C | Email address. Mandatory when URIEmailCommunication is provided |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 AWB 1, 9 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., FRA) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 AWB 18 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode qualifier (e.g., Main-Carriage, Pre-Carriage, On-Carriage). Always defaults to Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., LH0401). Carrier code + flight number. CIMP Ref: 3.2.2 and 3.2.3 AWB 19A |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., LH) - IATA Airline and Company Designators code. |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2016-05-16T00:00:00). CIMP Ref: AWB 19A/19B |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/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 AWB 11A/11C |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 25 AWB 21 |\n| MasterConsignment/HandlingSPHInstructions/Description | String | 1-195 | O | Special handling description text |\n| MasterConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | 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 |\n| MasterConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., MUST BE KEPT ABOVE 5 DEGREES CELSIUS). Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 8 AWB 21 |\n| MasterConsignment/HandlingOSIInstructions/Description | String | 1-195 | C | OSI description (e.g., EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). Mandatory when HandlingOSIInstructions is provided. Cargo-IMP FWB v17 supports max 195 characters. CIMP Ref: 8.3 AWB 21 |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 29 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., NOEEI30.37A, 16DE330262289325I4). CIMP Ref: 29.9 AWB 21 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/AssociatedReferenceDocument/ID | String | 1-35 | C | Reference document ID. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Reference document issue date |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-3 | C | Document type code - UN/EDIFACT 1001. Mandatory when AssociatedReferenceDocument is provided |\n| MasterConsignment/AssociatedReferenceDocument/Name | String | 1-70 | O | Reference document name |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., T1, T2) - CIMP 1.49. CIMP Ref: 21.3 AWB 21A |\n| MasterConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., USD, GBP) - ISO 4217. CIMP Ref: 11.3 AWB 12 |\n| MasterConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency exchange |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | C | Destination currency code (e.g., EUR, USD) - ISO 4217. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-12 | C | Currency conversion rate. Mandatory when ApplicableDestinationCurrencyExchange is provided |\n| MasterConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/ApplicableLogisticsServiceCharge/TransportPaymentMethodCode | Alphabetic | 2 | O | Charges codes (e.g., PX, CC) - CIMP 1.1. CIMP Ref: 11.5 AWB 13 |\n| MasterConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alpha-Numerical | 1-3 | O | Service type code |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 13.2.2 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., 10, 67.1). Range: 0.000-999999999999. CIMP Ref: 13.3.3 |\n| MasterConsignment/ApplicableRating | Element | N/A | O | Rating type (1:n occurrence, maximum of 3). FWB v17 supports only Face value rating |\n| MasterConsignment/ApplicableRating/TypeCode | Alphabetic | 1 | M | Rating type indicator (F=Face, P=Published, A=Actual). Default is F. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableRating/TotalChargeAmount | Numeric | 1-12 | O | Total charge or discount amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 22L |\n| MasterConsignment/ApplicableRating/ConsignmentItemQuantity | Numeric | 1-4 | O | Number of consignment items |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem | Element | N/A | M | Item details (1:n occurrence). FWB v17 supports maximum 12 rating lines |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SequenceNumeric | Numeric | 1-3 | M | Line-item number (e.g., 1, 2, 3). CIMP Ref: 12.2.2 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., 59). Range: 0.1-9999999. CIMP Ref: 12.4.3 AWB 22B |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. FWB v17 supports Kilos(K) and Pounds(L) only. CIMP Ref: 12.4.2 AWB 22C |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., 0.73). Range: 0.01-999999999. CIMP Ref: 12.14.6 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 6). CIMP Ref: 12.3.3 AWB 22A |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Item description |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Description (e.g., CONSOLIDATED CARGO A, PER ATTACHED MANIFE, S, TOOTH PASTE). CIMP Ref: 12.11.5 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/OriginCountry/ID | Alphabetic | 2 | C | ISO country code. Mandatory when OriginCountry is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.12 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | C | ULD serial number. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.3 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-10 | O | Number of packages loaded in ULD |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alphabetic | 1-4 | C | ULD type code per IATA ULD Regulations. Mandatory when AssociatedUnitLoadTransportEquipment is provided. CIMP Ref: 12.12.2 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | C | ULD operating party. Mandatory when AssociatedUnitLoadTransportEquipment is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alphabetic | 2 | C | ULD owner airline code. Mandatory when OperatingParty is provided. CIMP Ref: 12.12.4 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | String | 1-35 | O | Coding scheme agency |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage | Element | N/A | O | 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 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 1). CIMP Ref: 12.13.15 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 9.8). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23, 71, 20, 76). CIMP Ref: 12.13.11 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23, 71, 122, 36, 76, 20). CIMP Ref: 12.13.9 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 20, 18, 122, 53, 13). CIMP Ref: 12.13.13 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20. CIMP Ref: 12.13.8 AWB 22I |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., N, M) - CIMP 1.4. CIMP Ref: 12.5.3 AWB 22D |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | String | 1-35 | O | Commodity item identifier |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., 122). Range: 0.1-9999999. CIMP Ref: 12.7.3 AWB 22F |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | M | Rate or charge amount (e.g., 4.18). Range: 0.0001-99999999. CIMP Ref: 12.8.3 AWB 22G |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | M | Item total charge (e.g., 509.96). CIMP Ref: 12.9.3 AWB 22H |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | Rate combination point |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | C | IATA location code. Mandatory when SpecifiedRateCombinationPointLocation is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass | Element | N/A | O | ULD rate class details |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/TypeCode | Alpha-Numerical | 1-3 | C | ULD rate class type code. Mandatory when ApplicableUnitLoadDeviceRateClass is provided |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/BasisCode | Alpha-Numerical | 1-3 | O | Rate basis code |\n| MasterConsignment/ApplicableRating/IncludedMasterConsignmentItem/ApplicableUnitLoadDeviceRateClass/AppliedPercent | Numeric | 1-5 | O | Applied percentage |\n| MasterConsignment/ApplicableTotalRating | Element | N/A | O | Waybill totals |\n| MasterConsignment/ApplicableTotalRating/TypeCode | Alphabetic | 1 | M | Rating type (F=Face, P=Published, A=Actual). Default is F. Maximum of 3 occurrences |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge | Element | N/A | O | Destination currency service charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount | Numeric | 1-18 | C | Collect charges in destination currency. Mandatory when DestinationCurrencyServiceCharge is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/CollectAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when CollectAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount | Numeric | 1-18 | O | Destination charges amount |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/DestinationAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when DestinationAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount | Numeric | 1-18 | O | Total destination currency charges |\n| MasterConsignment/ApplicableTotalRating/ApplicableDestinationCurrencyServiceCharge/TotalAppliedAmount@currencyID | Alphabetic | 3 | C | ISO 4217 currency code. Mandatory when TotalAppliedAmount is provided |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation | Element | N/A | M | Prepaid/collect summary (1:n occurrence, maximum of 2). CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/PrepaidIndicator | Alphabetic | 1 | M | Prepaid/collect indicator (P=Prepaid, C=Collect) - CIMP 1.5. CIMP Ref: 14/15 |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/WeightChargeTotalAmount | Numeric | 1-12 | O | Weight charge amount (e.g., 509.96). Range: 0.000-999999999999. CIMP Ref: 14.2/15.2 AWB 24A and 22L/H |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/CarrierTotalDuePayableAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., 77.1). Range: 0.000-999999999999. CIMP Ref: 14.7/15.7 AWB 28A/28B |\n| MasterConsignment/ApplicableTotalRating/ApplicablePrepaidCollectMonetarySummation/GrandTotalAmount | Numeric | 1-12 | M | Total charge summary (e.g., 587.06). Range: 0.000-999999999999. CIMP Ref: 14.8/15.8 AWB 30A/30B |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Standard Version:** XFWB version 5.10 XML Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186[;vnd.vst.idref=cxml-xfwb_5.10_iframes]!/4](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/186%5B%3Bvnd.vst.idref%3Dcxml-xfwb_5.10_iframes%5D!/4)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"41bbfd07-80ca-4330-a4c4-67b090146975"}],"id":"3f69d899-c4d7-4ab8-80ce-3994b12e6a6d","description":"<p>A master air waybill records the main shipment details for air cargo. Use this section to submit the master air waybill.</p>\n","_postman_id":"3f69d899-c4d7-4ab8-80ce-3994b12e6a6d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"400c319e-43d2-4613-88e1-2daa8d2753bf","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"016b0614-44ad-4051-bef5-7f0c187e15ee","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":"1780561706","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      \"ID\": {\n        \"Value\": \"JFK10099430\"\n      },\n      \"NilCarriageValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"DeclaredValueForCarriageAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"5000.00\"\n      },\n      \"NilCustomsValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"DeclaredValueForCustomsAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"5000.00\"\n      },\n      \"NilInsuranceValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"InsuranceValueAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"500.00\"\n      },\n      \"TotalChargePrepaidIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"WeightTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"120.46\"\n      },\n      \"ValuationTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"25.00\"\n      },\n      \"TaxTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"12.50\"\n      },\n      \"TotalDisbursementPrepaidIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"AgentTotalDisbursementAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"45.00\"\n      },\n      \"CarrierTotalDisbursementAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"60.00\"\n      },\n      \"TotalPrepaidChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"262.96\"\n      },\n      \"TotalCollectChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"0.00\"\n      },\n      \"IncludedTareGrossWeightMeasure\": {\n        \"unitCode\": \"KGM\",\n        \"Value\": \"6\"\n      },\n      \"GrossVolumeMeasure\": {\n        \"unitCode\": \"MTQ\",\n        \"Value\": \"0.05\"\n      },\n      \"PackageQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"TotalPieceQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"SummaryDescription\": {\n        \"Value\": \"AIRCRAFT PARTS\"\n      },\n      \"ConsignorParty\": {\n        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"GE-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"US123456789\"\n        },\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"ABC94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"US-OH\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"John Smith\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"LH-TECHNIK-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"DE987654321\"\n        },\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"LHT94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"DE-RP\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Hans Mueller\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"FF-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"US112233445\"\n        },\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"FF94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"US-OH\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Jane Doe\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"AP-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"DE556677889\"\n        },\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"RoleCode\": {\n          \"Value\": \"CZ\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"DE-RP\"\n          },\n          \"SpecifiedAddressLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            }\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Klaus Weber\"\n          },\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        \"ID\": {\n          \"Value\": \"BA1234\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"020\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2016-06-16T08:30:00\"\n          },\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            },\n            \"Name\": {\n              \"Value\": \"Frankfurt\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2016-06-15T18:00:00\"\n          },\n          \"OccurrenceDepartureLocation\": {\n            \"ID\": {\n              \"Value\": \"JFK\"\n            },\n            \"Name\": {\n              \"Value\": \"New York\"\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      \"HandlingSSRInstructions\": {\n        \"Description\": {\n          \"Value\": \"Special Service Request - Handle With Care\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"HWC\"\n        }\n      },\n      \"HandlingOSIInstructions\": {\n        \"Description\": {\n          \"Value\": \"Other Service Information - Contact Consignee Before Delivery\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"CBD\"\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        \"IssueDateTime\": {\n          \"Value\": \"2016-06-15T15:42:43\"\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      \"AssociatedConsignmentCustomsProcedure\": {\n        \"GoodsStatusCode\": {\n          \"Value\": \"T1\"\n        }\n      },\n      \"ApplicableOriginCurrencyExchange\": {\n        \"SourceCurrencyCode\": {\n          \"Value\": \"USD\"\n        }\n      },\n      \"IncludedHouseConsignmentItem\": {\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"TypeCode\": {\n          \"listAgencyID\": \"IATA\",\n          \"Value\": \"8803900000\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"6\"\n        },\n        \"GrossVolumeMeasure\": {\n          \"unitCode\": \"MTQ\",\n          \"Value\": \"0.05\"\n        },\n        \"TotalChargeAmount\": {\n          \"currencyID\": \"USD\",\n          \"Value\": \"120.46\"\n        },\n        \"PackageQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"VolumetricFactor\": {\n          \"Value\": \"6000\"\n        },\n        \"Information\": {\n          \"Value\": \"NDA\"\n        },\n        \"NatureIdentificationTransportCargo\": {\n          \"Identification\": {\n            \"Value\": \"AIRCRAFT PARTS\"\n          }\n        },\n        \"OriginCountry\": {\n          \"ID\": {\n            \"Value\": \"US\"\n          }\n        },\n        \"AssociatedUnitLoadTransportEquipment\": {\n          \"ID\": {\n            \"Value\": \"12345\"\n          },\n          \"LoadedPackageQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"CharacteristicCode\": {\n            \"Value\": \"AKE\"\n          },\n          \"OperatingParty\": {\n            \"PrimaryID\": {\n              \"Value\": \"AF\"\n            }\n          }\n        },\n        \"TransportLogisticsPackage\": {\n          \"ItemQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          },\n          \"LinearSpatialDimension\": {\n            \"WidthMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"40\"\n            },\n            \"LengthMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"60\"\n            },\n            \"HeightMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"30\"\n            }\n          }\n        },\n        \"ApplicableFreightRateServiceCharge\": {\n          \"CategoryCode\": {\n            \"Value\": \"Q\"\n          },\n          \"ChargeableWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          },\n          \"AppliedRate\": {\n            \"Value\": \"20.08\"\n          },\n          \"AppliedAmount\": {\n            \"currencyID\": \"USD\",\n            \"Value\": \"120.46\"\n          }\n        },\n        \"SpecifiedRateCombinationPointLocation\": {\n          \"ID\": {\n            \"Value\": \"JFK\"\n          }\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</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 combining house waybill and master AWB number (e.g.,JFK10099430_020-95947655). Recommended format: [OriginCode][HWBN]_[MAWBN]</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</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</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</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</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</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</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 - party code and station code (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 (e.g., 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 (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 - airport and handler code (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 (e.g., 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>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., 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</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., AS AGREED BY CONSIGNOR)</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 - full legal name of consignor (e.g., GE ENGINE SERVICES INC.). 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., 2016-06-15T15:42:43). 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 - IATA airline numeric prefix code (e.g., 020 for Lufthansa). 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 - IATA airport code where waybill is issued (e.g., JFK). 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., 59). 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., 6). 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., 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</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., JFK) - 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., New York John F. Kennedy)</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., FRA) - 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., Frankfurt)</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 matching BusinessHeaderDocument/ID (e.g., JFK10099430)</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</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</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</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</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</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</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</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</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</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</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</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator</td>\n<td>Boolean</td>\n<td>N/A</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., 150.00). 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., USD) - 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., 25.00). 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., USD) - 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., 12.50). 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., USD) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator</td>\n<td>Boolean</td>\n<td>N/A</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., 45.00). 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., USD) - 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., 60.00). 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., USD) - 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., 225.00). 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., USD) - 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., 0.00). 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., USD) - 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., 6). 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., 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., 0.05). 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., MTQ) - 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 line items (e.g., 1)</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</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</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</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., GE-001)</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</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</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</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</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., 45246). 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 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</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</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</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</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</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</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</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</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., JOHN SMITH)</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</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 in international format (e.g., +1-513-555-0100). 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 in international format (e.g., +1-513-555-0199). 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., <a href=\"https://mailto:export@ge-engines.com\">export@ge-engines.com</a>). 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., 230100 GECSUS)</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., LH-TECHNIK-001)</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</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</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</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</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., 55232). 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 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</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</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</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</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</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</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</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</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., HANS MUELLER)</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</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 in international format (e.g., +49-6731-4970). 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 in international format (e.g., +49-6731-4971). 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., <a href=\"https://mailto:import@lh-technik.de\">import@lh-technik.de</a>). 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., 415400 LHFD)</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., FF-NYC-001)</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</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</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</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</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., 10001)</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</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</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</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</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</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</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</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</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., MARY JOHNSON)</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</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 in international format (e.g., +1-212-555-0150)</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 in international format (e.g., +1-212-555-0151)</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., <a href=\"https://mailto:airfreight@dhl.com\">airfreight@dhl.com</a>)</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., 127890 DHLNY)</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., NP-001)</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</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</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</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</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</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., 80995). 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 in uppercase (e.g., DACHAUER STRASSE 665). 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 in uppercase (e.g., MUNICH). 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., DE) - 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., Germany)</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</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</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</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</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., MUC) - 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., Munich Airport)</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</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., PETER SCHMIDT)</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</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 in international format (e.g., +49-89-1489-0)</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 in international format (e.g., +49-89-1489-9000)</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., <a href=\"https://mailto:logistics@mtu.de\">logistics@mtu.de</a>)</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., 523400 MTUMUC)</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., 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., JFK) - 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., New York John F. Kennedy)</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., FRA) - 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., Frankfurt Airport)</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., Main-Carriage). Valid values: 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., 4) - UNECE Rec 19. 4=Air transport</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</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</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</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>IATA airline numeric prefix code (e.g., 020 for Lufthansa). 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., 2016-06-16T08:30:00). 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., FRA) - 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., Frankfurt Airport)</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</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., 2016-06-15T18:00:00). 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., JFK) - 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., New York John F. Kennedy)</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</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., AKE12345LH)</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</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</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., SL123456)</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 description (e.g., VALUABLE CARGO)</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</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 in uppercase (e.g., 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., TEMP)</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 in uppercase (e.g., 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., XCHG)</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 code per CIMP 1.1 (e.g., AAA=Agent Code, CAB=Credit Card Number). 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 text (e.g., 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., 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</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</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</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</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 - AWB number without hyphen (e.g., 02095947655)</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</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</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</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., T2=EU goods, T1=Non-EU goods) - 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 - ISO 4217 3-letter code (e.g., USD). 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 - ISO 4217 3-letter code (e.g., EUR). 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., IATA-RATE)</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</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 per CIMP 1.38 (e.g., D=Dangerous Goods, L=Live Animals, P=Perishables). 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 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</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</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</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</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</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 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</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</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</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</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</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</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</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</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</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</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</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</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</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 nature identification in uppercase (e.g., AIRCRAFT PARTS)</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., US) - 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(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</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</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</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</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</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 airline code (e.g., LH) - 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., IATA)</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>Number of pieces in this package group (e.g., 1). 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., 6). 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., 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 in whole numbers (e.g., 60). 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., CMT=Centimetre, MTR=Metre) - 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 in whole numbers (e.g., 80). 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., CMT=Centimetre, MTR=Metre) - 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 in whole numbers (e.g., 50). 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., CMT=Centimetre, MTR=Metre) - 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 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</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</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</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</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</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</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</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., PERM-2016-001234)</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</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</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</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 airport code (e.g., FRA) - 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>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":"f38fab81-8f31-4d41-82c0-a56ee77b5618","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"684f6814-21ae-471b-9297-b0b9b742633a","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":"1780561706","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      \"ID\": {\n        \"Value\": \"JFK10099430\"\n      },\n      \"NilCarriageValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"DeclaredValueForCarriageAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"5000.00\"\n      },\n      \"NilCustomsValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"DeclaredValueForCustomsAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"5000.00\"\n      },\n      \"NilInsuranceValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"InsuranceValueAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"500.00\"\n      },\n      \"TotalChargePrepaidIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"WeightTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"120.46\"\n      },\n      \"ValuationTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"25.00\"\n      },\n      \"TaxTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"12.50\"\n      },\n      \"TotalDisbursementPrepaidIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"AgentTotalDisbursementAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"45.00\"\n      },\n      \"CarrierTotalDisbursementAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"60.00\"\n      },\n      \"TotalPrepaidChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"262.96\"\n      },\n      \"TotalCollectChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"0.00\"\n      },\n      \"IncludedTareGrossWeightMeasure\": {\n        \"unitCode\": \"KGM\",\n        \"Value\": \"6\"\n      },\n      \"GrossVolumeMeasure\": {\n        \"unitCode\": \"MTQ\",\n        \"Value\": \"0.05\"\n      },\n      \"PackageQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"TotalPieceQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"SummaryDescription\": {\n        \"Value\": \"AIRCRAFT PARTS\"\n      },\n      \"ConsignorParty\": {\n        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"GE-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"US123456789\"\n        },\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"ABC94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"US-OH\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"John Smith\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"LH-TECHNIK-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"DE987654321\"\n        },\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"LHT94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"DE-RP\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Hans Mueller\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"FF-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"US112233445\"\n        },\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"FF94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"US-OH\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Jane Doe\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"AP-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"DE556677889\"\n        },\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"RoleCode\": {\n          \"Value\": \"CZ\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"DE-RP\"\n          },\n          \"SpecifiedAddressLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            }\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Klaus Weber\"\n          },\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        \"ID\": {\n          \"Value\": \"BA1234\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"020\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2016-06-16T08:30:00\"\n          },\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            },\n            \"Name\": {\n              \"Value\": \"Frankfurt\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2016-06-15T18:00:00\"\n          },\n          \"OccurrenceDepartureLocation\": {\n            \"ID\": {\n              \"Value\": \"JFK\"\n            },\n            \"Name\": {\n              \"Value\": \"New York\"\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      \"HandlingSSRInstructions\": {\n        \"Description\": {\n          \"Value\": \"Special Service Request - Handle With Care\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"HWC\"\n        }\n      },\n      \"HandlingOSIInstructions\": {\n        \"Description\": {\n          \"Value\": \"Other Service Information - Contact Consignee Before Delivery\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"CBD\"\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        \"IssueDateTime\": {\n          \"Value\": \"2016-06-15T15:42:43\"\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      \"AssociatedConsignmentCustomsProcedure\": {\n        \"GoodsStatusCode\": {\n          \"Value\": \"T1\"\n        }\n      },\n      \"ApplicableOriginCurrencyExchange\": {\n        \"SourceCurrencyCode\": {\n          \"Value\": \"USD\"\n        }\n      },\n      \"IncludedHouseConsignmentItem\": {\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"TypeCode\": {\n          \"listAgencyID\": \"IATA\",\n          \"Value\": \"8803900000\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"6\"\n        },\n        \"GrossVolumeMeasure\": {\n          \"unitCode\": \"MTQ\",\n          \"Value\": \"0.05\"\n        },\n        \"TotalChargeAmount\": {\n          \"currencyID\": \"USD\",\n          \"Value\": \"120.46\"\n        },\n        \"PackageQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"VolumetricFactor\": {\n          \"Value\": \"6000\"\n        },\n        \"Information\": {\n          \"Value\": \"NDA\"\n        },\n        \"NatureIdentificationTransportCargo\": {\n          \"Identification\": {\n            \"Value\": \"AIRCRAFT PARTS\"\n          }\n        },\n        \"OriginCountry\": {\n          \"ID\": {\n            \"Value\": \"US\"\n          }\n        },\n        \"AssociatedUnitLoadTransportEquipment\": {\n          \"ID\": {\n            \"Value\": \"12345\"\n          },\n          \"LoadedPackageQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"CharacteristicCode\": {\n            \"Value\": \"AKE\"\n          },\n          \"OperatingParty\": {\n            \"PrimaryID\": {\n              \"Value\": \"AF\"\n            }\n          }\n        },\n        \"TransportLogisticsPackage\": {\n          \"ItemQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          },\n          \"LinearSpatialDimension\": {\n            \"WidthMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"40\"\n            },\n            \"LengthMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"60\"\n            },\n            \"HeightMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"30\"\n            }\n          }\n        },\n        \"ApplicableFreightRateServiceCharge\": {\n          \"CategoryCode\": {\n            \"Value\": \"Q\"\n          },\n          \"ChargeableWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          },\n          \"AppliedRate\": {\n            \"Value\": \"20.08\"\n          },\n          \"AppliedAmount\": {\n            \"currencyID\": \"USD\",\n            \"Value\": \"120.46\"\n          }\n        },\n        \"SpecifiedRateCombinationPointLocation\": {\n          \"ID\": {\n            \"Value\": \"JFK\"\n          }\n        }\n      }\n    }\n  }\n}"},"url":"https://api.psw.gov.pk/api/v1/aci/fzb/json/5.10","description":"**Message Type**: FZB (House Air Waybill) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML FZB (House Air Waybill Message) standards in JSON format.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| 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\\] |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name describing document type (e.g., House Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 703). Must be 703 for House Waybill |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T15:42:43) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation). Valid values: Creation, Update, Deletion, Cancellation |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00). Must conform to Cargo-XML schema version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation - UUID format recommended (e.g., 5de96ed5-ebc7-482cd213-211edca502fc) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification - party code and station code (e.g.,TDVAGT03TEST/AMS1) |\n| 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification - airport and handler code (e.g., FRAFMLH) |\n| 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 |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., AS AGREED BY CONSIGNOR) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| 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 |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| 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 |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| 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 |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 6). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| 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 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., Frankfurt) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID matching BusinessHeaderDocument/ID (e.g., JFK10099430) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., JFK10099430-1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., REF2024001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCarriageValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCustomsValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., 10000.00). Range: 0.001-999999999999. Required when NilInsuranceValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | N/A | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator | Boolean | N/A | M | Prepaid/collect other charges indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.2/13.2.2 HWB 15 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.05). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of line items (e.g., 1) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods in uppercase (e.g., AIRCRAFT PARTS). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., GE-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., US123456789) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 45246). CIMP Ref: 5.7.4 HWB 2 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., CINCINNATI). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region/state name in uppercase (e.g., OHIO). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 12345) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., CVG) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., OH) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., JOHN SMITH) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., EXPORT LOGISTICS) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [export@ge-engines.com](https://mailto:export@ge-engines.com)). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 230100 GECSUS) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., LH-TECHNIK-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., DE987654321) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., LHT94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 55232). CIMP Ref: 6.7.4 HWB 4 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., ALZEY). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., RHINELAND-PALATINATE). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 1234) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., FRA) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., RP) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., HANS MUELLER) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., IMPORT RECEIVING) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [import@lh-technik.de](https://mailto:import@lh-technik.de)). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 415400 LHFD) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., FF-NYC-001) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., IATA12345678) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., DHL94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 10001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., NEW YORK). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., NEW YORK) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 98765) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., MARY JOHNSON) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., AIR FREIGHT OPERATIONS) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +1-212-555-0150) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +1-212-555-0151) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [airfreight@dhl.com](https://mailto:airfreight@dhl.com)) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 127890 DHLNY) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., NP-001) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., DE112233445) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., Notify Party) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 80995). CIMP Ref: 9.5.4 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., MUNICH). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., BAVARIA). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 50 04 20) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., MUC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., BY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., MUC) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., Munich Airport) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., PETER SCHMIDT) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., RECEIVING) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +49-89-1489-0) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +49-89-1489-9000) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [logistics@mtu.de](https://mailto:logistics@mtu.de)) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 523400 MTUMUC) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., Main-Carriage). Valid values: Main-Carriage, Pre-Carriage, On-Carriage |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4) - UNECE Rec 19. 4=Air transport |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number in IATA format (e.g., LH401). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence number (e.g., 1). Always default to 1 for first leg |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., AKE12345LH) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., LOWER DECK CONTAINER) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., SL123456) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text description (e.g., VALUABLE CARGO) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., TEMP) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XCHG) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information text (e.g., PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information text (e.g., BCBP123456). CIMP Ref: 25.9 HWB 21 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number - AWB number without hyphen (e.g., 02095947655) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code - ISO 4217 3-letter code (e.g., USD). CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code - ISO 4217 3-letter code (e.g., EUR). CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., IATA-RATE) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 0.92500). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., DANGEROUS GOODS SURCHARGE) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., GEN=General Cargo) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., IATA) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., 1). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 1). CIMP Ref: 12.3.3 HWB 22A |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo nature identification in uppercase (e.g., AIRCRAFT PARTS) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., US) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | ULD tare weight (e.g., 80) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD type code per IATA ULD Regulations (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner airline code (e.g., LH) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., IATA) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | IATA commodity item number (e.g., 8803900000) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., PERM-2016-001234) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., Export License) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| 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 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version:** XFZB version 5.10 XML House Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210[;vnd.vst.idref=cxml-xfzb_5.10_iframes]!/4/10](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210%5B%3Bvnd.vst.idref%3Dcxml-xfzb_5.10_iframes%5D!/4/10)"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"0d6047fc-b19b-4be3-875f-b58adf041ba3","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"2dcd80b8-ee24-43f7-b8ec-946035090847","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":"1780561706","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      \"ID\": {\n        \"Value\": \"JFK10099430\"\n      },\n      \"NilCarriageValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"DeclaredValueForCarriageAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"5000.00\"\n      },\n      \"NilCustomsValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"DeclaredValueForCustomsAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"5000.00\"\n      },\n      \"NilInsuranceValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"InsuranceValueAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"500.00\"\n      },\n      \"TotalChargePrepaidIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"WeightTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"120.46\"\n      },\n      \"ValuationTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"25.00\"\n      },\n      \"TaxTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"12.50\"\n      },\n      \"TotalDisbursementPrepaidIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"AgentTotalDisbursementAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"45.00\"\n      },\n      \"CarrierTotalDisbursementAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"60.00\"\n      },\n      \"TotalPrepaidChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"262.96\"\n      },\n      \"TotalCollectChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"0.00\"\n      },\n      \"IncludedTareGrossWeightMeasure\": {\n        \"unitCode\": \"KGM\",\n        \"Value\": \"6\"\n      },\n      \"GrossVolumeMeasure\": {\n        \"unitCode\": \"MTQ\",\n        \"Value\": \"0.05\"\n      },\n      \"PackageQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"TotalPieceQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"SummaryDescription\": {\n        \"Value\": \"AIRCRAFT PARTS\"\n      },\n      \"ConsignorParty\": {\n        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"GE-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"US123456789\"\n        },\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"ABC94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"US-OH\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"John Smith\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"LH-TECHNIK-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"DE987654321\"\n        },\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"LHT94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"DE-RP\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Hans Mueller\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"FF-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"US112233445\"\n        },\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"FF94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"US-OH\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Jane Doe\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"AP-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"DE556677889\"\n        },\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"RoleCode\": {\n          \"Value\": \"CZ\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"DE-RP\"\n          },\n          \"SpecifiedAddressLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            }\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Klaus Weber\"\n          },\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        \"ID\": {\n          \"Value\": \"BA1234\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"020\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2016-06-16T08:30:00\"\n          },\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            },\n            \"Name\": {\n              \"Value\": \"Frankfurt\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2016-06-15T18:00:00\"\n          },\n          \"OccurrenceDepartureLocation\": {\n            \"ID\": {\n              \"Value\": \"JFK\"\n            },\n            \"Name\": {\n              \"Value\": \"New York\"\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      \"HandlingSSRInstructions\": {\n        \"Description\": {\n          \"Value\": \"Special Service Request - Handle With Care\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"HWC\"\n        }\n      },\n      \"HandlingOSIInstructions\": {\n        \"Description\": {\n          \"Value\": \"Other Service Information - Contact Consignee Before Delivery\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"CBD\"\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        \"IssueDateTime\": {\n          \"Value\": \"2016-06-15T15:42:43\"\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      \"AssociatedConsignmentCustomsProcedure\": {\n        \"GoodsStatusCode\": {\n          \"Value\": \"T1\"\n        }\n      },\n      \"ApplicableOriginCurrencyExchange\": {\n        \"SourceCurrencyCode\": {\n          \"Value\": \"USD\"\n        }\n      },\n      \"IncludedHouseConsignmentItem\": {\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"TypeCode\": {\n          \"listAgencyID\": \"IATA\",\n          \"Value\": \"8803900000\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"6\"\n        },\n        \"GrossVolumeMeasure\": {\n          \"unitCode\": \"MTQ\",\n          \"Value\": \"0.05\"\n        },\n        \"TotalChargeAmount\": {\n          \"currencyID\": \"USD\",\n          \"Value\": \"120.46\"\n        },\n        \"PackageQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"VolumetricFactor\": {\n          \"Value\": \"6000\"\n        },\n        \"Information\": {\n          \"Value\": \"NDA\"\n        },\n        \"NatureIdentificationTransportCargo\": {\n          \"Identification\": {\n            \"Value\": \"AIRCRAFT PARTS\"\n          }\n        },\n        \"OriginCountry\": {\n          \"ID\": {\n            \"Value\": \"US\"\n          }\n        },\n        \"AssociatedUnitLoadTransportEquipment\": {\n          \"ID\": {\n            \"Value\": \"12345\"\n          },\n          \"LoadedPackageQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"CharacteristicCode\": {\n            \"Value\": \"AKE\"\n          },\n          \"OperatingParty\": {\n            \"PrimaryID\": {\n              \"Value\": \"AF\"\n            }\n          }\n        },\n        \"TransportLogisticsPackage\": {\n          \"ItemQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          },\n          \"LinearSpatialDimension\": {\n            \"WidthMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"40\"\n            },\n            \"LengthMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"60\"\n            },\n            \"HeightMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"30\"\n            }\n          }\n        },\n        \"ApplicableFreightRateServiceCharge\": {\n          \"CategoryCode\": {\n            \"Value\": \"Q\"\n          },\n          \"ChargeableWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          },\n          \"AppliedRate\": {\n            \"Value\": \"20.08\"\n          },\n          \"AppliedAmount\": {\n            \"currencyID\": \"USD\",\n            \"Value\": \"120.46\"\n          }\n        },\n        \"SpecifiedRateCombinationPointLocation\": {\n          \"ID\": {\n            \"Value\": \"JFK\"\n          }\n        }\n      }\n    }\n  }\n}"},"url":"https://api.psw.gov.pk/api/v1/aci/fzb/json/5.10","description":"**Message Type**: FZB (House Air Waybill) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML FZB (House Air Waybill Message) standards in JSON format.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| 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\\] |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name describing document type (e.g., House Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 703). Must be 703 for House Waybill |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T15:42:43) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation). Valid values: Creation, Update, Deletion, Cancellation |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00). Must conform to Cargo-XML schema version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation - UUID format recommended (e.g., 5de96ed5-ebc7-482cd213-211edca502fc) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification - party code and station code (e.g.,TDVAGT03TEST/AMS1) |\n| 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification - airport and handler code (e.g., FRAFMLH) |\n| 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 |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., AS AGREED BY CONSIGNOR) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| 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 |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| 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 |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| 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 |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 6). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| 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 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., Frankfurt) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID matching BusinessHeaderDocument/ID (e.g., JFK10099430) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., JFK10099430-1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., REF2024001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCarriageValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCustomsValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., 10000.00). Range: 0.001-999999999999. Required when NilInsuranceValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | N/A | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator | Boolean | N/A | M | Prepaid/collect other charges indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.2/13.2.2 HWB 15 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.05). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of line items (e.g., 1) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods in uppercase (e.g., AIRCRAFT PARTS). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., GE-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., US123456789) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 45246). CIMP Ref: 5.7.4 HWB 2 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., CINCINNATI). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region/state name in uppercase (e.g., OHIO). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 12345) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., CVG) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., OH) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., JOHN SMITH) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., EXPORT LOGISTICS) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [export@ge-engines.com](https://mailto:export@ge-engines.com)). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 230100 GECSUS) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., LH-TECHNIK-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., DE987654321) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., LHT94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 55232). CIMP Ref: 6.7.4 HWB 4 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., ALZEY). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., RHINELAND-PALATINATE). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 1234) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., FRA) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., RP) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., HANS MUELLER) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., IMPORT RECEIVING) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [import@lh-technik.de](https://mailto:import@lh-technik.de)). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 415400 LHFD) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., FF-NYC-001) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., IATA12345678) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., DHL94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 10001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., NEW YORK). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., NEW YORK) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 98765) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., MARY JOHNSON) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., AIR FREIGHT OPERATIONS) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +1-212-555-0150) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +1-212-555-0151) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [airfreight@dhl.com](https://mailto:airfreight@dhl.com)) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 127890 DHLNY) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., NP-001) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., DE112233445) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., Notify Party) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 80995). CIMP Ref: 9.5.4 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., MUNICH). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., BAVARIA). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 50 04 20) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., MUC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., BY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., MUC) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., Munich Airport) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., PETER SCHMIDT) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., RECEIVING) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +49-89-1489-0) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +49-89-1489-9000) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [logistics@mtu.de](https://mailto:logistics@mtu.de)) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 523400 MTUMUC) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., Main-Carriage). Valid values: Main-Carriage, Pre-Carriage, On-Carriage |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4) - UNECE Rec 19. 4=Air transport |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number in IATA format (e.g., LH401). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence number (e.g., 1). Always default to 1 for first leg |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., AKE12345LH) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., LOWER DECK CONTAINER) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., SL123456) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text description (e.g., VALUABLE CARGO) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., TEMP) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XCHG) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information text (e.g., PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information text (e.g., BCBP123456). CIMP Ref: 25.9 HWB 21 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number - AWB number without hyphen (e.g., 02095947655) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code - ISO 4217 3-letter code (e.g., USD). CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code - ISO 4217 3-letter code (e.g., EUR). CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., IATA-RATE) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 0.92500). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., DANGEROUS GOODS SURCHARGE) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., GEN=General Cargo) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., IATA) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., 1). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 1). CIMP Ref: 12.3.3 HWB 22A |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo nature identification in uppercase (e.g., AIRCRAFT PARTS) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., US) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | ULD tare weight (e.g., 80) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD type code per IATA ULD Regulations (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner airline code (e.g., LH) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., IATA) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | IATA commodity item number (e.g., 8803900000) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., PERM-2016-001234) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., Export License) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| 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 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version:** XFZB version 5.10 XML House Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210[;vnd.vst.idref=cxml-xfzb_5.10_iframes]!/4/10](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210%5B%3Bvnd.vst.idref%3Dcxml-xfzb_5.10_iframes%5D!/4/10)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"227d40d9-977c-4220-ad57-799f7ba557b3","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"075a8866-ef7a-4ccb-9a21-aaca7272f353","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":"1780561706","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      \"ID\": {\n        \"Value\": \"JFK10099430\"\n      },\n      \"NilCarriageValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"DeclaredValueForCarriageAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"5000.00\"\n      },\n      \"NilCustomsValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"DeclaredValueForCustomsAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"5000.00\"\n      },\n      \"NilInsuranceValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"InsuranceValueAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"500.00\"\n      },\n      \"TotalChargePrepaidIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"WeightTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"120.46\"\n      },\n      \"ValuationTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"25.00\"\n      },\n      \"TaxTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"12.50\"\n      },\n      \"TotalDisbursementPrepaidIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"AgentTotalDisbursementAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"45.00\"\n      },\n      \"CarrierTotalDisbursementAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"60.00\"\n      },\n      \"TotalPrepaidChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"262.96\"\n      },\n      \"TotalCollectChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"0.00\"\n      },\n      \"IncludedTareGrossWeightMeasure\": {\n        \"unitCode\": \"KGM\",\n        \"Value\": \"6\"\n      },\n      \"GrossVolumeMeasure\": {\n        \"unitCode\": \"MTQ\",\n        \"Value\": \"0.05\"\n      },\n      \"PackageQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"TotalPieceQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"SummaryDescription\": {\n        \"Value\": \"AIRCRAFT PARTS\"\n      },\n      \"ConsignorParty\": {\n        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"GE-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"US123456789\"\n        },\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"ABC94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"US-OH\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"John Smith\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"LH-TECHNIK-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"DE987654321\"\n        },\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"LHT94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"DE-RP\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Hans Mueller\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"FF-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"US112233445\"\n        },\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"FF94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"US-OH\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Jane Doe\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"AP-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"DE556677889\"\n        },\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"RoleCode\": {\n          \"Value\": \"CZ\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"DE-RP\"\n          },\n          \"SpecifiedAddressLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            }\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Klaus Weber\"\n          },\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        \"ID\": {\n          \"Value\": \"BA1234\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"020\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2016-06-16T08:30:00\"\n          },\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            },\n            \"Name\": {\n              \"Value\": \"Frankfurt\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2016-06-15T18:00:00\"\n          },\n          \"OccurrenceDepartureLocation\": {\n            \"ID\": {\n              \"Value\": \"JFK\"\n            },\n            \"Name\": {\n              \"Value\": \"New York\"\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      \"HandlingSSRInstructions\": {\n        \"Description\": {\n          \"Value\": \"Special Service Request - Handle With Care\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"HWC\"\n        }\n      },\n      \"HandlingOSIInstructions\": {\n        \"Description\": {\n          \"Value\": \"Other Service Information - Contact Consignee Before Delivery\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"CBD\"\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        \"IssueDateTime\": {\n          \"Value\": \"2016-06-15T15:42:43\"\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      \"AssociatedConsignmentCustomsProcedure\": {\n        \"GoodsStatusCode\": {\n          \"Value\": \"T1\"\n        }\n      },\n      \"ApplicableOriginCurrencyExchange\": {\n        \"SourceCurrencyCode\": {\n          \"Value\": \"USD\"\n        }\n      },\n      \"IncludedHouseConsignmentItem\": {\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"TypeCode\": {\n          \"listAgencyID\": \"IATA\",\n          \"Value\": \"8803900000\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"6\"\n        },\n        \"GrossVolumeMeasure\": {\n          \"unitCode\": \"MTQ\",\n          \"Value\": \"0.05\"\n        },\n        \"TotalChargeAmount\": {\n          \"currencyID\": \"USD\",\n          \"Value\": \"120.46\"\n        },\n        \"PackageQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"VolumetricFactor\": {\n          \"Value\": \"6000\"\n        },\n        \"Information\": {\n          \"Value\": \"NDA\"\n        },\n        \"NatureIdentificationTransportCargo\": {\n          \"Identification\": {\n            \"Value\": \"AIRCRAFT PARTS\"\n          }\n        },\n        \"OriginCountry\": {\n          \"ID\": {\n            \"Value\": \"US\"\n          }\n        },\n        \"AssociatedUnitLoadTransportEquipment\": {\n          \"ID\": {\n            \"Value\": \"12345\"\n          },\n          \"LoadedPackageQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"CharacteristicCode\": {\n            \"Value\": \"AKE\"\n          },\n          \"OperatingParty\": {\n            \"PrimaryID\": {\n              \"Value\": \"AF\"\n            }\n          }\n        },\n        \"TransportLogisticsPackage\": {\n          \"ItemQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          },\n          \"LinearSpatialDimension\": {\n            \"WidthMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"40\"\n            },\n            \"LengthMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"60\"\n            },\n            \"HeightMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"30\"\n            }\n          }\n        },\n        \"ApplicableFreightRateServiceCharge\": {\n          \"CategoryCode\": {\n            \"Value\": \"Q\"\n          },\n          \"ChargeableWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          },\n          \"AppliedRate\": {\n            \"Value\": \"20.08\"\n          },\n          \"AppliedAmount\": {\n            \"currencyID\": \"USD\",\n            \"Value\": \"120.46\"\n          }\n        },\n        \"SpecifiedRateCombinationPointLocation\": {\n          \"ID\": {\n            \"Value\": \"JFK\"\n          }\n        }\n      }\n    }\n  }\n}"},"url":"https://api.psw.gov.pk/api/v1/aci/fzb/json/5.10","description":"**Message Type**: FZB (House Air Waybill) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML FZB (House Air Waybill Message) standards in JSON format.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| 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\\] |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name describing document type (e.g., House Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 703). Must be 703 for House Waybill |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T15:42:43) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation). Valid values: Creation, Update, Deletion, Cancellation |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00). Must conform to Cargo-XML schema version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation - UUID format recommended (e.g., 5de96ed5-ebc7-482cd213-211edca502fc) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification - party code and station code (e.g.,TDVAGT03TEST/AMS1) |\n| 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification - airport and handler code (e.g., FRAFMLH) |\n| 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 |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., AS AGREED BY CONSIGNOR) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| 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 |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| 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 |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| 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 |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 6). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| 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 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., Frankfurt) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID matching BusinessHeaderDocument/ID (e.g., JFK10099430) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., JFK10099430-1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., REF2024001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCarriageValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCustomsValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., 10000.00). Range: 0.001-999999999999. Required when NilInsuranceValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | N/A | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator | Boolean | N/A | M | Prepaid/collect other charges indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.2/13.2.2 HWB 15 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.05). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of line items (e.g., 1) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods in uppercase (e.g., AIRCRAFT PARTS). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., GE-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., US123456789) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 45246). CIMP Ref: 5.7.4 HWB 2 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., CINCINNATI). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region/state name in uppercase (e.g., OHIO). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 12345) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., CVG) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., OH) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., JOHN SMITH) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., EXPORT LOGISTICS) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [export@ge-engines.com](https://mailto:export@ge-engines.com)). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 230100 GECSUS) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., LH-TECHNIK-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., DE987654321) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., LHT94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 55232). CIMP Ref: 6.7.4 HWB 4 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., ALZEY). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., RHINELAND-PALATINATE). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 1234) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., FRA) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., RP) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., HANS MUELLER) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., IMPORT RECEIVING) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [import@lh-technik.de](https://mailto:import@lh-technik.de)). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 415400 LHFD) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., FF-NYC-001) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., IATA12345678) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., DHL94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 10001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., NEW YORK). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., NEW YORK) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 98765) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., MARY JOHNSON) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., AIR FREIGHT OPERATIONS) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +1-212-555-0150) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +1-212-555-0151) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [airfreight@dhl.com](https://mailto:airfreight@dhl.com)) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 127890 DHLNY) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., NP-001) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., DE112233445) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., Notify Party) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 80995). CIMP Ref: 9.5.4 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., MUNICH). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., BAVARIA). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 50 04 20) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., MUC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., BY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., MUC) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., Munich Airport) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., PETER SCHMIDT) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., RECEIVING) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +49-89-1489-0) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +49-89-1489-9000) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [logistics@mtu.de](https://mailto:logistics@mtu.de)) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 523400 MTUMUC) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., Main-Carriage). Valid values: Main-Carriage, Pre-Carriage, On-Carriage |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4) - UNECE Rec 19. 4=Air transport |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number in IATA format (e.g., LH401). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence number (e.g., 1). Always default to 1 for first leg |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., AKE12345LH) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., LOWER DECK CONTAINER) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., SL123456) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text description (e.g., VALUABLE CARGO) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., TEMP) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XCHG) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information text (e.g., PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information text (e.g., BCBP123456). CIMP Ref: 25.9 HWB 21 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number - AWB number without hyphen (e.g., 02095947655) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code - ISO 4217 3-letter code (e.g., USD). CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code - ISO 4217 3-letter code (e.g., EUR). CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., IATA-RATE) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 0.92500). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., DANGEROUS GOODS SURCHARGE) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., GEN=General Cargo) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., IATA) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., 1). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 1). CIMP Ref: 12.3.3 HWB 22A |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo nature identification in uppercase (e.g., AIRCRAFT PARTS) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., US) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | ULD tare weight (e.g., 80) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD type code per IATA ULD Regulations (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner airline code (e.g., LH) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., IATA) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | IATA commodity item number (e.g., 8803900000) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., PERM-2016-001234) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., Export License) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| 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 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version:** XFZB version 5.10 XML House Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210[;vnd.vst.idref=cxml-xfzb_5.10_iframes]!/4/10](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210%5B%3Bvnd.vst.idref%3Dcxml-xfzb_5.10_iframes%5D!/4/10)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"4a5a77e0-05d6-4802-adff-91d8da7a9f21","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"f5cf7030-8693-44db-90fb-5ab0fca89df3","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":"1780561706","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      \"ID\": {\n        \"Value\": \"JFK10099430\"\n      },\n      \"NilCarriageValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"DeclaredValueForCarriageAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"5000.00\"\n      },\n      \"NilCustomsValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"DeclaredValueForCustomsAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"5000.00\"\n      },\n      \"NilInsuranceValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"InsuranceValueAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"500.00\"\n      },\n      \"TotalChargePrepaidIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"WeightTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"120.46\"\n      },\n      \"ValuationTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"25.00\"\n      },\n      \"TaxTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"12.50\"\n      },\n      \"TotalDisbursementPrepaidIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"AgentTotalDisbursementAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"45.00\"\n      },\n      \"CarrierTotalDisbursementAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"60.00\"\n      },\n      \"TotalPrepaidChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"262.96\"\n      },\n      \"TotalCollectChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"0.00\"\n      },\n      \"IncludedTareGrossWeightMeasure\": {\n        \"unitCode\": \"KGM\",\n        \"Value\": \"6\"\n      },\n      \"GrossVolumeMeasure\": {\n        \"unitCode\": \"MTQ\",\n        \"Value\": \"0.05\"\n      },\n      \"PackageQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"TotalPieceQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"SummaryDescription\": {\n        \"Value\": \"AIRCRAFT PARTS\"\n      },\n      \"ConsignorParty\": {\n        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"GE-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"US123456789\"\n        },\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"ABC94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"US-OH\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"John Smith\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"LH-TECHNIK-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"DE987654321\"\n        },\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"LHT94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"DE-RP\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Hans Mueller\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"FF-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"US112233445\"\n        },\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"FF94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"US-OH\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Jane Doe\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"AP-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"DE556677889\"\n        },\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"RoleCode\": {\n          \"Value\": \"CZ\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"DE-RP\"\n          },\n          \"SpecifiedAddressLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            }\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Klaus Weber\"\n          },\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        \"ID\": {\n          \"Value\": \"BA1234\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"020\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2016-06-16T08:30:00\"\n          },\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            },\n            \"Name\": {\n              \"Value\": \"Frankfurt\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2016-06-15T18:00:00\"\n          },\n          \"OccurrenceDepartureLocation\": {\n            \"ID\": {\n              \"Value\": \"JFK\"\n            },\n            \"Name\": {\n              \"Value\": \"New York\"\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      \"HandlingSSRInstructions\": {\n        \"Description\": {\n          \"Value\": \"Special Service Request - Handle With Care\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"HWC\"\n        }\n      },\n      \"HandlingOSIInstructions\": {\n        \"Description\": {\n          \"Value\": \"Other Service Information - Contact Consignee Before Delivery\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"CBD\"\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        \"IssueDateTime\": {\n          \"Value\": \"2016-06-15T15:42:43\"\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      \"AssociatedConsignmentCustomsProcedure\": {\n        \"GoodsStatusCode\": {\n          \"Value\": \"T1\"\n        }\n      },\n      \"ApplicableOriginCurrencyExchange\": {\n        \"SourceCurrencyCode\": {\n          \"Value\": \"USD\"\n        }\n      },\n      \"IncludedHouseConsignmentItem\": {\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"TypeCode\": {\n          \"listAgencyID\": \"IATA\",\n          \"Value\": \"8803900000\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"6\"\n        },\n        \"GrossVolumeMeasure\": {\n          \"unitCode\": \"MTQ\",\n          \"Value\": \"0.05\"\n        },\n        \"TotalChargeAmount\": {\n          \"currencyID\": \"USD\",\n          \"Value\": \"120.46\"\n        },\n        \"PackageQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"VolumetricFactor\": {\n          \"Value\": \"6000\"\n        },\n        \"Information\": {\n          \"Value\": \"NDA\"\n        },\n        \"NatureIdentificationTransportCargo\": {\n          \"Identification\": {\n            \"Value\": \"AIRCRAFT PARTS\"\n          }\n        },\n        \"OriginCountry\": {\n          \"ID\": {\n            \"Value\": \"US\"\n          }\n        },\n        \"AssociatedUnitLoadTransportEquipment\": {\n          \"ID\": {\n            \"Value\": \"12345\"\n          },\n          \"LoadedPackageQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"CharacteristicCode\": {\n            \"Value\": \"AKE\"\n          },\n          \"OperatingParty\": {\n            \"PrimaryID\": {\n              \"Value\": \"AF\"\n            }\n          }\n        },\n        \"TransportLogisticsPackage\": {\n          \"ItemQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          },\n          \"LinearSpatialDimension\": {\n            \"WidthMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"40\"\n            },\n            \"LengthMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"60\"\n            },\n            \"HeightMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"30\"\n            }\n          }\n        },\n        \"ApplicableFreightRateServiceCharge\": {\n          \"CategoryCode\": {\n            \"Value\": \"Q\"\n          },\n          \"ChargeableWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          },\n          \"AppliedRate\": {\n            \"Value\": \"20.08\"\n          },\n          \"AppliedAmount\": {\n            \"currencyID\": \"USD\",\n            \"Value\": \"120.46\"\n          }\n        },\n        \"SpecifiedRateCombinationPointLocation\": {\n          \"ID\": {\n            \"Value\": \"JFK\"\n          }\n        }\n      }\n    }\n  }\n}"},"url":"https://api.psw.gov.pk/api/v1/aci/fzb/json/5.10","description":"**Message Type**: FZB (House Air Waybill) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML FZB (House Air Waybill Message) standards in JSON format.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| 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\\] |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name describing document type (e.g., House Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 703). Must be 703 for House Waybill |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T15:42:43) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation). Valid values: Creation, Update, Deletion, Cancellation |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00). Must conform to Cargo-XML schema version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation - UUID format recommended (e.g., 5de96ed5-ebc7-482cd213-211edca502fc) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification - party code and station code (e.g.,TDVAGT03TEST/AMS1) |\n| 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification - airport and handler code (e.g., FRAFMLH) |\n| 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 |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., AS AGREED BY CONSIGNOR) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| 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 |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| 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 |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| 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 |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 6). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| 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 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., Frankfurt) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID matching BusinessHeaderDocument/ID (e.g., JFK10099430) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., JFK10099430-1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., REF2024001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCarriageValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCustomsValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., 10000.00). Range: 0.001-999999999999. Required when NilInsuranceValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | N/A | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator | Boolean | N/A | M | Prepaid/collect other charges indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.2/13.2.2 HWB 15 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.05). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of line items (e.g., 1) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods in uppercase (e.g., AIRCRAFT PARTS). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., GE-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., US123456789) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 45246). CIMP Ref: 5.7.4 HWB 2 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., CINCINNATI). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region/state name in uppercase (e.g., OHIO). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 12345) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., CVG) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., OH) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., JOHN SMITH) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., EXPORT LOGISTICS) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [export@ge-engines.com](https://mailto:export@ge-engines.com)). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 230100 GECSUS) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., LH-TECHNIK-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., DE987654321) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., LHT94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 55232). CIMP Ref: 6.7.4 HWB 4 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., ALZEY). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., RHINELAND-PALATINATE). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 1234) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., FRA) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., RP) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., HANS MUELLER) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., IMPORT RECEIVING) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [import@lh-technik.de](https://mailto:import@lh-technik.de)). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 415400 LHFD) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., FF-NYC-001) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., IATA12345678) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., DHL94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 10001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., NEW YORK). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., NEW YORK) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 98765) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., MARY JOHNSON) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., AIR FREIGHT OPERATIONS) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +1-212-555-0150) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +1-212-555-0151) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [airfreight@dhl.com](https://mailto:airfreight@dhl.com)) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 127890 DHLNY) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., NP-001) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., DE112233445) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., Notify Party) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 80995). CIMP Ref: 9.5.4 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., MUNICH). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., BAVARIA). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 50 04 20) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., MUC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., BY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., MUC) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., Munich Airport) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., PETER SCHMIDT) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., RECEIVING) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +49-89-1489-0) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +49-89-1489-9000) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [logistics@mtu.de](https://mailto:logistics@mtu.de)) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 523400 MTUMUC) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., Main-Carriage). Valid values: Main-Carriage, Pre-Carriage, On-Carriage |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4) - UNECE Rec 19. 4=Air transport |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number in IATA format (e.g., LH401). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence number (e.g., 1). Always default to 1 for first leg |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., AKE12345LH) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., LOWER DECK CONTAINER) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., SL123456) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text description (e.g., VALUABLE CARGO) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., TEMP) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XCHG) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information text (e.g., PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information text (e.g., BCBP123456). CIMP Ref: 25.9 HWB 21 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number - AWB number without hyphen (e.g., 02095947655) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code - ISO 4217 3-letter code (e.g., USD). CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code - ISO 4217 3-letter code (e.g., EUR). CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., IATA-RATE) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 0.92500). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., DANGEROUS GOODS SURCHARGE) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., GEN=General Cargo) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., IATA) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., 1). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 1). CIMP Ref: 12.3.3 HWB 22A |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo nature identification in uppercase (e.g., AIRCRAFT PARTS) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., US) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | ULD tare weight (e.g., 80) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD type code per IATA ULD Regulations (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner airline code (e.g., LH) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., IATA) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | IATA commodity item number (e.g., 8803900000) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., PERM-2016-001234) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., Export License) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| 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 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version:** XFZB version 5.10 XML House Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210[;vnd.vst.idref=cxml-xfzb_5.10_iframes]!/4/10](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210%5B%3Bvnd.vst.idref%3Dcxml-xfzb_5.10_iframes%5D!/4/10)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"785ccdaf-ef4a-4541-89fc-2cd139370932","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"6288af06-8a08-4946-8732-bb4b436f9340","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":"1780561706","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      \"ID\": {\n        \"Value\": \"JFK10099430\"\n      },\n      \"NilCarriageValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"DeclaredValueForCarriageAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"5000.00\"\n      },\n      \"NilCustomsValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"DeclaredValueForCustomsAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"5000.00\"\n      },\n      \"NilInsuranceValueIndicator\": {\n        \"Value\": \"false\"\n      },\n      \"InsuranceValueAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"500.00\"\n      },\n      \"TotalChargePrepaidIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"WeightTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"120.46\"\n      },\n      \"ValuationTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"25.00\"\n      },\n      \"TaxTotalChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"12.50\"\n      },\n      \"TotalDisbursementPrepaidIndicator\": {\n        \"Value\": \"true\"\n      },\n      \"AgentTotalDisbursementAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"45.00\"\n      },\n      \"CarrierTotalDisbursementAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"60.00\"\n      },\n      \"TotalPrepaidChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"262.96\"\n      },\n      \"TotalCollectChargeAmount\": {\n        \"currencyID\": \"USD\",\n        \"Value\": \"0.00\"\n      },\n      \"IncludedTareGrossWeightMeasure\": {\n        \"unitCode\": \"KGM\",\n        \"Value\": \"6\"\n      },\n      \"GrossVolumeMeasure\": {\n        \"unitCode\": \"MTQ\",\n        \"Value\": \"0.05\"\n      },\n      \"PackageQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"TotalPieceQuantity\": {\n        \"Value\": \"1\"\n      },\n      \"SummaryDescription\": {\n        \"Value\": \"AIRCRAFT PARTS\"\n      },\n      \"ConsignorParty\": {\n        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"GE-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"US123456789\"\n        },\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"ABC94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"US-OH\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"John Smith\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"LH-TECHNIK-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"DE987654321\"\n        },\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"LHT94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"DE-RP\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Hans Mueller\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"FF-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"US112233445\"\n        },\n        \"Name\": {\n          \"Value\": \"GE ENGINE SERVICES INC.\"\n        },\n        \"AccountID\": {\n          \"Value\": \"FF94269\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"US-OH\"\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Jane Doe\"\n          },\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        \"PrimaryID\": {\n          \"schemeAgencyID\": \"EAN\",\n          \"Value\": \"AP-001\"\n        },\n        \"AdditionalID\": {\n          \"Value\": \"DE556677889\"\n        },\n        \"Name\": {\n          \"Value\": \"LUFTHANSA TECHNIK A.E.R.O.\"\n        },\n        \"RoleCode\": {\n          \"Value\": \"CZ\"\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          \"CountrySubDivisionID\": {\n            \"Value\": \"DE-RP\"\n          },\n          \"SpecifiedAddressLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            }\n          }\n        },\n        \"DefinedTradeContact\": {\n          \"PersonName\": {\n            \"Value\": \"Klaus Weber\"\n          },\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        \"ID\": {\n          \"Value\": \"BA1234\"\n        },\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"UsedLogisticsTransportMeans\": {\n          \"Name\": {\n            \"Value\": \"020\"\n          }\n        },\n        \"ArrivalEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2016-06-16T08:30:00\"\n          },\n          \"OccurrenceArrivalLocation\": {\n            \"ID\": {\n              \"Value\": \"FRA\"\n            },\n            \"Name\": {\n              \"Value\": \"Frankfurt\"\n            }\n          }\n        },\n        \"DepartureEvent\": {\n          \"ScheduledOccurrenceDateTime\": {\n            \"Value\": \"2016-06-15T18:00:00\"\n          },\n          \"OccurrenceDepartureLocation\": {\n            \"ID\": {\n              \"Value\": \"JFK\"\n            },\n            \"Name\": {\n              \"Value\": \"New York\"\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      \"HandlingSSRInstructions\": {\n        \"Description\": {\n          \"Value\": \"Special Service Request - Handle With Care\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"HWC\"\n        }\n      },\n      \"HandlingOSIInstructions\": {\n        \"Description\": {\n          \"Value\": \"Other Service Information - Contact Consignee Before Delivery\"\n        },\n        \"DescriptionCode\": {\n          \"Value\": \"CBD\"\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        \"IssueDateTime\": {\n          \"Value\": \"2016-06-15T15:42:43\"\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      \"AssociatedConsignmentCustomsProcedure\": {\n        \"GoodsStatusCode\": {\n          \"Value\": \"T1\"\n        }\n      },\n      \"ApplicableOriginCurrencyExchange\": {\n        \"SourceCurrencyCode\": {\n          \"Value\": \"USD\"\n        }\n      },\n      \"IncludedHouseConsignmentItem\": {\n        \"SequenceNumeric\": {\n          \"Value\": \"1\"\n        },\n        \"TypeCode\": {\n          \"listAgencyID\": \"IATA\",\n          \"Value\": \"8803900000\"\n        },\n        \"GrossWeightMeasure\": {\n          \"unitCode\": \"KGM\",\n          \"Value\": \"6\"\n        },\n        \"GrossVolumeMeasure\": {\n          \"unitCode\": \"MTQ\",\n          \"Value\": \"0.05\"\n        },\n        \"TotalChargeAmount\": {\n          \"currencyID\": \"USD\",\n          \"Value\": \"120.46\"\n        },\n        \"PackageQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"PieceQuantity\": {\n          \"Value\": \"1\"\n        },\n        \"VolumetricFactor\": {\n          \"Value\": \"6000\"\n        },\n        \"Information\": {\n          \"Value\": \"NDA\"\n        },\n        \"NatureIdentificationTransportCargo\": {\n          \"Identification\": {\n            \"Value\": \"AIRCRAFT PARTS\"\n          }\n        },\n        \"OriginCountry\": {\n          \"ID\": {\n            \"Value\": \"US\"\n          }\n        },\n        \"AssociatedUnitLoadTransportEquipment\": {\n          \"ID\": {\n            \"Value\": \"12345\"\n          },\n          \"LoadedPackageQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"CharacteristicCode\": {\n            \"Value\": \"AKE\"\n          },\n          \"OperatingParty\": {\n            \"PrimaryID\": {\n              \"Value\": \"AF\"\n            }\n          }\n        },\n        \"TransportLogisticsPackage\": {\n          \"ItemQuantity\": {\n            \"Value\": \"1\"\n          },\n          \"GrossWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          },\n          \"LinearSpatialDimension\": {\n            \"WidthMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"40\"\n            },\n            \"LengthMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"60\"\n            },\n            \"HeightMeasure\": {\n              \"unitCode\": \"CMT\",\n              \"Value\": \"30\"\n            }\n          }\n        },\n        \"ApplicableFreightRateServiceCharge\": {\n          \"CategoryCode\": {\n            \"Value\": \"Q\"\n          },\n          \"ChargeableWeightMeasure\": {\n            \"unitCode\": \"KGM\",\n            \"Value\": \"6\"\n          },\n          \"AppliedRate\": {\n            \"Value\": \"20.08\"\n          },\n          \"AppliedAmount\": {\n            \"currencyID\": \"USD\",\n            \"Value\": \"120.46\"\n          }\n        },\n        \"SpecifiedRateCombinationPointLocation\": {\n          \"ID\": {\n            \"Value\": \"JFK\"\n          }\n        }\n      }\n    }\n  }\n}"},"url":"https://api.psw.gov.pk/api/v1/aci/fzb/json/5.10","description":"**Message Type**: FZB (House Air Waybill) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML FZB (House Air Waybill Message) standards in JSON format.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| 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\\] |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name describing document type (e.g., House Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 703). Must be 703 for House Waybill |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T15:42:43) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation). Valid values: Creation, Update, Deletion, Cancellation |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00). Must conform to Cargo-XML schema version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation - UUID format recommended (e.g., 5de96ed5-ebc7-482cd213-211edca502fc) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification - party code and station code (e.g.,TDVAGT03TEST/AMS1) |\n| 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification - airport and handler code (e.g., FRAFMLH) |\n| 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 |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., AS AGREED BY CONSIGNOR) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| 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 |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| 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 |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| 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 |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 6). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| 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 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., Frankfurt) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID matching BusinessHeaderDocument/ID (e.g., JFK10099430) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., JFK10099430-1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., REF2024001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCarriageValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCustomsValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., 10000.00). Range: 0.001-999999999999. Required when NilInsuranceValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | N/A | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator | Boolean | N/A | M | Prepaid/collect other charges indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.2/13.2.2 HWB 15 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.05). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of line items (e.g., 1) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods in uppercase (e.g., AIRCRAFT PARTS). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., GE-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., US123456789) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 45246). CIMP Ref: 5.7.4 HWB 2 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., CINCINNATI). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region/state name in uppercase (e.g., OHIO). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 12345) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., CVG) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., OH) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., JOHN SMITH) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., EXPORT LOGISTICS) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [export@ge-engines.com](https://mailto:export@ge-engines.com)). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 230100 GECSUS) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., LH-TECHNIK-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., DE987654321) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., LHT94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 55232). CIMP Ref: 6.7.4 HWB 4 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., ALZEY). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., RHINELAND-PALATINATE). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 1234) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., FRA) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., RP) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., HANS MUELLER) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., IMPORT RECEIVING) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [import@lh-technik.de](https://mailto:import@lh-technik.de)). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 415400 LHFD) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., FF-NYC-001) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., IATA12345678) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., DHL94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 10001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., NEW YORK). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., NEW YORK) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 98765) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., MARY JOHNSON) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., AIR FREIGHT OPERATIONS) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +1-212-555-0150) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +1-212-555-0151) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [airfreight@dhl.com](https://mailto:airfreight@dhl.com)) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 127890 DHLNY) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., NP-001) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., DE112233445) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., Notify Party) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 80995). CIMP Ref: 9.5.4 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., MUNICH). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., BAVARIA). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 50 04 20) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., MUC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., BY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., MUC) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., Munich Airport) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., PETER SCHMIDT) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., RECEIVING) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +49-89-1489-0) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +49-89-1489-9000) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [logistics@mtu.de](https://mailto:logistics@mtu.de)) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 523400 MTUMUC) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., Main-Carriage). Valid values: Main-Carriage, Pre-Carriage, On-Carriage |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4) - UNECE Rec 19. 4=Air transport |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number in IATA format (e.g., LH401). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence number (e.g., 1). Always default to 1 for first leg |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., AKE12345LH) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., LOWER DECK CONTAINER) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., SL123456) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text description (e.g., VALUABLE CARGO) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., TEMP) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XCHG) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information text (e.g., PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information text (e.g., BCBP123456). CIMP Ref: 25.9 HWB 21 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number - AWB number without hyphen (e.g., 02095947655) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code - ISO 4217 3-letter code (e.g., USD). CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code - ISO 4217 3-letter code (e.g., EUR). CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., IATA-RATE) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 0.92500). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., DANGEROUS GOODS SURCHARGE) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., GEN=General Cargo) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., IATA) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., 1). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 1). CIMP Ref: 12.3.3 HWB 22A |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo nature identification in uppercase (e.g., AIRCRAFT PARTS) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., US) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | ULD tare weight (e.g., 80) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD type code per IATA ULD Regulations (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner airline code (e.g., LH) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., IATA) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | IATA commodity item number (e.g., 8803900000) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., PERM-2016-001234) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., Export License) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| 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 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version:** XFZB version 5.10 XML House Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210[;vnd.vst.idref=cxml-xfzb_5.10_iframes]!/4/10](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210%5B%3Bvnd.vst.idref%3Dcxml-xfzb_5.10_iframes%5D!/4/10)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"400c319e-43d2-4613-88e1-2daa8d2753bf"},{"name":"Create House Air Waybill (XFZB) - IATA Cargo-XML Format","id":"2da1aaf2-e9f3-44f5-b68a-3d1263534992","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"8bd48967-0cf8-4bd5-83ce-9af5643512a6","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":"1780561706","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\">703</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>5de96ed5-ebc7-482c-d213-211edca502fc</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\">59</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>JFK10099430</ram:ID>\n      <ram:NilCarriageValueIndicator>false</ram:NilCarriageValueIndicator>\n      <ram:DeclaredValueForCarriageAmount currencyID=\"USD\">5000.00</ram:DeclaredValueForCarriageAmount>\n      <ram:NilCustomsValueIndicator>false</ram:NilCustomsValueIndicator>\n      <ram:DeclaredValueForCustomsAmount currencyID=\"USD\">5000.00</ram:DeclaredValueForCustomsAmount>\n      <ram:NilInsuranceValueIndicator>false</ram:NilInsuranceValueIndicator>\n      <ram:InsuranceValueAmount currencyID=\"USD\">500.00</ram:InsuranceValueAmount>\n      <ram:TotalChargePrepaidIndicator>true</ram:TotalChargePrepaidIndicator>\n      <ram:WeightTotalChargeAmount currencyID=\"USD\">120.46</ram:WeightTotalChargeAmount>\n      <ram:ValuationTotalChargeAmount currencyID=\"USD\">25.00</ram:ValuationTotalChargeAmount>\n      <ram:TaxTotalChargeAmount currencyID=\"USD\">12.50</ram:TaxTotalChargeAmount>\n      <ram:TotalDisbursementPrepaidIndicator>true</ram:TotalDisbursementPrepaidIndicator>\n      <ram:AgentTotalDisbursementAmount currencyID=\"USD\">45.00</ram:AgentTotalDisbursementAmount>\n      <ram:CarrierTotalDisbursementAmount currencyID=\"USD\">60.00</ram:CarrierTotalDisbursementAmount>\n      <ram:TotalPrepaidChargeAmount currencyID=\"USD\">262.96</ram:TotalPrepaidChargeAmount>\n      <ram:TotalCollectChargeAmount currencyID=\"USD\">0.00</ram:TotalCollectChargeAmount>\n      <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">6</ram:IncludedTareGrossWeightMeasure>\n      <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.05</ram:GrossVolumeMeasure>\n      <ram:PackageQuantity>1</ram:PackageQuantity>\n      <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n      <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n      <ram:ConsignorParty>\n        <ram:PrimaryID schemeAgencyID=\"EAN\">GE-001</ram:PrimaryID>\n        <ram:AdditionalID>US123456789</ram:AdditionalID>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:AccountID>ABC94269</ram:AccountID>\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\">US</ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n          <ram:CountrySubDivisionName>Ohio</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>US-OH</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>John Smith</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">LH-TECHNIK-001</ram:PrimaryID>\n        <ram:AdditionalID>DE987654321</ram:AdditionalID>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:AccountID>LHT94269</ram:AccountID>\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\">DE</ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n          <ram:CountrySubDivisionName>Rhineland-Palatinate</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>DE-RP</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Hans Mueller</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">FF-001</ram:PrimaryID>\n        <ram:AdditionalID>US112233445</ram:AdditionalID>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:AccountID>FF94269</ram:AccountID>\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\">US</ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n          <ram:CountrySubDivisionName>Ohio</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>US-OH</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Jane Doe</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">AP-001</ram:PrimaryID>\n        <ram:AdditionalID>DE556677889</ram:AdditionalID>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:RoleCode>CZ</ram:RoleCode>\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\">DE</ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n          <ram:CountrySubDivisionName>Rhineland-Palatinate</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>DE-RP</ram:CountrySubDivisionID>\n          <ram:SpecifiedAddressLocation>\n            <ram:ID>FRA</ram:ID>\n          </ram:SpecifiedAddressLocation>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Klaus Weber</ram:PersonName>\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:StageCode>Main-Carriage</ram:StageCode>\n        <ram:ModeCode listID=\"Recommendation 19\" listAgencyID=\"6\" listVersionID=\"2\">4</ram:ModeCode>\n        <ram:Mode>AIR TRANSPORT</ram:Mode>\n        <ram:ID>BA1234</ram:ID>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:UsedLogisticsTransportMeans>\n          <ram:Name>020</ram:Name>\n        </ram:UsedLogisticsTransportMeans>\n        <ram:ArrivalEvent>\n          <ram:ScheduledOccurrenceDateTime>2016-06-16T08:30:00</ram:ScheduledOccurrenceDateTime>\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:ScheduledOccurrenceDateTime>2016-06-15T18:00:00</ram:ScheduledOccurrenceDateTime>\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:HandlingSSRInstructions>\n        <ram:Description>Special Service Request - Handle With Care</ram:Description>\n        <ram:DescriptionCode>HWC</ram:DescriptionCode>\n      </ram:HandlingSSRInstructions>\n      <ram:HandlingOSIInstructions>\n        <ram:Description>Other Service Information - Contact Consignee Before Delivery</ram:Description>\n        <ram:DescriptionCode>CBD</ram:DescriptionCode>\n      </ram:HandlingOSIInstructions>\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:IssueDateTime>2016-06-15T15:42:43</ram:IssueDateTime>\n        <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">740</ram:TypeCode>\n        <ram:Name>Air Waybill</ram:Name>\n      </ram:AssociatedReferenceDocument>\n      <ram:AssociatedConsignmentCustomsProcedure>\n        <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n      </ram:AssociatedConsignmentCustomsProcedure>\n      <ram:ApplicableOriginCurrencyExchange>\n        <ram:SourceCurrencyCode>USD</ram:SourceCurrencyCode>\n      </ram:ApplicableOriginCurrencyExchange>\n      <ram:IncludedHouseConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"IATA\">8803900000</ram:TypeCode>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.05</ram:GrossVolumeMeasure>\n        <ram:TotalChargeAmount currencyID=\"USD\">120.46</ram:TotalChargeAmount>\n        <ram:PackageQuantity>1</ram:PackageQuantity>\n        <ram:PieceQuantity>1</ram:PieceQuantity>\n        <ram:VolumetricFactor>6000</ram:VolumetricFactor>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>AIRCRAFT PARTS</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:OriginCountry>\n          <ram:ID>US</ram:ID>\n        </ram:OriginCountry>\n        <ram:AssociatedUnitLoadTransportEquipment>\n          <ram:ID>12345</ram:ID>\n          <ram:LoadedPackageQuantity>1</ram:LoadedPackageQuantity>\n          <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n          <ram:OperatingParty>\n            <ram:PrimaryID>AF</ram:PrimaryID>\n          </ram:OperatingParty>\n        </ram:AssociatedUnitLoadTransportEquipment>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>1</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n          <ram:LinearSpatialDimension>\n            <ram:WidthMeasure unitCode=\"CMT\">40</ram:WidthMeasure>\n            <ram:LengthMeasure unitCode=\"CMT\">60</ram:LengthMeasure>\n            <ram:HeightMeasure unitCode=\"CMT\">30</ram:HeightMeasure>\n          </ram:LinearSpatialDimension>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">6</ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>20.08</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"USD\">120.46</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n        <ram:SpecifiedRateCombinationPointLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:SpecifiedRateCombinationPointLocation>\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<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 combining house waybill and master AWB number (e.g.,JFK10099430_020-95947655). Recommended format: [OriginCode][HWBN]_[MAWBN]</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</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</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</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</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</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</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 - party code and station code (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 (e.g., 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 (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 - airport and handler code (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 (e.g., 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>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., 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</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., AS AGREED BY CONSIGNOR)</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 - full legal name of consignor (e.g., GE ENGINE SERVICES INC.). 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., 2016-06-15T15:42:43). 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 - IATA airline numeric prefix code (e.g., 020 for Lufthansa). 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 - IATA airport code where waybill is issued (e.g., JFK). 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., 59). 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., 6). 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., 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</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., JFK) - 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., New York John F. Kennedy)</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., FRA) - 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., Frankfurt)</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 matching BusinessHeaderDocument/ID (e.g., JFK10099430)</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</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</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</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</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</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</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</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</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</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</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</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator</td>\n<td>Boolean</td>\n<td>N/A</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., 150.00). 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., USD) - 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., 25.00). 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., USD) - 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., 12.50). 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., USD) - ISO 4217</td>\n</tr>\n<tr>\n<td>MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator</td>\n<td>Boolean</td>\n<td>N/A</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., 45.00). 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., USD) - 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., 60.00). 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., USD) - 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., 225.00). 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., USD) - 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., 0.00). 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., USD) - 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., 6). 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., 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., 0.05). 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., MTQ) - 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 line items (e.g., 1)</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</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</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</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., GE-001)</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</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</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</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</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., 45246). 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 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</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</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</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</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</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</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</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</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., JOHN SMITH)</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</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 in international format (e.g., +1-513-555-0100). 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 in international format (e.g., +1-513-555-0199). 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., <a href=\"https://mailto:export@ge-engines.com\">export@ge-engines.com</a>). 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., 230100 GECSUS)</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., LH-TECHNIK-001)</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</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</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</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</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., 55232). 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 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</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</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</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</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</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</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</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</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., HANS MUELLER)</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</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 in international format (e.g., +49-6731-4970). 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 in international format (e.g., +49-6731-4971). 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., <a href=\"https://mailto:import@lh-technik.de\">import@lh-technik.de</a>). 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., 415400 LHFD)</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., FF-NYC-001)</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</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</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</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</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., 10001)</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</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</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</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</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</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</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</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</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., MARY JOHNSON)</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</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 in international format (e.g., +1-212-555-0150)</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 in international format (e.g., +1-212-555-0151)</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., <a href=\"https://mailto:airfreight@dhl.com\">airfreight@dhl.com</a>)</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., 127890 DHLNY)</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., NP-001)</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</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</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</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</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</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., 80995). 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 in uppercase (e.g., DACHAUER STRASSE 665). 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 in uppercase (e.g., MUNICH). 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., DE) - 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., Germany)</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</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</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</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</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., MUC) - 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., Munich Airport)</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</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., PETER SCHMIDT)</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</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 in international format (e.g., +49-89-1489-0)</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 in international format (e.g., +49-89-1489-9000)</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., <a href=\"https://mailto:logistics@mtu.de\">logistics@mtu.de</a>)</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., 523400 MTUMUC)</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., 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., JFK) - 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., New York John F. Kennedy)</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., FRA) - 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., Frankfurt Airport)</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., Main-Carriage). Valid values: 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., 4) - UNECE Rec 19. 4=Air transport</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</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</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</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>IATA airline numeric prefix code (e.g., 020 for Lufthansa). 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., 2016-06-16T08:30:00). 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., FRA) - 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., Frankfurt Airport)</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</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., 2016-06-15T18:00:00). 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., JFK) - 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., New York John F. Kennedy)</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</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., AKE12345LH)</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</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</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., SL123456)</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 description (e.g., VALUABLE CARGO)</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</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 in uppercase (e.g., 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., TEMP)</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 in uppercase (e.g., 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., XCHG)</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 code per CIMP 1.1 (e.g., AAA=Agent Code, CAB=Credit Card Number). 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 text (e.g., 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., 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</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</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</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</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 - AWB number without hyphen (e.g., 02095947655)</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</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</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</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., T2=EU goods, T1=Non-EU goods) - 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 - ISO 4217 3-letter code (e.g., USD). 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 - ISO 4217 3-letter code (e.g., EUR). 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., IATA-RATE)</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</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 per CIMP 1.38 (e.g., D=Dangerous Goods, L=Live Animals, P=Perishables). 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 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</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</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</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</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</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 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</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</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</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</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</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</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</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</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</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</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</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</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</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 nature identification in uppercase (e.g., AIRCRAFT PARTS)</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., US) - 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(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</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</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</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</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</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 airline code (e.g., LH) - 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., IATA)</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>Number of pieces in this package group (e.g., 1). 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., 6). 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., 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 in whole numbers (e.g., 60). 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., CMT=Centimetre, MTR=Metre) - 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 in whole numbers (e.g., 80). 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., CMT=Centimetre, MTR=Metre) - 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 in whole numbers (e.g., 50). 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., CMT=Centimetre, MTR=Metre) - 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 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</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</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</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</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</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</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</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., PERM-2016-001234)</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</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</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</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 airport code (e.g., FRA) - 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>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":"790ba963-8a86-4879-b103-7a3ba9d8bec2","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"3e85a57e-15d2-44ff-87c2-a2f314b0e1f7","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":"1780561706","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\">703</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>5de96ed5-ebc7-482c-d213-211edca502fc</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\">59</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>JFK10099430</ram:ID>\n      <ram:NilCarriageValueIndicator>false</ram:NilCarriageValueIndicator>\n      <ram:DeclaredValueForCarriageAmount currencyID=\"USD\">5000.00</ram:DeclaredValueForCarriageAmount>\n      <ram:NilCustomsValueIndicator>false</ram:NilCustomsValueIndicator>\n      <ram:DeclaredValueForCustomsAmount currencyID=\"USD\">5000.00</ram:DeclaredValueForCustomsAmount>\n      <ram:NilInsuranceValueIndicator>false</ram:NilInsuranceValueIndicator>\n      <ram:InsuranceValueAmount currencyID=\"USD\">500.00</ram:InsuranceValueAmount>\n      <ram:TotalChargePrepaidIndicator>true</ram:TotalChargePrepaidIndicator>\n      <ram:WeightTotalChargeAmount currencyID=\"USD\">120.46</ram:WeightTotalChargeAmount>\n      <ram:ValuationTotalChargeAmount currencyID=\"USD\">25.00</ram:ValuationTotalChargeAmount>\n      <ram:TaxTotalChargeAmount currencyID=\"USD\">12.50</ram:TaxTotalChargeAmount>\n      <ram:TotalDisbursementPrepaidIndicator>true</ram:TotalDisbursementPrepaidIndicator>\n      <ram:AgentTotalDisbursementAmount currencyID=\"USD\">45.00</ram:AgentTotalDisbursementAmount>\n      <ram:CarrierTotalDisbursementAmount currencyID=\"USD\">60.00</ram:CarrierTotalDisbursementAmount>\n      <ram:TotalPrepaidChargeAmount currencyID=\"USD\">262.96</ram:TotalPrepaidChargeAmount>\n      <ram:TotalCollectChargeAmount currencyID=\"USD\">0.00</ram:TotalCollectChargeAmount>\n      <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">6</ram:IncludedTareGrossWeightMeasure>\n      <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.05</ram:GrossVolumeMeasure>\n      <ram:PackageQuantity>1</ram:PackageQuantity>\n      <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n      <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n      <ram:ConsignorParty>\n        <ram:PrimaryID schemeAgencyID=\"EAN\">GE-001</ram:PrimaryID>\n        <ram:AdditionalID>US123456789</ram:AdditionalID>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:AccountID>ABC94269</ram:AccountID>\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\">US</ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n          <ram:CountrySubDivisionName>Ohio</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>US-OH</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>John Smith</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">LH-TECHNIK-001</ram:PrimaryID>\n        <ram:AdditionalID>DE987654321</ram:AdditionalID>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:AccountID>LHT94269</ram:AccountID>\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\">DE</ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n          <ram:CountrySubDivisionName>Rhineland-Palatinate</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>DE-RP</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Hans Mueller</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">FF-001</ram:PrimaryID>\n        <ram:AdditionalID>US112233445</ram:AdditionalID>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:AccountID>FF94269</ram:AccountID>\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\">US</ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n          <ram:CountrySubDivisionName>Ohio</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>US-OH</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Jane Doe</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">AP-001</ram:PrimaryID>\n        <ram:AdditionalID>DE556677889</ram:AdditionalID>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:RoleCode>CZ</ram:RoleCode>\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\">DE</ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n          <ram:CountrySubDivisionName>Rhineland-Palatinate</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>DE-RP</ram:CountrySubDivisionID>\n          <ram:SpecifiedAddressLocation>\n            <ram:ID>FRA</ram:ID>\n          </ram:SpecifiedAddressLocation>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Klaus Weber</ram:PersonName>\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:StageCode>Main-Carriage</ram:StageCode>\n        <ram:ModeCode listID=\"Recommendation 19\" listAgencyID=\"6\" listVersionID=\"2\">4</ram:ModeCode>\n        <ram:Mode>AIR TRANSPORT</ram:Mode>\n        <ram:ID>BA1234</ram:ID>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:UsedLogisticsTransportMeans>\n          <ram:Name>020</ram:Name>\n        </ram:UsedLogisticsTransportMeans>\n        <ram:ArrivalEvent>\n          <ram:ScheduledOccurrenceDateTime>2016-06-16T08:30:00</ram:ScheduledOccurrenceDateTime>\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:ScheduledOccurrenceDateTime>2016-06-15T18:00:00</ram:ScheduledOccurrenceDateTime>\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:HandlingSSRInstructions>\n        <ram:Description>Special Service Request - Handle With Care</ram:Description>\n        <ram:DescriptionCode>HWC</ram:DescriptionCode>\n      </ram:HandlingSSRInstructions>\n      <ram:HandlingOSIInstructions>\n        <ram:Description>Other Service Information - Contact Consignee Before Delivery</ram:Description>\n        <ram:DescriptionCode>CBD</ram:DescriptionCode>\n      </ram:HandlingOSIInstructions>\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:IssueDateTime>2016-06-15T15:42:43</ram:IssueDateTime>\n        <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">740</ram:TypeCode>\n        <ram:Name>Air Waybill</ram:Name>\n      </ram:AssociatedReferenceDocument>\n      <ram:AssociatedConsignmentCustomsProcedure>\n        <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n      </ram:AssociatedConsignmentCustomsProcedure>\n      <ram:ApplicableOriginCurrencyExchange>\n        <ram:SourceCurrencyCode>USD</ram:SourceCurrencyCode>\n      </ram:ApplicableOriginCurrencyExchange>\n      <ram:IncludedHouseConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"IATA\">8803900000</ram:TypeCode>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.05</ram:GrossVolumeMeasure>\n        <ram:TotalChargeAmount currencyID=\"USD\">120.46</ram:TotalChargeAmount>\n        <ram:PackageQuantity>1</ram:PackageQuantity>\n        <ram:PieceQuantity>1</ram:PieceQuantity>\n        <ram:VolumetricFactor>6000</ram:VolumetricFactor>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>AIRCRAFT PARTS</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:OriginCountry>\n          <ram:ID>US</ram:ID>\n        </ram:OriginCountry>\n        <ram:AssociatedUnitLoadTransportEquipment>\n          <ram:ID>12345</ram:ID>\n          <ram:LoadedPackageQuantity>1</ram:LoadedPackageQuantity>\n          <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n          <ram:OperatingParty>\n            <ram:PrimaryID>AF</ram:PrimaryID>\n          </ram:OperatingParty>\n        </ram:AssociatedUnitLoadTransportEquipment>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>1</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n          <ram:LinearSpatialDimension>\n            <ram:WidthMeasure unitCode=\"CMT\">40</ram:WidthMeasure>\n            <ram:LengthMeasure unitCode=\"CMT\">60</ram:LengthMeasure>\n            <ram:HeightMeasure unitCode=\"CMT\">30</ram:HeightMeasure>\n          </ram:LinearSpatialDimension>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">6</ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>20.08</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"USD\">120.46</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n        <ram:SpecifiedRateCombinationPointLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:SpecifiedRateCombinationPointLocation>\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":"**Message Type**: XFZB (House Air Waybill List) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| 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\\] |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name describing document type (e.g., House Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 703). Must be 703 for House Waybill |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T15:42:43) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation). Valid values: Creation, Update, Deletion, Cancellation |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00). Must conform to Cargo-XML schema version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation - UUID format recommended (e.g., 5de96ed5-ebc7-482cd213-211edca502fc) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification - party code and station code (e.g.,TDVAGT03TEST/AMS1) |\n| 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification - airport and handler code (e.g., FRAFMLH) |\n| 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 |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., AS AGREED BY CONSIGNOR) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| 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 |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| 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 |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| 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 |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 6). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| 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 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., Frankfurt) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID matching BusinessHeaderDocument/ID (e.g., JFK10099430) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., JFK10099430-1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., REF2024001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCarriageValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCustomsValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., 10000.00). Range: 0.001-999999999999. Required when NilInsuranceValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | N/A | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator | Boolean | N/A | M | Prepaid/collect other charges indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.2/13.2.2 HWB 15 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.05). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of line items (e.g., 1) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods in uppercase (e.g., AIRCRAFT PARTS). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., GE-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., US123456789) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 45246). CIMP Ref: 5.7.4 HWB 2 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., CINCINNATI). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region/state name in uppercase (e.g., OHIO). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 12345) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., CVG) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., OH) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., JOHN SMITH) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., EXPORT LOGISTICS) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [export@ge-engines.com](https://mailto:export@ge-engines.com)). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 230100 GECSUS) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., LH-TECHNIK-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., DE987654321) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., LHT94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 55232). CIMP Ref: 6.7.4 HWB 4 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., ALZEY). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., RHINELAND-PALATINATE). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 1234) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., FRA) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., RP) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., HANS MUELLER) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., IMPORT RECEIVING) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [import@lh-technik.de](https://mailto:import@lh-technik.de)). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 415400 LHFD) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., FF-NYC-001) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., IATA12345678) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., DHL94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 10001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., NEW YORK). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., NEW YORK) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 98765) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., MARY JOHNSON) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., AIR FREIGHT OPERATIONS) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +1-212-555-0150) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +1-212-555-0151) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [airfreight@dhl.com](https://mailto:airfreight@dhl.com)) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 127890 DHLNY) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., NP-001) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., DE112233445) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., Notify Party) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 80995). CIMP Ref: 9.5.4 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., MUNICH). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., BAVARIA). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 50 04 20) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., MUC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., BY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., MUC) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., Munich Airport) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., PETER SCHMIDT) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., RECEIVING) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +49-89-1489-0) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +49-89-1489-9000) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [logistics@mtu.de](https://mailto:logistics@mtu.de)) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 523400 MTUMUC) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., Main-Carriage). Valid values: Main-Carriage, Pre-Carriage, On-Carriage |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4) - UNECE Rec 19. 4=Air transport |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number in IATA format (e.g., LH401). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence number (e.g., 1). Always default to 1 for first leg |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., AKE12345LH) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., LOWER DECK CONTAINER) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., SL123456) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text description (e.g., VALUABLE CARGO) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., TEMP) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XCHG) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information text (e.g., PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information text (e.g., BCBP123456). CIMP Ref: 25.9 HWB 21 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number - AWB number without hyphen (e.g., 02095947655) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code - ISO 4217 3-letter code (e.g., USD). CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code - ISO 4217 3-letter code (e.g., EUR). CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., IATA-RATE) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 0.92500). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., DANGEROUS GOODS SURCHARGE) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., GEN=General Cargo) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., IATA) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., 1). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 1). CIMP Ref: 12.3.3 HWB 22A |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo nature identification in uppercase (e.g., AIRCRAFT PARTS) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., US) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | ULD tare weight (e.g., 80) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD type code per IATA ULD Regulations (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner airline code (e.g., LH) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., IATA) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | IATA commodity item number (e.g., 8803900000) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., PERM-2016-001234) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., Export License) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| 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 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version:** XFZB version 5.10 XML House Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210[;vnd.vst.idref=cxml-xfzb_5.10_iframes]!/4/10](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210%5B%3Bvnd.vst.idref%3Dcxml-xfzb_5.10_iframes%5D!/4/10)"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"1796dab7-094f-4312-9880-20505fbc5a61","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"f6989fb1-3f0a-4c4a-a6c1-523235208914","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":"1780561706","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\">703</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>5de96ed5-ebc7-482c-d213-211edca502fc</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\">59</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>JFK10099430</ram:ID>\n      <ram:NilCarriageValueIndicator>false</ram:NilCarriageValueIndicator>\n      <ram:DeclaredValueForCarriageAmount currencyID=\"USD\">5000.00</ram:DeclaredValueForCarriageAmount>\n      <ram:NilCustomsValueIndicator>false</ram:NilCustomsValueIndicator>\n      <ram:DeclaredValueForCustomsAmount currencyID=\"USD\">5000.00</ram:DeclaredValueForCustomsAmount>\n      <ram:NilInsuranceValueIndicator>false</ram:NilInsuranceValueIndicator>\n      <ram:InsuranceValueAmount currencyID=\"USD\">500.00</ram:InsuranceValueAmount>\n      <ram:TotalChargePrepaidIndicator>true</ram:TotalChargePrepaidIndicator>\n      <ram:WeightTotalChargeAmount currencyID=\"USD\">120.46</ram:WeightTotalChargeAmount>\n      <ram:ValuationTotalChargeAmount currencyID=\"USD\">25.00</ram:ValuationTotalChargeAmount>\n      <ram:TaxTotalChargeAmount currencyID=\"USD\">12.50</ram:TaxTotalChargeAmount>\n      <ram:TotalDisbursementPrepaidIndicator>true</ram:TotalDisbursementPrepaidIndicator>\n      <ram:AgentTotalDisbursementAmount currencyID=\"USD\">45.00</ram:AgentTotalDisbursementAmount>\n      <ram:CarrierTotalDisbursementAmount currencyID=\"USD\">60.00</ram:CarrierTotalDisbursementAmount>\n      <ram:TotalPrepaidChargeAmount currencyID=\"USD\">262.96</ram:TotalPrepaidChargeAmount>\n      <ram:TotalCollectChargeAmount currencyID=\"USD\">0.00</ram:TotalCollectChargeAmount>\n      <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">6</ram:IncludedTareGrossWeightMeasure>\n      <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.05</ram:GrossVolumeMeasure>\n      <ram:PackageQuantity>1</ram:PackageQuantity>\n      <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n      <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n      <ram:ConsignorParty>\n        <ram:PrimaryID schemeAgencyID=\"EAN\">GE-001</ram:PrimaryID>\n        <ram:AdditionalID>US123456789</ram:AdditionalID>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:AccountID>ABC94269</ram:AccountID>\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\">US</ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n          <ram:CountrySubDivisionName>Ohio</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>US-OH</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>John Smith</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">LH-TECHNIK-001</ram:PrimaryID>\n        <ram:AdditionalID>DE987654321</ram:AdditionalID>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:AccountID>LHT94269</ram:AccountID>\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\">DE</ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n          <ram:CountrySubDivisionName>Rhineland-Palatinate</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>DE-RP</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Hans Mueller</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">FF-001</ram:PrimaryID>\n        <ram:AdditionalID>US112233445</ram:AdditionalID>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:AccountID>FF94269</ram:AccountID>\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\">US</ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n          <ram:CountrySubDivisionName>Ohio</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>US-OH</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Jane Doe</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">AP-001</ram:PrimaryID>\n        <ram:AdditionalID>DE556677889</ram:AdditionalID>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:RoleCode>CZ</ram:RoleCode>\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\">DE</ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n          <ram:CountrySubDivisionName>Rhineland-Palatinate</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>DE-RP</ram:CountrySubDivisionID>\n          <ram:SpecifiedAddressLocation>\n            <ram:ID>FRA</ram:ID>\n          </ram:SpecifiedAddressLocation>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Klaus Weber</ram:PersonName>\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:StageCode>Main-Carriage</ram:StageCode>\n        <ram:ModeCode listID=\"Recommendation 19\" listAgencyID=\"6\" listVersionID=\"2\">4</ram:ModeCode>\n        <ram:Mode>AIR TRANSPORT</ram:Mode>\n        <ram:ID>BA1234</ram:ID>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:UsedLogisticsTransportMeans>\n          <ram:Name>020</ram:Name>\n        </ram:UsedLogisticsTransportMeans>\n        <ram:ArrivalEvent>\n          <ram:ScheduledOccurrenceDateTime>2016-06-16T08:30:00</ram:ScheduledOccurrenceDateTime>\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:ScheduledOccurrenceDateTime>2016-06-15T18:00:00</ram:ScheduledOccurrenceDateTime>\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:HandlingSSRInstructions>\n        <ram:Description>Special Service Request - Handle With Care</ram:Description>\n        <ram:DescriptionCode>HWC</ram:DescriptionCode>\n      </ram:HandlingSSRInstructions>\n      <ram:HandlingOSIInstructions>\n        <ram:Description>Other Service Information - Contact Consignee Before Delivery</ram:Description>\n        <ram:DescriptionCode>CBD</ram:DescriptionCode>\n      </ram:HandlingOSIInstructions>\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:IssueDateTime>2016-06-15T15:42:43</ram:IssueDateTime>\n        <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">740</ram:TypeCode>\n        <ram:Name>Air Waybill</ram:Name>\n      </ram:AssociatedReferenceDocument>\n      <ram:AssociatedConsignmentCustomsProcedure>\n        <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n      </ram:AssociatedConsignmentCustomsProcedure>\n      <ram:ApplicableOriginCurrencyExchange>\n        <ram:SourceCurrencyCode>USD</ram:SourceCurrencyCode>\n      </ram:ApplicableOriginCurrencyExchange>\n      <ram:IncludedHouseConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"IATA\">8803900000</ram:TypeCode>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.05</ram:GrossVolumeMeasure>\n        <ram:TotalChargeAmount currencyID=\"USD\">120.46</ram:TotalChargeAmount>\n        <ram:PackageQuantity>1</ram:PackageQuantity>\n        <ram:PieceQuantity>1</ram:PieceQuantity>\n        <ram:VolumetricFactor>6000</ram:VolumetricFactor>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>AIRCRAFT PARTS</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:OriginCountry>\n          <ram:ID>US</ram:ID>\n        </ram:OriginCountry>\n        <ram:AssociatedUnitLoadTransportEquipment>\n          <ram:ID>12345</ram:ID>\n          <ram:LoadedPackageQuantity>1</ram:LoadedPackageQuantity>\n          <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n          <ram:OperatingParty>\n            <ram:PrimaryID>AF</ram:PrimaryID>\n          </ram:OperatingParty>\n        </ram:AssociatedUnitLoadTransportEquipment>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>1</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n          <ram:LinearSpatialDimension>\n            <ram:WidthMeasure unitCode=\"CMT\">40</ram:WidthMeasure>\n            <ram:LengthMeasure unitCode=\"CMT\">60</ram:LengthMeasure>\n            <ram:HeightMeasure unitCode=\"CMT\">30</ram:HeightMeasure>\n          </ram:LinearSpatialDimension>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">6</ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>20.08</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"USD\">120.46</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n        <ram:SpecifiedRateCombinationPointLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:SpecifiedRateCombinationPointLocation>\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":"**Message Type**: XFZB (House Air Waybill List) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| 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\\] |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name describing document type (e.g., House Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 703). Must be 703 for House Waybill |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T15:42:43) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation). Valid values: Creation, Update, Deletion, Cancellation |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00). Must conform to Cargo-XML schema version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation - UUID format recommended (e.g., 5de96ed5-ebc7-482cd213-211edca502fc) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification - party code and station code (e.g.,TDVAGT03TEST/AMS1) |\n| 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification - airport and handler code (e.g., FRAFMLH) |\n| 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 |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., AS AGREED BY CONSIGNOR) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| 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 |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| 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 |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| 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 |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 6). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| 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 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., Frankfurt) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID matching BusinessHeaderDocument/ID (e.g., JFK10099430) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., JFK10099430-1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., REF2024001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCarriageValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCustomsValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., 10000.00). Range: 0.001-999999999999. Required when NilInsuranceValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | N/A | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator | Boolean | N/A | M | Prepaid/collect other charges indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.2/13.2.2 HWB 15 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.05). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of line items (e.g., 1) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods in uppercase (e.g., AIRCRAFT PARTS). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., GE-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., US123456789) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 45246). CIMP Ref: 5.7.4 HWB 2 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., CINCINNATI). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region/state name in uppercase (e.g., OHIO). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 12345) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., CVG) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., OH) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., JOHN SMITH) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., EXPORT LOGISTICS) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [export@ge-engines.com](https://mailto:export@ge-engines.com)). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 230100 GECSUS) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., LH-TECHNIK-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., DE987654321) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., LHT94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 55232). CIMP Ref: 6.7.4 HWB 4 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., ALZEY). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., RHINELAND-PALATINATE). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 1234) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., FRA) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., RP) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., HANS MUELLER) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., IMPORT RECEIVING) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [import@lh-technik.de](https://mailto:import@lh-technik.de)). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 415400 LHFD) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., FF-NYC-001) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., IATA12345678) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., DHL94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 10001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., NEW YORK). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., NEW YORK) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 98765) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., MARY JOHNSON) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., AIR FREIGHT OPERATIONS) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +1-212-555-0150) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +1-212-555-0151) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [airfreight@dhl.com](https://mailto:airfreight@dhl.com)) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 127890 DHLNY) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., NP-001) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., DE112233445) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., Notify Party) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 80995). CIMP Ref: 9.5.4 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., MUNICH). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., BAVARIA). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 50 04 20) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., MUC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., BY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., MUC) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., Munich Airport) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., PETER SCHMIDT) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., RECEIVING) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +49-89-1489-0) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +49-89-1489-9000) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [logistics@mtu.de](https://mailto:logistics@mtu.de)) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 523400 MTUMUC) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., Main-Carriage). Valid values: Main-Carriage, Pre-Carriage, On-Carriage |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4) - UNECE Rec 19. 4=Air transport |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number in IATA format (e.g., LH401). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence number (e.g., 1). Always default to 1 for first leg |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., AKE12345LH) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., LOWER DECK CONTAINER) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., SL123456) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text description (e.g., VALUABLE CARGO) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., TEMP) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XCHG) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information text (e.g., PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information text (e.g., BCBP123456). CIMP Ref: 25.9 HWB 21 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number - AWB number without hyphen (e.g., 02095947655) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code - ISO 4217 3-letter code (e.g., USD). CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code - ISO 4217 3-letter code (e.g., EUR). CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., IATA-RATE) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 0.92500). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., DANGEROUS GOODS SURCHARGE) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., GEN=General Cargo) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., IATA) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., 1). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 1). CIMP Ref: 12.3.3 HWB 22A |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo nature identification in uppercase (e.g., AIRCRAFT PARTS) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., US) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | ULD tare weight (e.g., 80) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD type code per IATA ULD Regulations (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner airline code (e.g., LH) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., IATA) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | IATA commodity item number (e.g., 8803900000) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., PERM-2016-001234) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., Export License) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| 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 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version:** XFZB version 5.10 XML House Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210[;vnd.vst.idref=cxml-xfzb_5.10_iframes]!/4/10](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210%5B%3Bvnd.vst.idref%3Dcxml-xfzb_5.10_iframes%5D!/4/10)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"12d651ec-e7bf-4051-8290-5be57d584fb6","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"7e2a9258-e9f8-4e35-b82b-2158a36acec4","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":"1780561706","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\">703</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>5de96ed5-ebc7-482c-d213-211edca502fc</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\">59</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>JFK10099430</ram:ID>\n      <ram:NilCarriageValueIndicator>false</ram:NilCarriageValueIndicator>\n      <ram:DeclaredValueForCarriageAmount currencyID=\"USD\">5000.00</ram:DeclaredValueForCarriageAmount>\n      <ram:NilCustomsValueIndicator>false</ram:NilCustomsValueIndicator>\n      <ram:DeclaredValueForCustomsAmount currencyID=\"USD\">5000.00</ram:DeclaredValueForCustomsAmount>\n      <ram:NilInsuranceValueIndicator>false</ram:NilInsuranceValueIndicator>\n      <ram:InsuranceValueAmount currencyID=\"USD\">500.00</ram:InsuranceValueAmount>\n      <ram:TotalChargePrepaidIndicator>true</ram:TotalChargePrepaidIndicator>\n      <ram:WeightTotalChargeAmount currencyID=\"USD\">120.46</ram:WeightTotalChargeAmount>\n      <ram:ValuationTotalChargeAmount currencyID=\"USD\">25.00</ram:ValuationTotalChargeAmount>\n      <ram:TaxTotalChargeAmount currencyID=\"USD\">12.50</ram:TaxTotalChargeAmount>\n      <ram:TotalDisbursementPrepaidIndicator>true</ram:TotalDisbursementPrepaidIndicator>\n      <ram:AgentTotalDisbursementAmount currencyID=\"USD\">45.00</ram:AgentTotalDisbursementAmount>\n      <ram:CarrierTotalDisbursementAmount currencyID=\"USD\">60.00</ram:CarrierTotalDisbursementAmount>\n      <ram:TotalPrepaidChargeAmount currencyID=\"USD\">262.96</ram:TotalPrepaidChargeAmount>\n      <ram:TotalCollectChargeAmount currencyID=\"USD\">0.00</ram:TotalCollectChargeAmount>\n      <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">6</ram:IncludedTareGrossWeightMeasure>\n      <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.05</ram:GrossVolumeMeasure>\n      <ram:PackageQuantity>1</ram:PackageQuantity>\n      <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n      <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n      <ram:ConsignorParty>\n        <ram:PrimaryID schemeAgencyID=\"EAN\">GE-001</ram:PrimaryID>\n        <ram:AdditionalID>US123456789</ram:AdditionalID>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:AccountID>ABC94269</ram:AccountID>\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\">US</ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n          <ram:CountrySubDivisionName>Ohio</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>US-OH</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>John Smith</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">LH-TECHNIK-001</ram:PrimaryID>\n        <ram:AdditionalID>DE987654321</ram:AdditionalID>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:AccountID>LHT94269</ram:AccountID>\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\">DE</ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n          <ram:CountrySubDivisionName>Rhineland-Palatinate</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>DE-RP</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Hans Mueller</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">FF-001</ram:PrimaryID>\n        <ram:AdditionalID>US112233445</ram:AdditionalID>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:AccountID>FF94269</ram:AccountID>\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\">US</ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n          <ram:CountrySubDivisionName>Ohio</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>US-OH</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Jane Doe</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">AP-001</ram:PrimaryID>\n        <ram:AdditionalID>DE556677889</ram:AdditionalID>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:RoleCode>CZ</ram:RoleCode>\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\">DE</ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n          <ram:CountrySubDivisionName>Rhineland-Palatinate</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>DE-RP</ram:CountrySubDivisionID>\n          <ram:SpecifiedAddressLocation>\n            <ram:ID>FRA</ram:ID>\n          </ram:SpecifiedAddressLocation>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Klaus Weber</ram:PersonName>\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:StageCode>Main-Carriage</ram:StageCode>\n        <ram:ModeCode listID=\"Recommendation 19\" listAgencyID=\"6\" listVersionID=\"2\">4</ram:ModeCode>\n        <ram:Mode>AIR TRANSPORT</ram:Mode>\n        <ram:ID>BA1234</ram:ID>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:UsedLogisticsTransportMeans>\n          <ram:Name>020</ram:Name>\n        </ram:UsedLogisticsTransportMeans>\n        <ram:ArrivalEvent>\n          <ram:ScheduledOccurrenceDateTime>2016-06-16T08:30:00</ram:ScheduledOccurrenceDateTime>\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:ScheduledOccurrenceDateTime>2016-06-15T18:00:00</ram:ScheduledOccurrenceDateTime>\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:HandlingSSRInstructions>\n        <ram:Description>Special Service Request - Handle With Care</ram:Description>\n        <ram:DescriptionCode>HWC</ram:DescriptionCode>\n      </ram:HandlingSSRInstructions>\n      <ram:HandlingOSIInstructions>\n        <ram:Description>Other Service Information - Contact Consignee Before Delivery</ram:Description>\n        <ram:DescriptionCode>CBD</ram:DescriptionCode>\n      </ram:HandlingOSIInstructions>\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:IssueDateTime>2016-06-15T15:42:43</ram:IssueDateTime>\n        <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">740</ram:TypeCode>\n        <ram:Name>Air Waybill</ram:Name>\n      </ram:AssociatedReferenceDocument>\n      <ram:AssociatedConsignmentCustomsProcedure>\n        <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n      </ram:AssociatedConsignmentCustomsProcedure>\n      <ram:ApplicableOriginCurrencyExchange>\n        <ram:SourceCurrencyCode>USD</ram:SourceCurrencyCode>\n      </ram:ApplicableOriginCurrencyExchange>\n      <ram:IncludedHouseConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"IATA\">8803900000</ram:TypeCode>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.05</ram:GrossVolumeMeasure>\n        <ram:TotalChargeAmount currencyID=\"USD\">120.46</ram:TotalChargeAmount>\n        <ram:PackageQuantity>1</ram:PackageQuantity>\n        <ram:PieceQuantity>1</ram:PieceQuantity>\n        <ram:VolumetricFactor>6000</ram:VolumetricFactor>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>AIRCRAFT PARTS</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:OriginCountry>\n          <ram:ID>US</ram:ID>\n        </ram:OriginCountry>\n        <ram:AssociatedUnitLoadTransportEquipment>\n          <ram:ID>12345</ram:ID>\n          <ram:LoadedPackageQuantity>1</ram:LoadedPackageQuantity>\n          <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n          <ram:OperatingParty>\n            <ram:PrimaryID>AF</ram:PrimaryID>\n          </ram:OperatingParty>\n        </ram:AssociatedUnitLoadTransportEquipment>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>1</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n          <ram:LinearSpatialDimension>\n            <ram:WidthMeasure unitCode=\"CMT\">40</ram:WidthMeasure>\n            <ram:LengthMeasure unitCode=\"CMT\">60</ram:LengthMeasure>\n            <ram:HeightMeasure unitCode=\"CMT\">30</ram:HeightMeasure>\n          </ram:LinearSpatialDimension>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">6</ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>20.08</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"USD\">120.46</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n        <ram:SpecifiedRateCombinationPointLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:SpecifiedRateCombinationPointLocation>\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":"**Message Type**: XFZB (House Air Waybill List) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| 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\\] |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name describing document type (e.g., House Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 703). Must be 703 for House Waybill |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T15:42:43) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation). Valid values: Creation, Update, Deletion, Cancellation |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00). Must conform to Cargo-XML schema version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation - UUID format recommended (e.g., 5de96ed5-ebc7-482cd213-211edca502fc) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification - party code and station code (e.g.,TDVAGT03TEST/AMS1) |\n| 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification - airport and handler code (e.g., FRAFMLH) |\n| 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 |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., AS AGREED BY CONSIGNOR) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| 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 |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| 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 |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| 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 |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 6). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| 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 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., Frankfurt) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID matching BusinessHeaderDocument/ID (e.g., JFK10099430) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., JFK10099430-1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., REF2024001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCarriageValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCustomsValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., 10000.00). Range: 0.001-999999999999. Required when NilInsuranceValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | N/A | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator | Boolean | N/A | M | Prepaid/collect other charges indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.2/13.2.2 HWB 15 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.05). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of line items (e.g., 1) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods in uppercase (e.g., AIRCRAFT PARTS). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., GE-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., US123456789) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 45246). CIMP Ref: 5.7.4 HWB 2 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., CINCINNATI). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region/state name in uppercase (e.g., OHIO). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 12345) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., CVG) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., OH) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., JOHN SMITH) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., EXPORT LOGISTICS) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [export@ge-engines.com](https://mailto:export@ge-engines.com)). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 230100 GECSUS) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., LH-TECHNIK-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., DE987654321) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., LHT94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 55232). CIMP Ref: 6.7.4 HWB 4 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., ALZEY). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., RHINELAND-PALATINATE). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 1234) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., FRA) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., RP) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., HANS MUELLER) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., IMPORT RECEIVING) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [import@lh-technik.de](https://mailto:import@lh-technik.de)). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 415400 LHFD) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., FF-NYC-001) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., IATA12345678) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., DHL94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 10001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., NEW YORK). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., NEW YORK) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 98765) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., MARY JOHNSON) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., AIR FREIGHT OPERATIONS) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +1-212-555-0150) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +1-212-555-0151) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [airfreight@dhl.com](https://mailto:airfreight@dhl.com)) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 127890 DHLNY) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., NP-001) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., DE112233445) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., Notify Party) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 80995). CIMP Ref: 9.5.4 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., MUNICH). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., BAVARIA). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 50 04 20) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., MUC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., BY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., MUC) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., Munich Airport) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., PETER SCHMIDT) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., RECEIVING) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +49-89-1489-0) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +49-89-1489-9000) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [logistics@mtu.de](https://mailto:logistics@mtu.de)) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 523400 MTUMUC) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., Main-Carriage). Valid values: Main-Carriage, Pre-Carriage, On-Carriage |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4) - UNECE Rec 19. 4=Air transport |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number in IATA format (e.g., LH401). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence number (e.g., 1). Always default to 1 for first leg |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., AKE12345LH) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., LOWER DECK CONTAINER) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., SL123456) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text description (e.g., VALUABLE CARGO) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., TEMP) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XCHG) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information text (e.g., PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information text (e.g., BCBP123456). CIMP Ref: 25.9 HWB 21 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number - AWB number without hyphen (e.g., 02095947655) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code - ISO 4217 3-letter code (e.g., USD). CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code - ISO 4217 3-letter code (e.g., EUR). CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., IATA-RATE) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 0.92500). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., DANGEROUS GOODS SURCHARGE) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., GEN=General Cargo) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., IATA) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., 1). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 1). CIMP Ref: 12.3.3 HWB 22A |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo nature identification in uppercase (e.g., AIRCRAFT PARTS) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., US) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | ULD tare weight (e.g., 80) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD type code per IATA ULD Regulations (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner airline code (e.g., LH) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., IATA) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | IATA commodity item number (e.g., 8803900000) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., PERM-2016-001234) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., Export License) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| 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 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version:** XFZB version 5.10 XML House Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210[;vnd.vst.idref=cxml-xfzb_5.10_iframes]!/4/10](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210%5B%3Bvnd.vst.idref%3Dcxml-xfzb_5.10_iframes%5D!/4/10)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"4bd0c2f6-eb3f-461f-a48a-13ca79f52ab2","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"e7eca4e9-f00e-4fd4-bc98-d3003cf2a384","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":"1780561706","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\">703</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>5de96ed5-ebc7-482c-d213-211edca502fc</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\">59</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>JFK10099430</ram:ID>\n      <ram:NilCarriageValueIndicator>false</ram:NilCarriageValueIndicator>\n      <ram:DeclaredValueForCarriageAmount currencyID=\"USD\">5000.00</ram:DeclaredValueForCarriageAmount>\n      <ram:NilCustomsValueIndicator>false</ram:NilCustomsValueIndicator>\n      <ram:DeclaredValueForCustomsAmount currencyID=\"USD\">5000.00</ram:DeclaredValueForCustomsAmount>\n      <ram:NilInsuranceValueIndicator>false</ram:NilInsuranceValueIndicator>\n      <ram:InsuranceValueAmount currencyID=\"USD\">500.00</ram:InsuranceValueAmount>\n      <ram:TotalChargePrepaidIndicator>true</ram:TotalChargePrepaidIndicator>\n      <ram:WeightTotalChargeAmount currencyID=\"USD\">120.46</ram:WeightTotalChargeAmount>\n      <ram:ValuationTotalChargeAmount currencyID=\"USD\">25.00</ram:ValuationTotalChargeAmount>\n      <ram:TaxTotalChargeAmount currencyID=\"USD\">12.50</ram:TaxTotalChargeAmount>\n      <ram:TotalDisbursementPrepaidIndicator>true</ram:TotalDisbursementPrepaidIndicator>\n      <ram:AgentTotalDisbursementAmount currencyID=\"USD\">45.00</ram:AgentTotalDisbursementAmount>\n      <ram:CarrierTotalDisbursementAmount currencyID=\"USD\">60.00</ram:CarrierTotalDisbursementAmount>\n      <ram:TotalPrepaidChargeAmount currencyID=\"USD\">262.96</ram:TotalPrepaidChargeAmount>\n      <ram:TotalCollectChargeAmount currencyID=\"USD\">0.00</ram:TotalCollectChargeAmount>\n      <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">6</ram:IncludedTareGrossWeightMeasure>\n      <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.05</ram:GrossVolumeMeasure>\n      <ram:PackageQuantity>1</ram:PackageQuantity>\n      <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n      <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n      <ram:ConsignorParty>\n        <ram:PrimaryID schemeAgencyID=\"EAN\">GE-001</ram:PrimaryID>\n        <ram:AdditionalID>US123456789</ram:AdditionalID>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:AccountID>ABC94269</ram:AccountID>\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\">US</ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n          <ram:CountrySubDivisionName>Ohio</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>US-OH</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>John Smith</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">LH-TECHNIK-001</ram:PrimaryID>\n        <ram:AdditionalID>DE987654321</ram:AdditionalID>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:AccountID>LHT94269</ram:AccountID>\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\">DE</ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n          <ram:CountrySubDivisionName>Rhineland-Palatinate</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>DE-RP</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Hans Mueller</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">FF-001</ram:PrimaryID>\n        <ram:AdditionalID>US112233445</ram:AdditionalID>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:AccountID>FF94269</ram:AccountID>\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\">US</ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n          <ram:CountrySubDivisionName>Ohio</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>US-OH</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Jane Doe</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">AP-001</ram:PrimaryID>\n        <ram:AdditionalID>DE556677889</ram:AdditionalID>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:RoleCode>CZ</ram:RoleCode>\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\">DE</ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n          <ram:CountrySubDivisionName>Rhineland-Palatinate</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>DE-RP</ram:CountrySubDivisionID>\n          <ram:SpecifiedAddressLocation>\n            <ram:ID>FRA</ram:ID>\n          </ram:SpecifiedAddressLocation>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Klaus Weber</ram:PersonName>\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:StageCode>Main-Carriage</ram:StageCode>\n        <ram:ModeCode listID=\"Recommendation 19\" listAgencyID=\"6\" listVersionID=\"2\">4</ram:ModeCode>\n        <ram:Mode>AIR TRANSPORT</ram:Mode>\n        <ram:ID>BA1234</ram:ID>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:UsedLogisticsTransportMeans>\n          <ram:Name>020</ram:Name>\n        </ram:UsedLogisticsTransportMeans>\n        <ram:ArrivalEvent>\n          <ram:ScheduledOccurrenceDateTime>2016-06-16T08:30:00</ram:ScheduledOccurrenceDateTime>\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:ScheduledOccurrenceDateTime>2016-06-15T18:00:00</ram:ScheduledOccurrenceDateTime>\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:HandlingSSRInstructions>\n        <ram:Description>Special Service Request - Handle With Care</ram:Description>\n        <ram:DescriptionCode>HWC</ram:DescriptionCode>\n      </ram:HandlingSSRInstructions>\n      <ram:HandlingOSIInstructions>\n        <ram:Description>Other Service Information - Contact Consignee Before Delivery</ram:Description>\n        <ram:DescriptionCode>CBD</ram:DescriptionCode>\n      </ram:HandlingOSIInstructions>\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:IssueDateTime>2016-06-15T15:42:43</ram:IssueDateTime>\n        <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">740</ram:TypeCode>\n        <ram:Name>Air Waybill</ram:Name>\n      </ram:AssociatedReferenceDocument>\n      <ram:AssociatedConsignmentCustomsProcedure>\n        <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n      </ram:AssociatedConsignmentCustomsProcedure>\n      <ram:ApplicableOriginCurrencyExchange>\n        <ram:SourceCurrencyCode>USD</ram:SourceCurrencyCode>\n      </ram:ApplicableOriginCurrencyExchange>\n      <ram:IncludedHouseConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"IATA\">8803900000</ram:TypeCode>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.05</ram:GrossVolumeMeasure>\n        <ram:TotalChargeAmount currencyID=\"USD\">120.46</ram:TotalChargeAmount>\n        <ram:PackageQuantity>1</ram:PackageQuantity>\n        <ram:PieceQuantity>1</ram:PieceQuantity>\n        <ram:VolumetricFactor>6000</ram:VolumetricFactor>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>AIRCRAFT PARTS</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:OriginCountry>\n          <ram:ID>US</ram:ID>\n        </ram:OriginCountry>\n        <ram:AssociatedUnitLoadTransportEquipment>\n          <ram:ID>12345</ram:ID>\n          <ram:LoadedPackageQuantity>1</ram:LoadedPackageQuantity>\n          <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n          <ram:OperatingParty>\n            <ram:PrimaryID>AF</ram:PrimaryID>\n          </ram:OperatingParty>\n        </ram:AssociatedUnitLoadTransportEquipment>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>1</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n          <ram:LinearSpatialDimension>\n            <ram:WidthMeasure unitCode=\"CMT\">40</ram:WidthMeasure>\n            <ram:LengthMeasure unitCode=\"CMT\">60</ram:LengthMeasure>\n            <ram:HeightMeasure unitCode=\"CMT\">30</ram:HeightMeasure>\n          </ram:LinearSpatialDimension>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">6</ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>20.08</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"USD\">120.46</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n        <ram:SpecifiedRateCombinationPointLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:SpecifiedRateCombinationPointLocation>\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":"**Message Type**: XFZB (House Air Waybill List) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| 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\\] |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name describing document type (e.g., House Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 703). Must be 703 for House Waybill |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T15:42:43) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation). Valid values: Creation, Update, Deletion, Cancellation |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00). Must conform to Cargo-XML schema version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation - UUID format recommended (e.g., 5de96ed5-ebc7-482cd213-211edca502fc) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification - party code and station code (e.g.,TDVAGT03TEST/AMS1) |\n| 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification - airport and handler code (e.g., FRAFMLH) |\n| 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 |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., AS AGREED BY CONSIGNOR) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| 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 |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| 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 |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| 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 |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 6). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| 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 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., Frankfurt) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID matching BusinessHeaderDocument/ID (e.g., JFK10099430) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., JFK10099430-1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., REF2024001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCarriageValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCustomsValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., 10000.00). Range: 0.001-999999999999. Required when NilInsuranceValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | N/A | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator | Boolean | N/A | M | Prepaid/collect other charges indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.2/13.2.2 HWB 15 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.05). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of line items (e.g., 1) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods in uppercase (e.g., AIRCRAFT PARTS). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., GE-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., US123456789) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 45246). CIMP Ref: 5.7.4 HWB 2 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., CINCINNATI). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region/state name in uppercase (e.g., OHIO). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 12345) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., CVG) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., OH) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., JOHN SMITH) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., EXPORT LOGISTICS) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [export@ge-engines.com](https://mailto:export@ge-engines.com)). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 230100 GECSUS) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., LH-TECHNIK-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., DE987654321) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., LHT94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 55232). CIMP Ref: 6.7.4 HWB 4 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., ALZEY). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., RHINELAND-PALATINATE). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 1234) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., FRA) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., RP) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., HANS MUELLER) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., IMPORT RECEIVING) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [import@lh-technik.de](https://mailto:import@lh-technik.de)). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 415400 LHFD) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., FF-NYC-001) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., IATA12345678) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., DHL94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 10001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., NEW YORK). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., NEW YORK) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 98765) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., MARY JOHNSON) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., AIR FREIGHT OPERATIONS) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +1-212-555-0150) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +1-212-555-0151) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [airfreight@dhl.com](https://mailto:airfreight@dhl.com)) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 127890 DHLNY) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., NP-001) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., DE112233445) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., Notify Party) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 80995). CIMP Ref: 9.5.4 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., MUNICH). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., BAVARIA). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 50 04 20) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., MUC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., BY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., MUC) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., Munich Airport) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., PETER SCHMIDT) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., RECEIVING) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +49-89-1489-0) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +49-89-1489-9000) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [logistics@mtu.de](https://mailto:logistics@mtu.de)) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 523400 MTUMUC) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., Main-Carriage). Valid values: Main-Carriage, Pre-Carriage, On-Carriage |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4) - UNECE Rec 19. 4=Air transport |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number in IATA format (e.g., LH401). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence number (e.g., 1). Always default to 1 for first leg |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., AKE12345LH) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., LOWER DECK CONTAINER) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., SL123456) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text description (e.g., VALUABLE CARGO) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., TEMP) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XCHG) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information text (e.g., PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information text (e.g., BCBP123456). CIMP Ref: 25.9 HWB 21 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number - AWB number without hyphen (e.g., 02095947655) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code - ISO 4217 3-letter code (e.g., USD). CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code - ISO 4217 3-letter code (e.g., EUR). CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., IATA-RATE) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 0.92500). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., DANGEROUS GOODS SURCHARGE) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., GEN=General Cargo) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., IATA) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., 1). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 1). CIMP Ref: 12.3.3 HWB 22A |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo nature identification in uppercase (e.g., AIRCRAFT PARTS) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., US) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | ULD tare weight (e.g., 80) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD type code per IATA ULD Regulations (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner airline code (e.g., LH) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., IATA) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | IATA commodity item number (e.g., 8803900000) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., PERM-2016-001234) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., Export License) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| 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 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version:** XFZB version 5.10 XML House Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210[;vnd.vst.idref=cxml-xfzb_5.10_iframes]!/4/10](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210%5B%3Bvnd.vst.idref%3Dcxml-xfzb_5.10_iframes%5D!/4/10)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"6d525ce5-74b9-4f67-83dd-3af4d78b03bc","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"78b9b837-4179-4fda-be1c-e2fe67c2f1c1","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":"1780561706","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\">703</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>5de96ed5-ebc7-482c-d213-211edca502fc</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\">59</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>JFK10099430</ram:ID>\n      <ram:NilCarriageValueIndicator>false</ram:NilCarriageValueIndicator>\n      <ram:DeclaredValueForCarriageAmount currencyID=\"USD\">5000.00</ram:DeclaredValueForCarriageAmount>\n      <ram:NilCustomsValueIndicator>false</ram:NilCustomsValueIndicator>\n      <ram:DeclaredValueForCustomsAmount currencyID=\"USD\">5000.00</ram:DeclaredValueForCustomsAmount>\n      <ram:NilInsuranceValueIndicator>false</ram:NilInsuranceValueIndicator>\n      <ram:InsuranceValueAmount currencyID=\"USD\">500.00</ram:InsuranceValueAmount>\n      <ram:TotalChargePrepaidIndicator>true</ram:TotalChargePrepaidIndicator>\n      <ram:WeightTotalChargeAmount currencyID=\"USD\">120.46</ram:WeightTotalChargeAmount>\n      <ram:ValuationTotalChargeAmount currencyID=\"USD\">25.00</ram:ValuationTotalChargeAmount>\n      <ram:TaxTotalChargeAmount currencyID=\"USD\">12.50</ram:TaxTotalChargeAmount>\n      <ram:TotalDisbursementPrepaidIndicator>true</ram:TotalDisbursementPrepaidIndicator>\n      <ram:AgentTotalDisbursementAmount currencyID=\"USD\">45.00</ram:AgentTotalDisbursementAmount>\n      <ram:CarrierTotalDisbursementAmount currencyID=\"USD\">60.00</ram:CarrierTotalDisbursementAmount>\n      <ram:TotalPrepaidChargeAmount currencyID=\"USD\">262.96</ram:TotalPrepaidChargeAmount>\n      <ram:TotalCollectChargeAmount currencyID=\"USD\">0.00</ram:TotalCollectChargeAmount>\n      <ram:IncludedTareGrossWeightMeasure unitCode=\"KGM\">6</ram:IncludedTareGrossWeightMeasure>\n      <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.05</ram:GrossVolumeMeasure>\n      <ram:PackageQuantity>1</ram:PackageQuantity>\n      <ram:TotalPieceQuantity>1</ram:TotalPieceQuantity>\n      <ram:SummaryDescription>AIRCRAFT PARTS</ram:SummaryDescription>\n      <ram:ConsignorParty>\n        <ram:PrimaryID schemeAgencyID=\"EAN\">GE-001</ram:PrimaryID>\n        <ram:AdditionalID>US123456789</ram:AdditionalID>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:AccountID>ABC94269</ram:AccountID>\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\">US</ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n          <ram:CountrySubDivisionName>Ohio</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>US-OH</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>John Smith</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">LH-TECHNIK-001</ram:PrimaryID>\n        <ram:AdditionalID>DE987654321</ram:AdditionalID>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:AccountID>LHT94269</ram:AccountID>\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\">DE</ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n          <ram:CountrySubDivisionName>Rhineland-Palatinate</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>DE-RP</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Hans Mueller</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">FF-001</ram:PrimaryID>\n        <ram:AdditionalID>US112233445</ram:AdditionalID>\n        <ram:Name>GE ENGINE SERVICES INC.</ram:Name>\n        <ram:AccountID>FF94269</ram:AccountID>\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\">US</ram:CountryID>\n          <ram:CountryName>United States</ram:CountryName>\n          <ram:CountrySubDivisionName>Ohio</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>US-OH</ram:CountrySubDivisionID>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Jane Doe</ram:PersonName>\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:PrimaryID schemeAgencyID=\"EAN\">AP-001</ram:PrimaryID>\n        <ram:AdditionalID>DE556677889</ram:AdditionalID>\n        <ram:Name>LUFTHANSA TECHNIK A.E.R.O.</ram:Name>\n        <ram:RoleCode>CZ</ram:RoleCode>\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\">DE</ram:CountryID>\n          <ram:CountryName>Germany</ram:CountryName>\n          <ram:CountrySubDivisionName>Rhineland-Palatinate</ram:CountrySubDivisionName>\n          <ram:CountrySubDivisionID>DE-RP</ram:CountrySubDivisionID>\n          <ram:SpecifiedAddressLocation>\n            <ram:ID>FRA</ram:ID>\n          </ram:SpecifiedAddressLocation>\n        </ram:PostalStructuredAddress>\n        <ram:DefinedTradeContact>\n          <ram:PersonName>Klaus Weber</ram:PersonName>\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:StageCode>Main-Carriage</ram:StageCode>\n        <ram:ModeCode listID=\"Recommendation 19\" listAgencyID=\"6\" listVersionID=\"2\">4</ram:ModeCode>\n        <ram:Mode>AIR TRANSPORT</ram:Mode>\n        <ram:ID>BA1234</ram:ID>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:UsedLogisticsTransportMeans>\n          <ram:Name>020</ram:Name>\n        </ram:UsedLogisticsTransportMeans>\n        <ram:ArrivalEvent>\n          <ram:ScheduledOccurrenceDateTime>2016-06-16T08:30:00</ram:ScheduledOccurrenceDateTime>\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:ScheduledOccurrenceDateTime>2016-06-15T18:00:00</ram:ScheduledOccurrenceDateTime>\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:HandlingSSRInstructions>\n        <ram:Description>Special Service Request - Handle With Care</ram:Description>\n        <ram:DescriptionCode>HWC</ram:DescriptionCode>\n      </ram:HandlingSSRInstructions>\n      <ram:HandlingOSIInstructions>\n        <ram:Description>Other Service Information - Contact Consignee Before Delivery</ram:Description>\n        <ram:DescriptionCode>CBD</ram:DescriptionCode>\n      </ram:HandlingOSIInstructions>\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:IssueDateTime>2016-06-15T15:42:43</ram:IssueDateTime>\n        <ram:TypeCode listID=\"1001\" listAgencyID=\"6\" listVersionID=\"D09A\">740</ram:TypeCode>\n        <ram:Name>Air Waybill</ram:Name>\n      </ram:AssociatedReferenceDocument>\n      <ram:AssociatedConsignmentCustomsProcedure>\n        <ram:GoodsStatusCode>T1</ram:GoodsStatusCode>\n      </ram:AssociatedConsignmentCustomsProcedure>\n      <ram:ApplicableOriginCurrencyExchange>\n        <ram:SourceCurrencyCode>USD</ram:SourceCurrencyCode>\n      </ram:ApplicableOriginCurrencyExchange>\n      <ram:IncludedHouseConsignmentItem>\n        <ram:SequenceNumeric>1</ram:SequenceNumeric>\n        <ram:TypeCode listAgencyID=\"IATA\">8803900000</ram:TypeCode>\n        <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n        <ram:GrossVolumeMeasure unitCode=\"MTQ\">0.05</ram:GrossVolumeMeasure>\n        <ram:TotalChargeAmount currencyID=\"USD\">120.46</ram:TotalChargeAmount>\n        <ram:PackageQuantity>1</ram:PackageQuantity>\n        <ram:PieceQuantity>1</ram:PieceQuantity>\n        <ram:VolumetricFactor>6000</ram:VolumetricFactor>\n        <ram:Information>NDA</ram:Information>\n        <ram:NatureIdentificationTransportCargo>\n          <ram:Identification>AIRCRAFT PARTS</ram:Identification>\n        </ram:NatureIdentificationTransportCargo>\n        <ram:OriginCountry>\n          <ram:ID>US</ram:ID>\n        </ram:OriginCountry>\n        <ram:AssociatedUnitLoadTransportEquipment>\n          <ram:ID>12345</ram:ID>\n          <ram:LoadedPackageQuantity>1</ram:LoadedPackageQuantity>\n          <ram:CharacteristicCode>AKE</ram:CharacteristicCode>\n          <ram:OperatingParty>\n            <ram:PrimaryID>AF</ram:PrimaryID>\n          </ram:OperatingParty>\n        </ram:AssociatedUnitLoadTransportEquipment>\n        <ram:TransportLogisticsPackage>\n          <ram:ItemQuantity>1</ram:ItemQuantity>\n          <ram:GrossWeightMeasure unitCode=\"KGM\">6</ram:GrossWeightMeasure>\n          <ram:LinearSpatialDimension>\n            <ram:WidthMeasure unitCode=\"CMT\">40</ram:WidthMeasure>\n            <ram:LengthMeasure unitCode=\"CMT\">60</ram:LengthMeasure>\n            <ram:HeightMeasure unitCode=\"CMT\">30</ram:HeightMeasure>\n          </ram:LinearSpatialDimension>\n        </ram:TransportLogisticsPackage>\n        <ram:ApplicableFreightRateServiceCharge>\n          <ram:CategoryCode>Q</ram:CategoryCode>\n          <ram:ChargeableWeightMeasure unitCode=\"KGM\">6</ram:ChargeableWeightMeasure>\n          <ram:AppliedRate>20.08</ram:AppliedRate>\n          <ram:AppliedAmount currencyID=\"USD\">120.46</ram:AppliedAmount>\n        </ram:ApplicableFreightRateServiceCharge>\n        <ram:SpecifiedRateCombinationPointLocation>\n          <ram:ID>JFK</ram:ID>\n        </ram:SpecifiedRateCombinationPointLocation>\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":"**Message Type**: XFZB (House Air Waybill List) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| 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\\] |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name describing document type (e.g., House Waybill) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 703). Must be 703 for House Waybill |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2016-06-15T15:42:43) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation). Valid values: Creation, Update, Deletion, Cancellation |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 5.00). Must conform to Cargo-XML schema version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation - UUID format recommended (e.g., 5de96ed5-ebc7-482cd213-211edca502fc) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification - party code and station code (e.g.,TDVAGT03TEST/AMS1) |\n| 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification - airport and handler code (e.g., FRAFMLH) |\n| 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 |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., AS AGREED BY CONSIGNOR) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| 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 |\n| 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 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| 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 |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| 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 |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 6). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| 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 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., Frankfurt) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID matching BusinessHeaderDocument/ID (e.g., JFK10099430) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., JFK10099430-1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., REF2024001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCarriageValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., 5000.00). Range: 0.001-999999999999. Required when NilCustomsValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., 10000.00). Range: 0.001-999999999999. Required when NilInsuranceValueIndicator is false |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | N/A | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalDisbursementPrepaidIndicator | Boolean | N/A | M | Prepaid/collect other charges indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.2/13.2.2 HWB 15 A/B |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., 0.05). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of line items (e.g., 1) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods in uppercase (e.g., AIRCRAFT PARTS). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., GE-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., US123456789) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 45246). CIMP Ref: 5.7.4 HWB 2 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., CINCINNATI). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region/state name in uppercase (e.g., OHIO). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 12345) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., CVG) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., OH) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., JOHN SMITH) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., EXPORT LOGISTICS) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [export@ge-engines.com](https://mailto:export@ge-engines.com)). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 230100 GECSUS) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., LH-TECHNIK-001) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., DE987654321) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., LHT94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 55232). CIMP Ref: 6.7.4 HWB 4 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., ALZEY). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., RHINELAND-PALATINATE). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 1234) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., FRA) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., RP) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., HANS MUELLER) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., IMPORT RECEIVING) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [import@lh-technik.de](https://mailto:import@lh-technik.de)). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 415400 LHFD) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., FF-NYC-001) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., IATA12345678) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., DHL94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 10001) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., NEW YORK). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., United States) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., NEW YORK) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., PO BOX 98765) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., MARY JOHNSON) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., AIR FREIGHT OPERATIONS) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +1-212-555-0150) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +1-212-555-0151) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [airfreight@dhl.com](https://mailto:airfreight@dhl.com)) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 127890 DHLNY) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., NP-001) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., DE112233445) |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., Notify Party) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., 80995). CIMP Ref: 9.5.4 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name in uppercase (e.g., MUNICH). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., DE) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., Germany) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name in uppercase (e.g., BAVARIA). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., POSTFACH 50 04 20) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., MUC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., BY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., MUC) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., Munich Airport) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., PETER SCHMIDT) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., RECEIVING) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number in international format (e.g., +49-89-1489-0) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number in international format (e.g., +49-89-1489-9000) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., [logistics@mtu.de](https://mailto:logistics@mtu.de)) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., 523400 MTUMUC) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., Main-Carriage). Valid values: Main-Carriage, Pre-Carriage, On-Carriage |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4) - UNECE Rec 19. 4=Air transport |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number in IATA format (e.g., LH401). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence number (e.g., 1). Always default to 1 for first leg |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., Frankfurt Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., JFK) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., New York John F. Kennedy) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., AKE12345LH) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., LOWER DECK CONTAINER) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., SL123456) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text description (e.g., VALUABLE CARGO) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., TEMP) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XCHG) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information text (e.g., PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information text (e.g., BCBP123456). CIMP Ref: 25.9 HWB 21 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number - AWB number without hyphen (e.g., 02095947655) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code - ISO 4217 3-letter code (e.g., USD). CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code - ISO 4217 3-letter code (e.g., EUR). CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., IATA-RATE) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 0.92500). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., DANGEROUS GOODS SURCHARGE) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., USD) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., GEN=General Cargo) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., IATA) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., 1). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., 1). CIMP Ref: 12.3.3 HWB 22A |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo nature identification in uppercase (e.g., AIRCRAFT PARTS) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., US) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | ULD tare weight (e.g., 80) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD type code per IATA ULD Regulations (e.g., AKE) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner airline code (e.g., LH) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., IATA) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., 6). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | IATA commodity item number (e.g., 8803900000) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| 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 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., USD) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., PERM-2016-001234) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2016-06-15T15:42:43) |\n| 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) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., Export License) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| 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 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**IATA Standard Version:** XFZB version 5.10 XML House Waybill\n\n**IATA Toolkit URL:** [https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210[;vnd.vst.idref=cxml-xfzb_5.10_iframes]!/4/10](https://digitalpublications.iata.org/reader/books/CXML-6794-13/epubcfi/6/210%5B%3Bvnd.vst.idref%3Dcxml-xfzb_5.10_iframes%5D!/4/10)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"2da1aaf2-e9f3-44f5-b68a-3d1263534992"}],"id":"c265b0f1-d35a-4d28-8238-badc869b24e0","description":"<p>A house air waybill records the details for one house shipment under the master waybill. Use this section to submit the house air waybill.</p>\n","_postman_id":"c265b0f1-d35a-4d28-8238-badc869b24e0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"cc72da3b-002f-41dc-835e-45ed568ffc83","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b51b3a9a-0fc1-4ff8-b363-bc968933cd23","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":"1780561706","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":"916c1a1b-9453-4bf0-b9bc-0a9528a3dc1e","name":"Send RCF Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"4cb5e8f5-648c-436e-aac6-9f96f57adfac","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":"1780561706","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":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f1a4741b-a8aa-4915-8462-80ef61d5145d","name":"Send ARR Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b4afb22a-0126-4686-9f7c-9a441b337263","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":"1780561706","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":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"791f30ad-0119-4f4a-a55d-a2ef662bc0cd","name":"Send FOH Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"2b353f71-96b3-4da8-b2e3-1abd6488011e","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":"1780561706","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":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"14190fe3-c00d-4f2a-87d4-ae31ff179d17","name":"Send DEP Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b8917c9a-dd32-4791-9cb9-fe2f61342962","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":"1780561706","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":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f58e3996-29cd-4055-bcca-0d4634173bfa","name":"Send PRE Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"98a8b8f8-2c5e-488d-8329-91d6bbcce648","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":"1780561706","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":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a0c8b14b-7e71-45cd-92e1-1946d2af32b0","name":"Send RCS Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"f7f42193-37dc-4950-9951-848d3cd4eaba","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":"1780561706","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":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"86d4587e-0838-43c4-b384-2d0b2589d217","name":"Send BKD Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d4af9ea1-ec1a-4cbc-af4f-8ec130445b7f","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":"1780561706","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":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"87f5477d-3b56-4b01-92d5-360f0fa2005b","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"e4f04dd4-8831-4bf7-9197-c4bbf66d75ca","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":"1780561706","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        \"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":"**Message Type**: FSU (Freight Status Update) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFSU (Freight Status Update) standards in JSON format.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument.VersionID.Value | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument.SenderParty\\[\\] | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.Value | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument.RecipientParty\\[\\] | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.Value | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument.ID.Value | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.PieceQuantity.Value | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment.LoadTypeCode.Value | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment.TotalPieceQuantity.Value | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment.TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\\\\\[8\\\\\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment.TransportContractDocument.Name.Value | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment.TransportContractDocument.TypeCode.Value | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment.OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment.OriginLocation.ID.Value | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment.FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment.FinalDestinationLocation.ID.Value | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment.ReportedStatus\\[\\] | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment.ReportedStatus\\[\\].ReasonCode.Value | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.PieceQuantity.Value | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\] | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ID.Value | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent.ScheduledOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\] | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].ID.Value | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].TypeCode.Value | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].FlightStatusTypeCode.Value | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.OccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.DateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\] | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].Description.Value | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].DescriptionCode.Value | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes\n    \n\n**IATA Toolkit URL:** [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)"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"39f00e26-9817-466f-be74-c8727d5f7e82","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"6ffc7960-1a36-43f8-8053-e51e4eb25907","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":"1780561706","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        \"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":"**Message Type**: FSU (Freight Status Update) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFSU (Freight Status Update) standards in JSON format.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument.VersionID.Value | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument.SenderParty\\[\\] | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.Value | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument.RecipientParty\\[\\] | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.Value | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument.ID.Value | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.PieceQuantity.Value | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment.LoadTypeCode.Value | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment.TotalPieceQuantity.Value | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment.TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\\\\\[8\\\\\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment.TransportContractDocument.Name.Value | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment.TransportContractDocument.TypeCode.Value | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment.OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment.OriginLocation.ID.Value | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment.FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment.FinalDestinationLocation.ID.Value | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment.ReportedStatus\\[\\] | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment.ReportedStatus\\[\\].ReasonCode.Value | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.PieceQuantity.Value | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\] | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ID.Value | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent.ScheduledOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\] | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].ID.Value | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].TypeCode.Value | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].FlightStatusTypeCode.Value | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.OccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.DateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\] | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].Description.Value | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].DescriptionCode.Value | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes\n    \n\n**IATA Toolkit URL:** [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)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"fbc95794-f9fd-46f1-8b82-d60abc00ef1b","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a875019d-422c-4b60-98bf-413504b2a614","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":"1780561706","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        \"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":"**Message Type**: FSU (Freight Status Update) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFSU (Freight Status Update) standards in JSON format.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument.VersionID.Value | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument.SenderParty\\[\\] | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.Value | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument.RecipientParty\\[\\] | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.Value | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument.ID.Value | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.PieceQuantity.Value | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment.LoadTypeCode.Value | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment.TotalPieceQuantity.Value | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment.TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\\\\\[8\\\\\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment.TransportContractDocument.Name.Value | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment.TransportContractDocument.TypeCode.Value | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment.OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment.OriginLocation.ID.Value | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment.FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment.FinalDestinationLocation.ID.Value | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment.ReportedStatus\\[\\] | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment.ReportedStatus\\[\\].ReasonCode.Value | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.PieceQuantity.Value | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\] | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ID.Value | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent.ScheduledOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\] | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].ID.Value | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].TypeCode.Value | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].FlightStatusTypeCode.Value | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.OccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.DateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\] | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].Description.Value | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].DescriptionCode.Value | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes\n    \n\n**IATA Toolkit URL:** [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)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"f6fe0173-f130-4ee2-8f19-d382e76b9a30","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"744b46ea-29e0-4baf-8117-a683155e2dac","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":"1780561706","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        \"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":"**Message Type**: FSU (Freight Status Update) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFSU (Freight Status Update) standards in JSON format.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument.VersionID.Value | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument.SenderParty\\[\\] | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.Value | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument.RecipientParty\\[\\] | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.Value | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument.ID.Value | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.PieceQuantity.Value | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment.LoadTypeCode.Value | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment.TotalPieceQuantity.Value | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment.TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\\\\\[8\\\\\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment.TransportContractDocument.Name.Value | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment.TransportContractDocument.TypeCode.Value | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment.OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment.OriginLocation.ID.Value | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment.FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment.FinalDestinationLocation.ID.Value | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment.ReportedStatus\\[\\] | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment.ReportedStatus\\[\\].ReasonCode.Value | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.PieceQuantity.Value | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\] | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ID.Value | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent.ScheduledOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\] | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].ID.Value | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].TypeCode.Value | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].FlightStatusTypeCode.Value | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.OccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.DateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\] | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].Description.Value | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].DescriptionCode.Value | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes\n    \n\n**IATA Toolkit URL:** [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)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"a1983a6a-b050-4958-8b3a-c34ab816d615","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"506f7234-ccbf-4481-a080-11ce4db5ca42","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":"1780561706","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        \"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":"**Message Type**: FSU (Freight Status Update) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFSU (Freight Status Update) standards in JSON format.\n\n**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument.ID.Value | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument.Name.Value | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument.TypeCode.Value | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument.IssueDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument.PurposeCode.Value | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument.VersionID.Value | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument.SenderParty\\[\\] | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.Value | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument.SenderParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument.RecipientParty\\[\\] | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.Value | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument.RecipientParty\\[\\].PrimaryID.schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument.ID.Value | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.PieceQuantity.Value | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment.LoadTypeCode.Value | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment.TotalPieceQuantity.Value | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment.TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment.TransportContractDocument.ID.Value | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\\\\\[8\\\\\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment.TransportContractDocument.Name.Value | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment.TransportContractDocument.TypeCode.Value | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment.OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment.OriginLocation.ID.Value | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment.FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment.FinalDestinationLocation.ID.Value | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment.ReportedStatus\\[\\] | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment.ReportedStatus\\[\\].ReasonCode.Value | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.Value | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.GrossWeightMeasure.unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.PieceQuantity.Value | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.TransportSplitDescription.Value | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\] | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ID.Value | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ScheduledArrivalEvent.ScheduledOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].ArrivalEvent.ArrivalDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureOccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].DepartureEvent.DepartureDateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].CarrierParty.PrimaryID.Value | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\] | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].ID.Value | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].TypeCode.Value | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedLocation\\[\\].FlightStatusTypeCode.Value | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.OccurrenceDateTime.Value | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.SpecifiedLogisticsTransportMovement\\[\\].SpecifiedEvent.DateTimeTypeCode.Value | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\] | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].Description.Value | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment.ReportedStatus\\[\\].AssociatedStatusConsignment.HandlingOSIInstructions\\[\\].DescriptionCode.Value | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes\n    \n\n**IATA Toolkit URL:** [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)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"cc72da3b-002f-41dc-835e-45ed568ffc83"},{"name":"Send Freight Status Updates (XFSU) - IATA Cargo-XML Format","id":"058b6c11-2be6-419f-8678-ffaf718c4edb","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"a7c4e2c2-fcfa-49b7-a233-86458feb3ca4","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":"1780561706","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":"2ed2e84e-5113-4f9a-863c-5afa2a500aa9","name":"Send RCF Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"efd94185-06d3-43f7-bcf5-985fa6676ec7","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":"1780561706","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":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"612fc8f2-9010-44e2-a5d5-d21e4ce7699d","name":"Send ARR Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"292247b6-b968-4b44-bbda-28690190db48","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":"1780561706","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":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4367ed82-1315-441b-8ce3-e92396c57223","name":"Send FOH Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b6005521-1816-4d3f-98a5-94022c6c930f","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":"1780561706","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":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1a47083b-84e4-454a-bf97-c22988309989","name":"Send DEP Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"202312a7-7a41-48f5-8027-e594870652fb","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":"1780561706","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":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c6355541-21e9-48e1-ad20-f38dc2708120","name":"Send PRE Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"fb0d52ea-c445-4b8b-bfcc-132913e7a1f7","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":"1780561706","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":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4c68662e-73e5-4464-b05c-3daff9b57b8e","name":"Send RCS Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"3edda3fb-dab0-4b12-8f4c-23f9ee19dfbf","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":"1780561706","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":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"502c950c-3b3c-4cdc-a1d5-fb701ce86589","name":"Send BKD Status FSU","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"c2c6593e-58cf-44be-9318-f4d015bb014a","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":"1780561706","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":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f6440171-cbba-4e27-ac0b-4bc5abf51703","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d23f608e-256f-48eb-a214-1508302372b9","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":"1780561706","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":"<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":"**Message Type**: XFSU (Freight Status Update) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFSU (XML Freight Status Update) standards. The XFSU is the XML equivalent of FSU.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument/ID | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/GrossWeightMeasure | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/PieceQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment/LoadTypeCode | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment/TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment/TransportContractDocument/ID | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment/TransportContractDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment/TransportContractDocument/TypeCode | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment/ReportedStatus | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment/ReportedStatus/ReasonCode | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/GrossWeightMeasure | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/PieceQuantity | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ScheduledArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/CarrierParty/PrimaryID | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/FlightStatusTypeCode | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent/OccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent/DateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions/Description | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Toolkit URL:** [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)"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"c065905b-205c-4ce2-bd93-d528d31a0766","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"2389e6b8-5e6a-4eba-8db5-5af8fdfa0ae9","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":"1780561706","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":"<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":"**Message Type**: XFSU (Freight Status Update) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFSU (XML Freight Status Update) standards. The XFSU is the XML equivalent of FSU.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument/ID | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/GrossWeightMeasure | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/PieceQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment/LoadTypeCode | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment/TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment/TransportContractDocument/ID | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment/TransportContractDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment/TransportContractDocument/TypeCode | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment/ReportedStatus | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment/ReportedStatus/ReasonCode | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/GrossWeightMeasure | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/PieceQuantity | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ScheduledArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/CarrierParty/PrimaryID | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/FlightStatusTypeCode | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent/OccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent/DateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions/Description | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Toolkit URL:** [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)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"c3fe8637-8fc6-476b-863a-b03601973d30","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"cdc23043-c80a-4188-b6ba-35f4f7b13fcc","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":"1780561706","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":"<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":"**Message Type**: XFSU (Freight Status Update) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFSU (XML Freight Status Update) standards. The XFSU is the XML equivalent of FSU.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument/ID | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/GrossWeightMeasure | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/PieceQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment/LoadTypeCode | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment/TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment/TransportContractDocument/ID | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment/TransportContractDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment/TransportContractDocument/TypeCode | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment/ReportedStatus | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment/ReportedStatus/ReasonCode | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/GrossWeightMeasure | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/PieceQuantity | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ScheduledArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/CarrierParty/PrimaryID | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/FlightStatusTypeCode | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent/OccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent/DateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions/Description | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Toolkit URL:** [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)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"c76be07d-d955-438e-be30-bce1eef26aae","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"c1595684-0061-4a9f-9562-3f7036660be5","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":"1780561706","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":"<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":"**Message Type**: XFSU (Freight Status Update) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFSU (XML Freight Status Update) standards. The XFSU is the XML equivalent of FSU.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument/ID | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/GrossWeightMeasure | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/PieceQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment/LoadTypeCode | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment/TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment/TransportContractDocument/ID | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment/TransportContractDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment/TransportContractDocument/TypeCode | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment/ReportedStatus | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment/ReportedStatus/ReasonCode | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/GrossWeightMeasure | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/PieceQuantity | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ScheduledArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/CarrierParty/PrimaryID | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/FlightStatusTypeCode | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent/OccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent/DateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions/Description | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Toolkit URL:** [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)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"c73d7010-af66-42c8-81c2-74c479af93c2","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"47956f48-9f23-472b-a234-18e6948408e7","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":"1780561706","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":"<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":"**Message Type**: XFSU (Freight Status Update) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFSU (XML Freight Status Update) standards. The XFSU is the XML equivalent of FSU.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., 125-19160481BKD_d793e718-0608-4650-bc32-d7ae74e4382a) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., Cargo Status) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., 34) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2015-04-03T08:49:48) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., Creation) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., 6.00) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., QLMBAIB) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (C=Certified Party, T=Teletype) |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., TRGLIVE) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (C=Certified Party, T=Teletype) |\n| BusinessHeaderDocument | Element | N/A | M | Status message header container |\n| BusinessHeaderDocument/ID | String | 1-70 | M | Status message identification (e.g., 125-19160481-BKD) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/GrossWeightMeasure | Numeric | 1-7 | O | Gross weight (e.g., 1481.0). Range: 0.1-9999999. Mandatory depending on status reported |\n| MasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/PieceQuantity | Numeric | 1-4 | M | Number of pieces (e.g., 0) |\n| MasterConsignment/LoadTypeCode | String | 3 | M | Type of load (e.g., BLK=Bulk, ULD=Containerized) |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Total number of pieces (e.g., 0) |\n| MasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T=Total, P=Part) - CIMP 1.15. CIMP Ref: 2.3.2 |\n| MasterConsignment/TransportContractDocument | Element | N/A | M | Waybill details |\n| MasterConsignment/TransportContractDocument/ID | String | 12 | M | Waybill number (e.g., 125-19160481) - Format: nnn-n\\[8\\]. CIMP Ref: 2.1/2.2/2.3 |\n| MasterConsignment/TransportContractDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., Air Waybill, House Waybill) |\n| MasterConsignment/TransportContractDocument/TypeCode | Numeric | 4 | M | Waybill document type - UN/EDIFACT 1001 (e.g., 740=Air Waybill, 703=House Waybill) |\n| MasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.1 |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | M | Destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., TYO) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.2.2 |\n| MasterConsignment/ReportedStatus | Element | N/A | M | Status details (1:n occurrence). Multiple status reporting only restricted to BKD status |\n| MasterConsignment/ReportedStatus/ReasonCode | Alpha-Numerical | 1-3 | M | Status code (e.g., BKD, RCT) - CIMP 1.18. CIMP Ref: 3.1 to 23.1 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment | Element | N/A | O | Associated status consignment details |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/GrossWeightMeasure | Numeric | 1-7 | O | Consignment gross weight (e.g., 1481.0). Range: 0.1-9999999 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/PieceQuantity | Alpha-Numerical | 1-4 | M | Number of pieces (e.g., 1) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code (e.g., T) - CIMP 1.15 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Movement details (0:n occurrence). CIMP Ref: 3.3 to 21.3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., BA005). Mandatory depending on status reported. CIMP Ref: 5.3.1/2 to 21.3.1/2 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ScheduledArrivalEvent | Element | N/A | O | Scheduled arrival event |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ScheduledArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2015-04-06T00:00:00). Mandatory for RCF, ARR, AWR status codes |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Arrival date and time (e.g., 2015-04-07T09:10:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure event details. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date and time (e.g., 2015-04-06T13:30:00). CIMP Ref: 5.3.8, 20.3.8, 21.3.8 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/CarrierParty | Element | N/A | O | Carrier details |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/CarrierParty/PrimaryID | Alpha-Numerical | 2 | O | Carrier code (e.g., BA) - IATA approved. Mandatory depending on status. CIMP Ref: 4.3.1, 10.3.1, 11.3.1 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation | Element | N/A | O | Location status (0:n occurrence) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., LHR, NRT) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 3.3.5 to 22.3.5 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type (e.g., Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedLocation/FlightStatusTypeCode | Alpha-Numerical | 1-15 | M | Location status identification (e.g., D=Departure, A=Arrival, Transit) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent | Element | N/A | O | Movement date/time details. Mandatory for all status codes except TRM. CIMP Ref: 3.3.1/2/3 to 22.3.1/2/3 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent/OccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Event date and time (e.g., 2015-04-06T00:00:00, 20100324 00:00:00) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/SpecifiedLogisticsTransportMovement/SpecifiedEvent/DateTimeTypeCode | Alphabetic | 1 | M | Date/time type (e.g., S=Schedule, A=Actual) - CIMP 1.51 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence) |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions/Description | String | 1-70 | M | OSI description text (e.g., PRODUCT-M-ULD, No Record Found). CIMP Ref: 25.2.2, 25.3.2 |\n| MasterConsignment/ReportedStatus/AssociatedStatusConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service type code (e.g., OSI, SSR, SPH). CIMP Ref: 25.2, 25.3 |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes\n    \n\n**IATA Toolkit URL:** [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)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"058b6c11-2be6-419f-8678-ffaf718c4edb"},{"name":"Send Freight Status Update Additional Documents","id":"710479ee-97f2-4b04-bdb2-106b0a293255","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":[{"id":"3f3819c2-c612-43ff-b47a-27977c057a94","name":"201 - Created","originalRequest":{"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":"Use this endpoint to add documents to an existing flight status update.\n\nBefore using this endpoint, the file(s) shall be uploaded to [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) first, and the response from that API (an array of file metadata) shall be used in this request.\n\n**API Parameters:**\n\n| Field Name | Field Type |\n| --- | --- |\n| files | Array of file metadata from [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"f75ff0c7-dc12-429c-9bd9-9fa07d0c4955","name":"400 - Bad Request","originalRequest":{"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":"Use this endpoint to add documents to an existing flight status update.\n\nBefore using this endpoint, the file(s) shall be uploaded to [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) first, and the response from that API (an array of file metadata) shall be used in this request.\n\n**API Parameters:**\n\n| Field Name | Field Type |\n| --- | --- |\n| files | Array of file metadata from [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"3b4f998f-c0fb-4349-af21-eccd7b8cf202","name":"401 - Unauthorized","originalRequest":{"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":"Use this endpoint to add documents to an existing flight status update.\n\nBefore using this endpoint, the file(s) shall be uploaded to [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) first, and the response from that API (an array of file metadata) shall be used in this request.\n\n**API Parameters:**\n\n| Field Name | Field Type |\n| --- | --- |\n| files | Array of file metadata from [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"df74e861-eedf-4a66-b412-c67cee5b76a6","name":"403 - Forbidden","originalRequest":{"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":"Use this endpoint to add documents to an existing flight status update.\n\nBefore using this endpoint, the file(s) shall be uploaded to [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) first, and the response from that API (an array of file metadata) shall be used in this request.\n\n**API Parameters:**\n\n| Field Name | Field Type |\n| --- | --- |\n| files | Array of file metadata from [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"29a6275d-dc8c-4b6a-9c45-1a33b7619361","name":"422 - Unprocessable Entity","originalRequest":{"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":"Use this endpoint to add documents to an existing flight status update.\n\nBefore using this endpoint, the file(s) shall be uploaded to [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) first, and the response from that API (an array of file metadata) shall be used in this request.\n\n**API Parameters:**\n\n| Field Name | Field Type |\n| --- | --- |\n| files | Array of file metadata from [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"710479ee-97f2-4b04-bdb2-106b0a293255"}],"id":"46dfe26c-9b85-45a6-82e2-3822d437a5e5","description":"<p>Freight status updates report changes in a shipment's movement or condition. Use this section to submit the status update and any supporting documents.</p>\n","_postman_id":"46dfe26c-9b85-45a6-82e2-3822d437a5e5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"0c44d92a-efa6-446f-b758-02c7b91e08df","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"b94b1b98-eaba-4cce-b561-35ef2d48724f","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":"1780561706","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":[{"id":"4bed6ecd-11be-4056-8b91-7eb190a2d218","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a481cf5c-f117-46d2-92a4-a082bf95f06d","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":"1780561706","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\": \"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":"**Message Type**: FHL (House Air Waybill List) - JSON Format\n\n**IATA Compliance**: 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.\n\n**IATA Standards Applied**:\n\n- MAWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- HAWB Number: Alphanumeric, assigned by freight forwarder (ACA)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Currency Codes: ISO 4217 3-letter codes\n    \n- Country Codes: ISO 3166-1 alpha-2 codes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"8afe57d7-d022-43ae-adb8-e38e4e716880","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a0cb85bf-b013-4696-aa4d-14d7f1a4cca4","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":"1780561706","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\": \"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":"**Message Type**: FHL (House Air Waybill List) - JSON Format\n\n**IATA Compliance**: 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.\n\n**IATA Standards Applied**:\n\n- MAWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- HAWB Number: Alphanumeric, assigned by freight forwarder (ACA)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Currency Codes: ISO 4217 3-letter codes\n    \n- Country Codes: ISO 3166-1 alpha-2 codes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"5dca654a-5fcd-4dc1-8819-003afb770028","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"78730c47-837d-4050-88f6-fae193554b60","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":"1780561706","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\": \"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":"**Message Type**: FHL (House Air Waybill List) - JSON Format\n\n**IATA Compliance**: 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.\n\n**IATA Standards Applied**:\n\n- MAWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- HAWB Number: Alphanumeric, assigned by freight forwarder (ACA)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Currency Codes: ISO 4217 3-letter codes\n    \n- Country Codes: ISO 3166-1 alpha-2 codes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"b57f2a75-fc33-4c2d-a556-019360a3528f","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"3982400f-a1bd-488e-8e24-a35468dc0a57","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":"1780561706","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\": \"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":"**Message Type**: FHL (House Air Waybill List) - JSON Format\n\n**IATA Compliance**: 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.\n\n**IATA Standards Applied**:\n\n- MAWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- HAWB Number: Alphanumeric, assigned by freight forwarder (ACA)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Currency Codes: ISO 4217 3-letter codes\n    \n- Country Codes: ISO 3166-1 alpha-2 codes"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"a9db1b9f-cb91-4de5-a82f-3b74e5c1f2a9","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"b00d4a5c-347f-4b24-934c-e3ad185c985d","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":"1780561706","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\": \"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":"**Message Type**: FHL (House Air Waybill List) - JSON Format\n\n**IATA Compliance**: 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.\n\n**IATA Standards Applied**:\n\n- MAWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- HAWB Number: Alphanumeric, assigned by freight forwarder (ACA)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Currency Codes: ISO 4217 3-letter codes\n    \n- Country Codes: ISO 3166-1 alpha-2 codes"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"0c44d92a-efa6-446f-b758-02c7b91e08df"},{"name":"Create House Manifest (XFHL) - IATA Cargo-XML Format","id":"a9b8bdcf-388f-473c-bc49-c046eded039d","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"94a4ed51-d543-4b39-872a-27d3c0670895","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":"1780561706","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":[{"id":"1a8cc2e0-4d64-4fff-a7cf-0a00667e1975","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"264d76b9-45e1-4376-848c-6dce63fae4fb","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":"1780561706","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<!--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":"**Message Type**: XFZB (House Air Waybill List) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., XXX) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2002-07-01T05:10:10) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (e.g., 1). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (e.g., 1). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | M | Consignor signature name (e.g., XXXXXXXXXX, K. WILSON). CIMP Ref: 16.3 HWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2002-07-01T05:10:10). CIMP Ref: 17.2.2/3/4 HWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., XXXXXXXXXX). CIMP Ref: 17.3.2 HWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | Alpha-Numerical | 1-35 | O | Declaration place (e.g., XXXXXXXXXX, LHR). CIMP Ref: 17.2.6 HWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | O | Master waybill total gross weight (e.g., 23). Range: 0.1-9999999. CIMP Ref: 2.3.5 HWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 23). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| MasterConsignment/TransportContractDocument/ID | String | 12 | O | 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Master waybill origin airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 1, 9 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Master waybill destination airport code (e.g., XXXXXXXXXX, BKK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 18 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., XXXXXXXXXX, Bangkok) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.6.2 HWB 16 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.7.2 HWB 17 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.8.2 HWB 20 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | M | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount | Numeric | 1-12 | M | Weight charge amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.2.3/15.2 HWB 24A/22L/H/24B |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount | Numeric | 1-12 | O | Valuation charge amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.3.3/15.3 HWB 25A/25B |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount | Numeric | 1-12 | O | Tax amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.4.3/15.4 HWB 26A |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount | Numeric | 1-12 | O | Total other charges due agent (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.6.3 HWB 27A |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.7.3 HWB 28A |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount | Numeric | 1-12 | O | Total prepaid charge summary (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount | Numeric | 1-12 | O | Total collect charge summary (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., XXXXXXXXXX). Range: 0.1-9999999. Information needed by Carrier for ACI. CIMP Ref: 2.5.5 HWB 22K |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., XXXXXXXXXX). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., XXX) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of lines (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/PackageQuantity | Numeric | 1-5 | O | Total shipper's load and count (e.g., XXXXXXXXXX, 15000). Information needed by Carrier for ACI. CIMP Ref: 12.16.5 |\n| MasterConsignment/IncludedHouseConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., XXXXXXXXXX, 8). Information needed by Carrier for ACI. CIMP Ref: 2.5.3 HWB 22J |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods (e.g., XXXXXXXXXX). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., X, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., XXXXXXXXXX). CIMP Ref: 5.4.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 5.7.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element in Street Details should be completed. CIMP Ref: 5.5.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX, Switzerland) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, US NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., XXXXXXXXXX). CIMP Ref: 6.4.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 6.7.4 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element in Street Details should be completed. CIMP Ref: 6.5.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., XXXXXXXXXX). CIMP Ref: 7.4.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/StreetName | Alpha-Numerical | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element should be completed |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., XXXXXXXXXX). CIMP Ref: 9.2.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Party type code (e.g., XXXXXXXXXX, NI=Notify Party, OJ=Third party, FB=Nominated freight company) - UN/EDIFACT 3035. CIMP Ref: 9.1 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., XXXXXXXXXX, Carrier) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 9.5.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element should be completed. CIMP Ref: 9.3.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., XXXXXXXXXX, Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.2 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., XXXXXXXXXX, BKK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.3 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., XXXXXXXXXX, Bangkok) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., XXXXXXXXXX, Main-Carriage, Pre-Carriage, On-Carriage) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., XXXXXXXXXX, 4=Air) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., XXXXXXXXXX, AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., XXXXXXXXXX, BA1234). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence (e.g., XXXXXXXXXX, 1). Always default to 1 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., XXXXXXXXXX) - IATA Airline and Company Designators code. CIMP Ref: 3.2.2 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2002-07-01T05:10:10). CIMP Ref: 3.2.5 HWB 19A/19B |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID | Alphabetic | 3 or 5 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled departure date/time (e.g., 2002-07-01T05:10:10). CIMP Ref: 3.2.5 19A/19B |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | Special handling code (e.g., XXXXXXXXXX, EAP). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., XXXXXXXXXX, MUST BE KEPT ABOVE 5 DEGREES CELSIUS). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/Description | String | 1-195 | M | OSI description (e.g., XXXXXXXXXX, EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/ContentCode | Alpha-Numerical | 1-3 | M | Accounting information identifier (e.g., XXXXXXXXXX). CIMP Ref: 10.2.2 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information (e.g., XXXXXXXXXX, PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., XXXXXXXXXX, BCBP123). CIMP Ref: 25.9 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., XXXXXXXXXX, 740=Air Waybill) - UN/EDIFACT 1001 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., XXXXXXXXXX, Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., XXXXXXXXXX, T2) - CIMP 1.49. CIMP Ref: 19.3 HWB 21A |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., CHF, GPD) - ISO 4217. CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code (e.g., USD, GPD) - ISO 4217. CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 23, 2.15000). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alphabetic | 1 | O | Service code (e.g., XXXXXXXXXX, D) - CIMP 1.38. CIMP Ref: 12.19.2 HWB 22Z |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., XXXXXXXXXX, 120.46). Range: 0.000-999999999999. CIMP Ref: 13.3.3 HWB 23 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SequenceNumeric | Alpha-Numerical | 1-3 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., X) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.4.3 HWB 22B |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., XXXXXXXXXX, 12.92). Range: 0.01-999999999. CIMP Ref: 12.14.6 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount | Numeric | 1-12 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., XXXXXXXXXX, 15000). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., XXXXXXXXXX, 8). CIMP Ref: 12.3.3 HWB 22A |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/VolumetricFactor | Alpha-Numerical | 1-8 | O | Conversion factor (e.g., XXXXXXXXXX). If Volume amount is specified, this can be left blank |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/Information | String | 1-70 | O | Item description (e.g., XXXXXXXXXX, TOOTH PASTE). CIMP Ref: 12.11.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo identification (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | M | ULD number: Type + Serial Number + Owner Code (e.g., XXXXXXXXXX, ASE1234TW) - IATA ULD Regulations. CIMP Ref: 12.15.5/6/7 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | Tare weight (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., XXXXXXXXXX, 15000). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD characteristic code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner code (e.g., XXXXXXXXXX, TW) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., X) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Item quantity / number of pieces (e.g., XXXXXXXXXX, 8). CIMP Ref: 12.13.15 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.11 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.9 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.13 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., XXXXXXXXXX, M) - CIMP 1.4. CIMP Ref: 12.5.3 HWB 22D |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | Commodity item number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.7.3 HWB 22F |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | O | RCP code (e.g., XXXXXXXXXX, CDG) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 12.3.3 HWB 22A |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**Business Context**:\n\n- XFZB is sent by Air Cargo Agents (ACAs/Freight Forwarders)\n    \n- Each IncludedHouseConsignment element represents one HAWB\n    \n- All HAWBs are linked to the parent MasterConsignment (MAWB)"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"24d828c7-cfd7-46a9-9658-1b8c0b4fcb08","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"fb856732-a655-4f2a-9273-c04a52347ce3","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":"1780561706","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<!--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":"**Message Type**: XFZB (House Air Waybill List) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., XXX) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2002-07-01T05:10:10) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (e.g., 1). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (e.g., 1). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | M | Consignor signature name (e.g., XXXXXXXXXX, K. WILSON). CIMP Ref: 16.3 HWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2002-07-01T05:10:10). CIMP Ref: 17.2.2/3/4 HWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., XXXXXXXXXX). CIMP Ref: 17.3.2 HWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | Alpha-Numerical | 1-35 | O | Declaration place (e.g., XXXXXXXXXX, LHR). CIMP Ref: 17.2.6 HWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | O | Master waybill total gross weight (e.g., 23). Range: 0.1-9999999. CIMP Ref: 2.3.5 HWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 23). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| MasterConsignment/TransportContractDocument/ID | String | 12 | O | 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Master waybill origin airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 1, 9 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Master waybill destination airport code (e.g., XXXXXXXXXX, BKK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 18 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., XXXXXXXXXX, Bangkok) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.6.2 HWB 16 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.7.2 HWB 17 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.8.2 HWB 20 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | M | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount | Numeric | 1-12 | M | Weight charge amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.2.3/15.2 HWB 24A/22L/H/24B |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount | Numeric | 1-12 | O | Valuation charge amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.3.3/15.3 HWB 25A/25B |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount | Numeric | 1-12 | O | Tax amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.4.3/15.4 HWB 26A |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount | Numeric | 1-12 | O | Total other charges due agent (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.6.3 HWB 27A |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.7.3 HWB 28A |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount | Numeric | 1-12 | O | Total prepaid charge summary (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount | Numeric | 1-12 | O | Total collect charge summary (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., XXXXXXXXXX). Range: 0.1-9999999. Information needed by Carrier for ACI. CIMP Ref: 2.5.5 HWB 22K |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., XXXXXXXXXX). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., XXX) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of lines (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/PackageQuantity | Numeric | 1-5 | O | Total shipper's load and count (e.g., XXXXXXXXXX, 15000). Information needed by Carrier for ACI. CIMP Ref: 12.16.5 |\n| MasterConsignment/IncludedHouseConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., XXXXXXXXXX, 8). Information needed by Carrier for ACI. CIMP Ref: 2.5.3 HWB 22J |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods (e.g., XXXXXXXXXX). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., X, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., XXXXXXXXXX). CIMP Ref: 5.4.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 5.7.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element in Street Details should be completed. CIMP Ref: 5.5.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX, Switzerland) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, US NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., XXXXXXXXXX). CIMP Ref: 6.4.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 6.7.4 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element in Street Details should be completed. CIMP Ref: 6.5.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., XXXXXXXXXX). CIMP Ref: 7.4.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/StreetName | Alpha-Numerical | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element should be completed |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., XXXXXXXXXX). CIMP Ref: 9.2.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Party type code (e.g., XXXXXXXXXX, NI=Notify Party, OJ=Third party, FB=Nominated freight company) - UN/EDIFACT 3035. CIMP Ref: 9.1 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., XXXXXXXXXX, Carrier) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 9.5.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element should be completed. CIMP Ref: 9.3.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., XXXXXXXXXX, Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.2 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., XXXXXXXXXX, BKK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.3 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., XXXXXXXXXX, Bangkok) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., XXXXXXXXXX, Main-Carriage, Pre-Carriage, On-Carriage) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., XXXXXXXXXX, 4=Air) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., XXXXXXXXXX, AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., XXXXXXXXXX, BA1234). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence (e.g., XXXXXXXXXX, 1). Always default to 1 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., XXXXXXXXXX) - IATA Airline and Company Designators code. CIMP Ref: 3.2.2 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2002-07-01T05:10:10). CIMP Ref: 3.2.5 HWB 19A/19B |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID | Alphabetic | 3 or 5 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled departure date/time (e.g., 2002-07-01T05:10:10). CIMP Ref: 3.2.5 19A/19B |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | Special handling code (e.g., XXXXXXXXXX, EAP). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., XXXXXXXXXX, MUST BE KEPT ABOVE 5 DEGREES CELSIUS). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/Description | String | 1-195 | M | OSI description (e.g., XXXXXXXXXX, EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/ContentCode | Alpha-Numerical | 1-3 | M | Accounting information identifier (e.g., XXXXXXXXXX). CIMP Ref: 10.2.2 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information (e.g., XXXXXXXXXX, PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., XXXXXXXXXX, BCBP123). CIMP Ref: 25.9 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., XXXXXXXXXX, 740=Air Waybill) - UN/EDIFACT 1001 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., XXXXXXXXXX, Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., XXXXXXXXXX, T2) - CIMP 1.49. CIMP Ref: 19.3 HWB 21A |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., CHF, GPD) - ISO 4217. CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code (e.g., USD, GPD) - ISO 4217. CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 23, 2.15000). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alphabetic | 1 | O | Service code (e.g., XXXXXXXXXX, D) - CIMP 1.38. CIMP Ref: 12.19.2 HWB 22Z |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., XXXXXXXXXX, 120.46). Range: 0.000-999999999999. CIMP Ref: 13.3.3 HWB 23 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SequenceNumeric | Alpha-Numerical | 1-3 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., X) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.4.3 HWB 22B |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., XXXXXXXXXX, 12.92). Range: 0.01-999999999. CIMP Ref: 12.14.6 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount | Numeric | 1-12 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., XXXXXXXXXX, 15000). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., XXXXXXXXXX, 8). CIMP Ref: 12.3.3 HWB 22A |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/VolumetricFactor | Alpha-Numerical | 1-8 | O | Conversion factor (e.g., XXXXXXXXXX). If Volume amount is specified, this can be left blank |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/Information | String | 1-70 | O | Item description (e.g., XXXXXXXXXX, TOOTH PASTE). CIMP Ref: 12.11.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo identification (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | M | ULD number: Type + Serial Number + Owner Code (e.g., XXXXXXXXXX, ASE1234TW) - IATA ULD Regulations. CIMP Ref: 12.15.5/6/7 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | Tare weight (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., XXXXXXXXXX, 15000). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD characteristic code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner code (e.g., XXXXXXXXXX, TW) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., X) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Item quantity / number of pieces (e.g., XXXXXXXXXX, 8). CIMP Ref: 12.13.15 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.11 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.9 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.13 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., XXXXXXXXXX, M) - CIMP 1.4. CIMP Ref: 12.5.3 HWB 22D |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | Commodity item number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.7.3 HWB 22F |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | O | RCP code (e.g., XXXXXXXXXX, CDG) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 12.3.3 HWB 22A |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**Business Context**:\n\n- XFZB is sent by Air Cargo Agents (ACAs/Freight Forwarders)\n    \n- Each IncludedHouseConsignment element represents one HAWB\n    \n- All HAWBs are linked to the parent MasterConsignment (MAWB)"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"0634cd96-4de3-4b4e-b1a3-c6c8987e2625","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"1673066f-a7e3-409a-9b23-2cbc89a4d96e","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":"1780561706","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<!--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":"**Message Type**: XFZB (House Air Waybill List) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., XXX) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2002-07-01T05:10:10) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (e.g., 1). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (e.g., 1). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | M | Consignor signature name (e.g., XXXXXXXXXX, K. WILSON). CIMP Ref: 16.3 HWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2002-07-01T05:10:10). CIMP Ref: 17.2.2/3/4 HWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., XXXXXXXXXX). CIMP Ref: 17.3.2 HWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | Alpha-Numerical | 1-35 | O | Declaration place (e.g., XXXXXXXXXX, LHR). CIMP Ref: 17.2.6 HWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | O | Master waybill total gross weight (e.g., 23). Range: 0.1-9999999. CIMP Ref: 2.3.5 HWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 23). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| MasterConsignment/TransportContractDocument/ID | String | 12 | O | 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Master waybill origin airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 1, 9 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Master waybill destination airport code (e.g., XXXXXXXXXX, BKK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 18 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., XXXXXXXXXX, Bangkok) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.6.2 HWB 16 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.7.2 HWB 17 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.8.2 HWB 20 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | M | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount | Numeric | 1-12 | M | Weight charge amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.2.3/15.2 HWB 24A/22L/H/24B |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount | Numeric | 1-12 | O | Valuation charge amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.3.3/15.3 HWB 25A/25B |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount | Numeric | 1-12 | O | Tax amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.4.3/15.4 HWB 26A |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount | Numeric | 1-12 | O | Total other charges due agent (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.6.3 HWB 27A |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.7.3 HWB 28A |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount | Numeric | 1-12 | O | Total prepaid charge summary (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount | Numeric | 1-12 | O | Total collect charge summary (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., XXXXXXXXXX). Range: 0.1-9999999. Information needed by Carrier for ACI. CIMP Ref: 2.5.5 HWB 22K |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., XXXXXXXXXX). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., XXX) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of lines (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/PackageQuantity | Numeric | 1-5 | O | Total shipper's load and count (e.g., XXXXXXXXXX, 15000). Information needed by Carrier for ACI. CIMP Ref: 12.16.5 |\n| MasterConsignment/IncludedHouseConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., XXXXXXXXXX, 8). Information needed by Carrier for ACI. CIMP Ref: 2.5.3 HWB 22J |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods (e.g., XXXXXXXXXX). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., X, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., XXXXXXXXXX). CIMP Ref: 5.4.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 5.7.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element in Street Details should be completed. CIMP Ref: 5.5.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX, Switzerland) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, US NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., XXXXXXXXXX). CIMP Ref: 6.4.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 6.7.4 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element in Street Details should be completed. CIMP Ref: 6.5.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., XXXXXXXXXX). CIMP Ref: 7.4.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/StreetName | Alpha-Numerical | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element should be completed |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., XXXXXXXXXX). CIMP Ref: 9.2.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Party type code (e.g., XXXXXXXXXX, NI=Notify Party, OJ=Third party, FB=Nominated freight company) - UN/EDIFACT 3035. CIMP Ref: 9.1 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., XXXXXXXXXX, Carrier) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 9.5.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element should be completed. CIMP Ref: 9.3.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., XXXXXXXXXX, Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.2 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., XXXXXXXXXX, BKK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.3 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., XXXXXXXXXX, Bangkok) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., XXXXXXXXXX, Main-Carriage, Pre-Carriage, On-Carriage) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., XXXXXXXXXX, 4=Air) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., XXXXXXXXXX, AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., XXXXXXXXXX, BA1234). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence (e.g., XXXXXXXXXX, 1). Always default to 1 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., XXXXXXXXXX) - IATA Airline and Company Designators code. CIMP Ref: 3.2.2 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2002-07-01T05:10:10). CIMP Ref: 3.2.5 HWB 19A/19B |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID | Alphabetic | 3 or 5 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled departure date/time (e.g., 2002-07-01T05:10:10). CIMP Ref: 3.2.5 19A/19B |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | Special handling code (e.g., XXXXXXXXXX, EAP). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., XXXXXXXXXX, MUST BE KEPT ABOVE 5 DEGREES CELSIUS). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/Description | String | 1-195 | M | OSI description (e.g., XXXXXXXXXX, EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/ContentCode | Alpha-Numerical | 1-3 | M | Accounting information identifier (e.g., XXXXXXXXXX). CIMP Ref: 10.2.2 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information (e.g., XXXXXXXXXX, PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., XXXXXXXXXX, BCBP123). CIMP Ref: 25.9 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., XXXXXXXXXX, 740=Air Waybill) - UN/EDIFACT 1001 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., XXXXXXXXXX, Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., XXXXXXXXXX, T2) - CIMP 1.49. CIMP Ref: 19.3 HWB 21A |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., CHF, GPD) - ISO 4217. CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code (e.g., USD, GPD) - ISO 4217. CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 23, 2.15000). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alphabetic | 1 | O | Service code (e.g., XXXXXXXXXX, D) - CIMP 1.38. CIMP Ref: 12.19.2 HWB 22Z |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., XXXXXXXXXX, 120.46). Range: 0.000-999999999999. CIMP Ref: 13.3.3 HWB 23 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SequenceNumeric | Alpha-Numerical | 1-3 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., X) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.4.3 HWB 22B |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., XXXXXXXXXX, 12.92). Range: 0.01-999999999. CIMP Ref: 12.14.6 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount | Numeric | 1-12 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., XXXXXXXXXX, 15000). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., XXXXXXXXXX, 8). CIMP Ref: 12.3.3 HWB 22A |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/VolumetricFactor | Alpha-Numerical | 1-8 | O | Conversion factor (e.g., XXXXXXXXXX). If Volume amount is specified, this can be left blank |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/Information | String | 1-70 | O | Item description (e.g., XXXXXXXXXX, TOOTH PASTE). CIMP Ref: 12.11.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo identification (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | M | ULD number: Type + Serial Number + Owner Code (e.g., XXXXXXXXXX, ASE1234TW) - IATA ULD Regulations. CIMP Ref: 12.15.5/6/7 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | Tare weight (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., XXXXXXXXXX, 15000). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD characteristic code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner code (e.g., XXXXXXXXXX, TW) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., X) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Item quantity / number of pieces (e.g., XXXXXXXXXX, 8). CIMP Ref: 12.13.15 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.11 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.9 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.13 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., XXXXXXXXXX, M) - CIMP 1.4. CIMP Ref: 12.5.3 HWB 22D |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | Commodity item number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.7.3 HWB 22F |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | O | RCP code (e.g., XXXXXXXXXX, CDG) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 12.3.3 HWB 22A |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**Business Context**:\n\n- XFZB is sent by Air Cargo Agents (ACAs/Freight Forwarders)\n    \n- Each IncludedHouseConsignment element represents one HAWB\n    \n- All HAWBs are linked to the parent MasterConsignment (MAWB)"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"cd31a446-d87e-4a07-8f8b-b8335a08e09d","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"98a12337-b938-40b8-8309-c2634e03cb19","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":"1780561706","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<!--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":"**Message Type**: XFZB (House Air Waybill List) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., XXX) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2002-07-01T05:10:10) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (e.g., 1). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (e.g., 1). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | M | Consignor signature name (e.g., XXXXXXXXXX, K. WILSON). CIMP Ref: 16.3 HWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2002-07-01T05:10:10). CIMP Ref: 17.2.2/3/4 HWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., XXXXXXXXXX). CIMP Ref: 17.3.2 HWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | Alpha-Numerical | 1-35 | O | Declaration place (e.g., XXXXXXXXXX, LHR). CIMP Ref: 17.2.6 HWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | O | Master waybill total gross weight (e.g., 23). Range: 0.1-9999999. CIMP Ref: 2.3.5 HWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 23). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| MasterConsignment/TransportContractDocument/ID | String | 12 | O | 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Master waybill origin airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 1, 9 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Master waybill destination airport code (e.g., XXXXXXXXXX, BKK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 18 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., XXXXXXXXXX, Bangkok) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.6.2 HWB 16 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.7.2 HWB 17 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.8.2 HWB 20 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | M | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount | Numeric | 1-12 | M | Weight charge amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.2.3/15.2 HWB 24A/22L/H/24B |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount | Numeric | 1-12 | O | Valuation charge amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.3.3/15.3 HWB 25A/25B |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount | Numeric | 1-12 | O | Tax amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.4.3/15.4 HWB 26A |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount | Numeric | 1-12 | O | Total other charges due agent (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.6.3 HWB 27A |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.7.3 HWB 28A |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount | Numeric | 1-12 | O | Total prepaid charge summary (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount | Numeric | 1-12 | O | Total collect charge summary (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., XXXXXXXXXX). Range: 0.1-9999999. Information needed by Carrier for ACI. CIMP Ref: 2.5.5 HWB 22K |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., XXXXXXXXXX). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., XXX) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of lines (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/PackageQuantity | Numeric | 1-5 | O | Total shipper's load and count (e.g., XXXXXXXXXX, 15000). Information needed by Carrier for ACI. CIMP Ref: 12.16.5 |\n| MasterConsignment/IncludedHouseConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., XXXXXXXXXX, 8). Information needed by Carrier for ACI. CIMP Ref: 2.5.3 HWB 22J |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods (e.g., XXXXXXXXXX). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., X, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., XXXXXXXXXX). CIMP Ref: 5.4.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 5.7.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element in Street Details should be completed. CIMP Ref: 5.5.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX, Switzerland) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, US NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., XXXXXXXXXX). CIMP Ref: 6.4.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 6.7.4 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element in Street Details should be completed. CIMP Ref: 6.5.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., XXXXXXXXXX). CIMP Ref: 7.4.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/StreetName | Alpha-Numerical | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element should be completed |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., XXXXXXXXXX). CIMP Ref: 9.2.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Party type code (e.g., XXXXXXXXXX, NI=Notify Party, OJ=Third party, FB=Nominated freight company) - UN/EDIFACT 3035. CIMP Ref: 9.1 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., XXXXXXXXXX, Carrier) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 9.5.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element should be completed. CIMP Ref: 9.3.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., XXXXXXXXXX, Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.2 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., XXXXXXXXXX, BKK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.3 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., XXXXXXXXXX, Bangkok) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., XXXXXXXXXX, Main-Carriage, Pre-Carriage, On-Carriage) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., XXXXXXXXXX, 4=Air) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., XXXXXXXXXX, AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., XXXXXXXXXX, BA1234). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence (e.g., XXXXXXXXXX, 1). Always default to 1 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., XXXXXXXXXX) - IATA Airline and Company Designators code. CIMP Ref: 3.2.2 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2002-07-01T05:10:10). CIMP Ref: 3.2.5 HWB 19A/19B |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID | Alphabetic | 3 or 5 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled departure date/time (e.g., 2002-07-01T05:10:10). CIMP Ref: 3.2.5 19A/19B |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | Special handling code (e.g., XXXXXXXXXX, EAP). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., XXXXXXXXXX, MUST BE KEPT ABOVE 5 DEGREES CELSIUS). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/Description | String | 1-195 | M | OSI description (e.g., XXXXXXXXXX, EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/ContentCode | Alpha-Numerical | 1-3 | M | Accounting information identifier (e.g., XXXXXXXXXX). CIMP Ref: 10.2.2 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information (e.g., XXXXXXXXXX, PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., XXXXXXXXXX, BCBP123). CIMP Ref: 25.9 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., XXXXXXXXXX, 740=Air Waybill) - UN/EDIFACT 1001 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., XXXXXXXXXX, Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., XXXXXXXXXX, T2) - CIMP 1.49. CIMP Ref: 19.3 HWB 21A |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., CHF, GPD) - ISO 4217. CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code (e.g., USD, GPD) - ISO 4217. CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 23, 2.15000). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alphabetic | 1 | O | Service code (e.g., XXXXXXXXXX, D) - CIMP 1.38. CIMP Ref: 12.19.2 HWB 22Z |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., XXXXXXXXXX, 120.46). Range: 0.000-999999999999. CIMP Ref: 13.3.3 HWB 23 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SequenceNumeric | Alpha-Numerical | 1-3 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., X) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.4.3 HWB 22B |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., XXXXXXXXXX, 12.92). Range: 0.01-999999999. CIMP Ref: 12.14.6 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount | Numeric | 1-12 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., XXXXXXXXXX, 15000). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., XXXXXXXXXX, 8). CIMP Ref: 12.3.3 HWB 22A |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/VolumetricFactor | Alpha-Numerical | 1-8 | O | Conversion factor (e.g., XXXXXXXXXX). If Volume amount is specified, this can be left blank |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/Information | String | 1-70 | O | Item description (e.g., XXXXXXXXXX, TOOTH PASTE). CIMP Ref: 12.11.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo identification (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | M | ULD number: Type + Serial Number + Owner Code (e.g., XXXXXXXXXX, ASE1234TW) - IATA ULD Regulations. CIMP Ref: 12.15.5/6/7 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | Tare weight (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., XXXXXXXXXX, 15000). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD characteristic code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner code (e.g., XXXXXXXXXX, TW) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., X) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Item quantity / number of pieces (e.g., XXXXXXXXXX, 8). CIMP Ref: 12.13.15 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.11 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.9 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.13 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., XXXXXXXXXX, M) - CIMP 1.4. CIMP Ref: 12.5.3 HWB 22D |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | Commodity item number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.7.3 HWB 22F |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | O | RCP code (e.g., XXXXXXXXXX, CDG) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 12.3.3 HWB 22A |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**Business Context**:\n\n- XFZB is sent by Air Cargo Agents (ACAs/Freight Forwarders)\n    \n- Each IncludedHouseConsignment element represents one HAWB\n    \n- All HAWBs are linked to the parent MasterConsignment (MAWB)"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"f358b3a4-d9fa-4cc8-83d6-4f92167b1d07","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"4c0ac78d-7407-44f5-9f84-e2d31c8cab6a","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":"1780561706","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<!--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":"**Message Type**: XFZB (House Air Waybill List) - IATA Cargo-XML Format\n\n**IATA Compliance**: 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.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type - UN/EDIFACT 1001 (e.g., XXX) |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created UTC (e.g., 2002-07-01T05:10:10) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of conversation (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | Sender Qualifier attribute (e.g., 1). C for Certified Party must always be there with only one occurrence |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | Recipient Qualifier attribute (e.g., 1). C for Certified Party must always be there with only one occurrence |\n| BusinessHeaderDocument | Element | N/A | M | House waybill header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier (A=As Agreed, C=Consolidation, L=Letter of Credit) |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor declaration |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-35 | M | Consignor signature name (e.g., XXXXXXXXXX, K. WILSON). CIMP Ref: 16.3 HWB 31 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication | Element | N/A | M | Carrier declaration. CIMP Ref: 17 |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Carrier declaration date (e.g., 2002-07-01T05:10:10). CIMP Ref: 17.2.2/3/4 HWB 32A |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/Signatory | String | 1-35 | M | Carrier signature (e.g., XXXXXXXXXX). CIMP Ref: 17.3.2 HWB 32C |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryCarrierAuthentication/IssueAuthenticationLocation/Name | Alpha-Numerical | 1-35 | O | Declaration place (e.g., XXXXXXXXXX, LHR). CIMP Ref: 17.2.6 HWB 32B |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | O | Master waybill total gross weight (e.g., 23). Range: 0.1-9999999. CIMP Ref: 2.3.5 HWB 22K |\n| MasterConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/TotalPieceQuantity | Numeric | 1-4 | O | Master waybill total number of pieces (e.g., 23). CIMP Ref: 2.3.3 HWB 22J |\n| MasterConsignment/TransportContractDocument | Element | N/A | O | Master waybill details |\n| MasterConsignment/TransportContractDocument/ID | String | 12 | O | 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 |\n| MasterConsignment/OriginLocation | Element | N/A | O | Master waybill origin location |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Master waybill origin airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 1, 9 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill origin location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Master waybill final destination location |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Master waybill destination airport code (e.g., XXXXXXXXXX, BKK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: HWB 18 |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Master waybill destination location name (e.g., XXXXXXXXXX, Bangkok) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ID | Alpha-Numerical | 1-35 | M | House consignment ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AdditionalID | Alpha-Numerical | 1-35 | O | Additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceID | String | 1-35 | O | Associated reference ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/NilCarriageValueIndicator | Boolean | N/A | M | No value declared for carriage (e.g., true/false). CIMP Ref: 11.6.2 HWB 16 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount | Numeric | 1-12 | O | Declared value for carriage (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCarriageAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/NilCustomsValueIndicator | Boolean | N/A | O | No value declared for customs (e.g., true/false). CIMP Ref: 11.7.2 HWB 17 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount | Numeric | 1-12 | O | Declared value for customs (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/DeclaredValueForCustomsAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/NilInsuranceValueIndicator | Boolean | N/A | M | No value declared for insurance (e.g., true/false). CIMP Ref: 11.8.2 HWB 20 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount | Numeric | 1-11 | O | Insurance amount (e.g., XXXXXXXXXX). Range: 0.001-999999999999 |\n| MasterConsignment/IncludedHouseConsignment/InsuranceValueAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalChargePrepaidIndicator | Boolean | M | M | Prepaid/collect weight/valuation indicator (true=Prepaid, false=Collect). CIMP Ref: 11.5.1 HWB 14 A/B |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount | Numeric | 1-12 | M | Weight charge amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.2.3/15.2 HWB 24A/22L/H/24B |\n| MasterConsignment/IncludedHouseConsignment/WeightTotalChargeAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount | Numeric | 1-12 | O | Valuation charge amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.3.3/15.3 HWB 25A/25B |\n| MasterConsignment/IncludedHouseConsignment/ValuationTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount | Numeric | 1-12 | O | Tax amount (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.4.3/15.4 HWB 26A |\n| MasterConsignment/IncludedHouseConsignment/TaxTotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount | Numeric | 1-12 | O | Total other charges due agent (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.6.3 HWB 27A |\n| MasterConsignment/IncludedHouseConsignment/AgentTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount | Numeric | 1-12 | O | Total other charges due carrier (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.7.3 HWB 28A |\n| MasterConsignment/IncludedHouseConsignment/CarrierTotalDisbursementAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount | Numeric | 1-12 | O | Total prepaid charge summary (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B |\n| MasterConsignment/IncludedHouseConsignment/TotalPrepaidChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount | Numeric | 1-12 | O | Total collect charge summary (e.g., XXXXXXXXXX). Range: 0.000-999999999999. CIMP Ref: 14.8.3/15.8 HWB 30A/30B |\n| MasterConsignment/IncludedHouseConsignment/TotalCollectChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Total gross weight (e.g., XXXXXXXXXX). Range: 0.1-9999999. Information needed by Carrier for ACI. CIMP Ref: 2.5.5 HWB 22K |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 2.3.4 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Total volume (e.g., XXXXXXXXXX). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., XXX) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignmentItemQuantity | Numeric | 1-5 | O | Total number of lines (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/PackageQuantity | Numeric | 1-5 | O | Total shipper's load and count (e.g., XXXXXXXXXX, 15000). Information needed by Carrier for ACI. CIMP Ref: 12.16.5 |\n| MasterConsignment/IncludedHouseConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total number of pieces (e.g., XXXXXXXXXX, 8). Information needed by Carrier for ACI. CIMP Ref: 2.5.3 HWB 22J |\n| MasterConsignment/IncludedHouseConsignment/SummaryDescription | String | 1-600 | M | Description of goods (e.g., XXXXXXXXXX). Information needed by Carrier for ACI |\n| MasterConsignment/IncludedHouseConsignment/FreightRateTypeCode | Alphabetic | 1 | O | Rating type (F=Face, P=Published, A=Actual). Maximum of 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details. Information needed by Carrier for AEI to Customs. CIMP Ref: 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., X, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., XXXXXXXXXX). CIMP Ref: 5.4.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AccountID | String | 1-14 | O | Consignor account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 5.2.2 HWB 3 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 5.7.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element in Street Details should be completed. CIMP Ref: 5.5.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 5.6.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 5.7.2 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX, Switzerland) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 5.6.4 HWB 2 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, US NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information. CIMP Ref: 5.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignor contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX). CIMP Ref: 5.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details. Information needed by Carrier for AEI to Customs. CIMP Ref: 6 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., XXXXXXXXXX). CIMP Ref: 6.4.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AccountID | String | 1-14 | O | Consignee account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 6.2.2 HWB 5 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 6.7.4 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element in Street Details should be completed. CIMP Ref: 6.5.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 6.6.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 6.7.2 HWB 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 6.6.4 4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information. CIMP Ref: 6.8 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Consignee contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX). CIMP Ref: 6.8.4 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty | Element | N/A | O | Freight forwarder details. CIMP Ref: 7 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID | Alpha-Numerical | 1-35 | O | Freight forwarder internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AdditionalID | Alpha-Numerical | 1-35 | O | Freight forwarder standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/Name | String | 1-70 | M | Freight forwarder name (e.g., XXXXXXXXXX). CIMP Ref: 7.4.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/AccountID | String | 1-14 | O | Freight forwarder account number (e.g., XXXXXXXXXX, ABC94269). CIMP Ref: 7.2.2 HWB 8 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress | Element | N/A | M | Freight forwarder address |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/StreetName | Alpha-Numerical | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element should be completed |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 7.5.2 HWB 6 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, US) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact | Element | N/A | O | Freight forwarder contact information |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/PersonName | String | 1-70 | O | Freight forwarder contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Other party details (0:n occurrence). CIMP Ref: 9 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Other party internal ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1, EAN) - UN/EDIFACT 3055 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | 1-35 | O | Other party standard ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Name | String | 1-70 | M | Other party name (e.g., XXXXXXXXXX). CIMP Ref: 9.2.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Party type code (e.g., XXXXXXXXXX, NI=Notify Party, OJ=Third party, FB=Nominated freight company) - UN/EDIFACT 3035. CIMP Ref: 9.1 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Party type name (e.g., XXXXXXXXXX, Carrier) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Other party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX, H3A 2R4). CIMP Ref: 9.5.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX). At least one element should be completed. CIMP Ref: 9.3.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX, LONDON). CIMP Ref: 9.4.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 9.5.2 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | String | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX, QUEBEC). CIMP Ref: 9.4.4 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityID | Alpha-Numerical | 1-3 | O | City code (e.g., XXXXXXXXXX, NYC) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionID | Alpha-Numerical | 1-35 | O | Region code (e.g., XXXXXXXXXX, NY) - UNECE Rec 16 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation | Element | N/A | O | Specified address location |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/ID | Alphabetic | 3 or 5 | O | Location code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/SpecifiedAddressLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | M | Other party contact information (1:n occurrence). CIMP Ref: 9.6 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Other party contact name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance | Element | N/A | O | Insurance details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty | Element | N/A | O | Covering party |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportCargoInsurance/CoverageInsuranceParty/Role | Alpha-Numerical | 1-70 | O | Party covering insurance (e.g., XXXXXXXXXX, Consignor, Consignee, Freight Forwarder) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | House consignment origin location |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.2 |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | House consignment final destination location |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., XXXXXXXXXX, BKK) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 2.4.3 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., XXXXXXXXXX, Bangkok) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport and booking details (0:n occurrence). CIMP Ref: 4 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., XXXXXXXXXX, Main-Carriage, Pre-Carriage, On-Carriage) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., XXXXXXXXXX, 4=Air) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Mode of transport name (e.g., XXXXXXXXXX, AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight number (e.g., XXXXXXXXXX, BA1234). CIMP Ref: 3.2.3 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Alphabetic | 1-4 | O | Transport sequence (e.g., XXXXXXXXXX, 1). Always default to 1 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Aircraft details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., XXXXXXXXXX) - IATA Airline and Company Designators code. CIMP Ref: 3.2.2 HWB 19A |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled arrival date/time (e.g., 2002-07-01T05:10:10). CIMP Ref: 3.2.5 HWB 19A/19B |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID | Alphabetic | 3 or 5 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | String | 1-70 | O | Arrival location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport, Seaport, Freight Terminal, Rail Station, Other) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Scheduled departure date/time (e.g., 2002-07-01T05:10:10). CIMP Ref: 3.2.5 19A/19B |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alphabetic | 3 or 5 | M | Departure airport code (e.g., XXXXXXXXXX, LHR) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | String | 1-70 | O | Departure location name (e.g., XXXXXXXXXX, London Heathrow) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions | Element | N/A | O | Special handling codes (0:n occurrence). CIMP Ref: 23 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/Description | Alpha-Numerical | 1-70 | O | Special handling text (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingSPHInstructions/DescriptionCode | Alphabetic | 1-3 | M | Special handling code (e.g., XXXXXXXXXX, EAP). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions | Element | N/A | O | Special service request (0:n occurrence). CIMP Ref: 8 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/Description | String | 1-195 | M | SSR description (e.g., XXXXXXXXXX, MUST BE KEPT ABOVE 5 DEGREES CELSIUS). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingSSRInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions | Element | N/A | O | Other service information (0:n occurrence). CIMP Ref: 18 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/Description | String | 1-195 | M | OSI description (e.g., XXXXXXXXXX, EXTRA CHARGE DUE TO SPECIAL HANDLING REQUIREMENTS). CIMP Ref: HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/HandlingOSIInstructions/DescriptionCode | Alpha-Numerical | 1-5 | O | Service type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote | Element | N/A | O | Accounting detail (0:n occurrence). CIMP Ref: 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/ContentCode | Alpha-Numerical | 1-3 | M | Accounting information identifier (e.g., XXXXXXXXXX). CIMP Ref: 10.2.2 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedAccountingNote/Content | String | 1-70 | M | Accounting information (e.g., XXXXXXXXXX, PAYMENT BY CERTIFIED CHEQUE). CIMP Ref: 10.2.4 HWB 10 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote | Element | N/A | O | Customs information (0:n occurrence). CIMP Ref: 25 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-2 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary customs information (e.g., XXXXXXXXXX, BCBP123). CIMP Ref: 25.9 HWB 21 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-3 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., XXXXXXXXXX, 740=Air Waybill) - UN/EDIFACT 1001 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., XXXXXXXXXX, Air Waybill) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| MasterConsignment/IncludedHouseConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | O | Customs origin code (e.g., XXXXXXXXXX, T2) - CIMP 1.49. CIMP Ref: 19.3 HWB 21A |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange | Element | N/A | M | Origin currency. CIMP Ref: 11 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableOriginCurrencyExchange/SourceCurrencyCode | Alphabetic | 3 | M | Origin currency code (e.g., CHF, GPD) - ISO 4217. CIMP Ref: 11.3 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange | Element | N/A | O | Destination currency |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/TargetCurrencyCode | Alphabetic | 3 | M | Destination currency code (e.g., USD, GPD) - ISO 4217. CIMP Ref: HWB (not specified) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/MarketID | Alpha-Numerical | 1-35 | O | Conversion rate qualifier (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableDestinationCurrencyExchange/ConversionRate | Numeric | 1-11 | O | Currency conversion rate (e.g., 23, 2.15000). CIMP Ref: 19.4.1 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge | Element | N/A | O | Service charges |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsServiceCharge/ServiceTypeCode | Alphabetic | 1 | O | Service code (e.g., XXXXXXXXXX, D) - CIMP 1.38. CIMP Ref: 12.19.2 HWB 22Z |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge | Element | N/A | O | Other charges (0:n occurrence). CIMP Ref: 13 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ID | Alphabetic | 2 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/Reason | Alpha-Numerical | 1-70 | O | Other charge reason description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount | Numeric | 1-12 | M | Charge amount (e.g., XXXXXXXXXX, 120.46). Range: 0.000-999999999999. CIMP Ref: 13.3.3 HWB 23 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/ActualAmount@currencyID | Alphabetic | 3 | M | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/ApplicableLogisticsAllowanceCharge/PartyTypeCode | Alphabetic | 1 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem | Element | N/A | M | Item details (1:n occurrence). At least one of Volume, Dimension or ULD elements should be included |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SequenceNumeric | Alpha-Numerical | 1-3 | M | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode | Alpha-Numerical | 1-35 | O | Item type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TypeCode@listAgencyID | Alpha-Numerical | 1-35 | O | List agency ID (e.g., X) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure | Numeric | 1-7 | O | Item gross weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.4.3 HWB 22B |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 12.4.2 HWB 22C |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure | Numeric | 1-9 | O | Item volume (e.g., XXXXXXXXXX, 12.92). Range: 0.01-999999999. CIMP Ref: 12.14.6 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.14.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount | Numeric | 1-12 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TotalChargeAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., XXXXXXXXXX, 15000). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/PieceQuantity | Numeric | 1-4 | O | Number of pieces (e.g., XXXXXXXXXX, 8). CIMP Ref: 12.3.3 HWB 22A |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/VolumetricFactor | Alpha-Numerical | 1-8 | O | Conversion factor (e.g., XXXXXXXXXX). If Volume amount is specified, this can be left blank |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/Information | String | 1-70 | O | Item description (e.g., XXXXXXXXXX, TOOTH PASTE). CIMP Ref: 12.11.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo | Element | N/A | O | Nature identification |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/NatureIdentificationTransportCargo/Identification | String | 1-70 | O | Cargo identification (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry | Element | N/A | O | Country of origin |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/OriginCountry/ID | Alphabetic | 2 | O | Country of origin code (e.g., XXXXXXXXXX, CH) - ISO 3166. CIMP Ref: 12.18.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence). CIMP Ref: 12.15 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-35 | M | ULD number: Type + Serial Number + Owner Code (e.g., XXXXXXXXXX, ASE1234TW) - IATA ULD Regulations. CIMP Ref: 12.15.5/6/7 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure | Numeric | 1-7 | O | Tare weight (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/TareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's load and count (e.g., XXXXXXXXXX, 15000). CIMP Ref: 12.16.5 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | ULD characteristic code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty | Element | N/A | O | Operating party |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 1-35 | O | ULD owner code (e.g., XXXXXXXXXX, TW) - IATA ULD Regulations |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedUnitLoadTransportEquipment/OperatingParty/PrimaryID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., X) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence). CIMP Ref: 12.13 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Item quantity / number of pieces (e.g., XXXXXXXXXX, 8). CIMP Ref: 12.13.15 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | O | Package weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.13.6 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20. CIMP Ref: 12.13.5 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Dimensions |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.11 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.9 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., XXXXXXXXXX, 200). CIMP Ref: 12.13.13 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit (e.g., XXX) - UNECE Rec 20. CIMP Ref: 12.13.8 HWB 22I |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge | Element | N/A | O | Freight rate details |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CategoryCode | Alphabetic | 1 | O | Rate class code (e.g., XXXXXXXXXX, M) - CIMP 1.4. CIMP Ref: 12.5.3 HWB 22D |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/CommodityItemID | Alpha-Numerical | 1-11 | O | Commodity item number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure | Numeric | 1-7 | M | Chargeable weight (e.g., XXXXXXXXXX, 140.5). Range: 0.1-9999999. CIMP Ref: 12.7.3 HWB 22F |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/ChargeableWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., XXX, KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedRate | Numeric | 1-8 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount | Numeric | 1-12 | O | 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 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/ApplicableFreightRateServiceCharge/AppliedAmount@currencyID | Alphabetic | 3 | O | Currency code (e.g., XXX) - ISO 4217 |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Document issue date (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/AssociatedReferenceDocument/Name | String | 1-70 | O | Document name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation | Element | N/A | O | RCP details |\n| MasterConsignment/IncludedHouseConsignment/IncludedHouseConsignmentItem/SpecifiedRateCombinationPointLocation/ID | Alphabetic | 3 or 5 | O | RCP code (e.g., XXXXXXXXXX, CDG) - IATA 3-letter or UNLOCODE 5-char. CIMP Ref: 12.3.3 HWB 22A |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- MAWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- HAWB Number: Alphanumeric (assigned by freight forwarder)\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Country Codes: ISO 3166-1 alpha-2 codes\n    \n\n**Business Context**:\n\n- XFZB is sent by Air Cargo Agents (ACAs/Freight Forwarders)\n    \n- Each IncludedHouseConsignment element represents one HAWB\n    \n- All HAWBs are linked to the parent MasterConsignment (MAWB)"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"a9b8bdcf-388f-473c-bc49-c046eded039d"},{"name":"Add House Manifest Additional Documents","id":"4e1f7457-364d-4558-83bc-678aa971e026","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":[{"type":"any","value":"hawb-001","key":"hawbId"}]}},"response":[{"id":"e411d162-1eb5-40bd-b2fc-0d3f07a74a8a","name":"201 - Created","originalRequest":{"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":{"raw":"https://api.psw.gov.pk/api/v1/aci/fhl/:hawbId/files","protocol":"https","host":["api","psw","gov","pk"],"path":["api","v1","aci","fhl",":hawbId","files"],"variable":[{"key":"hawbId","value":"hawb-001"}]},"description":"Use this endpoint to add documents to an existing house manifest.\n\nBefore using this endpoint, the file(s) shall be uploaded to [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) first, and the response from that API shall be used in this request.\n\n## Request Parameters\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| files | Array of file metadata from the [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) |  |  |  |\n\n**Business Context**:\n\n- Use this endpoint to add documents to an existing house manifest"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"9cfdd05e-516f-4137-adfd-dde780722698","name":"400 - Bad Request","originalRequest":{"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":{"raw":"https://api.psw.gov.pk/api/v1/aci/fhl/:hawbId/files","protocol":"https","host":["api","psw","gov","pk"],"path":["api","v1","aci","fhl",":hawbId","files"],"variable":[{"key":"hawbId","value":"hawb-001"}]},"description":"Use this endpoint to add documents to an existing house manifest.\n\nBefore using this endpoint, the file(s) shall be uploaded to [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) first, and the response from that API shall be used in this request.\n\n## Request Parameters\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| files | Array of file metadata from the [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) |  |  |  |\n\n**Business Context**:\n\n- Use this endpoint to add documents to an existing house manifest"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"bfa07847-02f3-476a-8e81-d8a4d7982cd0","name":"401 - Unauthorized","originalRequest":{"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":{"raw":"https://api.psw.gov.pk/api/v1/aci/fhl/:hawbId/files","protocol":"https","host":["api","psw","gov","pk"],"path":["api","v1","aci","fhl",":hawbId","files"],"variable":[{"key":"hawbId","value":"hawb-001"}]},"description":"Use this endpoint to add documents to an existing house manifest.\n\nBefore using this endpoint, the file(s) shall be uploaded to [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) first, and the response from that API shall be used in this request.\n\n## Request Parameters\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| files | Array of file metadata from the [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) |  |  |  |\n\n**Business Context**:\n\n- Use this endpoint to add documents to an existing house manifest"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"6bc56f17-015a-42a2-9d98-945196e5b852","name":"403 - Forbidden","originalRequest":{"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":{"raw":"https://api.psw.gov.pk/api/v1/aci/fhl/:hawbId/files","protocol":"https","host":["api","psw","gov","pk"],"path":["api","v1","aci","fhl",":hawbId","files"],"variable":[{"key":"hawbId","value":"hawb-001"}]},"description":"Use this endpoint to add documents to an existing house manifest.\n\nBefore using this endpoint, the file(s) shall be uploaded to [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) first, and the response from that API shall be used in this request.\n\n## Request Parameters\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| files | Array of file metadata from the [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) |  |  |  |\n\n**Business Context**:\n\n- Use this endpoint to add documents to an existing house manifest"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"f177bbbc-3682-4371-9d3e-7bc845786b69","name":"422 - Unprocessable Entity","originalRequest":{"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":{"raw":"https://api.psw.gov.pk/api/v1/aci/fhl/:hawbId/files","protocol":"https","host":["api","psw","gov","pk"],"path":["api","v1","aci","fhl",":hawbId","files"],"variable":[{"key":"hawbId","value":"hawb-001"}]},"description":"Use this endpoint to add documents to an existing house manifest.\n\nBefore using this endpoint, the file(s) shall be uploaded to [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) first, and the response from that API shall be used in this request.\n\n## Request Parameters\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| files | Array of file metadata from the [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) |  |  |  |\n\n**Business Context**:\n\n- Use this endpoint to add documents to an existing house manifest"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"},{"id":"9964d319-ccbb-4121-8f7b-58b704e01058","name":"404 - Not Found","originalRequest":{"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":{"raw":"https://api.psw.gov.pk/api/v1/aci/fhl/:hawbId/files","protocol":"https","host":["api","psw","gov","pk"],"path":["api","v1","aci","fhl",":hawbId","files"],"variable":[{"key":"hawbId","value":"hawb-001"}]},"description":"Use this endpoint to add documents to an existing house manifest.\n\nBefore using this endpoint, the file(s) shall be uploaded to [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) first, and the response from that API shall be used in this request.\n\n## Request Parameters\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| files | Array of file metadata from the [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) |  |  |  |\n\n**Business Context**:\n\n- Use this endpoint to add documents to an existing house manifest"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"No resource found with the given identifier.\"\n}"},{"id":"68eed705-4c44-4d7d-af61-cc71c8c0fa8c","name":"412 - Precondition Failed","originalRequest":{"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":{"raw":"https://api.psw.gov.pk/api/v1/aci/fhl/:hawbId/files","protocol":"https","host":["api","psw","gov","pk"],"path":["api","v1","aci","fhl",":hawbId","files"],"variable":[{"key":"hawbId","value":"hawb-001"}]},"description":"Use this endpoint to add documents to an existing house manifest.\n\nBefore using this endpoint, the file(s) shall be uploaded to [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) first, and the response from that API shall be used in this request.\n\n## Request Parameters\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| files | Array of file metadata from the [File Upload API](https://postman.belli.app/#720765b3-9734-4e30-81d0-a1abe6c3a3a9) |  |  |  |\n\n**Business Context**:\n\n- Use this endpoint to add documents to an existing house manifest"},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 412,\n  \"error\": \"Precondition Failed\",\n  \"message\": \"The resource has been modified since your last request. Fetch the latest version and retry.\"\n}"}],"_postman_id":"4e1f7457-364d-4558-83bc-678aa971e026"}],"id":"2fc5a8fe-2832-4ee1-9397-1ef89a52b96e","description":"<p>A house manifest lists the house consignments linked to a shipment. Use this section to submit the manifest and any supporting documents.</p>\n","_postman_id":"2fc5a8fe-2832-4ee1-9397-1ef89a52b96e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"47446580-b0eb-4df8-919f-99cbf31776c1","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"19e66b01-2fae-420e-a69c-caf340d383a6","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":"1780561706","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":"d12c3a2a-78ea-4660-a292-92343735f947","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bcce6571-88e3-46e0-a45b-f429c1853755","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":"1780561706","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"}],"url":"https://api.psw.gov.pk/api/v1/aci/ffr/json/3.10","description":"**Message Type**: FFR (Booking Request) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML FFR (Freight Forwarder Request) standards in JSON format.\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"bcae1aeb-3b57-49f4-bd38-8c8f778c19d6","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"704a8882-4bf6-412e-896f-bfc282c34def","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":"1780561706","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"}],"url":"https://api.psw.gov.pk/api/v1/aci/ffr/json/3.10","description":"**Message Type**: FFR (Booking Request) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML FFR (Freight Forwarder Request) standards in JSON format.\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"8a90e292-49ad-4548-8446-8fe25588be2f","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"533d02ba-58b5-412a-bdec-ac907793dfcb","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":"1780561706","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"}],"url":"https://api.psw.gov.pk/api/v1/aci/ffr/json/3.10","description":"**Message Type**: FFR (Booking Request) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML FFR (Freight Forwarder Request) standards in JSON format.\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"53d07dc3-11d7-4df1-a2c4-007ae91c8555","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"9a715d0d-3365-4574-92cb-42ac1a39b8fe","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":"1780561706","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"}],"url":"https://api.psw.gov.pk/api/v1/aci/ffr/json/3.10","description":"**Message Type**: FFR (Booking Request) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML FFR (Freight Forwarder Request) standards in JSON format.\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"b606c845-b5b6-49b9-8d07-3dbf986fb3f9","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"94ba589e-0b42-43dd-9f1f-790c2dcab374","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":"1780561706","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"}],"url":"https://api.psw.gov.pk/api/v1/aci/ffr/json/3.10","description":"**Message Type**: FFR (Booking Request) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML FFR (Freight Forwarder Request) standards in JSON format.\n\n**IATA Standards Applied**:\n\n- AWB Number Format: XXX-XXXXXXXX (3-digit airline prefix + 8-digit serial)\n    \n- Airport Codes: IATA 3-letter codes (uppercase)\n    \n- Airline Codes: IATA 2-character codes\n    \n- ULD Types: IATA standard ULD type codes\n    \n- Special Handling Codes: IATA Cargo-IMP standard codes"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"47446580-b0eb-4df8-919f-99cbf31776c1"},{"name":"Send Flight Booking Request (XFFR) - IATA Cargo-XML Format","id":"7e5a6139-a57d-4283-bfb9-5a31138db30b","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"eb3e5115-f114-404e-b039-dd0b242fd580","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":"1780561706","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":"d72fe696-0c85-44a1-9570-822b1c61b941","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"00802a81-e40d-45dd-9090-c3eed030fd75","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":"1780561706","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"}],"url":"https://api.psw.gov.pk/api/v1/aci/ffr/xml/3.10","description":"**Message Type**: XFFR (Booking Request) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFFR (XML Freight Forwarder Request) standards. The XFFR is the XML equivalent of FFR.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID - Contains technical reference identification provided by sender |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be 'Transport Loading Report' for FBL |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be '122' for FBL |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created (UTC) (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be 'Creation', 'Deletion', 'Update', 'Request' or 'Response' |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version (e.g. 3.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of series of messages within conversation |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | Freight Booked List Identification - Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text - Free text |\n| LogisticsTransportMovement | Element | N/A | M | Transport movement/flight details |\n| LogisticsTransportMovement/StageCode | String | 1-35 | M | Must be 'Main-Carriage' |\n| LogisticsTransportMovement/ModeCode | Numeric | 1-15 | M | Code of Mode of Transport (4=Air Transport) - UNECE Rec.19 |\n| LogisticsTransportMovement/Mode | String | 1-35 | O | Name of Mode of Transport (e.g. 'AIR TRANSPORT') |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | Flight number (e.g. BA1234) |\n| LogisticsTransportMovement/SequenceNumeric | Numeric | 1-4 | M | Sequence number identifying the transport (defaults to 1 in FBL) |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numeric | 1-7 | O | Total gross weight on flight (with unitCode attribute). Range: 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit of measurement (e.g. KGM) - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numeric | 1-9 | O | Total volume on flight (with unitCode attribute) |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalPieceQuantity | Numeric | 1-4 | O | Total pieces on flight |\n| LogisticsTransportMovement/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity | Numeric | 1-4 | O | Total ULDs on flight |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Aircraft details |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | M | Aircraft registration or carrier name. For Air, IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date/time |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 or 5 | M | Departure airport code (IATA 3-letter or UNLOCODE 5-char) |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-35 | O | Departure airport name |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alpha-Numerical | 1-3 | O | Customs note code - Information Identifier (CIMP 1.19) |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alpha-Numerical | 1-2 | O | Customs, Security and Regulatory Control Information Identifier (CIMP 1.100) |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code (pattern: \\[A-Z\\]{2}) |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent | Element | N/A | M | Arrival/destination details (1:n occurrence) |\n| ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| ArrivalEvent/OccurrenceArrivalLocation/ID | Alpha-Numerical | 3 or 5 | M | Arrival airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Arrival airport name |\n| ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| ArrivalEvent/NilCargoIndication | String | 1-5 | O | Indicates no cargo to be unloaded (value: 'Nil') |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | O | Cargo details at destination (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | Alpha-Numerical | 1-3 | O | Cargo type code (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment | Element | N/A | O | Master consignment details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure | Numeric | 1-7 | M | Consignment gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Consignment volume. Must be completed if Density Group not completed |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/DensityGroupCode | Numeric | 1 | O | Density group (1-9). Must be completed if Volume Amount not completed - CIMP 2 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total pieces in consignment |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/SummaryDescription | String | 1-70 | M | Manifest description of goods |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code - P=Part, C=Complete, T=Total - CIMP 1.15 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/MovementPriorityCode | Alphabetic | 1 | O | Movement priority code (e.g. H=High) - CIMP 1.12 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument | Element | N/A | M | AWB details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | AWB number - Format: nnn-n\\[8\\] (3-digit airline code + hyphen + 8-digit serial number) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Origin airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final destination location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Destination airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions | Element | N/A | O | Handling instructions (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/Description | String | 1-70 | M | Handling instruction text - Can be from CIMP 1.16/1.14 or free text |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service Type Code - SSR, OSI, or SPH - CIMP 1.16/1.14 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-3 | O | Information Identifier - CIMP 1.19 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-2 | O | Customs Information Identifier - CIMP 1.100 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces in dimension group |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity@unitCode | Alpha-Numerical | 3 | M | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | M | Package gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | M | Package dimensions |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement | Element | N/A | O | Pre-carriage transport details. If completed, must contain at least one element (Forwarding Agent, Inward Details, or Movement Priority) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ID | Alpha-Numerical | 1-35 | O | Pre-carriage flight number |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent | Element | N/A | O | Pre-carriage arrival timing |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Pre-carriage arrival date/time |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | O | Loading location code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Loading location name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty | Element | N/A | O | Forwarding agent details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty/Name | Alpha-Numerical | 1-70 | M | Forwarding agent abbreviated name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-11 | O | Full ULD number (type + serial + owner + loading indicator) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's Load and Count. Use 0 to identify shipper built unit if exact SLAC value unknown |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | ULD type code - IATA ULD Regulations |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 1 | O | ULD Loading Indicator (height/loading limitation) - CIMP 1.47 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numeric | 1-7 | M | ULD content gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty | Element | N/A | M | ULD operator |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | ULD owner code (airline or leasing company) - IATA ULD Regulations |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"d39687e8-f49e-4ff8-acd0-89d39ea3bc9b","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"65b04090-35dd-4c2f-8b3b-4a357bfdb941","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":"1780561706","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"}],"url":"https://api.psw.gov.pk/api/v1/aci/ffr/xml/3.10","description":"**Message Type**: XFFR (Booking Request) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFFR (XML Freight Forwarder Request) standards. The XFFR is the XML equivalent of FFR.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID - Contains technical reference identification provided by sender |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be 'Transport Loading Report' for FBL |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be '122' for FBL |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created (UTC) (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be 'Creation', 'Deletion', 'Update', 'Request' or 'Response' |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version (e.g. 3.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of series of messages within conversation |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | Freight Booked List Identification - Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text - Free text |\n| LogisticsTransportMovement | Element | N/A | M | Transport movement/flight details |\n| LogisticsTransportMovement/StageCode | String | 1-35 | M | Must be 'Main-Carriage' |\n| LogisticsTransportMovement/ModeCode | Numeric | 1-15 | M | Code of Mode of Transport (4=Air Transport) - UNECE Rec.19 |\n| LogisticsTransportMovement/Mode | String | 1-35 | O | Name of Mode of Transport (e.g. 'AIR TRANSPORT') |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | Flight number (e.g. BA1234) |\n| LogisticsTransportMovement/SequenceNumeric | Numeric | 1-4 | M | Sequence number identifying the transport (defaults to 1 in FBL) |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numeric | 1-7 | O | Total gross weight on flight (with unitCode attribute). Range: 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit of measurement (e.g. KGM) - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numeric | 1-9 | O | Total volume on flight (with unitCode attribute) |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalPieceQuantity | Numeric | 1-4 | O | Total pieces on flight |\n| LogisticsTransportMovement/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity | Numeric | 1-4 | O | Total ULDs on flight |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Aircraft details |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | M | Aircraft registration or carrier name. For Air, IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date/time |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 or 5 | M | Departure airport code (IATA 3-letter or UNLOCODE 5-char) |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-35 | O | Departure airport name |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alpha-Numerical | 1-3 | O | Customs note code - Information Identifier (CIMP 1.19) |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alpha-Numerical | 1-2 | O | Customs, Security and Regulatory Control Information Identifier (CIMP 1.100) |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code (pattern: \\[A-Z\\]{2}) |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent | Element | N/A | M | Arrival/destination details (1:n occurrence) |\n| ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| ArrivalEvent/OccurrenceArrivalLocation/ID | Alpha-Numerical | 3 or 5 | M | Arrival airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Arrival airport name |\n| ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| ArrivalEvent/NilCargoIndication | String | 1-5 | O | Indicates no cargo to be unloaded (value: 'Nil') |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | O | Cargo details at destination (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | Alpha-Numerical | 1-3 | O | Cargo type code (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment | Element | N/A | O | Master consignment details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure | Numeric | 1-7 | M | Consignment gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Consignment volume. Must be completed if Density Group not completed |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/DensityGroupCode | Numeric | 1 | O | Density group (1-9). Must be completed if Volume Amount not completed - CIMP 2 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total pieces in consignment |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/SummaryDescription | String | 1-70 | M | Manifest description of goods |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code - P=Part, C=Complete, T=Total - CIMP 1.15 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/MovementPriorityCode | Alphabetic | 1 | O | Movement priority code (e.g. H=High) - CIMP 1.12 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument | Element | N/A | M | AWB details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | AWB number - Format: nnn-n\\[8\\] (3-digit airline code + hyphen + 8-digit serial number) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Origin airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final destination location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Destination airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions | Element | N/A | O | Handling instructions (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/Description | String | 1-70 | M | Handling instruction text - Can be from CIMP 1.16/1.14 or free text |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service Type Code - SSR, OSI, or SPH - CIMP 1.16/1.14 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-3 | O | Information Identifier - CIMP 1.19 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-2 | O | Customs Information Identifier - CIMP 1.100 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces in dimension group |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity@unitCode | Alpha-Numerical | 3 | M | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | M | Package gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | M | Package dimensions |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement | Element | N/A | O | Pre-carriage transport details. If completed, must contain at least one element (Forwarding Agent, Inward Details, or Movement Priority) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ID | Alpha-Numerical | 1-35 | O | Pre-carriage flight number |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent | Element | N/A | O | Pre-carriage arrival timing |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Pre-carriage arrival date/time |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | O | Loading location code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Loading location name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty | Element | N/A | O | Forwarding agent details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty/Name | Alpha-Numerical | 1-70 | M | Forwarding agent abbreviated name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-11 | O | Full ULD number (type + serial + owner + loading indicator) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's Load and Count. Use 0 to identify shipper built unit if exact SLAC value unknown |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | ULD type code - IATA ULD Regulations |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 1 | O | ULD Loading Indicator (height/loading limitation) - CIMP 1.47 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numeric | 1-7 | M | ULD content gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty | Element | N/A | M | ULD operator |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | ULD owner code (airline or leasing company) - IATA ULD Regulations |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"aac375b9-34f2-44fc-81e2-946ca5b8494e","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"2e6c4f22-b81e-4971-a30f-35e72c504a26","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":"1780561706","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"}],"url":"https://api.psw.gov.pk/api/v1/aci/ffr/xml/3.10","description":"**Message Type**: XFFR (Booking Request) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFFR (XML Freight Forwarder Request) standards. The XFFR is the XML equivalent of FFR.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID - Contains technical reference identification provided by sender |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be 'Transport Loading Report' for FBL |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be '122' for FBL |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created (UTC) (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be 'Creation', 'Deletion', 'Update', 'Request' or 'Response' |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version (e.g. 3.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of series of messages within conversation |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | Freight Booked List Identification - Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text - Free text |\n| LogisticsTransportMovement | Element | N/A | M | Transport movement/flight details |\n| LogisticsTransportMovement/StageCode | String | 1-35 | M | Must be 'Main-Carriage' |\n| LogisticsTransportMovement/ModeCode | Numeric | 1-15 | M | Code of Mode of Transport (4=Air Transport) - UNECE Rec.19 |\n| LogisticsTransportMovement/Mode | String | 1-35 | O | Name of Mode of Transport (e.g. 'AIR TRANSPORT') |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | Flight number (e.g. BA1234) |\n| LogisticsTransportMovement/SequenceNumeric | Numeric | 1-4 | M | Sequence number identifying the transport (defaults to 1 in FBL) |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numeric | 1-7 | O | Total gross weight on flight (with unitCode attribute). Range: 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit of measurement (e.g. KGM) - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numeric | 1-9 | O | Total volume on flight (with unitCode attribute) |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalPieceQuantity | Numeric | 1-4 | O | Total pieces on flight |\n| LogisticsTransportMovement/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity | Numeric | 1-4 | O | Total ULDs on flight |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Aircraft details |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | M | Aircraft registration or carrier name. For Air, IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date/time |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 or 5 | M | Departure airport code (IATA 3-letter or UNLOCODE 5-char) |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-35 | O | Departure airport name |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alpha-Numerical | 1-3 | O | Customs note code - Information Identifier (CIMP 1.19) |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alpha-Numerical | 1-2 | O | Customs, Security and Regulatory Control Information Identifier (CIMP 1.100) |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code (pattern: \\[A-Z\\]{2}) |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent | Element | N/A | M | Arrival/destination details (1:n occurrence) |\n| ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| ArrivalEvent/OccurrenceArrivalLocation/ID | Alpha-Numerical | 3 or 5 | M | Arrival airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Arrival airport name |\n| ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| ArrivalEvent/NilCargoIndication | String | 1-5 | O | Indicates no cargo to be unloaded (value: 'Nil') |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | O | Cargo details at destination (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | Alpha-Numerical | 1-3 | O | Cargo type code (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment | Element | N/A | O | Master consignment details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure | Numeric | 1-7 | M | Consignment gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Consignment volume. Must be completed if Density Group not completed |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/DensityGroupCode | Numeric | 1 | O | Density group (1-9). Must be completed if Volume Amount not completed - CIMP 2 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total pieces in consignment |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/SummaryDescription | String | 1-70 | M | Manifest description of goods |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code - P=Part, C=Complete, T=Total - CIMP 1.15 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/MovementPriorityCode | Alphabetic | 1 | O | Movement priority code (e.g. H=High) - CIMP 1.12 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument | Element | N/A | M | AWB details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | AWB number - Format: nnn-n\\[8\\] (3-digit airline code + hyphen + 8-digit serial number) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Origin airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final destination location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Destination airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions | Element | N/A | O | Handling instructions (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/Description | String | 1-70 | M | Handling instruction text - Can be from CIMP 1.16/1.14 or free text |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service Type Code - SSR, OSI, or SPH - CIMP 1.16/1.14 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-3 | O | Information Identifier - CIMP 1.19 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-2 | O | Customs Information Identifier - CIMP 1.100 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces in dimension group |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity@unitCode | Alpha-Numerical | 3 | M | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | M | Package gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | M | Package dimensions |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement | Element | N/A | O | Pre-carriage transport details. If completed, must contain at least one element (Forwarding Agent, Inward Details, or Movement Priority) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ID | Alpha-Numerical | 1-35 | O | Pre-carriage flight number |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent | Element | N/A | O | Pre-carriage arrival timing |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Pre-carriage arrival date/time |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | O | Loading location code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Loading location name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty | Element | N/A | O | Forwarding agent details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty/Name | Alpha-Numerical | 1-70 | M | Forwarding agent abbreviated name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-11 | O | Full ULD number (type + serial + owner + loading indicator) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's Load and Count. Use 0 to identify shipper built unit if exact SLAC value unknown |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | ULD type code - IATA ULD Regulations |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 1 | O | ULD Loading Indicator (height/loading limitation) - CIMP 1.47 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numeric | 1-7 | M | ULD content gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty | Element | N/A | M | ULD operator |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | ULD owner code (airline or leasing company) - IATA ULD Regulations |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"a25e218c-8bae-4eb8-a546-2115e294050b","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"8de54ba5-94e2-4677-97bd-3d1069e16a38","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":"1780561706","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"}],"url":"https://api.psw.gov.pk/api/v1/aci/ffr/xml/3.10","description":"**Message Type**: XFFR (Booking Request) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFFR (XML Freight Forwarder Request) standards. The XFFR is the XML equivalent of FFR.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID - Contains technical reference identification provided by sender |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be 'Transport Loading Report' for FBL |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be '122' for FBL |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created (UTC) (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be 'Creation', 'Deletion', 'Update', 'Request' or 'Response' |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version (e.g. 3.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of series of messages within conversation |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | Freight Booked List Identification - Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text - Free text |\n| LogisticsTransportMovement | Element | N/A | M | Transport movement/flight details |\n| LogisticsTransportMovement/StageCode | String | 1-35 | M | Must be 'Main-Carriage' |\n| LogisticsTransportMovement/ModeCode | Numeric | 1-15 | M | Code of Mode of Transport (4=Air Transport) - UNECE Rec.19 |\n| LogisticsTransportMovement/Mode | String | 1-35 | O | Name of Mode of Transport (e.g. 'AIR TRANSPORT') |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | Flight number (e.g. BA1234) |\n| LogisticsTransportMovement/SequenceNumeric | Numeric | 1-4 | M | Sequence number identifying the transport (defaults to 1 in FBL) |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numeric | 1-7 | O | Total gross weight on flight (with unitCode attribute). Range: 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit of measurement (e.g. KGM) - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numeric | 1-9 | O | Total volume on flight (with unitCode attribute) |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalPieceQuantity | Numeric | 1-4 | O | Total pieces on flight |\n| LogisticsTransportMovement/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity | Numeric | 1-4 | O | Total ULDs on flight |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Aircraft details |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | M | Aircraft registration or carrier name. For Air, IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date/time |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 or 5 | M | Departure airport code (IATA 3-letter or UNLOCODE 5-char) |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-35 | O | Departure airport name |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alpha-Numerical | 1-3 | O | Customs note code - Information Identifier (CIMP 1.19) |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alpha-Numerical | 1-2 | O | Customs, Security and Regulatory Control Information Identifier (CIMP 1.100) |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code (pattern: \\[A-Z\\]{2}) |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent | Element | N/A | M | Arrival/destination details (1:n occurrence) |\n| ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| ArrivalEvent/OccurrenceArrivalLocation/ID | Alpha-Numerical | 3 or 5 | M | Arrival airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Arrival airport name |\n| ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| ArrivalEvent/NilCargoIndication | String | 1-5 | O | Indicates no cargo to be unloaded (value: 'Nil') |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | O | Cargo details at destination (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | Alpha-Numerical | 1-3 | O | Cargo type code (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment | Element | N/A | O | Master consignment details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure | Numeric | 1-7 | M | Consignment gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Consignment volume. Must be completed if Density Group not completed |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/DensityGroupCode | Numeric | 1 | O | Density group (1-9). Must be completed if Volume Amount not completed - CIMP 2 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total pieces in consignment |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/SummaryDescription | String | 1-70 | M | Manifest description of goods |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code - P=Part, C=Complete, T=Total - CIMP 1.15 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/MovementPriorityCode | Alphabetic | 1 | O | Movement priority code (e.g. H=High) - CIMP 1.12 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument | Element | N/A | M | AWB details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | AWB number - Format: nnn-n\\[8\\] (3-digit airline code + hyphen + 8-digit serial number) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Origin airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final destination location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Destination airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions | Element | N/A | O | Handling instructions (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/Description | String | 1-70 | M | Handling instruction text - Can be from CIMP 1.16/1.14 or free text |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service Type Code - SSR, OSI, or SPH - CIMP 1.16/1.14 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-3 | O | Information Identifier - CIMP 1.19 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-2 | O | Customs Information Identifier - CIMP 1.100 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces in dimension group |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity@unitCode | Alpha-Numerical | 3 | M | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | M | Package gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | M | Package dimensions |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement | Element | N/A | O | Pre-carriage transport details. If completed, must contain at least one element (Forwarding Agent, Inward Details, or Movement Priority) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ID | Alpha-Numerical | 1-35 | O | Pre-carriage flight number |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent | Element | N/A | O | Pre-carriage arrival timing |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Pre-carriage arrival date/time |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | O | Loading location code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Loading location name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty | Element | N/A | O | Forwarding agent details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty/Name | Alpha-Numerical | 1-70 | M | Forwarding agent abbreviated name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-11 | O | Full ULD number (type + serial + owner + loading indicator) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's Load and Count. Use 0 to identify shipper built unit if exact SLAC value unknown |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | ULD type code - IATA ULD Regulations |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 1 | O | ULD Loading Indicator (height/loading limitation) - CIMP 1.47 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numeric | 1-7 | M | ULD content gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty | Element | N/A | M | ULD operator |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | ULD owner code (airline or leasing company) - IATA ULD Regulations |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"5ed5809a-5721-4a1d-92dd-f5b482e0d01f","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"3551d384-a44c-4ac5-820f-e418e20cff88","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":"1780561706","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"}],"url":"https://api.psw.gov.pk/api/v1/aci/ffr/xml/3.10","description":"**Message Type**: XFFR (Booking Request) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFFR (XML Freight Forwarder Request) standards. The XFFR is the XML equivalent of FFR.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID - Contains technical reference identification provided by sender |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be 'Transport Loading Report' for FBL |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be '122' for FBL |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created (UTC) (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be 'Creation', 'Deletion', 'Update', 'Request' or 'Response' |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version (e.g. 3.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of series of messages within conversation |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | Freight Booked List Identification - Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text - Free text |\n| LogisticsTransportMovement | Element | N/A | M | Transport movement/flight details |\n| LogisticsTransportMovement/StageCode | String | 1-35 | M | Must be 'Main-Carriage' |\n| LogisticsTransportMovement/ModeCode | Numeric | 1-15 | M | Code of Mode of Transport (4=Air Transport) - UNECE Rec.19 |\n| LogisticsTransportMovement/Mode | String | 1-35 | O | Name of Mode of Transport (e.g. 'AIR TRANSPORT') |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | Flight number (e.g. BA1234) |\n| LogisticsTransportMovement/SequenceNumeric | Numeric | 1-4 | M | Sequence number identifying the transport (defaults to 1 in FBL) |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numeric | 1-7 | O | Total gross weight on flight (with unitCode attribute). Range: 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit of measurement (e.g. KGM) - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numeric | 1-9 | O | Total volume on flight (with unitCode attribute) |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalPieceQuantity | Numeric | 1-4 | O | Total pieces on flight |\n| LogisticsTransportMovement/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity | Numeric | 1-4 | O | Total ULDs on flight |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Aircraft details |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | M | Aircraft registration or carrier name. For Air, IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date/time |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 or 5 | M | Departure airport code (IATA 3-letter or UNLOCODE 5-char) |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-35 | O | Departure airport name |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alpha-Numerical | 1-3 | O | Customs note code - Information Identifier (CIMP 1.19) |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alpha-Numerical | 1-2 | O | Customs, Security and Regulatory Control Information Identifier (CIMP 1.100) |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code (pattern: \\[A-Z\\]{2}) |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent | Element | N/A | M | Arrival/destination details (1:n occurrence) |\n| ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| ArrivalEvent/OccurrenceArrivalLocation/ID | Alpha-Numerical | 3 or 5 | M | Arrival airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Arrival airport name |\n| ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| ArrivalEvent/NilCargoIndication | String | 1-5 | O | Indicates no cargo to be unloaded (value: 'Nil') |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | O | Cargo details at destination (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | Alpha-Numerical | 1-3 | O | Cargo type code (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment | Element | N/A | O | Master consignment details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure | Numeric | 1-7 | M | Consignment gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Consignment volume. Must be completed if Density Group not completed |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/DensityGroupCode | Numeric | 1 | O | Density group (1-9). Must be completed if Volume Amount not completed - CIMP 2 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total pieces in consignment |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/SummaryDescription | String | 1-70 | M | Manifest description of goods |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code - P=Part, C=Complete, T=Total - CIMP 1.15 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/MovementPriorityCode | Alphabetic | 1 | O | Movement priority code (e.g. H=High) - CIMP 1.12 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument | Element | N/A | M | AWB details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | AWB number - Format: nnn-n\\[8\\] (3-digit airline code + hyphen + 8-digit serial number) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Origin airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final destination location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Destination airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions | Element | N/A | O | Handling instructions (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/Description | String | 1-70 | M | Handling instruction text - Can be from CIMP 1.16/1.14 or free text |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service Type Code - SSR, OSI, or SPH - CIMP 1.16/1.14 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-3 | O | Information Identifier - CIMP 1.19 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-2 | O | Customs Information Identifier - CIMP 1.100 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces in dimension group |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity@unitCode | Alpha-Numerical | 3 | M | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | M | Package gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | M | Package dimensions |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement | Element | N/A | O | Pre-carriage transport details. If completed, must contain at least one element (Forwarding Agent, Inward Details, or Movement Priority) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ID | Alpha-Numerical | 1-35 | O | Pre-carriage flight number |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent | Element | N/A | O | Pre-carriage arrival timing |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Pre-carriage arrival date/time |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | O | Loading location code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Loading location name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty | Element | N/A | O | Forwarding agent details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty/Name | Alpha-Numerical | 1-70 | M | Forwarding agent abbreviated name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-11 | O | Full ULD number (type + serial + owner + loading indicator) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's Load and Count. Use 0 to identify shipper built unit if exact SLAC value unknown |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | ULD type code - IATA ULD Regulations |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 1 | O | ULD Loading Indicator (height/loading limitation) - CIMP 1.47 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numeric | 1-7 | M | ULD content gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty | Element | N/A | M | ULD operator |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | ULD owner code (airline or leasing company) - IATA ULD Regulations |\n\n**IATA Standards Applied**:\n\n- XML Schema: IATA Cargo-XML Standard ([http://www.iata.org/IATA/2007/00](http://www.iata.org/IATA/2007/00))\n    \n- AWB Number Format: XXX-XXXXXXXX (embedded in ID element)\n    \n- Airport Codes: IATA 3-letter codes\n    \n- Unit Codes: ISO standard codes (KGM, LBR, MTQ, FTQ)\n    \n- Transport Mode: UN/EDIFACT codes"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"7e5a6139-a57d-4283-bfb9-5a31138db30b"}],"id":"d5e62b32-f5eb-4185-bbfb-9d6708920657","description":"<p>A flight booking request asks for cargo space on a flight. Use this section to submit the booking request.</p>\n","_postman_id":"d5e62b32-f5eb-4185-bbfb-9d6708920657","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"cd1865f6-e4a5-4c63-98ea-387da8cd4b8d","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"5dafc7ae-3f55-4f20-8eff-7bfbabe5ec83","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":"1780561706","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":[{"id":"c9e3424e-70f2-4393-96f5-aa712b52b8ee","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"157557ec-80e8-4519-bf24-56310f90fe8c","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":"1780561706","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\": \"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":"**Message Type**: SDG (Shippers' Declaration for Dangerous Goods Message) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XSDG (Shippers' Declaration for Dangerous Goods Message) standards in JSON format."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"80a63426-f3ff-483d-b164-4b7118d9bbd3","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"028b568d-b414-4652-9f77-7a51d0290bd2","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":"1780561706","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\": \"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":"**Message Type**: SDG (Shippers' Declaration for Dangerous Goods Message) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XSDG (Shippers' Declaration for Dangerous Goods Message) standards in JSON format."},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"8e97bb97-0b1e-45bf-ba47-1a7eb5db2c68","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"6f803d71-6362-41a1-b2f1-959b27cc5481","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":"1780561706","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\": \"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":"**Message Type**: SDG (Shippers' Declaration for Dangerous Goods Message) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XSDG (Shippers' Declaration for Dangerous Goods Message) standards in JSON format."},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"9d557f8f-8f36-4ff2-a778-5009dc079c16","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d0f48a75-5d81-426c-b315-19894b2c9b31","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":"1780561706","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\": \"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":"**Message Type**: SDG (Shippers' Declaration for Dangerous Goods Message) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XSDG (Shippers' Declaration for Dangerous Goods Message) standards in JSON format."},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"2bab421a-47db-483f-81e8-e0eb0e85e12c","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"2f4d2fb8-fd74-4134-a26f-a5107c262100","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":"1780561706","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\": \"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":"**Message Type**: SDG (Shippers' Declaration for Dangerous Goods Message) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XSDG (Shippers' Declaration for Dangerous Goods Message) standards in JSON format."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"cd1865f6-e4a5-4c63-98ea-387da8cd4b8d"},{"name":"Send Shippers' Declaration for Dangerous Goods Message (XSDG) - IATA Cargo-XML Format","id":"1236e7a0-f6b9-4fad-8643-188fdbe48dfa","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"X-Request-ID","value":"1904460e-1214-456d-bdd3-b67e7ab8a579","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":"1780561706","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":[{"id":"cb6ee0ec-82b3-4c76-94f8-fe444e0a6289","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"1b98bad0-ead9-4b46-b131-67f18c4220ba","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","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: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":"**Message Type**: XSDG (Shippers' Declaration for Dangerous Goods Message) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XSDG (XML Shippers' Declaration for Dangerous Goods Message) standards. The XSDG is the XML equivalent of SDG.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container (1:1 occurrence) |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID. Contains the technical reference identification provided by the sender to the message (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name. Contains the Name of the referenced document (e.g., XXXXXXXXXX, Air Waybill). UNTDED: 1000, WCO: D032 |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type. Contains the Type of referenced document (e.g., XXX, 740 for Air Waybill). CODED UN/EDIFACT 1001. UNTDED: 1001, WCO: D013 |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time at which the message was created UTC |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function. Contains the Function/Purpose of a given type of message. One of: Creation, Deletion, Update, Request or Response |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version. Contains the message version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | 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 |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender. Identifies the message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification. Identification of the sender address (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient. Identifies the message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification. Identification of the recipient address (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | SHIPPERS' DECLARATION FOR DG HEADER (1:1 occurrence) |\n| BusinessHeaderDocument/ProcessType | Alphabetic | 1 | M | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | String | 1-70+ | O | Header Note. Contains a message level text note. Free text (e.g., XXXXXXXXXX). UNTDED: 4150, WCO: 105 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor Authentication (1:1 occurrence) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Statement | String | 1-2048 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/IssueAuthenticationLocation/Name | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty/DefinedConsignorAuthenticationContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty/DefinedConsignorAuthenticationContact/PersonName | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication | Element | N/A | O | Declarant Authentication (0:1 occurrence) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Declarant Declaration Date. Date when the certification is made (e.g., 2002-07-01T05:10:10). UNTDED: 2001 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/Statement | String | 1-2048+ | M | Declarant Declaration Text. Contains the certification information complying with the Regulations (e.g., XXXXXXXXXX). UNTDED: 4426, WCO: 104 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/Signatory | Alpha-Numerical | 1-70+ | M | Declarant Signature. Contains the authentication of the Declarant (e.g., XXXXXXXXXX). UNTDED: 4427 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/IssueAuthenticationLocation/Name | Alpha-Numerical | 1-70+ | O | 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 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/Name | Alpha-Numerical | 1-70+ | O | Declarant Company Name. Name of the company of the declarant (e.g., XXXXXXXXXX). UNTDED: 3036 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonName | Alpha-Numerical | 1-70+ | M | Declarant Name. Name of the declarant (e.g., XXXXXXXXXX). UNTDED: 3036 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Declarant Department. Department of the declarant (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/JobTitle | Alpha-Numerical | 1-70+ | O | Declarant Job Title. Title or status of the declarant (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Declarant Phone Numbers (0:n occurrence) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Numeric | 1-35 | M | Declarant Phone Number. Contains the phone number of the contact department or person (e.g., XXXXXXXXXX). UNTDED: 3148, WCO: 240, CIMP Ref: n25 |\n| BusinessHeaderDocument/SignatoryDriverAuthentication | Element | N/A | O | Driver authentication details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Driver signature date (e.g., 2002-07-01T05:10:10) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/TransportMeansID | Alpha-Numerical | 1-35 | O | Transport means ID (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/Signatory | String | 1-70 | M | Driver signature name (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/Name | String | 1-70 | M | Party name (e.g., empty or XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonName | String | 1-70 | M | Contact person name (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonJobTitle | String | 1-70 | O | Job title (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., empty or XXXXXXXXXX) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/CarrierAssignedID | Alpha-Numerical | 1-35 | O | Carrier assigned ID / Master AWB number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorAssignedID | Alpha-Numerical | 1-35 | O | Consignor assigned ID / House AWB number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderAssignedID | String | 1-35 | O | Freight forwarder assigned ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Gross weight (e.g., 23). Range: 0.1-9999999 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/TotalTareWeightMeasure | Numeric | 1-7 | O | Total tare weight (e.g., 23). Range: 0.1-9999999 |\n| MasterConsignment/IncludedHouseConsignment/TotalTareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Associated party details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | N/A | O | Party primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | N/A | O | Party additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Name | String | 1-70 | M | Party name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Party role code (e.g., CA=Carrier Agent) - UN/EDIFACT 3035 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Party contact information |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., XXXXXXXXXX, Main-Carriage) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., XXXXXXXXXX, AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight/transport number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Information | String | 1-350 | O | Transport information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Transport means details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/ActualOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Loading date/time (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent | Element | N/A | O | Unloading event details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/ActualOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Unloading date/time (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation | Element | N/A | M | Unloading location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions | Element | N/A | O | Handling instructions |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions/Description | String | 1-350 | M | Instructions description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions/ExclusiveUsageIndicator | Boolean | N/A | O | Exclusive use indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., 380=Invoice) - UN/EDIFACT 1001 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry | Element | N/A | O | Final destination country |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry/ID | Alphabetic | 2 | M | Country code (e.g., XXXXXXXXXX) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry/Name | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry | Element | N/A | O | Export country |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry/ID | Alphabetic | 2 | M | Country code (e.g., XXXXXXXXXX) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry/Name | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction | Element | N/A | M | Commercial trade transaction container |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem | Element | N/A | M | Trade line item (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/Information | String | 1-350 | O | Line item information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery | Element | N/A | M | Product trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods | Element | N/A | M | Regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods | Element | N/A | M | Dangerous goods details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/UNDGIdentificationCode | Alpha-Numerical | 4 | M | UN Number (e.g., XXXXXXXXXX, UN1234) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/TechnicalName | String | 1-350 | O | Technical name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/UpperPartOrangeHazardPlacardID | Alpha-Numerical | 1-35 | O | Hazard identification number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/PackagingDangerLevelCode | Alpha-Numerical | 1-35 | O | Packing group (e.g., XXXXXXXXXX, I, II, III) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/PackingInstructionTypeCode | Alpha-Numerical | 1-35 | O | Packing instruction (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossWeightMeasure | Numeric | 1-9 | O | Gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/HazardClassificationID | Alpha-Numerical | 1-10 | M | Class/division (e.g., XXXXXXXXXX, 1.4, 3, 8) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/AdditionalHazardClassificationID | Alpha-Numerical | 1-10 | O | Subsidiary risk(s) (e.g., XXXXXXXXXX, 6.1, 8) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossVolumeMeasure | Numeric | 1-9 | O | Gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ, CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/MarinePollutantIndicator | Boolean | N/A | O | Marine pollutant indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetWeightMeasure | Numeric | 1-9 | O | Net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ProperShippingName | String | 1-350 | M | Proper shipping name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantity | Numeric | 1-9 | O | Net explosive quantity (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantity@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantityText | String | 1-350 | O | Net explosive quantity text (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation | Element | N/A | O | Supplementary information |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation/SuffixIndicator | Boolean | N/A | O | Suffix indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation/Content | String | 1-350 | M | Supplementary content (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ExplosiveCompatibilityGroupCode | Alphabetic | 1 | O | Compatibility group (e.g., XXXXXXXXXX, A-S) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ReportableQuantity | Numeric | 1-9 | O | Reportable quantity (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/TunnelRestrictionCode | Alpha-Numerical | 1-10 | O | Tunnel restriction code (e.g., XXXXXXXXXX, B/C, D/E) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SpecialProvisionID | Alpha-Numerical | 1-35 | O | Special provisions (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/HazardCategoryCode | Alpha-Numerical | 1-10 | O | Hazard category (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/IMDGSegregationGroupCode | Alpha-Numerical | 1-35 | O | Segregation group code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/IMDGSegregationGroupCode@name | Alpha-Numerical | 1-70 | O | Segregation group name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/AuthorizationInformation | String | 1-350 | O | Authorization information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement | Element | N/A | O | Flashpoint temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL=Celsius, FAH=Fahrenheit) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement | Element | N/A | O | Control temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement | Element | N/A | O | Emergency temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial | Element | N/A | O | Radioactive material details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/FissileExceptionReference | Alpha-Numerical | 1-35 | O | Fissile exception reference (e.g., XXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/FissileExceptionIndicator | Boolean | N/A | O | Fissile exception indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope | Element | N/A | O | Radioactive isotope details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ID | Alpha-Numerical | 1-35 | M | Isotope ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/Name | String | 1-70 | O | Isotope name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ActivityLevelMeasure | Numeric | 1-9 | M | Activity level (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ActivityLevelMeasure@unitCode | Alphabetic | 3 | M | Activity unit (e.g., GBQ=Gigabecquerel, TBQ=Terabecquerel) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/PhysicalChemicalFormNote | String | 1-350 | O | Physical/chemical form (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/SpecialFormIndicator | Boolean | N/A | O | Special form indicator (e.g., True/False) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/LowDispersibleIndicator | Boolean | N/A | O | Low dispersible indicator (e.g., True/False) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage | Element | N/A | O | Logistics package details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/ItemQuantity | Numeric | 1-5 | M | Number of packages (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossWeightMeasure | Numeric | 1-9 | O | Package gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/NetWeightMeasure | Numeric | 1-9 | O | Package net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossVolumeMeasure | Numeric | 1-9 | O | Package gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LevelCode | Numeric | 1 | M | Package level code (e.g., 2=Inner package) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SequenceNumeric | Numeric | 1-5 | M | Package sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SeriesStartID | Alpha-Numerical | 1-35 | O | Series start ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SeriesEndID | Alpha-Numerical | 1-35 | O | Series end ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/AllPackedInOneIndicator | Boolean | N/A | O | All packed in one indicator (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/AllPackedInOneInformation | String | 1-350 | O | All packed in one information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/QValueNumeric | Numeric | 1-9 | O | Q value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Package dimensions |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging | Element | N/A | M | Supply chain packaging |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging/TypeCode | Alpha-Numerical | 1-35 | M | Packaging type code (e.g., BX=Box) - UN/CEFACT packaging type codes |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging/Type | Alpha-Numerical | 1-70 | O | Packaging type description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery | Element | N/A | O | Packaged trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods | Element | N/A | M | Packaged regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods | Element | N/A | M | Packaged dangerous goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial | Element | N/A | O | Packaged radioactive material |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TypeCode | Alpha-Numerical | 1-35 | M | Package type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TransportIndexNumeric | Numeric | 1-9 | O | Transport index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/CriticalitySafetyIndexNumeric | Numeric | 1-9 | O | Criticality safety index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/IncludedPackagedTradeLineItem | Element | N/A | M | Included packaged trade line item |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/IncludedPackagedTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage | Element | N/A | O | Overpack package details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/ItemQuantity | Numeric | 1-5 | M | Number of overpacks (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossWeightMeasure | Numeric | 1-9 | O | Overpack gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/NetWeightMeasure | Numeric | 1-9 | O | Overpack net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossVolumeMeasure | Numeric | 1-9 | O | Overpack gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LevelCode | Numeric | 1 | M | Package level code (e.g., 1=Overpack) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SequenceNumeric | Numeric | 1-5 | M | Overpack sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SeriesStartID | Alpha-Numerical | 1-35 | O | Series start ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SeriesEndID | Alpha-Numerical | 1-35 | O | Series end ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/OverpackNetQuantitySummary | String | 1-350 | O | Overpack net quantity summary (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension | Element | N/A | O | Overpack dimensions |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Overpack width (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Overpack length (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Overpack height (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery | Element | N/A | O | Overpack packaged trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods | Element | N/A | M | Packaged regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods | Element | N/A | M | Packaged dangerous goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial | Element | N/A | O | Packaged radioactive material |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TypeCode | Alpha-Numerical | 1-35 | M | Package type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TransportIndexNumeric | Numeric | 1-9 | O | Transport index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/CriticalitySafetyIndexNumeric | Numeric | 1-9 | O | Criticality safety index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/IncludedPackagedTradeLineItem | Element | N/A | M | Included packaged trade line item |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/IncludedPackagedTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods | Element | N/A | M | Transport dangerous goods details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/HazardTypeCode | Alpha-Numerical | 1-35 | O | Special Handling Code related to radioactive or non-radioactive shipment.  <br>Information should be \"NON-RADIOACTIVE\" or \"RADIOACTIVE\" |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/AircraftLimitationInformation | String | 1-350 | O | Aircraft limitation (e.g., XXXXXXXXXX, \"Cargo Aircraft Only\", \"Passenger and Cargo Aircraft\") |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/ComplianceDeclarationInformation | String | 1-350 | O | Compliance declaration (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/ShipperDeclarationInformation | String | 1-350 | O | Shipper declaration (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact | Element | N/A | M | Emergency contact (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/PersonName | String | 1-70 | M | Emergency contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication | Element | N/A | M | Emergency phone details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | M | Emergency phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication/AdditionalInformation | String | 1-350 | O | Additional emergency contact information (e.g., XXXXXXXXXXX) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"06402041-38d8-4c53-b6c9-024ad7dce9f2","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"373e37e4-ee44-4f9d-8f76-ddfd2a39d9db","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","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: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":"**Message Type**: XSDG (Shippers' Declaration for Dangerous Goods Message) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XSDG (XML Shippers' Declaration for Dangerous Goods Message) standards. The XSDG is the XML equivalent of SDG.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container (1:1 occurrence) |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID. Contains the technical reference identification provided by the sender to the message (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name. Contains the Name of the referenced document (e.g., XXXXXXXXXX, Air Waybill). UNTDED: 1000, WCO: D032 |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type. Contains the Type of referenced document (e.g., XXX, 740 for Air Waybill). CODED UN/EDIFACT 1001. UNTDED: 1001, WCO: D013 |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time at which the message was created UTC |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function. Contains the Function/Purpose of a given type of message. One of: Creation, Deletion, Update, Request or Response |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version. Contains the message version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | 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 |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender. Identifies the message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification. Identification of the sender address (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient. Identifies the message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification. Identification of the recipient address (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | SHIPPERS' DECLARATION FOR DG HEADER (1:1 occurrence) |\n| BusinessHeaderDocument/ProcessType | Alphabetic | 1 | M | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | String | 1-70+ | O | Header Note. Contains a message level text note. Free text (e.g., XXXXXXXXXX). UNTDED: 4150, WCO: 105 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor Authentication (1:1 occurrence) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Statement | String | 1-2048 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/IssueAuthenticationLocation/Name | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty/DefinedConsignorAuthenticationContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty/DefinedConsignorAuthenticationContact/PersonName | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication | Element | N/A | O | Declarant Authentication (0:1 occurrence) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Declarant Declaration Date. Date when the certification is made (e.g., 2002-07-01T05:10:10). UNTDED: 2001 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/Statement | String | 1-2048+ | M | Declarant Declaration Text. Contains the certification information complying with the Regulations (e.g., XXXXXXXXXX). UNTDED: 4426, WCO: 104 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/Signatory | Alpha-Numerical | 1-70+ | M | Declarant Signature. Contains the authentication of the Declarant (e.g., XXXXXXXXXX). UNTDED: 4427 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/IssueAuthenticationLocation/Name | Alpha-Numerical | 1-70+ | O | 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 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/Name | Alpha-Numerical | 1-70+ | O | Declarant Company Name. Name of the company of the declarant (e.g., XXXXXXXXXX). UNTDED: 3036 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonName | Alpha-Numerical | 1-70+ | M | Declarant Name. Name of the declarant (e.g., XXXXXXXXXX). UNTDED: 3036 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Declarant Department. Department of the declarant (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/JobTitle | Alpha-Numerical | 1-70+ | O | Declarant Job Title. Title or status of the declarant (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Declarant Phone Numbers (0:n occurrence) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Numeric | 1-35 | M | Declarant Phone Number. Contains the phone number of the contact department or person (e.g., XXXXXXXXXX). UNTDED: 3148, WCO: 240, CIMP Ref: n25 |\n| BusinessHeaderDocument/SignatoryDriverAuthentication | Element | N/A | O | Driver authentication details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Driver signature date (e.g., 2002-07-01T05:10:10) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/TransportMeansID | Alpha-Numerical | 1-35 | O | Transport means ID (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/Signatory | String | 1-70 | M | Driver signature name (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/Name | String | 1-70 | M | Party name (e.g., empty or XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonName | String | 1-70 | M | Contact person name (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonJobTitle | String | 1-70 | O | Job title (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., empty or XXXXXXXXXX) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/CarrierAssignedID | Alpha-Numerical | 1-35 | O | Carrier assigned ID / Master AWB number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorAssignedID | Alpha-Numerical | 1-35 | O | Consignor assigned ID / House AWB number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderAssignedID | String | 1-35 | O | Freight forwarder assigned ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Gross weight (e.g., 23). Range: 0.1-9999999 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/TotalTareWeightMeasure | Numeric | 1-7 | O | Total tare weight (e.g., 23). Range: 0.1-9999999 |\n| MasterConsignment/IncludedHouseConsignment/TotalTareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Associated party details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | N/A | O | Party primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | N/A | O | Party additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Name | String | 1-70 | M | Party name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Party role code (e.g., CA=Carrier Agent) - UN/EDIFACT 3035 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Party contact information |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., XXXXXXXXXX, Main-Carriage) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., XXXXXXXXXX, AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight/transport number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Information | String | 1-350 | O | Transport information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Transport means details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/ActualOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Loading date/time (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent | Element | N/A | O | Unloading event details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/ActualOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Unloading date/time (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation | Element | N/A | M | Unloading location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions | Element | N/A | O | Handling instructions |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions/Description | String | 1-350 | M | Instructions description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions/ExclusiveUsageIndicator | Boolean | N/A | O | Exclusive use indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., 380=Invoice) - UN/EDIFACT 1001 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry | Element | N/A | O | Final destination country |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry/ID | Alphabetic | 2 | M | Country code (e.g., XXXXXXXXXX) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry/Name | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry | Element | N/A | O | Export country |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry/ID | Alphabetic | 2 | M | Country code (e.g., XXXXXXXXXX) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry/Name | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction | Element | N/A | M | Commercial trade transaction container |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem | Element | N/A | M | Trade line item (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/Information | String | 1-350 | O | Line item information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery | Element | N/A | M | Product trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods | Element | N/A | M | Regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods | Element | N/A | M | Dangerous goods details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/UNDGIdentificationCode | Alpha-Numerical | 4 | M | UN Number (e.g., XXXXXXXXXX, UN1234) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/TechnicalName | String | 1-350 | O | Technical name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/UpperPartOrangeHazardPlacardID | Alpha-Numerical | 1-35 | O | Hazard identification number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/PackagingDangerLevelCode | Alpha-Numerical | 1-35 | O | Packing group (e.g., XXXXXXXXXX, I, II, III) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/PackingInstructionTypeCode | Alpha-Numerical | 1-35 | O | Packing instruction (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossWeightMeasure | Numeric | 1-9 | O | Gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/HazardClassificationID | Alpha-Numerical | 1-10 | M | Class/division (e.g., XXXXXXXXXX, 1.4, 3, 8) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/AdditionalHazardClassificationID | Alpha-Numerical | 1-10 | O | Subsidiary risk(s) (e.g., XXXXXXXXXX, 6.1, 8) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossVolumeMeasure | Numeric | 1-9 | O | Gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ, CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/MarinePollutantIndicator | Boolean | N/A | O | Marine pollutant indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetWeightMeasure | Numeric | 1-9 | O | Net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ProperShippingName | String | 1-350 | M | Proper shipping name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantity | Numeric | 1-9 | O | Net explosive quantity (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantity@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantityText | String | 1-350 | O | Net explosive quantity text (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation | Element | N/A | O | Supplementary information |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation/SuffixIndicator | Boolean | N/A | O | Suffix indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation/Content | String | 1-350 | M | Supplementary content (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ExplosiveCompatibilityGroupCode | Alphabetic | 1 | O | Compatibility group (e.g., XXXXXXXXXX, A-S) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ReportableQuantity | Numeric | 1-9 | O | Reportable quantity (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/TunnelRestrictionCode | Alpha-Numerical | 1-10 | O | Tunnel restriction code (e.g., XXXXXXXXXX, B/C, D/E) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SpecialProvisionID | Alpha-Numerical | 1-35 | O | Special provisions (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/HazardCategoryCode | Alpha-Numerical | 1-10 | O | Hazard category (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/IMDGSegregationGroupCode | Alpha-Numerical | 1-35 | O | Segregation group code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/IMDGSegregationGroupCode@name | Alpha-Numerical | 1-70 | O | Segregation group name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/AuthorizationInformation | String | 1-350 | O | Authorization information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement | Element | N/A | O | Flashpoint temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL=Celsius, FAH=Fahrenheit) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement | Element | N/A | O | Control temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement | Element | N/A | O | Emergency temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial | Element | N/A | O | Radioactive material details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/FissileExceptionReference | Alpha-Numerical | 1-35 | O | Fissile exception reference (e.g., XXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/FissileExceptionIndicator | Boolean | N/A | O | Fissile exception indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope | Element | N/A | O | Radioactive isotope details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ID | Alpha-Numerical | 1-35 | M | Isotope ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/Name | String | 1-70 | O | Isotope name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ActivityLevelMeasure | Numeric | 1-9 | M | Activity level (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ActivityLevelMeasure@unitCode | Alphabetic | 3 | M | Activity unit (e.g., GBQ=Gigabecquerel, TBQ=Terabecquerel) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/PhysicalChemicalFormNote | String | 1-350 | O | Physical/chemical form (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/SpecialFormIndicator | Boolean | N/A | O | Special form indicator (e.g., True/False) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/LowDispersibleIndicator | Boolean | N/A | O | Low dispersible indicator (e.g., True/False) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage | Element | N/A | O | Logistics package details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/ItemQuantity | Numeric | 1-5 | M | Number of packages (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossWeightMeasure | Numeric | 1-9 | O | Package gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/NetWeightMeasure | Numeric | 1-9 | O | Package net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossVolumeMeasure | Numeric | 1-9 | O | Package gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LevelCode | Numeric | 1 | M | Package level code (e.g., 2=Inner package) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SequenceNumeric | Numeric | 1-5 | M | Package sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SeriesStartID | Alpha-Numerical | 1-35 | O | Series start ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SeriesEndID | Alpha-Numerical | 1-35 | O | Series end ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/AllPackedInOneIndicator | Boolean | N/A | O | All packed in one indicator (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/AllPackedInOneInformation | String | 1-350 | O | All packed in one information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/QValueNumeric | Numeric | 1-9 | O | Q value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Package dimensions |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging | Element | N/A | M | Supply chain packaging |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging/TypeCode | Alpha-Numerical | 1-35 | M | Packaging type code (e.g., BX=Box) - UN/CEFACT packaging type codes |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging/Type | Alpha-Numerical | 1-70 | O | Packaging type description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery | Element | N/A | O | Packaged trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods | Element | N/A | M | Packaged regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods | Element | N/A | M | Packaged dangerous goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial | Element | N/A | O | Packaged radioactive material |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TypeCode | Alpha-Numerical | 1-35 | M | Package type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TransportIndexNumeric | Numeric | 1-9 | O | Transport index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/CriticalitySafetyIndexNumeric | Numeric | 1-9 | O | Criticality safety index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/IncludedPackagedTradeLineItem | Element | N/A | M | Included packaged trade line item |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/IncludedPackagedTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage | Element | N/A | O | Overpack package details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/ItemQuantity | Numeric | 1-5 | M | Number of overpacks (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossWeightMeasure | Numeric | 1-9 | O | Overpack gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/NetWeightMeasure | Numeric | 1-9 | O | Overpack net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossVolumeMeasure | Numeric | 1-9 | O | Overpack gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LevelCode | Numeric | 1 | M | Package level code (e.g., 1=Overpack) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SequenceNumeric | Numeric | 1-5 | M | Overpack sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SeriesStartID | Alpha-Numerical | 1-35 | O | Series start ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SeriesEndID | Alpha-Numerical | 1-35 | O | Series end ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/OverpackNetQuantitySummary | String | 1-350 | O | Overpack net quantity summary (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension | Element | N/A | O | Overpack dimensions |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Overpack width (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Overpack length (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Overpack height (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery | Element | N/A | O | Overpack packaged trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods | Element | N/A | M | Packaged regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods | Element | N/A | M | Packaged dangerous goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial | Element | N/A | O | Packaged radioactive material |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TypeCode | Alpha-Numerical | 1-35 | M | Package type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TransportIndexNumeric | Numeric | 1-9 | O | Transport index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/CriticalitySafetyIndexNumeric | Numeric | 1-9 | O | Criticality safety index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/IncludedPackagedTradeLineItem | Element | N/A | M | Included packaged trade line item |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/IncludedPackagedTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods | Element | N/A | M | Transport dangerous goods details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/HazardTypeCode | Alpha-Numerical | 1-35 | O | Special Handling Code related to radioactive or non-radioactive shipment.  <br>Information should be \"NON-RADIOACTIVE\" or \"RADIOACTIVE\" |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/AircraftLimitationInformation | String | 1-350 | O | Aircraft limitation (e.g., XXXXXXXXXX, \"Cargo Aircraft Only\", \"Passenger and Cargo Aircraft\") |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/ComplianceDeclarationInformation | String | 1-350 | O | Compliance declaration (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/ShipperDeclarationInformation | String | 1-350 | O | Shipper declaration (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact | Element | N/A | M | Emergency contact (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/PersonName | String | 1-70 | M | Emergency contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication | Element | N/A | M | Emergency phone details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | M | Emergency phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication/AdditionalInformation | String | 1-350 | O | Additional emergency contact information (e.g., XXXXXXXXXXX) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"840524f6-ae9e-49bc-a5ba-306068d951f2","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"c3a2b80a-c171-4020-9a7a-16dbdada587e","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","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: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":"**Message Type**: XSDG (Shippers' Declaration for Dangerous Goods Message) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XSDG (XML Shippers' Declaration for Dangerous Goods Message) standards. The XSDG is the XML equivalent of SDG.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container (1:1 occurrence) |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID. Contains the technical reference identification provided by the sender to the message (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name. Contains the Name of the referenced document (e.g., XXXXXXXXXX, Air Waybill). UNTDED: 1000, WCO: D032 |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type. Contains the Type of referenced document (e.g., XXX, 740 for Air Waybill). CODED UN/EDIFACT 1001. UNTDED: 1001, WCO: D013 |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time at which the message was created UTC |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function. Contains the Function/Purpose of a given type of message. One of: Creation, Deletion, Update, Request or Response |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version. Contains the message version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | 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 |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender. Identifies the message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification. Identification of the sender address (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient. Identifies the message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification. Identification of the recipient address (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | SHIPPERS' DECLARATION FOR DG HEADER (1:1 occurrence) |\n| BusinessHeaderDocument/ProcessType | Alphabetic | 1 | M | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | String | 1-70+ | O | Header Note. Contains a message level text note. Free text (e.g., XXXXXXXXXX). UNTDED: 4150, WCO: 105 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor Authentication (1:1 occurrence) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Statement | String | 1-2048 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/IssueAuthenticationLocation/Name | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty/DefinedConsignorAuthenticationContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty/DefinedConsignorAuthenticationContact/PersonName | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication | Element | N/A | O | Declarant Authentication (0:1 occurrence) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Declarant Declaration Date. Date when the certification is made (e.g., 2002-07-01T05:10:10). UNTDED: 2001 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/Statement | String | 1-2048+ | M | Declarant Declaration Text. Contains the certification information complying with the Regulations (e.g., XXXXXXXXXX). UNTDED: 4426, WCO: 104 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/Signatory | Alpha-Numerical | 1-70+ | M | Declarant Signature. Contains the authentication of the Declarant (e.g., XXXXXXXXXX). UNTDED: 4427 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/IssueAuthenticationLocation/Name | Alpha-Numerical | 1-70+ | O | 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 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/Name | Alpha-Numerical | 1-70+ | O | Declarant Company Name. Name of the company of the declarant (e.g., XXXXXXXXXX). UNTDED: 3036 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonName | Alpha-Numerical | 1-70+ | M | Declarant Name. Name of the declarant (e.g., XXXXXXXXXX). UNTDED: 3036 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Declarant Department. Department of the declarant (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/JobTitle | Alpha-Numerical | 1-70+ | O | Declarant Job Title. Title or status of the declarant (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Declarant Phone Numbers (0:n occurrence) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Numeric | 1-35 | M | Declarant Phone Number. Contains the phone number of the contact department or person (e.g., XXXXXXXXXX). UNTDED: 3148, WCO: 240, CIMP Ref: n25 |\n| BusinessHeaderDocument/SignatoryDriverAuthentication | Element | N/A | O | Driver authentication details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Driver signature date (e.g., 2002-07-01T05:10:10) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/TransportMeansID | Alpha-Numerical | 1-35 | O | Transport means ID (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/Signatory | String | 1-70 | M | Driver signature name (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/Name | String | 1-70 | M | Party name (e.g., empty or XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonName | String | 1-70 | M | Contact person name (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonJobTitle | String | 1-70 | O | Job title (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., empty or XXXXXXXXXX) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/CarrierAssignedID | Alpha-Numerical | 1-35 | O | Carrier assigned ID / Master AWB number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorAssignedID | Alpha-Numerical | 1-35 | O | Consignor assigned ID / House AWB number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderAssignedID | String | 1-35 | O | Freight forwarder assigned ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Gross weight (e.g., 23). Range: 0.1-9999999 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/TotalTareWeightMeasure | Numeric | 1-7 | O | Total tare weight (e.g., 23). Range: 0.1-9999999 |\n| MasterConsignment/IncludedHouseConsignment/TotalTareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Associated party details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | N/A | O | Party primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | N/A | O | Party additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Name | String | 1-70 | M | Party name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Party role code (e.g., CA=Carrier Agent) - UN/EDIFACT 3035 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Party contact information |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., XXXXXXXXXX, Main-Carriage) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., XXXXXXXXXX, AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight/transport number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Information | String | 1-350 | O | Transport information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Transport means details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/ActualOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Loading date/time (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent | Element | N/A | O | Unloading event details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/ActualOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Unloading date/time (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation | Element | N/A | M | Unloading location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions | Element | N/A | O | Handling instructions |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions/Description | String | 1-350 | M | Instructions description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions/ExclusiveUsageIndicator | Boolean | N/A | O | Exclusive use indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., 380=Invoice) - UN/EDIFACT 1001 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry | Element | N/A | O | Final destination country |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry/ID | Alphabetic | 2 | M | Country code (e.g., XXXXXXXXXX) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry/Name | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry | Element | N/A | O | Export country |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry/ID | Alphabetic | 2 | M | Country code (e.g., XXXXXXXXXX) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry/Name | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction | Element | N/A | M | Commercial trade transaction container |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem | Element | N/A | M | Trade line item (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/Information | String | 1-350 | O | Line item information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery | Element | N/A | M | Product trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods | Element | N/A | M | Regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods | Element | N/A | M | Dangerous goods details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/UNDGIdentificationCode | Alpha-Numerical | 4 | M | UN Number (e.g., XXXXXXXXXX, UN1234) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/TechnicalName | String | 1-350 | O | Technical name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/UpperPartOrangeHazardPlacardID | Alpha-Numerical | 1-35 | O | Hazard identification number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/PackagingDangerLevelCode | Alpha-Numerical | 1-35 | O | Packing group (e.g., XXXXXXXXXX, I, II, III) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/PackingInstructionTypeCode | Alpha-Numerical | 1-35 | O | Packing instruction (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossWeightMeasure | Numeric | 1-9 | O | Gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/HazardClassificationID | Alpha-Numerical | 1-10 | M | Class/division (e.g., XXXXXXXXXX, 1.4, 3, 8) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/AdditionalHazardClassificationID | Alpha-Numerical | 1-10 | O | Subsidiary risk(s) (e.g., XXXXXXXXXX, 6.1, 8) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossVolumeMeasure | Numeric | 1-9 | O | Gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ, CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/MarinePollutantIndicator | Boolean | N/A | O | Marine pollutant indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetWeightMeasure | Numeric | 1-9 | O | Net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ProperShippingName | String | 1-350 | M | Proper shipping name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantity | Numeric | 1-9 | O | Net explosive quantity (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantity@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantityText | String | 1-350 | O | Net explosive quantity text (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation | Element | N/A | O | Supplementary information |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation/SuffixIndicator | Boolean | N/A | O | Suffix indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation/Content | String | 1-350 | M | Supplementary content (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ExplosiveCompatibilityGroupCode | Alphabetic | 1 | O | Compatibility group (e.g., XXXXXXXXXX, A-S) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ReportableQuantity | Numeric | 1-9 | O | Reportable quantity (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/TunnelRestrictionCode | Alpha-Numerical | 1-10 | O | Tunnel restriction code (e.g., XXXXXXXXXX, B/C, D/E) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SpecialProvisionID | Alpha-Numerical | 1-35 | O | Special provisions (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/HazardCategoryCode | Alpha-Numerical | 1-10 | O | Hazard category (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/IMDGSegregationGroupCode | Alpha-Numerical | 1-35 | O | Segregation group code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/IMDGSegregationGroupCode@name | Alpha-Numerical | 1-70 | O | Segregation group name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/AuthorizationInformation | String | 1-350 | O | Authorization information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement | Element | N/A | O | Flashpoint temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL=Celsius, FAH=Fahrenheit) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement | Element | N/A | O | Control temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement | Element | N/A | O | Emergency temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial | Element | N/A | O | Radioactive material details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/FissileExceptionReference | Alpha-Numerical | 1-35 | O | Fissile exception reference (e.g., XXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/FissileExceptionIndicator | Boolean | N/A | O | Fissile exception indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope | Element | N/A | O | Radioactive isotope details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ID | Alpha-Numerical | 1-35 | M | Isotope ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/Name | String | 1-70 | O | Isotope name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ActivityLevelMeasure | Numeric | 1-9 | M | Activity level (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ActivityLevelMeasure@unitCode | Alphabetic | 3 | M | Activity unit (e.g., GBQ=Gigabecquerel, TBQ=Terabecquerel) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/PhysicalChemicalFormNote | String | 1-350 | O | Physical/chemical form (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/SpecialFormIndicator | Boolean | N/A | O | Special form indicator (e.g., True/False) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/LowDispersibleIndicator | Boolean | N/A | O | Low dispersible indicator (e.g., True/False) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage | Element | N/A | O | Logistics package details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/ItemQuantity | Numeric | 1-5 | M | Number of packages (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossWeightMeasure | Numeric | 1-9 | O | Package gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/NetWeightMeasure | Numeric | 1-9 | O | Package net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossVolumeMeasure | Numeric | 1-9 | O | Package gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LevelCode | Numeric | 1 | M | Package level code (e.g., 2=Inner package) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SequenceNumeric | Numeric | 1-5 | M | Package sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SeriesStartID | Alpha-Numerical | 1-35 | O | Series start ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SeriesEndID | Alpha-Numerical | 1-35 | O | Series end ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/AllPackedInOneIndicator | Boolean | N/A | O | All packed in one indicator (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/AllPackedInOneInformation | String | 1-350 | O | All packed in one information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/QValueNumeric | Numeric | 1-9 | O | Q value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Package dimensions |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging | Element | N/A | M | Supply chain packaging |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging/TypeCode | Alpha-Numerical | 1-35 | M | Packaging type code (e.g., BX=Box) - UN/CEFACT packaging type codes |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging/Type | Alpha-Numerical | 1-70 | O | Packaging type description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery | Element | N/A | O | Packaged trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods | Element | N/A | M | Packaged regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods | Element | N/A | M | Packaged dangerous goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial | Element | N/A | O | Packaged radioactive material |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TypeCode | Alpha-Numerical | 1-35 | M | Package type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TransportIndexNumeric | Numeric | 1-9 | O | Transport index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/CriticalitySafetyIndexNumeric | Numeric | 1-9 | O | Criticality safety index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/IncludedPackagedTradeLineItem | Element | N/A | M | Included packaged trade line item |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/IncludedPackagedTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage | Element | N/A | O | Overpack package details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/ItemQuantity | Numeric | 1-5 | M | Number of overpacks (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossWeightMeasure | Numeric | 1-9 | O | Overpack gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/NetWeightMeasure | Numeric | 1-9 | O | Overpack net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossVolumeMeasure | Numeric | 1-9 | O | Overpack gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LevelCode | Numeric | 1 | M | Package level code (e.g., 1=Overpack) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SequenceNumeric | Numeric | 1-5 | M | Overpack sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SeriesStartID | Alpha-Numerical | 1-35 | O | Series start ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SeriesEndID | Alpha-Numerical | 1-35 | O | Series end ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/OverpackNetQuantitySummary | String | 1-350 | O | Overpack net quantity summary (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension | Element | N/A | O | Overpack dimensions |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Overpack width (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Overpack length (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Overpack height (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery | Element | N/A | O | Overpack packaged trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods | Element | N/A | M | Packaged regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods | Element | N/A | M | Packaged dangerous goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial | Element | N/A | O | Packaged radioactive material |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TypeCode | Alpha-Numerical | 1-35 | M | Package type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TransportIndexNumeric | Numeric | 1-9 | O | Transport index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/CriticalitySafetyIndexNumeric | Numeric | 1-9 | O | Criticality safety index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/IncludedPackagedTradeLineItem | Element | N/A | M | Included packaged trade line item |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/IncludedPackagedTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods | Element | N/A | M | Transport dangerous goods details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/HazardTypeCode | Alpha-Numerical | 1-35 | O | Special Handling Code related to radioactive or non-radioactive shipment.  <br>Information should be \"NON-RADIOACTIVE\" or \"RADIOACTIVE\" |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/AircraftLimitationInformation | String | 1-350 | O | Aircraft limitation (e.g., XXXXXXXXXX, \"Cargo Aircraft Only\", \"Passenger and Cargo Aircraft\") |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/ComplianceDeclarationInformation | String | 1-350 | O | Compliance declaration (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/ShipperDeclarationInformation | String | 1-350 | O | Shipper declaration (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact | Element | N/A | M | Emergency contact (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/PersonName | String | 1-70 | M | Emergency contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication | Element | N/A | M | Emergency phone details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | M | Emergency phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication/AdditionalInformation | String | 1-350 | O | Additional emergency contact information (e.g., XXXXXXXXXXX) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"71cce374-2276-42e9-b369-80538e1135e4","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bebfddfd-4224-440f-bc8d-621de226d274","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","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: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":"**Message Type**: XSDG (Shippers' Declaration for Dangerous Goods Message) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XSDG (XML Shippers' Declaration for Dangerous Goods Message) standards. The XSDG is the XML equivalent of SDG.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container (1:1 occurrence) |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID. Contains the technical reference identification provided by the sender to the message (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name. Contains the Name of the referenced document (e.g., XXXXXXXXXX, Air Waybill). UNTDED: 1000, WCO: D032 |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type. Contains the Type of referenced document (e.g., XXX, 740 for Air Waybill). CODED UN/EDIFACT 1001. UNTDED: 1001, WCO: D013 |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time at which the message was created UTC |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function. Contains the Function/Purpose of a given type of message. One of: Creation, Deletion, Update, Request or Response |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version. Contains the message version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | 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 |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender. Identifies the message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification. Identification of the sender address (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient. Identifies the message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification. Identification of the recipient address (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | SHIPPERS' DECLARATION FOR DG HEADER (1:1 occurrence) |\n| BusinessHeaderDocument/ProcessType | Alphabetic | 1 | M | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | String | 1-70+ | O | Header Note. Contains a message level text note. Free text (e.g., XXXXXXXXXX). UNTDED: 4150, WCO: 105 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor Authentication (1:1 occurrence) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Statement | String | 1-2048 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/IssueAuthenticationLocation/Name | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty/DefinedConsignorAuthenticationContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty/DefinedConsignorAuthenticationContact/PersonName | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication | Element | N/A | O | Declarant Authentication (0:1 occurrence) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Declarant Declaration Date. Date when the certification is made (e.g., 2002-07-01T05:10:10). UNTDED: 2001 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/Statement | String | 1-2048+ | M | Declarant Declaration Text. Contains the certification information complying with the Regulations (e.g., XXXXXXXXXX). UNTDED: 4426, WCO: 104 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/Signatory | Alpha-Numerical | 1-70+ | M | Declarant Signature. Contains the authentication of the Declarant (e.g., XXXXXXXXXX). UNTDED: 4427 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/IssueAuthenticationLocation/Name | Alpha-Numerical | 1-70+ | O | 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 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/Name | Alpha-Numerical | 1-70+ | O | Declarant Company Name. Name of the company of the declarant (e.g., XXXXXXXXXX). UNTDED: 3036 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonName | Alpha-Numerical | 1-70+ | M | Declarant Name. Name of the declarant (e.g., XXXXXXXXXX). UNTDED: 3036 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Declarant Department. Department of the declarant (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/JobTitle | Alpha-Numerical | 1-70+ | O | Declarant Job Title. Title or status of the declarant (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Declarant Phone Numbers (0:n occurrence) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Numeric | 1-35 | M | Declarant Phone Number. Contains the phone number of the contact department or person (e.g., XXXXXXXXXX). UNTDED: 3148, WCO: 240, CIMP Ref: n25 |\n| BusinessHeaderDocument/SignatoryDriverAuthentication | Element | N/A | O | Driver authentication details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Driver signature date (e.g., 2002-07-01T05:10:10) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/TransportMeansID | Alpha-Numerical | 1-35 | O | Transport means ID (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/Signatory | String | 1-70 | M | Driver signature name (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/Name | String | 1-70 | M | Party name (e.g., empty or XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonName | String | 1-70 | M | Contact person name (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonJobTitle | String | 1-70 | O | Job title (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., empty or XXXXXXXXXX) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/CarrierAssignedID | Alpha-Numerical | 1-35 | O | Carrier assigned ID / Master AWB number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorAssignedID | Alpha-Numerical | 1-35 | O | Consignor assigned ID / House AWB number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderAssignedID | String | 1-35 | O | Freight forwarder assigned ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Gross weight (e.g., 23). Range: 0.1-9999999 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/TotalTareWeightMeasure | Numeric | 1-7 | O | Total tare weight (e.g., 23). Range: 0.1-9999999 |\n| MasterConsignment/IncludedHouseConsignment/TotalTareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Associated party details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | N/A | O | Party primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | N/A | O | Party additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Name | String | 1-70 | M | Party name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Party role code (e.g., CA=Carrier Agent) - UN/EDIFACT 3035 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Party contact information |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., XXXXXXXXXX, Main-Carriage) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., XXXXXXXXXX, AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight/transport number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Information | String | 1-350 | O | Transport information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Transport means details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/ActualOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Loading date/time (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent | Element | N/A | O | Unloading event details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/ActualOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Unloading date/time (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation | Element | N/A | M | Unloading location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions | Element | N/A | O | Handling instructions |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions/Description | String | 1-350 | M | Instructions description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions/ExclusiveUsageIndicator | Boolean | N/A | O | Exclusive use indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., 380=Invoice) - UN/EDIFACT 1001 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry | Element | N/A | O | Final destination country |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry/ID | Alphabetic | 2 | M | Country code (e.g., XXXXXXXXXX) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry/Name | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry | Element | N/A | O | Export country |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry/ID | Alphabetic | 2 | M | Country code (e.g., XXXXXXXXXX) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry/Name | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction | Element | N/A | M | Commercial trade transaction container |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem | Element | N/A | M | Trade line item (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/Information | String | 1-350 | O | Line item information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery | Element | N/A | M | Product trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods | Element | N/A | M | Regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods | Element | N/A | M | Dangerous goods details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/UNDGIdentificationCode | Alpha-Numerical | 4 | M | UN Number (e.g., XXXXXXXXXX, UN1234) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/TechnicalName | String | 1-350 | O | Technical name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/UpperPartOrangeHazardPlacardID | Alpha-Numerical | 1-35 | O | Hazard identification number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/PackagingDangerLevelCode | Alpha-Numerical | 1-35 | O | Packing group (e.g., XXXXXXXXXX, I, II, III) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/PackingInstructionTypeCode | Alpha-Numerical | 1-35 | O | Packing instruction (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossWeightMeasure | Numeric | 1-9 | O | Gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/HazardClassificationID | Alpha-Numerical | 1-10 | M | Class/division (e.g., XXXXXXXXXX, 1.4, 3, 8) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/AdditionalHazardClassificationID | Alpha-Numerical | 1-10 | O | Subsidiary risk(s) (e.g., XXXXXXXXXX, 6.1, 8) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossVolumeMeasure | Numeric | 1-9 | O | Gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ, CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/MarinePollutantIndicator | Boolean | N/A | O | Marine pollutant indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetWeightMeasure | Numeric | 1-9 | O | Net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ProperShippingName | String | 1-350 | M | Proper shipping name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantity | Numeric | 1-9 | O | Net explosive quantity (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantity@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantityText | String | 1-350 | O | Net explosive quantity text (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation | Element | N/A | O | Supplementary information |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation/SuffixIndicator | Boolean | N/A | O | Suffix indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation/Content | String | 1-350 | M | Supplementary content (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ExplosiveCompatibilityGroupCode | Alphabetic | 1 | O | Compatibility group (e.g., XXXXXXXXXX, A-S) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ReportableQuantity | Numeric | 1-9 | O | Reportable quantity (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/TunnelRestrictionCode | Alpha-Numerical | 1-10 | O | Tunnel restriction code (e.g., XXXXXXXXXX, B/C, D/E) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SpecialProvisionID | Alpha-Numerical | 1-35 | O | Special provisions (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/HazardCategoryCode | Alpha-Numerical | 1-10 | O | Hazard category (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/IMDGSegregationGroupCode | Alpha-Numerical | 1-35 | O | Segregation group code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/IMDGSegregationGroupCode@name | Alpha-Numerical | 1-70 | O | Segregation group name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/AuthorizationInformation | String | 1-350 | O | Authorization information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement | Element | N/A | O | Flashpoint temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL=Celsius, FAH=Fahrenheit) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement | Element | N/A | O | Control temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement | Element | N/A | O | Emergency temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial | Element | N/A | O | Radioactive material details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/FissileExceptionReference | Alpha-Numerical | 1-35 | O | Fissile exception reference (e.g., XXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/FissileExceptionIndicator | Boolean | N/A | O | Fissile exception indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope | Element | N/A | O | Radioactive isotope details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ID | Alpha-Numerical | 1-35 | M | Isotope ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/Name | String | 1-70 | O | Isotope name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ActivityLevelMeasure | Numeric | 1-9 | M | Activity level (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ActivityLevelMeasure@unitCode | Alphabetic | 3 | M | Activity unit (e.g., GBQ=Gigabecquerel, TBQ=Terabecquerel) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/PhysicalChemicalFormNote | String | 1-350 | O | Physical/chemical form (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/SpecialFormIndicator | Boolean | N/A | O | Special form indicator (e.g., True/False) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/LowDispersibleIndicator | Boolean | N/A | O | Low dispersible indicator (e.g., True/False) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage | Element | N/A | O | Logistics package details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/ItemQuantity | Numeric | 1-5 | M | Number of packages (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossWeightMeasure | Numeric | 1-9 | O | Package gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/NetWeightMeasure | Numeric | 1-9 | O | Package net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossVolumeMeasure | Numeric | 1-9 | O | Package gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LevelCode | Numeric | 1 | M | Package level code (e.g., 2=Inner package) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SequenceNumeric | Numeric | 1-5 | M | Package sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SeriesStartID | Alpha-Numerical | 1-35 | O | Series start ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SeriesEndID | Alpha-Numerical | 1-35 | O | Series end ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/AllPackedInOneIndicator | Boolean | N/A | O | All packed in one indicator (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/AllPackedInOneInformation | String | 1-350 | O | All packed in one information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/QValueNumeric | Numeric | 1-9 | O | Q value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Package dimensions |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging | Element | N/A | M | Supply chain packaging |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging/TypeCode | Alpha-Numerical | 1-35 | M | Packaging type code (e.g., BX=Box) - UN/CEFACT packaging type codes |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging/Type | Alpha-Numerical | 1-70 | O | Packaging type description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery | Element | N/A | O | Packaged trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods | Element | N/A | M | Packaged regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods | Element | N/A | M | Packaged dangerous goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial | Element | N/A | O | Packaged radioactive material |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TypeCode | Alpha-Numerical | 1-35 | M | Package type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TransportIndexNumeric | Numeric | 1-9 | O | Transport index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/CriticalitySafetyIndexNumeric | Numeric | 1-9 | O | Criticality safety index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/IncludedPackagedTradeLineItem | Element | N/A | M | Included packaged trade line item |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/IncludedPackagedTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage | Element | N/A | O | Overpack package details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/ItemQuantity | Numeric | 1-5 | M | Number of overpacks (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossWeightMeasure | Numeric | 1-9 | O | Overpack gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/NetWeightMeasure | Numeric | 1-9 | O | Overpack net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossVolumeMeasure | Numeric | 1-9 | O | Overpack gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LevelCode | Numeric | 1 | M | Package level code (e.g., 1=Overpack) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SequenceNumeric | Numeric | 1-5 | M | Overpack sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SeriesStartID | Alpha-Numerical | 1-35 | O | Series start ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SeriesEndID | Alpha-Numerical | 1-35 | O | Series end ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/OverpackNetQuantitySummary | String | 1-350 | O | Overpack net quantity summary (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension | Element | N/A | O | Overpack dimensions |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Overpack width (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Overpack length (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Overpack height (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery | Element | N/A | O | Overpack packaged trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods | Element | N/A | M | Packaged regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods | Element | N/A | M | Packaged dangerous goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial | Element | N/A | O | Packaged radioactive material |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TypeCode | Alpha-Numerical | 1-35 | M | Package type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TransportIndexNumeric | Numeric | 1-9 | O | Transport index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/CriticalitySafetyIndexNumeric | Numeric | 1-9 | O | Criticality safety index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/IncludedPackagedTradeLineItem | Element | N/A | M | Included packaged trade line item |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/IncludedPackagedTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods | Element | N/A | M | Transport dangerous goods details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/HazardTypeCode | Alpha-Numerical | 1-35 | O | Special Handling Code related to radioactive or non-radioactive shipment.  <br>Information should be \"NON-RADIOACTIVE\" or \"RADIOACTIVE\" |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/AircraftLimitationInformation | String | 1-350 | O | Aircraft limitation (e.g., XXXXXXXXXX, \"Cargo Aircraft Only\", \"Passenger and Cargo Aircraft\") |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/ComplianceDeclarationInformation | String | 1-350 | O | Compliance declaration (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/ShipperDeclarationInformation | String | 1-350 | O | Shipper declaration (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact | Element | N/A | M | Emergency contact (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/PersonName | String | 1-70 | M | Emergency contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication | Element | N/A | M | Emergency phone details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | M | Emergency phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication/AdditionalInformation | String | 1-350 | O | Additional emergency contact information (e.g., XXXXXXXXXXX) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"59169757-f950-47c5-9c8a-d52e058d6478","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"ccb22d5e-e851-4abc-b5dc-21e02940ac08","description":"Unique identifier for the request (UUID format)","type":"text"},{"key":"X-Request-System","value":"{{request_system}}","description":"Identifier of the system making the request","type":"text"},{"key":"X-Request-Timestamp","value":"1780561706","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: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":"**Message Type**: XSDG (Shippers' Declaration for Dangerous Goods Message) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XSDG (XML Shippers' Declaration for Dangerous Goods Message) standards. The XSDG is the XML equivalent of SDG.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container (1:1 occurrence) |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID. Contains the technical reference identification provided by the sender to the message (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/Name | String | 1-70 | M | Message name. Contains the Name of the referenced document (e.g., XXXXXXXXXX, Air Waybill). UNTDED: 1000, WCO: D032 |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Message type. Contains the Type of referenced document (e.g., XXX, 740 for Air Waybill). CODED UN/EDIFACT 1001. UNTDED: 1001, WCO: D013 |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time at which the message was created UTC |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 1-35 | M | Message Function. Contains the Function/Purpose of a given type of message. One of: Creation, Deletion, Update, Request or Response |\n| MessageHeaderDocument/VersionID | String | 1-5 | M | Message version. Contains the message version |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | 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 |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender. Identifies the message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification. Identification of the sender address (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient. Identifies the message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification. Identification of the recipient address (e.g., XXXXXXXXXX) |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | SHIPPERS' DECLARATION FOR DG HEADER (1:1 occurrence) |\n| BusinessHeaderDocument/ProcessType | Alphabetic | 1 | M | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | 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 |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | String | 1-70+ | O | Header Note. Contains a message level text note. Free text (e.g., XXXXXXXXXX). UNTDED: 4150, WCO: 105 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication | Element | N/A | M | Consignor Authentication (1:1 occurrence) |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Statement | String | 1-2048 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/Signatory | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/IssueAuthenticationLocation/Name | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty/DefinedConsignorAuthenticationContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryConsignorAuthentication/ProviderConsignorAuthenticationParty/DefinedConsignorAuthenticationContact/PersonName | String | 1-70 | M | 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 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication | Element | N/A | O | Declarant Authentication (0:1 occurrence) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Declarant Declaration Date. Date when the certification is made (e.g., 2002-07-01T05:10:10). UNTDED: 2001 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/Statement | String | 1-2048+ | M | Declarant Declaration Text. Contains the certification information complying with the Regulations (e.g., XXXXXXXXXX). UNTDED: 4426, WCO: 104 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/Signatory | Alpha-Numerical | 1-70+ | M | Declarant Signature. Contains the authentication of the Declarant (e.g., XXXXXXXXXX). UNTDED: 4427 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/IssueAuthenticationLocation | Element | N/A | M | Issue location |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/IssueAuthenticationLocation/Name | Alpha-Numerical | 1-70+ | O | 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 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/Name | Alpha-Numerical | 1-70+ | O | Declarant Company Name. Name of the company of the declarant (e.g., XXXXXXXXXX). UNTDED: 3036 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonName | Alpha-Numerical | 1-70+ | M | Declarant Name. Name of the declarant (e.g., XXXXXXXXXX). UNTDED: 3036 |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DepartmentName | Alpha-Numerical | 1-70 | O | Declarant Department. Department of the declarant (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/JobTitle | Alpha-Numerical | 1-70+ | O | Declarant Job Title. Title or status of the declarant (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Declarant Phone Numbers (0:n occurrence) |\n| BusinessHeaderDocument/SignatoryDeclarantAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Numeric | 1-35 | M | Declarant Phone Number. Contains the phone number of the contact department or person (e.g., XXXXXXXXXX). UNTDED: 3148, WCO: 240, CIMP Ref: n25 |\n| BusinessHeaderDocument/SignatoryDriverAuthentication | Element | N/A | O | Driver authentication details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ActualDateTime | DateTime (ISO 8601:2004) | N/A | M | Driver signature date (e.g., 2002-07-01T05:10:10) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/TransportMeansID | Alpha-Numerical | 1-35 | O | Transport means ID (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/Signatory | String | 1-70 | M | Driver signature name (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty | Element | N/A | M | Provider party |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/Name | String | 1-70 | M | Party name (e.g., empty or XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact | Element | N/A | M | Contact details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonName | String | 1-70 | M | Contact person name (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/PersonJobTitle | String | 1-70 | O | Job title (e.g., XXXXXXXXXX) |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| BusinessHeaderDocument/SignatoryDriverAuthentication/ProviderAuthenticationParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., empty or XXXXXXXXXX) |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/CarrierAssignedID | Alpha-Numerical | 1-35 | O | Carrier assigned ID / Master AWB number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment | Element | N/A | M | House consignment details (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorAssignedID | Alpha-Numerical | 1-35 | O | Consignor assigned ID / House AWB number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FreightForwarderAssignedID | String | 1-35 | O | Freight forwarder assigned ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure | Numeric | 1-7 | M | Gross weight (e.g., 23). Range: 0.1-9999999 |\n| MasterConsignment/IncludedHouseConsignment/IncludedTareGrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/TotalTareWeightMeasure | Numeric | 1-7 | O | Total tare weight (e.g., 23). Range: 0.1-9999999 |\n| MasterConsignment/IncludedHouseConsignment/TotalTareWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty | Element | N/A | M | Consignor details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignor primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignor additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/Name | String | 1-70 | M | Consignor name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress | Element | N/A | M | Consignor address |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact | Element | N/A | O | Consignor contact information |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/ConsignorParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty | Element | N/A | M | Consignee details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PrimaryID | Alpha-Numerical | 1-35 | O | Consignee primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID | Alpha-Numerical | 1-35 | O | Consignee additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/Name | String | 1-70 | M | Consignee name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress | Element | N/A | M | Consignee address |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact | Element | N/A | O | Consignee contact information |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/ConsigneeParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty | Element | N/A | O | Associated party details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | N/A | O | Party primary ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID | Alpha-Numerical | N/A | O | Party additional ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/AdditionalID@schemeAgencyID | Alpha-Numerical | 1-35 | O | Agency code (e.g., 1) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/Name | String | 1-70 | M | Party name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Party role code (e.g., CA=Carrier Agent) - UN/EDIFACT 3035 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress | Element | N/A | M | Party address |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostcodeCode | String | 1-35 | O | Postal code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/StreetName | String | 1-70 | O | Street address (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CityName | String | 1-70 | M | City name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryID | Alphabetic | 2 | M | ISO country code (e.g., CH) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountryName | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/CountrySubDivisionName | String | 1-70 | O | Region name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/PostalStructuredAddress/PostOfficeBox | Alpha-Numerical | 1-35 | O | PO Box (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Party contact information |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/PersonName | String | 1-70 | O | Contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DepartmentName | String | 1-70 | O | Department (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone details |\n| MasterConsignment/IncludedHouseConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation | Element | N/A | O | Origin location |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/OriginLocation/Name | String | 1-70 | O | Origin location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationLocation/Name | String | 1-70 | O | Destination location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | O | Transport details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/StageCode | Alpha-Numerical | 1-35 | M | Mode qualifier (e.g., XXXXXXXXXX, Main-Carriage) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Mode of transport code (e.g., 4=Air) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Mode | String | 1-35 | O | Mode of transport name (e.g., XXXXXXXXXX, AIR TRANSPORT) - UNECE Rec 19 |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | O | Flight/transport number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/Information | String | 1-350 | O | Transport information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | M | Transport means details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Carrier name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/ActualOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Loading date/time (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/LoadingEvent/OccurrenceLoadingLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent | Element | N/A | O | Unloading event details |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/ActualOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Unloading date/time (e.g., 2002-07-01T05:10:10) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation | Element | N/A | M | Unloading location |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/ID | Alphabetic | 3 or 5 | M | Location code (e.g., XXXXXXXXXX) - IATA 3-letter or UNLOCODE 5-char |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/Name | String | 1-70 | O | Location name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/SpecifiedLogisticsTransportMovement/UnloadingEvent/OccurrenceUnloadingLocation/TypeCode | Alpha-Numerical | 1-35 | O | Location type (e.g., XXXXXXXXXX, Airport) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment | Element | N/A | O | Transport equipment (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/ID | Alpha-Numerical | 1-70 | O | Equipment reference/ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode | Alpha-Numerical | 1-35 | O | Equipment type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/Characteristic | Alpha-Numerical | 1-35 | O | Equipment characteristic (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal | Element | N/A | O | Seal details |\n| MasterConsignment/IncludedHouseConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal/ID | Alpha-Numerical | 1-35 | O | Seal number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions | Element | N/A | O | Handling instructions |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions/Description | String | 1-350 | M | Instructions description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/HandlingInstructions/ExclusiveUsageIndicator | Boolean | N/A | O | Exclusive use indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument | Element | N/A | O | Reference documents (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Document reference number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 1-4 | M | Document type (e.g., 380=Invoice) - UN/EDIFACT 1001 |\n| MasterConsignment/IncludedHouseConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Document name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry | Element | N/A | O | Final destination country |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry/ID | Alphabetic | 2 | M | Country code (e.g., XXXXXXXXXX) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/FinalDestinationCountry/Name | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry | Element | N/A | O | Export country |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry/ID | Alphabetic | 2 | M | Country code (e.g., XXXXXXXXXX) - ISO 3166 |\n| MasterConsignment/IncludedHouseConsignment/ExportCountry/Name | Alpha-Numerical | 1-70 | O | Country name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction | Element | N/A | M | Commercial trade transaction container |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem | Element | N/A | M | Trade line item (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/Information | String | 1-350 | O | Line item information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery | Element | N/A | M | Product trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods | Element | N/A | M | Regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods | Element | N/A | M | Dangerous goods details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/UNDGIdentificationCode | Alpha-Numerical | 4 | M | UN Number (e.g., XXXXXXXXXX, UN1234) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/TechnicalName | String | 1-350 | O | Technical name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/UpperPartOrangeHazardPlacardID | Alpha-Numerical | 1-35 | O | Hazard identification number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/PackagingDangerLevelCode | Alpha-Numerical | 1-35 | O | Packing group (e.g., XXXXXXXXXX, I, II, III) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/PackingInstructionTypeCode | Alpha-Numerical | 1-35 | O | Packing instruction (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossWeightMeasure | Numeric | 1-9 | O | Gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/HazardClassificationID | Alpha-Numerical | 1-10 | M | Class/division (e.g., XXXXXXXXXX, 1.4, 3, 8) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/AdditionalHazardClassificationID | Alpha-Numerical | 1-10 | O | Subsidiary risk(s) (e.g., XXXXXXXXXX, 6.1, 8) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossVolumeMeasure | Numeric | 1-9 | O | Gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., MTQ, CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/MarinePollutantIndicator | Boolean | N/A | O | Marine pollutant indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetWeightMeasure | Numeric | 1-9 | O | Net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ProperShippingName | String | 1-350 | M | Proper shipping name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantity | Numeric | 1-9 | O | Net explosive quantity (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantity@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/NetExplosiveQuantityText | String | 1-350 | O | Net explosive quantity text (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation | Element | N/A | O | Supplementary information |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation/SuffixIndicator | Boolean | N/A | O | Suffix indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SupplementaryInformation/Content | String | 1-350 | M | Supplementary content (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ExplosiveCompatibilityGroupCode | Alphabetic | 1 | O | Compatibility group (e.g., XXXXXXXXXX, A-S) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ReportableQuantity | Numeric | 1-9 | O | Reportable quantity (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/TunnelRestrictionCode | Alpha-Numerical | 1-10 | O | Tunnel restriction code (e.g., XXXXXXXXXX, B/C, D/E) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/SpecialProvisionID | Alpha-Numerical | 1-35 | O | Special provisions (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/HazardCategoryCode | Alpha-Numerical | 1-10 | O | Hazard category (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/IMDGSegregationGroupCode | Alpha-Numerical | 1-35 | O | Segregation group code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/IMDGSegregationGroupCode@name | Alpha-Numerical | 1-70 | O | Segregation group name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/AuthorizationInformation | String | 1-350 | O | Authorization information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement | Element | N/A | O | Flashpoint temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/FlashpointTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL=Celsius, FAH=Fahrenheit) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement | Element | N/A | O | Control temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/ControlTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement | Element | N/A | O | Emergency temperature |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement/ActualMeasure | Numeric | 1-9 | M | Temperature value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/EmergencyTemperatureMeasurement/ActualMeasure@unitCode | Alphabetic | 3 | M | Temperature unit (e.g., CEL) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial | Element | N/A | O | Radioactive material details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/FissileExceptionReference | Alpha-Numerical | 1-35 | O | Fissile exception reference (e.g., XXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/FissileExceptionIndicator | Boolean | N/A | O | Fissile exception indicator (e.g., true/false) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope | Element | N/A | O | Radioactive isotope details |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ID | Alpha-Numerical | 1-35 | M | Isotope ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/Name | String | 1-70 | O | Isotope name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ActivityLevelMeasure | Numeric | 1-9 | M | Activity level (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/ActivityLevelMeasure@unitCode | Alphabetic | 3 | M | Activity unit (e.g., GBQ=Gigabecquerel, TBQ=Terabecquerel) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/PhysicalChemicalFormNote | String | 1-350 | O | Physical/chemical form (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/SpecialFormIndicator | Boolean | N/A | O | Special form indicator (e.g., True/False) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/IncludedCommercialTradeLineItem/SpecifiedProductTradeDelivery/SpecifiedProductRegulatedGoods/ApplicableProductsDangerousGoods/RadioactiveMaterial/ApplicableRadioactiveIsotope/LowDispersibleIndicator | Boolean | N/A | O | Low dispersible indicator (e.g., True/False) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage | Element | N/A | O | Logistics package details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/ItemQuantity | Numeric | 1-5 | M | Number of packages (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossWeightMeasure | Numeric | 1-9 | O | Package gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/NetWeightMeasure | Numeric | 1-9 | O | Package net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossVolumeMeasure | Numeric | 1-9 | O | Package gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LevelCode | Numeric | 1 | M | Package level code (e.g., 2=Inner package) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SequenceNumeric | Numeric | 1-5 | M | Package sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SeriesStartID | Alpha-Numerical | 1-35 | O | Series start ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SeriesEndID | Alpha-Numerical | 1-35 | O | Series end ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/AllPackedInOneIndicator | Boolean | N/A | O | All packed in one indicator (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/AllPackedInOneInformation | String | 1-350 | O | All packed in one information (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/QValueNumeric | Numeric | 1-9 | O | Q value (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension | Element | N/A | O | Package dimensions |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging | Element | N/A | M | Supply chain packaging |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging/TypeCode | Alpha-Numerical | 1-35 | M | Packaging type code (e.g., BX=Box) - UN/CEFACT packaging type codes |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/UsedSupplyChainPackaging/Type | Alpha-Numerical | 1-70 | O | Packaging type description (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery | Element | N/A | O | Packaged trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods | Element | N/A | M | Packaged regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods | Element | N/A | M | Packaged dangerous goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial | Element | N/A | O | Packaged radioactive material |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TypeCode | Alpha-Numerical | 1-35 | M | Package type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TransportIndexNumeric | Numeric | 1-9 | O | Transport index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/CriticalitySafetyIndexNumeric | Numeric | 1-9 | O | Criticality safety index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/IncludedPackagedTradeLineItem | Element | N/A | M | Included packaged trade line item |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedLogisticsPackage/IncludedPackagedTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage | Element | N/A | O | Overpack package details (0:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/ItemQuantity | Numeric | 1-5 | M | Number of overpacks (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossWeightMeasure | Numeric | 1-9 | O | Overpack gross weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/NetWeightMeasure | Numeric | 1-9 | O | Overpack net weight (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/NetWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g., KGM) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossVolumeMeasure | Numeric | 1-9 | O | Overpack gross volume (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit (e.g., CMQ) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LevelCode | Numeric | 1 | M | Package level code (e.g., 1=Overpack) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SequenceNumeric | Numeric | 1-5 | M | Overpack sequence number (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SeriesStartID | Alpha-Numerical | 1-35 | O | Series start ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SeriesEndID | Alpha-Numerical | 1-35 | O | Series end ID (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/OverpackNetQuantitySummary | String | 1-350 | O | Overpack net quantity summary (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension | Element | N/A | O | Overpack dimensions |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Overpack width (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Overpack length (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Overpack height (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alphabetic | 3 | M | Dimension unit (e.g., CMT) - UNECE Rec 20 |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery | Element | N/A | O | Overpack packaged trade delivery |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods | Element | N/A | M | Packaged regulated goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods | Element | N/A | M | Packaged dangerous goods |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial | Element | N/A | O | Packaged radioactive material |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TypeCode | Alpha-Numerical | 1-35 | M | Package type code (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/TransportIndexNumeric | Numeric | 1-9 | O | Transport index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/SpecifiedPackagedTradeDelivery/SpecifiedPackagedRegulatedGoods/ApplicablePackagedDangerousGoods/PackagedRadioactiveMaterial/CriticalitySafetyIndexNumeric | Numeric | 1-9 | O | Criticality safety index (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/IncludedPackagedTradeLineItem | Element | N/A | M | Included packaged trade line item |\n| MasterConsignment/IncludedHouseConsignment/RelatedCommercialTradeTransaction/SpecifiedOverpackPackage/IncludedPackagedTradeLineItem/SequenceNumeric | Numeric | 1-5 | M | Line item sequence (e.g., 23) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods | Element | N/A | M | Transport dangerous goods details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/HazardTypeCode | Alpha-Numerical | 1-35 | O | Special Handling Code related to radioactive or non-radioactive shipment.  <br>Information should be \"NON-RADIOACTIVE\" or \"RADIOACTIVE\" |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/AircraftLimitationInformation | String | 1-350 | O | Aircraft limitation (e.g., XXXXXXXXXX, \"Cargo Aircraft Only\", \"Passenger and Cargo Aircraft\") |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/ComplianceDeclarationInformation | String | 1-350 | O | Compliance declaration (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/ShipperDeclarationInformation | String | 1-350 | O | Shipper declaration (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact | Element | N/A | M | Emergency contact (1:n occurrence) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/PersonName | String | 1-70 | M | Emergency contact person name (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication | Element | N/A | M | Emergency phone details |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | M | Emergency phone number (e.g., XXXXXXXXXX) |\n| MasterConsignment/IncludedHouseConsignment/ApplicableTransportDangerousGoods/EmergencyDangerousGoodsContact/DirectEmergencyTelephoneCommunication/AdditionalInformation | String | 1-350 | O | Additional emergency contact information (e.g., XXXXXXXXXXX) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"1236e7a0-f6b9-4fad-8643-188fdbe48dfa"}],"id":"4534c367-ecc2-4774-915a-2c92c398c7da","description":"<p>A shipper's declaration records dangerous goods details for air cargo handling. Use this section to submit the declaration.</p>\n","_postman_id":"4534c367-ecc2-4774-915a-2c92c398c7da","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"8a65becb-fdc3-4409-91d4-97a4242e9fe9","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":[{"id":"6d49ebe0-b39c-4760-8382-08078aa8b318","name":"201 - Created","originalRequest":{"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":"**Message Type**: CSN (Customs, Security and Regulatory Control Status Notification) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-CSN (Customs, Security and Regulatory Control Status Notification) standards in JSON format."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"f2ef7c84-547c-43af-9bae-4a17de8c1afe","name":"400 - Bad Request","originalRequest":{"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":"**Message Type**: CSN (Customs, Security and Regulatory Control Status Notification) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-CSN (Customs, Security and Regulatory Control Status Notification) standards in JSON format."},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"356d17b0-88c7-4398-8364-114dc28ee341","name":"401 - Unauthorized","originalRequest":{"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":"**Message Type**: CSN (Customs, Security and Regulatory Control Status Notification) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-CSN (Customs, Security and Regulatory Control Status Notification) standards in JSON format."},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"1bc4d9dd-5f49-4c00-9144-ca78cc96d7d8","name":"403 - Forbidden","originalRequest":{"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":"**Message Type**: CSN (Customs, Security and Regulatory Control Status Notification) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-CSN (Customs, Security and Regulatory Control Status Notification) standards in JSON format."},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"4e7e75af-6086-4d50-aac7-482ddbd35385","name":"422 - Unprocessable Entity","originalRequest":{"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":"**Message Type**: CSN (Customs, Security and Regulatory Control Status Notification) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-CSN (Customs, Security and Regulatory Control Status Notification) standards in JSON format."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"8a65becb-fdc3-4409-91d4-97a4242e9fe9"},{"name":"Send Customs, Security and Regulatory Control Status Notification (XCSN) - XML Format","id":"d87bd5f3-a46a-49f7-96ec-80da23eed919","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":[{"id":"c6e7ade5-956c-4869-a71f-1631b61cb872","name":"201 - Created","originalRequest":{"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":"**Message Type**: XCSN (Send Customs, Security and Regulatory Control Status Notification) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML CSN (Customs, Security and Regulatory Control Status Notification) standards. The XCSN is the XML equivalent of CSN.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Technical reference identification provided by the sender to the message |\n| MessageHeaderDocument/Name | String | 1-70 | M | Name of the referenced document (i.e. Air Waybill). Appropriate Message Name must be used from the available list. Example: Air Waybill |\n| MessageHeaderDocument/TypeCode | String | 4 | M | 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 |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time at which the message was created (UTC Time). Example: 2010-01-26T05:10:10 |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Function/Purpose of a given type of message. Must be one of: Creation, Deletion, Update, Request, or Response. Example: Creation |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version. Message version rules must be applied. Example: 3.00 |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | 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 |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Identification of the sender address |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/StatusCode | Alphabetic | 3 | M | Coded representation of the current status of a shipment actioned by Customs |\n| BusinessHeaderDocument/ActionTypeCode | Numerical | 3 | M | Coded representation of a specific Customs action |\n| BusinessHeaderDocument/ActionTypeName | Alphabetic | 3 | M | Code identifying the Customs Action. Must be one of \\[IMP, EXP, TRA\\] |\n| BusinessHeaderDocument/Information | String | 1-70 | M | Information provided to, or received from, Customs |\n| BusinessHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and Time of the Customs Action. Example: 2002-07-01T05:10:10 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Item level text qualifier. Must be one of \\[D, C, L\\]. Example: D |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Item level text note. Example: Direct Shipment |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/CustomsID | Alpha-Numerical | 1-35 | O | Number assigned to the Customs Entry by Customs. Note: Default value is 9999 |\n| MasterConsignment/TotalPieceQuantity | Numerical | 5 | O | Total actioned pieces. Number of Loose Items and/or ULD's. Note: Value must be set to 0 if not available. Example: 23 |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Associated party container |\n| MasterConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Internal ID assigned to the party |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Name or legal identity of the Other Party |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Code of additional party. Must be one of \\[AG, CN, DT, NI, OJ, FB\\]. CODED UNEDIFACT 3035 |\n| MasterConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Name of additional parties if required. Must be the corresponding name for Party Type Code |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Party contact information container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | Alpha-Numerical | 1-70 | O | Contact name of the department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex details of the contact department or person |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location container |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Name of the origin location. Must be the corresponding name for Origin Location Code. Example: London Heathrow |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location container |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | Code of the destination location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: KHI |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Name of the destination location. Must be the corresponding name for Destination Location Code. Example: Karachi |\n| MasterConsignment/BondedWarehouseLocation | Element | N/A | O | Bonded warehouse location container |\n| MasterConsignment/BondedWarehouseLocation/ID | Alpha-Numerical | 1-7 | M | Coded identification of the warehouse where a bonded shipment will be stored |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | M | Transport details container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode of Transport Qualifier. Must be one of \\[Pre-Carriage, Main-Carriage, On-Carriage\\]. Default: Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Code of Mode of Transport used. CODED UNECE Rec.19. Example: 4 (for Air Transport) |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Name of Mode of Transport. Must be the corresponding name for Mode of Transport Code. CODED UNECE Rec.19. Example: AIR TRANSPORT |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | 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) |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Numerical | 4 | O | Number that identifies the sequence of transport. Default: 1 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Name of the Mean of Transport (e.g. Carrier name). For Air only IATA Airline and Company Designators code should be used |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Date at which goods are arriving from the means of transport. Example: 2002-07-01T05:10:10 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Occurrence arrival location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-70 | O | Reference identifying the arrival point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Name of arrival location. Must be the corresponding name of Scheduled Arrival Location Code. Example: Dublin |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Date at which goods are departing onto the means of transport. Example: 2002-07-01T05:10:10 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Occurrence departure location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Reference identifying the departure point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 (IATA), 5 (UNLOCODE) | M | Code of departure location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: CMB |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-70 | O | Name of departure location. Must be the corresponding name of Scheduled Departure Location Code. Example: Colombo |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent | Element | N/A | O | First arrival event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation | Element | N/A | O | Occurrence first arrival location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Reference identifying the departure point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | O | Code of first entry point. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Example: SYD |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Name of first entry point. Must be the corresponding name of First Entry Point Location Code. Example: Sydney |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent | Element | N/A | O | Departure point event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation | Element | N/A | O | Occurrence departure point location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/TypeCode | Alpha-Numerical | 1-35 | O | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | O | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/Name | Alpha-Numerical | 1-70 | O | Name of location where event occurred. Must be the corresponding name of Point of Location Code. Example: London Heathrow |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs, security and regulatory control information container |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary Customs, Security and Regulatory Control Information. Supplementary information identifying a party or a location related to Customs reporting requirements. Example: BCBP123 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Associated reference document container |\n| MasterConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Number being referenced within the document (e.g. Invoice, Packing List, Letter of Credit) |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Date being referenced within the document. Example: 2002-07-01 |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 4 | M | 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 |\n| MasterConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Name of the referenced document. Example: Certificate of Origin |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated consignment customs procedure container |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 2 | O | 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 |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"3ffa8886-bd16-4ac0-af65-f51d2be71fae","name":"400 - Bad Request","originalRequest":{"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":"**Message Type**: XCSN (Send Customs, Security and Regulatory Control Status Notification) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML CSN (Customs, Security and Regulatory Control Status Notification) standards. The XCSN is the XML equivalent of CSN.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Technical reference identification provided by the sender to the message |\n| MessageHeaderDocument/Name | String | 1-70 | M | Name of the referenced document (i.e. Air Waybill). Appropriate Message Name must be used from the available list. Example: Air Waybill |\n| MessageHeaderDocument/TypeCode | String | 4 | M | 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 |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time at which the message was created (UTC Time). Example: 2010-01-26T05:10:10 |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Function/Purpose of a given type of message. Must be one of: Creation, Deletion, Update, Request, or Response. Example: Creation |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version. Message version rules must be applied. Example: 3.00 |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | 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 |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Identification of the sender address |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/StatusCode | Alphabetic | 3 | M | Coded representation of the current status of a shipment actioned by Customs |\n| BusinessHeaderDocument/ActionTypeCode | Numerical | 3 | M | Coded representation of a specific Customs action |\n| BusinessHeaderDocument/ActionTypeName | Alphabetic | 3 | M | Code identifying the Customs Action. Must be one of \\[IMP, EXP, TRA\\] |\n| BusinessHeaderDocument/Information | String | 1-70 | M | Information provided to, or received from, Customs |\n| BusinessHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and Time of the Customs Action. Example: 2002-07-01T05:10:10 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Item level text qualifier. Must be one of \\[D, C, L\\]. Example: D |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Item level text note. Example: Direct Shipment |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/CustomsID | Alpha-Numerical | 1-35 | O | Number assigned to the Customs Entry by Customs. Note: Default value is 9999 |\n| MasterConsignment/TotalPieceQuantity | Numerical | 5 | O | Total actioned pieces. Number of Loose Items and/or ULD's. Note: Value must be set to 0 if not available. Example: 23 |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Associated party container |\n| MasterConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Internal ID assigned to the party |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Name or legal identity of the Other Party |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Code of additional party. Must be one of \\[AG, CN, DT, NI, OJ, FB\\]. CODED UNEDIFACT 3035 |\n| MasterConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Name of additional parties if required. Must be the corresponding name for Party Type Code |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Party contact information container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | Alpha-Numerical | 1-70 | O | Contact name of the department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex details of the contact department or person |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location container |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Name of the origin location. Must be the corresponding name for Origin Location Code. Example: London Heathrow |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location container |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | Code of the destination location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: KHI |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Name of the destination location. Must be the corresponding name for Destination Location Code. Example: Karachi |\n| MasterConsignment/BondedWarehouseLocation | Element | N/A | O | Bonded warehouse location container |\n| MasterConsignment/BondedWarehouseLocation/ID | Alpha-Numerical | 1-7 | M | Coded identification of the warehouse where a bonded shipment will be stored |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | M | Transport details container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode of Transport Qualifier. Must be one of \\[Pre-Carriage, Main-Carriage, On-Carriage\\]. Default: Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Code of Mode of Transport used. CODED UNECE Rec.19. Example: 4 (for Air Transport) |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Name of Mode of Transport. Must be the corresponding name for Mode of Transport Code. CODED UNECE Rec.19. Example: AIR TRANSPORT |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | 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) |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Numerical | 4 | O | Number that identifies the sequence of transport. Default: 1 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Name of the Mean of Transport (e.g. Carrier name). For Air only IATA Airline and Company Designators code should be used |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Date at which goods are arriving from the means of transport. Example: 2002-07-01T05:10:10 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Occurrence arrival location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-70 | O | Reference identifying the arrival point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Name of arrival location. Must be the corresponding name of Scheduled Arrival Location Code. Example: Dublin |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Date at which goods are departing onto the means of transport. Example: 2002-07-01T05:10:10 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Occurrence departure location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Reference identifying the departure point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 (IATA), 5 (UNLOCODE) | M | Code of departure location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: CMB |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-70 | O | Name of departure location. Must be the corresponding name of Scheduled Departure Location Code. Example: Colombo |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent | Element | N/A | O | First arrival event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation | Element | N/A | O | Occurrence first arrival location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Reference identifying the departure point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | O | Code of first entry point. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Example: SYD |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Name of first entry point. Must be the corresponding name of First Entry Point Location Code. Example: Sydney |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent | Element | N/A | O | Departure point event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation | Element | N/A | O | Occurrence departure point location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/TypeCode | Alpha-Numerical | 1-35 | O | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | O | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/Name | Alpha-Numerical | 1-70 | O | Name of location where event occurred. Must be the corresponding name of Point of Location Code. Example: London Heathrow |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs, security and regulatory control information container |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary Customs, Security and Regulatory Control Information. Supplementary information identifying a party or a location related to Customs reporting requirements. Example: BCBP123 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Associated reference document container |\n| MasterConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Number being referenced within the document (e.g. Invoice, Packing List, Letter of Credit) |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Date being referenced within the document. Example: 2002-07-01 |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 4 | M | 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 |\n| MasterConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Name of the referenced document. Example: Certificate of Origin |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated consignment customs procedure container |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 2 | O | 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 |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"579ff5a6-9683-45e3-9889-6dc5ce31afc8","name":"401 - Unauthorized","originalRequest":{"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":"**Message Type**: XCSN (Send Customs, Security and Regulatory Control Status Notification) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML CSN (Customs, Security and Regulatory Control Status Notification) standards. The XCSN is the XML equivalent of CSN.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Technical reference identification provided by the sender to the message |\n| MessageHeaderDocument/Name | String | 1-70 | M | Name of the referenced document (i.e. Air Waybill). Appropriate Message Name must be used from the available list. Example: Air Waybill |\n| MessageHeaderDocument/TypeCode | String | 4 | M | 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 |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time at which the message was created (UTC Time). Example: 2010-01-26T05:10:10 |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Function/Purpose of a given type of message. Must be one of: Creation, Deletion, Update, Request, or Response. Example: Creation |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version. Message version rules must be applied. Example: 3.00 |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | 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 |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Identification of the sender address |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/StatusCode | Alphabetic | 3 | M | Coded representation of the current status of a shipment actioned by Customs |\n| BusinessHeaderDocument/ActionTypeCode | Numerical | 3 | M | Coded representation of a specific Customs action |\n| BusinessHeaderDocument/ActionTypeName | Alphabetic | 3 | M | Code identifying the Customs Action. Must be one of \\[IMP, EXP, TRA\\] |\n| BusinessHeaderDocument/Information | String | 1-70 | M | Information provided to, or received from, Customs |\n| BusinessHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and Time of the Customs Action. Example: 2002-07-01T05:10:10 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Item level text qualifier. Must be one of \\[D, C, L\\]. Example: D |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Item level text note. Example: Direct Shipment |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/CustomsID | Alpha-Numerical | 1-35 | O | Number assigned to the Customs Entry by Customs. Note: Default value is 9999 |\n| MasterConsignment/TotalPieceQuantity | Numerical | 5 | O | Total actioned pieces. Number of Loose Items and/or ULD's. Note: Value must be set to 0 if not available. Example: 23 |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Associated party container |\n| MasterConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Internal ID assigned to the party |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Name or legal identity of the Other Party |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Code of additional party. Must be one of \\[AG, CN, DT, NI, OJ, FB\\]. CODED UNEDIFACT 3035 |\n| MasterConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Name of additional parties if required. Must be the corresponding name for Party Type Code |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Party contact information container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | Alpha-Numerical | 1-70 | O | Contact name of the department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex details of the contact department or person |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location container |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Name of the origin location. Must be the corresponding name for Origin Location Code. Example: London Heathrow |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location container |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | Code of the destination location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: KHI |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Name of the destination location. Must be the corresponding name for Destination Location Code. Example: Karachi |\n| MasterConsignment/BondedWarehouseLocation | Element | N/A | O | Bonded warehouse location container |\n| MasterConsignment/BondedWarehouseLocation/ID | Alpha-Numerical | 1-7 | M | Coded identification of the warehouse where a bonded shipment will be stored |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | M | Transport details container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode of Transport Qualifier. Must be one of \\[Pre-Carriage, Main-Carriage, On-Carriage\\]. Default: Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Code of Mode of Transport used. CODED UNECE Rec.19. Example: 4 (for Air Transport) |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Name of Mode of Transport. Must be the corresponding name for Mode of Transport Code. CODED UNECE Rec.19. Example: AIR TRANSPORT |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | 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) |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Numerical | 4 | O | Number that identifies the sequence of transport. Default: 1 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Name of the Mean of Transport (e.g. Carrier name). For Air only IATA Airline and Company Designators code should be used |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Date at which goods are arriving from the means of transport. Example: 2002-07-01T05:10:10 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Occurrence arrival location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-70 | O | Reference identifying the arrival point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Name of arrival location. Must be the corresponding name of Scheduled Arrival Location Code. Example: Dublin |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Date at which goods are departing onto the means of transport. Example: 2002-07-01T05:10:10 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Occurrence departure location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Reference identifying the departure point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 (IATA), 5 (UNLOCODE) | M | Code of departure location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: CMB |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-70 | O | Name of departure location. Must be the corresponding name of Scheduled Departure Location Code. Example: Colombo |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent | Element | N/A | O | First arrival event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation | Element | N/A | O | Occurrence first arrival location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Reference identifying the departure point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | O | Code of first entry point. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Example: SYD |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Name of first entry point. Must be the corresponding name of First Entry Point Location Code. Example: Sydney |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent | Element | N/A | O | Departure point event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation | Element | N/A | O | Occurrence departure point location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/TypeCode | Alpha-Numerical | 1-35 | O | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | O | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/Name | Alpha-Numerical | 1-70 | O | Name of location where event occurred. Must be the corresponding name of Point of Location Code. Example: London Heathrow |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs, security and regulatory control information container |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary Customs, Security and Regulatory Control Information. Supplementary information identifying a party or a location related to Customs reporting requirements. Example: BCBP123 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Associated reference document container |\n| MasterConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Number being referenced within the document (e.g. Invoice, Packing List, Letter of Credit) |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Date being referenced within the document. Example: 2002-07-01 |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 4 | M | 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 |\n| MasterConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Name of the referenced document. Example: Certificate of Origin |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated consignment customs procedure container |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 2 | O | 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 |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"2d0630be-f863-4cff-abb8-e9c8e231bfe3","name":"403 - Forbidden","originalRequest":{"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":"**Message Type**: XCSN (Send Customs, Security and Regulatory Control Status Notification) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML CSN (Customs, Security and Regulatory Control Status Notification) standards. The XCSN is the XML equivalent of CSN.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Technical reference identification provided by the sender to the message |\n| MessageHeaderDocument/Name | String | 1-70 | M | Name of the referenced document (i.e. Air Waybill). Appropriate Message Name must be used from the available list. Example: Air Waybill |\n| MessageHeaderDocument/TypeCode | String | 4 | M | 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 |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time at which the message was created (UTC Time). Example: 2010-01-26T05:10:10 |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Function/Purpose of a given type of message. Must be one of: Creation, Deletion, Update, Request, or Response. Example: Creation |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version. Message version rules must be applied. Example: 3.00 |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | 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 |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Identification of the sender address |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/StatusCode | Alphabetic | 3 | M | Coded representation of the current status of a shipment actioned by Customs |\n| BusinessHeaderDocument/ActionTypeCode | Numerical | 3 | M | Coded representation of a specific Customs action |\n| BusinessHeaderDocument/ActionTypeName | Alphabetic | 3 | M | Code identifying the Customs Action. Must be one of \\[IMP, EXP, TRA\\] |\n| BusinessHeaderDocument/Information | String | 1-70 | M | Information provided to, or received from, Customs |\n| BusinessHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and Time of the Customs Action. Example: 2002-07-01T05:10:10 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Item level text qualifier. Must be one of \\[D, C, L\\]. Example: D |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Item level text note. Example: Direct Shipment |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/CustomsID | Alpha-Numerical | 1-35 | O | Number assigned to the Customs Entry by Customs. Note: Default value is 9999 |\n| MasterConsignment/TotalPieceQuantity | Numerical | 5 | O | Total actioned pieces. Number of Loose Items and/or ULD's. Note: Value must be set to 0 if not available. Example: 23 |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Associated party container |\n| MasterConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Internal ID assigned to the party |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Name or legal identity of the Other Party |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Code of additional party. Must be one of \\[AG, CN, DT, NI, OJ, FB\\]. CODED UNEDIFACT 3035 |\n| MasterConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Name of additional parties if required. Must be the corresponding name for Party Type Code |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Party contact information container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | Alpha-Numerical | 1-70 | O | Contact name of the department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex details of the contact department or person |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location container |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Name of the origin location. Must be the corresponding name for Origin Location Code. Example: London Heathrow |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location container |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | Code of the destination location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: KHI |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Name of the destination location. Must be the corresponding name for Destination Location Code. Example: Karachi |\n| MasterConsignment/BondedWarehouseLocation | Element | N/A | O | Bonded warehouse location container |\n| MasterConsignment/BondedWarehouseLocation/ID | Alpha-Numerical | 1-7 | M | Coded identification of the warehouse where a bonded shipment will be stored |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | M | Transport details container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode of Transport Qualifier. Must be one of \\[Pre-Carriage, Main-Carriage, On-Carriage\\]. Default: Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Code of Mode of Transport used. CODED UNECE Rec.19. Example: 4 (for Air Transport) |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Name of Mode of Transport. Must be the corresponding name for Mode of Transport Code. CODED UNECE Rec.19. Example: AIR TRANSPORT |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | 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) |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Numerical | 4 | O | Number that identifies the sequence of transport. Default: 1 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Name of the Mean of Transport (e.g. Carrier name). For Air only IATA Airline and Company Designators code should be used |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Date at which goods are arriving from the means of transport. Example: 2002-07-01T05:10:10 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Occurrence arrival location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-70 | O | Reference identifying the arrival point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Name of arrival location. Must be the corresponding name of Scheduled Arrival Location Code. Example: Dublin |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Date at which goods are departing onto the means of transport. Example: 2002-07-01T05:10:10 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Occurrence departure location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Reference identifying the departure point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 (IATA), 5 (UNLOCODE) | M | Code of departure location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: CMB |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-70 | O | Name of departure location. Must be the corresponding name of Scheduled Departure Location Code. Example: Colombo |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent | Element | N/A | O | First arrival event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation | Element | N/A | O | Occurrence first arrival location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Reference identifying the departure point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | O | Code of first entry point. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Example: SYD |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Name of first entry point. Must be the corresponding name of First Entry Point Location Code. Example: Sydney |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent | Element | N/A | O | Departure point event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation | Element | N/A | O | Occurrence departure point location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/TypeCode | Alpha-Numerical | 1-35 | O | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | O | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/Name | Alpha-Numerical | 1-70 | O | Name of location where event occurred. Must be the corresponding name of Point of Location Code. Example: London Heathrow |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs, security and regulatory control information container |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary Customs, Security and Regulatory Control Information. Supplementary information identifying a party or a location related to Customs reporting requirements. Example: BCBP123 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Associated reference document container |\n| MasterConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Number being referenced within the document (e.g. Invoice, Packing List, Letter of Credit) |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Date being referenced within the document. Example: 2002-07-01 |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 4 | M | 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 |\n| MasterConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Name of the referenced document. Example: Certificate of Origin |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated consignment customs procedure container |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 2 | O | 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 |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"8791a90e-0706-4a09-966c-f9f1831f81b1","name":"422 - Unprocessable Entity","originalRequest":{"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":"**Message Type**: XCSN (Send Customs, Security and Regulatory Control Status Notification) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML CSN (Customs, Security and Regulatory Control Status Notification) standards. The XCSN is the XML equivalent of CSN.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Technical reference identification provided by the sender to the message |\n| MessageHeaderDocument/Name | String | 1-70 | M | Name of the referenced document (i.e. Air Waybill). Appropriate Message Name must be used from the available list. Example: Air Waybill |\n| MessageHeaderDocument/TypeCode | String | 4 | M | 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 |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time at which the message was created (UTC Time). Example: 2010-01-26T05:10:10 |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Function/Purpose of a given type of message. Must be one of: Creation, Deletion, Update, Request, or Response. Example: Creation |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version. Message version rules must be applied. Example: 3.00 |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | 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 |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Sender information container |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Identification of the sender address |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Recipient information container |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Identification of the recipient address |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/StatusCode | Alphabetic | 3 | M | Coded representation of the current status of a shipment actioned by Customs |\n| BusinessHeaderDocument/ActionTypeCode | Numerical | 3 | M | Coded representation of a specific Customs action |\n| BusinessHeaderDocument/ActionTypeName | Alphabetic | 3 | M | Code identifying the Customs Action. Must be one of \\[IMP, EXP, TRA\\] |\n| BusinessHeaderDocument/Information | String | 1-70 | M | Information provided to, or received from, Customs |\n| BusinessHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and Time of the Customs Action. Example: 2002-07-01T05:10:10 |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header note container |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Item level text qualifier. Must be one of \\[D, C, L\\]. Example: D |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Item level text note. Example: Direct Shipment |\n| MasterConsignment | Element | N/A | M | Master consignment container |\n| MasterConsignment/CustomsID | Alpha-Numerical | 1-35 | O | Number assigned to the Customs Entry by Customs. Note: Default value is 9999 |\n| MasterConsignment/TotalPieceQuantity | Numerical | 5 | O | Total actioned pieces. Number of Loose Items and/or ULD's. Note: Value must be set to 0 if not available. Example: 23 |\n| MasterConsignment/AssociatedParty | Element | N/A | O | Associated party container |\n| MasterConsignment/AssociatedParty/PrimaryID | Alpha-Numerical | 1-35 | O | Internal ID assigned to the party |\n| MasterConsignment/AssociatedParty/Name | String | 1-70 | M | Name or legal identity of the Other Party |\n| MasterConsignment/AssociatedParty/RoleCode | Alphabetic | 2 | M | Code of additional party. Must be one of \\[AG, CN, DT, NI, OJ, FB\\]. CODED UNEDIFACT 3035 |\n| MasterConsignment/AssociatedParty/Role | Alphabetic | 1-70 | O | Name of additional parties if required. Must be the corresponding name for Party Type Code |\n| MasterConsignment/AssociatedParty/DefinedTradeContact | Element | N/A | O | Party contact information container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/PersonName | Alpha-Numerical | 1-70 | O | Contact name of the department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication | Element | N/A | O | Phone communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Phone number of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication | Element | N/A | O | Fax communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Fax number of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication | Element | N/A | O | Email communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID | String | 1-70 | O | Email address of the contact department or person |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication | Element | N/A | O | Telex communication container |\n| MasterConsignment/AssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber | Alpha-Numerical | 1-35 | O | Telex details of the contact department or person |\n| MasterConsignment/OriginLocation | Element | N/A | O | Origin location container |\n| MasterConsignment/OriginLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | 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 |\n| MasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Name of the origin location. Must be the corresponding name for Origin Location Code. Example: London Heathrow |\n| MasterConsignment/FinalDestinationLocation | Element | N/A | O | Final destination location container |\n| MasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | Code of the destination location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: KHI |\n| MasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Name of the destination location. Must be the corresponding name for Destination Location Code. Example: Karachi |\n| MasterConsignment/BondedWarehouseLocation | Element | N/A | O | Bonded warehouse location container |\n| MasterConsignment/BondedWarehouseLocation/ID | Alpha-Numerical | 1-7 | M | Coded identification of the warehouse where a bonded shipment will be stored |\n| MasterConsignment/SpecifiedLogisticsTransportMovement | Element | N/A | M | Transport details container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/StageCode | String | 1-35 | M | Mode of Transport Qualifier. Must be one of \\[Pre-Carriage, Main-Carriage, On-Carriage\\]. Default: Main-Carriage |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ModeCode | Alpha-Numerical | 1-15 | O | Code of Mode of Transport used. CODED UNECE Rec.19. Example: 4 (for Air Transport) |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/Mode | Alphabetic | 1-35 | O | Name of Mode of Transport. Must be the corresponding name for Mode of Transport Code. CODED UNECE Rec.19. Example: AIR TRANSPORT |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | 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) |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/SequenceNumeric | Numerical | 4 | O | Number that identifies the sequence of transport. Default: 1 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Used logistics transport means container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | O | Name of the Mean of Transport (e.g. Carrier name). For Air only IATA Airline and Company Designators code should be used |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent | Element | N/A | O | Arrival event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Date at which goods are arriving from the means of transport. Example: 2002-07-01T05:10:10 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Occurrence arrival location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-70 | O | Reference identifying the arrival point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | M | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Name of arrival location. Must be the corresponding name of Scheduled Arrival Location Code. Example: Dublin |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/ScheduledOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | O | Date at which goods are departing onto the means of transport. Example: 2002-07-01T05:10:10 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Occurrence departure location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | O | Reference identifying the departure point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 (IATA), 5 (UNLOCODE) | M | Code of departure location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: CMB |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-70 | O | Name of departure location. Must be the corresponding name of Scheduled Departure Location Code. Example: Colombo |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent | Element | N/A | O | First arrival event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation | Element | N/A | O | Occurrence first arrival location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | O | Reference identifying the departure point. Hardcoded values: Seaport, Airport, Freight Terminal, Rail Station, Other. Example: Airport |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | O | Code of first entry point. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Example: SYD |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/FirstArrivalEvent/OccurrenceFirstArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Name of first entry point. Must be the corresponding name of First Entry Point Location Code. Example: Sydney |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent | Element | N/A | O | Departure point event container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation | Element | N/A | O | Occurrence departure point location container |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/TypeCode | Alpha-Numerical | 1-35 | O | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/ID | Alphabetic | 3 (IATA), 5 (UNLOCODE) | O | 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 |\n| MasterConsignment/SpecifiedLogisticsTransportMovement/DeparturePointEvent/OccurrenceDeparturePointLocation/Name | Alpha-Numerical | 1-70 | O | Name of location where event occurred. Must be the corresponding name of Point of Location Code. Example: London Heathrow |\n| MasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs, security and regulatory control information container |\n| MasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 3 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 2 | O | 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 |\n| MasterConsignment/IncludedCustomsNote/Content | String | 1-70 | M | Supplementary Customs, Security and Regulatory Control Information. Supplementary information identifying a party or a location related to Customs reporting requirements. Example: BCBP123 |\n| MasterConsignment/AssociatedReferenceDocument | Element | N/A | O | Associated reference document container |\n| MasterConsignment/AssociatedReferenceDocument/ID | Alpha-Numerical | 1-70 | M | Number being referenced within the document (e.g. Invoice, Packing List, Letter of Credit) |\n| MasterConsignment/AssociatedReferenceDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | O | Date being referenced within the document. Example: 2002-07-01 |\n| MasterConsignment/AssociatedReferenceDocument/TypeCode | Alpha-Numerical | 4 | M | 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 |\n| MasterConsignment/AssociatedReferenceDocument/Name | Alpha-Numerical | 1-70 | O | Name of the referenced document. Example: Certificate of Origin |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Associated consignment customs procedure container |\n| MasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 2 | O | 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 |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"d87bd5f3-a46a-49f7-96ec-80da23eed919"}],"id":"db3f526f-9b06-439a-8cfc-419b09063355","description":"<p>A status notification shares customs, security, or regulatory clearance updates for a shipment. Use this section to submit the status update.</p>\n","_postman_id":"db3f526f-9b06-439a-8cfc-419b09063355","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"2ff6a5da-1ed4-45d2-9412-9adbfb24e165","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":[{"id":"84fad57e-f2c6-4651-b879-30d431e97c95","name":"201 - Created","originalRequest":{"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":"**Message Type**: FBL (Flight Booking List) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo- FBL (Flight Booking List) standards in JSON format."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"9493b460-a2a1-44dc-9fb6-f6c9ce5c6926","name":"400 - Bad Request","originalRequest":{"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":"**Message Type**: FBL (Flight Booking List) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo- FBL (Flight Booking List) standards in JSON format."},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"c8985fba-436d-4de0-bbd4-beab79fe8d3b","name":"401 - Unauthorized","originalRequest":{"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":"**Message Type**: FBL (Flight Booking List) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo- FBL (Flight Booking List) standards in JSON format."},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"b7d1d6b6-410c-4902-8b36-769b1604dcfe","name":"403 - Forbidden","originalRequest":{"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":"**Message Type**: FBL (Flight Booking List) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo- FBL (Flight Booking List) standards in JSON format."},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"0560acd9-5af7-46d1-ab83-a031fcf02187","name":"422 - Unprocessable Entity","originalRequest":{"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":"**Message Type**: FBL (Flight Booking List) - JSON Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo- FBL (Flight Booking List) standards in JSON format."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"2ff6a5da-1ed4-45d2-9412-9adbfb24e165"},{"name":"Create Booking List (XFBL) - XML Format","id":"428ada23-c931-44dd-b961-6fd3442a22b0","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":[{"id":"d8e352ab-9f30-4c25-bd41-2ceac9ad876a","name":"201 - Created","originalRequest":{"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":"**Message Type**: XFBL (Flight Booking List) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFBL (XML Flight Booking List) standards. The XFBL is the XML equivalent of FBL.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID - Contains technical reference identification provided by sender |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be 'Transport Loading Report' for FBL |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be '122' for FBL |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created (UTC) (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be 'Creation', 'Deletion', 'Update', 'Request' or 'Response' |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version (e.g. 3.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of series of messages within conversation |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | Freight Booked List Identification - Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text - Free text |\n| LogisticsTransportMovement | Element | N/A | M | Transport movement/flight details |\n| LogisticsTransportMovement/StageCode | String | 1-35 | M | Must be 'Main-Carriage' |\n| LogisticsTransportMovement/ModeCode | Numeric | 1-15 | M | Code of Mode of Transport (4=Air Transport) - UNECE Rec.19 |\n| LogisticsTransportMovement/Mode | String | 1-35 | O | Name of Mode of Transport (e.g. 'AIR TRANSPORT') |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | Flight number (e.g. BA1234) |\n| LogisticsTransportMovement/SequenceNumeric | Numeric | 1-4 | M | Sequence number identifying the transport (defaults to 1 in FBL) |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numeric | 1-7 | O | Total gross weight on flight (with unitCode attribute). Range: 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit of measurement (e.g. KGM) - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numeric | 1-9 | O | Total volume on flight (with unitCode attribute) |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalPieceQuantity | Numeric | 1-4 | O | Total pieces on flight |\n| LogisticsTransportMovement/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity | Numeric | 1-4 | O | Total ULDs on flight |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Aircraft details |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | M | Aircraft registration or carrier name. For Air, IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date/time |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 or 5 | M | Departure airport code (IATA 3-letter or UNLOCODE 5-char) |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-35 | O | Departure airport name |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alpha-Numerical | 1-3 | O | Customs note code - Information Identifier (CIMP 1.19) |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alpha-Numerical | 1-2 | O | Customs, Security and Regulatory Control Information Identifier (CIMP 1.100) |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code (pattern: \\[A-Z\\]{2}) |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent | Element | N/A | M | Arrival/destination details (1:n occurrence) |\n| ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| ArrivalEvent/OccurrenceArrivalLocation/ID | Alpha-Numerical | 3 or 5 | M | Arrival airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Arrival airport name |\n| ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| ArrivalEvent/NilCargoIndication | String | 1-5 | O | Indicates no cargo to be unloaded (value: 'Nil') |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | O | Cargo details at destination (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | Alpha-Numerical | 1-3 | O | Cargo type code (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment | Element | N/A | O | Master consignment details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure | Numeric | 1-7 | M | Consignment gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Consignment volume. Must be completed if Density Group not completed |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/DensityGroupCode | Numeric | 1 | O | Density group (1-9). Must be completed if Volume Amount not completed - CIMP 2 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total pieces in consignment |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/SummaryDescription | String | 1-70 | M | Manifest description of goods |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code - P=Part, C=Complete, T=Total - CIMP 1.15 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/MovementPriorityCode | Alphabetic | 1 | O | Movement priority code (e.g. H=High) - CIMP 1.12 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument | Element | N/A | M | AWB details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | AWB number - Format: nnn-n\\[8\\] (3-digit airline code + hyphen + 8-digit serial number) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Origin airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final destination location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Destination airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions | Element | N/A | O | Handling instructions (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/Description | String | 1-70 | M | Handling instruction text - Can be from CIMP 1.16/1.14 or free text |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service Type Code - SSR, OSI, or SPH - CIMP 1.16/1.14 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-3 | O | Information Identifier - CIMP 1.19 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-2 | O | Customs Information Identifier - CIMP 1.100 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces in dimension group |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity@unitCode | Alpha-Numerical | 3 | M | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | M | Package gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | M | Package dimensions |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement | Element | N/A | O | Pre-carriage transport details. If completed, must contain at least one element (Forwarding Agent, Inward Details, or Movement Priority) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ID | Alpha-Numerical | 1-35 | O | Pre-carriage flight number |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent | Element | N/A | O | Pre-carriage arrival timing |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Pre-carriage arrival date/time |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | O | Loading location code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Loading location name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty | Element | N/A | O | Forwarding agent details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty/Name | Alpha-Numerical | 1-70 | M | Forwarding agent abbreviated name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-11 | O | Full ULD number (type + serial + owner + loading indicator) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's Load and Count. Use 0 to identify shipper built unit if exact SLAC value unknown |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | ULD type code - IATA ULD Regulations |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 1 | O | ULD Loading Indicator (height/loading limitation) - CIMP 1.47 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numeric | 1-7 | M | ULD content gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty | Element | N/A | M | ULD operator |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | ULD owner code (airline or leasing company) - IATA ULD Regulations |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"5fda7f89-f939-403c-ac53-7ccb6604b09d","name":"400 - Bad Request","originalRequest":{"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":"**Message Type**: XFBL (Flight Booking List) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFBL (XML Flight Booking List) standards. The XFBL is the XML equivalent of FBL.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID - Contains technical reference identification provided by sender |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be 'Transport Loading Report' for FBL |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be '122' for FBL |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created (UTC) (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be 'Creation', 'Deletion', 'Update', 'Request' or 'Response' |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version (e.g. 3.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of series of messages within conversation |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | Freight Booked List Identification - Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text - Free text |\n| LogisticsTransportMovement | Element | N/A | M | Transport movement/flight details |\n| LogisticsTransportMovement/StageCode | String | 1-35 | M | Must be 'Main-Carriage' |\n| LogisticsTransportMovement/ModeCode | Numeric | 1-15 | M | Code of Mode of Transport (4=Air Transport) - UNECE Rec.19 |\n| LogisticsTransportMovement/Mode | String | 1-35 | O | Name of Mode of Transport (e.g. 'AIR TRANSPORT') |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | Flight number (e.g. BA1234) |\n| LogisticsTransportMovement/SequenceNumeric | Numeric | 1-4 | M | Sequence number identifying the transport (defaults to 1 in FBL) |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numeric | 1-7 | O | Total gross weight on flight (with unitCode attribute). Range: 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit of measurement (e.g. KGM) - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numeric | 1-9 | O | Total volume on flight (with unitCode attribute) |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalPieceQuantity | Numeric | 1-4 | O | Total pieces on flight |\n| LogisticsTransportMovement/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity | Numeric | 1-4 | O | Total ULDs on flight |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Aircraft details |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | M | Aircraft registration or carrier name. For Air, IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date/time |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 or 5 | M | Departure airport code (IATA 3-letter or UNLOCODE 5-char) |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-35 | O | Departure airport name |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alpha-Numerical | 1-3 | O | Customs note code - Information Identifier (CIMP 1.19) |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alpha-Numerical | 1-2 | O | Customs, Security and Regulatory Control Information Identifier (CIMP 1.100) |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code (pattern: \\[A-Z\\]{2}) |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent | Element | N/A | M | Arrival/destination details (1:n occurrence) |\n| ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| ArrivalEvent/OccurrenceArrivalLocation/ID | Alpha-Numerical | 3 or 5 | M | Arrival airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Arrival airport name |\n| ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| ArrivalEvent/NilCargoIndication | String | 1-5 | O | Indicates no cargo to be unloaded (value: 'Nil') |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | O | Cargo details at destination (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | Alpha-Numerical | 1-3 | O | Cargo type code (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment | Element | N/A | O | Master consignment details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure | Numeric | 1-7 | M | Consignment gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Consignment volume. Must be completed if Density Group not completed |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/DensityGroupCode | Numeric | 1 | O | Density group (1-9). Must be completed if Volume Amount not completed - CIMP 2 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total pieces in consignment |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/SummaryDescription | String | 1-70 | M | Manifest description of goods |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code - P=Part, C=Complete, T=Total - CIMP 1.15 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/MovementPriorityCode | Alphabetic | 1 | O | Movement priority code (e.g. H=High) - CIMP 1.12 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument | Element | N/A | M | AWB details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | AWB number - Format: nnn-n\\[8\\] (3-digit airline code + hyphen + 8-digit serial number) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Origin airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final destination location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Destination airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions | Element | N/A | O | Handling instructions (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/Description | String | 1-70 | M | Handling instruction text - Can be from CIMP 1.16/1.14 or free text |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service Type Code - SSR, OSI, or SPH - CIMP 1.16/1.14 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-3 | O | Information Identifier - CIMP 1.19 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-2 | O | Customs Information Identifier - CIMP 1.100 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces in dimension group |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity@unitCode | Alpha-Numerical | 3 | M | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | M | Package gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | M | Package dimensions |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement | Element | N/A | O | Pre-carriage transport details. If completed, must contain at least one element (Forwarding Agent, Inward Details, or Movement Priority) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ID | Alpha-Numerical | 1-35 | O | Pre-carriage flight number |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent | Element | N/A | O | Pre-carriage arrival timing |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Pre-carriage arrival date/time |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | O | Loading location code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Loading location name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty | Element | N/A | O | Forwarding agent details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty/Name | Alpha-Numerical | 1-70 | M | Forwarding agent abbreviated name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-11 | O | Full ULD number (type + serial + owner + loading indicator) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's Load and Count. Use 0 to identify shipper built unit if exact SLAC value unknown |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | ULD type code - IATA ULD Regulations |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 1 | O | ULD Loading Indicator (height/loading limitation) - CIMP 1.47 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numeric | 1-7 | M | ULD content gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty | Element | N/A | M | ULD operator |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | ULD owner code (airline or leasing company) - IATA ULD Regulations |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"fca93924-dfdf-40af-ac2a-00feea0c718e","name":"401 - Unauthorized","originalRequest":{"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":"**Message Type**: XFBL (Flight Booking List) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFBL (XML Flight Booking List) standards. The XFBL is the XML equivalent of FBL.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID - Contains technical reference identification provided by sender |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be 'Transport Loading Report' for FBL |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be '122' for FBL |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created (UTC) (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be 'Creation', 'Deletion', 'Update', 'Request' or 'Response' |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version (e.g. 3.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of series of messages within conversation |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | Freight Booked List Identification - Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text - Free text |\n| LogisticsTransportMovement | Element | N/A | M | Transport movement/flight details |\n| LogisticsTransportMovement/StageCode | String | 1-35 | M | Must be 'Main-Carriage' |\n| LogisticsTransportMovement/ModeCode | Numeric | 1-15 | M | Code of Mode of Transport (4=Air Transport) - UNECE Rec.19 |\n| LogisticsTransportMovement/Mode | String | 1-35 | O | Name of Mode of Transport (e.g. 'AIR TRANSPORT') |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | Flight number (e.g. BA1234) |\n| LogisticsTransportMovement/SequenceNumeric | Numeric | 1-4 | M | Sequence number identifying the transport (defaults to 1 in FBL) |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numeric | 1-7 | O | Total gross weight on flight (with unitCode attribute). Range: 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit of measurement (e.g. KGM) - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numeric | 1-9 | O | Total volume on flight (with unitCode attribute) |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalPieceQuantity | Numeric | 1-4 | O | Total pieces on flight |\n| LogisticsTransportMovement/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity | Numeric | 1-4 | O | Total ULDs on flight |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Aircraft details |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | M | Aircraft registration or carrier name. For Air, IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date/time |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 or 5 | M | Departure airport code (IATA 3-letter or UNLOCODE 5-char) |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-35 | O | Departure airport name |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alpha-Numerical | 1-3 | O | Customs note code - Information Identifier (CIMP 1.19) |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alpha-Numerical | 1-2 | O | Customs, Security and Regulatory Control Information Identifier (CIMP 1.100) |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code (pattern: \\[A-Z\\]{2}) |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent | Element | N/A | M | Arrival/destination details (1:n occurrence) |\n| ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| ArrivalEvent/OccurrenceArrivalLocation/ID | Alpha-Numerical | 3 or 5 | M | Arrival airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Arrival airport name |\n| ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| ArrivalEvent/NilCargoIndication | String | 1-5 | O | Indicates no cargo to be unloaded (value: 'Nil') |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | O | Cargo details at destination (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | Alpha-Numerical | 1-3 | O | Cargo type code (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment | Element | N/A | O | Master consignment details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure | Numeric | 1-7 | M | Consignment gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Consignment volume. Must be completed if Density Group not completed |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/DensityGroupCode | Numeric | 1 | O | Density group (1-9). Must be completed if Volume Amount not completed - CIMP 2 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total pieces in consignment |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/SummaryDescription | String | 1-70 | M | Manifest description of goods |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code - P=Part, C=Complete, T=Total - CIMP 1.15 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/MovementPriorityCode | Alphabetic | 1 | O | Movement priority code (e.g. H=High) - CIMP 1.12 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument | Element | N/A | M | AWB details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | AWB number - Format: nnn-n\\[8\\] (3-digit airline code + hyphen + 8-digit serial number) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Origin airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final destination location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Destination airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions | Element | N/A | O | Handling instructions (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/Description | String | 1-70 | M | Handling instruction text - Can be from CIMP 1.16/1.14 or free text |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service Type Code - SSR, OSI, or SPH - CIMP 1.16/1.14 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-3 | O | Information Identifier - CIMP 1.19 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-2 | O | Customs Information Identifier - CIMP 1.100 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces in dimension group |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity@unitCode | Alpha-Numerical | 3 | M | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | M | Package gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | M | Package dimensions |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement | Element | N/A | O | Pre-carriage transport details. If completed, must contain at least one element (Forwarding Agent, Inward Details, or Movement Priority) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ID | Alpha-Numerical | 1-35 | O | Pre-carriage flight number |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent | Element | N/A | O | Pre-carriage arrival timing |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Pre-carriage arrival date/time |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | O | Loading location code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Loading location name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty | Element | N/A | O | Forwarding agent details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty/Name | Alpha-Numerical | 1-70 | M | Forwarding agent abbreviated name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-11 | O | Full ULD number (type + serial + owner + loading indicator) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's Load and Count. Use 0 to identify shipper built unit if exact SLAC value unknown |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | ULD type code - IATA ULD Regulations |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 1 | O | ULD Loading Indicator (height/loading limitation) - CIMP 1.47 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numeric | 1-7 | M | ULD content gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty | Element | N/A | M | ULD operator |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | ULD owner code (airline or leasing company) - IATA ULD Regulations |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"e3cfa190-4bff-41d7-93ab-ca7f1c09491d","name":"403 - Forbidden","originalRequest":{"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":"**Message Type**: XFBL (Flight Booking List) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFBL (XML Flight Booking List) standards. The XFBL is the XML equivalent of FBL.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID - Contains technical reference identification provided by sender |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be 'Transport Loading Report' for FBL |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be '122' for FBL |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created (UTC) (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be 'Creation', 'Deletion', 'Update', 'Request' or 'Response' |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version (e.g. 3.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of series of messages within conversation |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | Freight Booked List Identification - Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text - Free text |\n| LogisticsTransportMovement | Element | N/A | M | Transport movement/flight details |\n| LogisticsTransportMovement/StageCode | String | 1-35 | M | Must be 'Main-Carriage' |\n| LogisticsTransportMovement/ModeCode | Numeric | 1-15 | M | Code of Mode of Transport (4=Air Transport) - UNECE Rec.19 |\n| LogisticsTransportMovement/Mode | String | 1-35 | O | Name of Mode of Transport (e.g. 'AIR TRANSPORT') |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | Flight number (e.g. BA1234) |\n| LogisticsTransportMovement/SequenceNumeric | Numeric | 1-4 | M | Sequence number identifying the transport (defaults to 1 in FBL) |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numeric | 1-7 | O | Total gross weight on flight (with unitCode attribute). Range: 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit of measurement (e.g. KGM) - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numeric | 1-9 | O | Total volume on flight (with unitCode attribute) |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalPieceQuantity | Numeric | 1-4 | O | Total pieces on flight |\n| LogisticsTransportMovement/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity | Numeric | 1-4 | O | Total ULDs on flight |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Aircraft details |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | M | Aircraft registration or carrier name. For Air, IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date/time |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 or 5 | M | Departure airport code (IATA 3-letter or UNLOCODE 5-char) |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-35 | O | Departure airport name |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alpha-Numerical | 1-3 | O | Customs note code - Information Identifier (CIMP 1.19) |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alpha-Numerical | 1-2 | O | Customs, Security and Regulatory Control Information Identifier (CIMP 1.100) |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code (pattern: \\[A-Z\\]{2}) |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent | Element | N/A | M | Arrival/destination details (1:n occurrence) |\n| ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| ArrivalEvent/OccurrenceArrivalLocation/ID | Alpha-Numerical | 3 or 5 | M | Arrival airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Arrival airport name |\n| ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| ArrivalEvent/NilCargoIndication | String | 1-5 | O | Indicates no cargo to be unloaded (value: 'Nil') |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | O | Cargo details at destination (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | Alpha-Numerical | 1-3 | O | Cargo type code (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment | Element | N/A | O | Master consignment details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure | Numeric | 1-7 | M | Consignment gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Consignment volume. Must be completed if Density Group not completed |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/DensityGroupCode | Numeric | 1 | O | Density group (1-9). Must be completed if Volume Amount not completed - CIMP 2 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total pieces in consignment |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/SummaryDescription | String | 1-70 | M | Manifest description of goods |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code - P=Part, C=Complete, T=Total - CIMP 1.15 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/MovementPriorityCode | Alphabetic | 1 | O | Movement priority code (e.g. H=High) - CIMP 1.12 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument | Element | N/A | M | AWB details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | AWB number - Format: nnn-n\\[8\\] (3-digit airline code + hyphen + 8-digit serial number) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Origin airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final destination location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Destination airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions | Element | N/A | O | Handling instructions (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/Description | String | 1-70 | M | Handling instruction text - Can be from CIMP 1.16/1.14 or free text |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service Type Code - SSR, OSI, or SPH - CIMP 1.16/1.14 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-3 | O | Information Identifier - CIMP 1.19 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-2 | O | Customs Information Identifier - CIMP 1.100 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces in dimension group |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity@unitCode | Alpha-Numerical | 3 | M | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | M | Package gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | M | Package dimensions |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement | Element | N/A | O | Pre-carriage transport details. If completed, must contain at least one element (Forwarding Agent, Inward Details, or Movement Priority) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ID | Alpha-Numerical | 1-35 | O | Pre-carriage flight number |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent | Element | N/A | O | Pre-carriage arrival timing |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Pre-carriage arrival date/time |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | O | Loading location code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Loading location name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty | Element | N/A | O | Forwarding agent details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty/Name | Alpha-Numerical | 1-70 | M | Forwarding agent abbreviated name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-11 | O | Full ULD number (type + serial + owner + loading indicator) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's Load and Count. Use 0 to identify shipper built unit if exact SLAC value unknown |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | ULD type code - IATA ULD Regulations |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 1 | O | ULD Loading Indicator (height/loading limitation) - CIMP 1.47 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numeric | 1-7 | M | ULD content gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty | Element | N/A | M | ULD operator |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | ULD owner code (airline or leasing company) - IATA ULD Regulations |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"03fc6631-712b-4e8b-86da-ee38d2ec1213","name":"422 - Unprocessable Entity","originalRequest":{"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":"**Message Type**: XFBL (Flight Booking List) - IATA Cargo-XML Format\n\n**IATA Compliance**: This endpoint implements IATA Cargo-XML XFBL (XML Flight Booking List) standards. The XFBL is the XML equivalent of FBL.\n\n**API Parameters (XML Schema):**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| MessageHeaderDocument | Element | N/A | M | Message header container |\n| MessageHeaderDocument/ID | String | 1-70 | M | Message Reference ID - Contains technical reference identification provided by sender |\n| MessageHeaderDocument/Name | String | 1-70 | M | Must be 'Transport Loading Report' for FBL |\n| MessageHeaderDocument/TypeCode | String | 4 | M | Must be '122' for FBL |\n| MessageHeaderDocument/IssueDateTime | DateTime (ISO 8601:2004) | N/A | M | Date and time message was created (UTC) (e.g.YYYY-MM-DDTHH:MM:SS) |\n| MessageHeaderDocument/PurposeCode | Alpha-Numerical | 35 | M | Must be 'Creation', 'Deletion', 'Update', 'Request' or 'Response' |\n| MessageHeaderDocument/VersionID | String | 5 | M | Message version (e.g. 3.00) |\n| MessageHeaderDocument/ConversationID | String | 1-70 | O | Technical reference of series of messages within conversation |\n| MessageHeaderDocument/SenderParty | Element | N/A | M | Message sender (1:n occurrence) |\n| MessageHeaderDocument/SenderParty/PrimaryID | String | 1-70 | M | Sender identification |\n| MessageHeaderDocument/SenderParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| MessageHeaderDocument/RecipientParty | Element | N/A | M | Message recipient (1:n occurrence) |\n| MessageHeaderDocument/RecipientParty/PrimaryID | String | 1-70 | M | Recipient identification |\n| MessageHeaderDocument/RecipientParty/PrimaryID@schemeID | Alphabetic | 2 | M | 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 |\n| BusinessHeaderDocument | Element | N/A | M | Business header container |\n| BusinessHeaderDocument/ID | Alpha-Numerical | 1-35 | M | Freight Booked List Identification - Carrier code + flight number + original schedule departure date + schedule departure location code |\n| BusinessHeaderDocument/IncludedHeaderNote | Element | N/A | O | Header notes (0:n occurrence) |\n| BusinessHeaderDocument/IncludedHeaderNote/ContentCode | Alpha-Numerical | 1 | O | Header note qualifier |\n| BusinessHeaderDocument/IncludedHeaderNote/Content | Alpha-Numerical | 1-70 | O | Header note text - Free text |\n| LogisticsTransportMovement | Element | N/A | M | Transport movement/flight details |\n| LogisticsTransportMovement/StageCode | String | 1-35 | M | Must be 'Main-Carriage' |\n| LogisticsTransportMovement/ModeCode | Numeric | 1-15 | M | Code of Mode of Transport (4=Air Transport) - UNECE Rec.19 |\n| LogisticsTransportMovement/Mode | String | 1-35 | O | Name of Mode of Transport (e.g. 'AIR TRANSPORT') |\n| LogisticsTransportMovement/ID | Alpha-Numerical | 1-35 | M | Flight number (e.g. BA1234) |\n| LogisticsTransportMovement/SequenceNumeric | Numeric | 1-4 | M | Sequence number identifying the transport (defaults to 1 in FBL) |\n| LogisticsTransportMovement/TotalGrossWeightMeasure | Numeric | 1-7 | O | Total gross weight on flight (with unitCode attribute). Range: 0.1-9999999 |\n| LogisticsTransportMovement/TotalGrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit of measurement (e.g. KGM) - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure | Numeric | 1-9 | O | Total volume on flight (with unitCode attribute) |\n| LogisticsTransportMovement/TotalGrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalPieceQuantity | Numeric | 1-4 | O | Total pieces on flight |\n| LogisticsTransportMovement/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity | Numeric | 1-4 | O | Total ULDs on flight |\n| LogisticsTransportMovement/TotalTransportEquipmentQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit of measurement - UNECE Rec 20 |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans | Element | N/A | O | Aircraft details |\n| LogisticsTransportMovement/UsedLogisticsTransportMeans/Name | Alpha-Numerical | 1-70 | M | Aircraft registration or carrier name. For Air, IATA Airline and Company Designators code should be used |\n| LogisticsTransportMovement/DepartureEvent | Element | N/A | O | Departure details |\n| LogisticsTransportMovement/DepartureEvent/DepartureOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Departure date/time |\n| LogisticsTransportMovement/DepartureEvent/DepartureDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation | Element | N/A | M | Departure location |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/ID | Alpha-Numerical | 3 or 5 | M | Departure airport code (IATA 3-letter or UNLOCODE 5-char) |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/Name | Alpha-Numerical | 1-35 | O | Departure airport name |\n| LogisticsTransportMovement/DepartureEvent/OccurrenceDepartureLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| LogisticsTransportMovement/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| LogisticsTransportMovement/IncludedCustomsNote/ContentCode | Alpha-Numerical | 1-3 | O | Customs note code - Information Identifier (CIMP 1.19) |\n| LogisticsTransportMovement/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| LogisticsTransportMovement/IncludedCustomsNote/SubjectCode | Alpha-Numerical | 1-2 | O | Customs, Security and Regulatory Control Information Identifier (CIMP 1.100) |\n| LogisticsTransportMovement/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code (pattern: \\[A-Z\\]{2}) |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| LogisticsTransportMovement/RelatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent | Element | N/A | M | Arrival/destination details (1:n occurrence) |\n| ArrivalEvent/OccurrenceArrivalLocation | Element | N/A | M | Arrival location |\n| ArrivalEvent/OccurrenceArrivalLocation/ID | Alpha-Numerical | 3 or 5 | M | Arrival airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/OccurrenceArrivalLocation/Name | Alpha-Numerical | 1-70 | O | Arrival airport name |\n| ArrivalEvent/OccurrenceArrivalLocation/TypeCode | Alpha-Numerical | 1-35 | M | Location type - Hardcoded to 'Seaport', 'Airport', 'Freight Terminal', 'Rail Station', or 'Other' |\n| ArrivalEvent/NilCargoIndication | String | 1-5 | O | Indicates no cargo to be unloaded (value: 'Nil') |\n| ArrivalEvent/AssociatedTransportCargo | Element | N/A | O | Cargo details at destination (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/TypeCode | Alpha-Numerical | 1-3 | O | Cargo type code (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment | Element | N/A | O | Master consignment details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure | Numeric | 1-7 | M | Consignment gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossWeightMeasure@unitCode | Alphabetic | 3 | O | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure | Numeric | 1-9 | O | Consignment volume. Must be completed if Density Group not completed |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/GrossVolumeMeasure@unitCode | Alphabetic | 3 | O | Volume unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/DensityGroupCode | Numeric | 1 | O | Density group (1-9). Must be completed if Volume Amount not completed - CIMP 2 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity | Numeric | 1-4 | M | Total pieces in consignment |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TotalPieceQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/SummaryDescription | String | 1-70 | M | Manifest description of goods |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportSplitDescription | Alpha-Numerical | 1 | M | Shipment Description Code - P=Part, C=Complete, T=Total - CIMP 1.15 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/MovementPriorityCode | Alphabetic | 1 | O | Movement priority code (e.g. H=High) - CIMP 1.12 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument | Element | N/A | M | AWB details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportContractDocument/ID | String | 12 | M | AWB number - Format: nnn-n\\[8\\] (3-digit airline code + hyphen + 8-digit serial number) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation | Element | N/A | M | Origin location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/ID | Alphabetic | 3 or 5 | M | Origin airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/OriginLocation/Name | Alpha-Numerical | 1-70 | O | Origin airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation | Element | N/A | M | Final destination location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/ID | Alphabetic | 3 or 5 | M | Destination airport code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/FinalDestinationLocation/Name | Alpha-Numerical | 1-70 | O | Destination airport name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions | Element | N/A | O | Handling instructions (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/Description | String | 1-70 | M | Handling instruction text - Can be from CIMP 1.16/1.14 or free text |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/HandlingInstructions/DescriptionCode | Alpha-Numerical | 1-3 | M | Service Type Code - SSR, OSI, or SPH - CIMP 1.16/1.14 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote | Element | N/A | O | Customs notes (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/ContentCode | Alphabetic | 1-3 | O | Information Identifier - CIMP 1.19 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/Content | Alpha-Numerical | 1-70 | M | Supplementary Customs Information |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/SubjectCode | Alphabetic | 1-2 | O | Customs Information Identifier - CIMP 1.100 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/IncludedCustomsNote/CountryID | Alphabetic | 2 | O | ISO 3166 country code |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure | Element | N/A | O | Customs procedure |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/AssociatedConsignmentCustomsProcedure/GoodsStatusCode | Alpha-Numerical | 1-2 | M | Customs Origin Code - CIMP 1.49 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage | Element | N/A | O | Package/dimension details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity | Numeric | 1-4 | M | Number of pieces in dimension group |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/ItemQuantity@unitCode | Alpha-Numerical | 3 | M | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure | Numeric | 1-7 | M | Package gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension | Element | N/A | M | Package dimensions |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure | Numeric | 1-5 | M | Package width |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/WidthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure | Numeric | 1-5 | M | Package length |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/LengthMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure | Numeric | 1-5 | M | Package height |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/TransportLogisticsPackage/LinearSpatialDimension/HeightMeasure@unitCode | Alpha-Numerical | 3 | M | Dimension unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement | Element | N/A | O | Pre-carriage transport details. If completed, must contain at least one element (Forwarding Agent, Inward Details, or Movement Priority) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ID | Alpha-Numerical | 1-35 | O | Pre-carriage flight number |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent | Element | N/A | O | Pre-carriage arrival timing |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalOccurrenceDateTime | DateTime (ISO 8601:2004) | N/A | M | Pre-carriage arrival date/time |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/PreCarriageEvent/ArrivalDateTimeTypeCode | Alphabetic | 1 | M | Date/time type (S=Schedule, A=Actual) - CIMP 1.51 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent | Element | N/A | O | Loading event details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation | Element | N/A | M | Loading location |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/ID | Alphabetic | 3 or 5 | O | Loading location code (IATA 3-letter or UNLOCODE 5-char) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/LoadingEvent/OccurrenceLoadingLocation/Name | String | 1-70 | O | Loading location name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty | Element | N/A | O | Forwarding agent details |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/PreCarriageTransportMovement/ForwardingAgentParty/Name | Alpha-Numerical | 1-70 | M | Forwarding agent abbreviated name |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment | Element | N/A | O | ULD details (0:n occurrence) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/ID | Alpha-Numerical | 1-11 | O | Full ULD number (type + serial + owner + loading indicator) |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity | Numeric | 1-5 | O | Shipper's Load and Count. Use 0 to identify shipper built unit if exact SLAC value unknown |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/LoadedPackageQuantity@unitCode | Alpha-Numerical | 3 | O | Item unit - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/CharacteristicCode | Alpha-Numerical | 3 | M | ULD type code - IATA ULD Regulations |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperationalStatusCode | Alphabetic | 1 | O | ULD Loading Indicator (height/loading limitation) - CIMP 1.47 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure | Numeric | 1-7 | M | ULD content gross weight. Range: 0.1-9999999 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/GrossWeightMeasure@unitCode | Alphabetic | 3 | M | Weight unit (e.g. KGM) - UNECE Rec 20 |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty | Element | N/A | M | ULD operator |\n| ArrivalEvent/AssociatedTransportCargo/IncludedMasterConsignment/UtilizedUnitLoadTransportEquipment/OperatingParty/PrimaryID | Alpha-Numerical | 2 | M | ULD owner code (airline or leasing company) - IATA ULD Regulations |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"428ada23-c931-44dd-b961-6fd3442a22b0"}],"id":"ed063225-f99c-46e8-ad78-67af2856a8bb","description":"<p>A booking list groups cargo bookings that need space on a flight. Use this section to create the booking list.</p>\n","_postman_id":"ed063225-f99c-46e8-ad78-67af2856a8bb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"0ef2c857-5a5e-450a-9313-1727bcdd596c","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":[{"id":"0c7a5be8-fc98-4488-97c4-73d55b06bfc3","name":"201 - Created","originalRequest":{"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"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"45e2a50f-718e-426b-b603-8945fcd796f0","name":"400 - Bad Request","originalRequest":{"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"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"86e7a5f4-0f32-4681-8809-a7cf66a38683","name":"401 - Unauthorized","originalRequest":{"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"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"fa795ae8-e961-4012-8e80-85c210fd7964","name":"403 - Forbidden","originalRequest":{"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"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"a99bfe56-4baf-47be-93e4-da0c8d327a87","name":"422 - Unprocessable Entity","originalRequest":{"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"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"0ef2c857-5a5e-450a-9313-1727bcdd596c"},{"name":"Create Rate Information Message (XRAF) - XML Format","id":"06478d87-00c7-4422-a2a5-654bc7091710","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":[{"id":"a6de2e02-9f9d-4c98-bf56-124877d32dee","name":"201 - Created","originalRequest":{"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"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"6141f455-c080-409b-9d1c-3c873c23e95b","name":"400 - Bad Request","originalRequest":{"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"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"779d14a6-f46c-4eb1-867c-f8a368456d42","name":"401 - Unauthorized","originalRequest":{"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"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"d74c8988-9355-4135-a6ff-200c41ef535a","name":"403 - Forbidden","originalRequest":{"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"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"fcfb8f05-80ef-42d4-9158-89363e2145d8","name":"422 - Unprocessable Entity","originalRequest":{"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"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"06478d87-00c7-4422-a2a5-654bc7091710"}],"id":"d3230aee-3c6f-4da3-a96b-c10b7d1ab0d9","description":"<p>A rate information message shares freight pricing details for a shipment lane or service. Use this section to submit the rate information message.</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. Appropriate Message Name must be used from the available list</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/ID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Unique Identification of Rate Information Sheet. A serial number uniquely identify the Rate Information Data</td>\n</tr>\n<tr>\n<td>BusinessHeaderDocument/ItemQuantity</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Total number of rate sheets. Example: 60. Note: This message allows to exchange multiple rate sheets. However, it is recommended to exchange single rate sheet to avoid any complications. A single rate sheet means all rates grouped applicable to one airline under a specific sales area having one currency and similar effective and termination dates</td>\n</tr>\n<tr>\n<td>CargoTariff</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Cargo tariff container</td>\n</tr>\n<tr>\n<td>CargoTariff/ID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Unique Identification of Rate Information. A serial number uniquely identify the Rate Information Record. Example: 43543</td>\n</tr>\n<tr>\n<td>CargoTariff/CarrierAssignedID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Carrier assigned Reference Number for the Rate Sheet. Example: GBLF3232434</td>\n</tr>\n<tr>\n<td>CargoTariff/StatusCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Status of the rate sheet/record. The status could be either Publish, Hold or Cancel. Example: Publish</td>\n</tr>\n<tr>\n<td>CargoTariff/SequenceID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Carrier assigned Sequence Number. Example: 788</td>\n</tr>\n<tr>\n<td>CargoTariff/PriorityCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Carrier assigned Priority Code for the Rates</td>\n</tr>\n<tr>\n<td>CargoTariff/RateCategoryCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Category of the rate. Must be one of: Contract, Market, Adhoc, IATA, Group, Other Local Charge, Prorate, or Special Prorate. Note: Forwarder information will only be supplied for contract rates or Group Rates. Condition: Rate Information Category is also linked with the purpose code. If the purpose code is 9 then it will be rate/price record and if the purpose code is 633 it will be Other Local Charges. Example: Contract</td>\n</tr>\n<tr>\n<td>CargoTariff/RateCategoryGroupName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Indicates the name of the Rate Information Category Group. Condition: Must be completed when the Rate Information Category value is Group</td>\n</tr>\n<tr>\n<td>CargoTariff/ExclusiveIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Indicates if the rate is exclusive for certain carrier</td>\n</tr>\n<tr>\n<td>CargoTariff/InterlineIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Indicates if the rate is applicable on other carriers. By default it is false. Example: false</td>\n</tr>\n<tr>\n<td>CargoTariff/SellIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>M</td>\n<td>Indicates if the rate is buy or sell. Default value is True i.e. Sell</td>\n</tr>\n<tr>\n<td>CargoTariff/ItemQuantity</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Total Number of Rate/Charges records in the rate sheet. Same value may be repeated for each record that belongs to same ratesheet. Example: 56</td>\n</tr>\n<tr>\n<td>CargoTariff/EffectivePeriod</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Rate validity container</td>\n</tr>\n<tr>\n<td>CargoTariff/EffectivePeriod/StartDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>M</td>\n<td>Effective date of the rate record</td>\n</tr>\n<tr>\n<td>CargoTariff/EffectivePeriod/EndDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Expiry date of the rate record</td>\n</tr>\n<tr>\n<td>CargoTariff/TransportContractDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Air Waybill details container. Mandatory for adhoc/spot rate</td>\n</tr>\n<tr>\n<td>CargoTariff/TransportContractDocument/ID</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Air Waybill Number. A serial number provided by the issuing carrier to identify the Waybill. Example: 057-12345675 where issuing carrier's three-digit IATA airline code number is 057, Hyphen is '-', Eight digit serial number is 12345675</td>\n</tr>\n<tr>\n<td>CargoTariff/TransportContractDocument/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>UNCEFACT Document Code for the Air Waybill Number. Must be one of [740, 741]. Example: 740 for Air Waybill, 741 for Master Air Waybill</td>\n</tr>\n<tr>\n<td>CargoTariff/ReferenceDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Reference documents container. Condition: Reference documents associated at the rate sheet level</td>\n</tr>\n<tr>\n<td>CargoTariff/ReferenceDocument/ID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Number being referenced within the document (e.g. Air Waybill number)</td>\n</tr>\n<tr>\n<td>CargoTariff/ReferenceDocument/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</td>\n</tr>\n<tr>\n<td>CargoTariff/ReferenceDocument/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Type of the referenced document. UN/EDIFACT 1001 Document/message name code list can be used (740 for Air Waybill and 741 for Master Air waybill)</td>\n</tr>\n<tr>\n<td>CargoTariff/ReferenceDocument/Name</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Name of the referenced document (i.e. Air Waybill, Master Air Waybill, House Waybill etc.)</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Sales territory to which the rate record/sheet belongs to</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/ID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Applicable Sales Area Code for the rate sheet. Condition: Mandatory for the Rate Record however optional for Other Local Charge. Example: AMS</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/Name</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Applicable Sales Area Name for the rate sheet. Example: Amsterdam</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/CityID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Applicable 3 letter City code for the respective sales area. CODED UNECE Rec.16. Example: NYC</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/CityName</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Applicable City Name for the respective sales area. Example: New York</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/CountrySubDivisionID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Applicable Region code for the respective sales area. Contains the code of the region within a country specific to this address. Used to hold the state in US addresses. CODED UNECE Rec.16</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/CountrySubDivisionName</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Applicable Region name for the respective sales area</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/CountryID</td>\n<td>String</td>\n<td>2</td>\n<td>O</td>\n<td>Applicable Country Code for the respective sales area. CODED ISO3166</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/CountryName</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Applicable Country Name for the respective sales area</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/CurrencyID</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Applicable Currency Code for the respective sales area. CODED ISO4217. Example: EUR</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/CurrencyName</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Applicable Currency Name for the respective sales area. Example: EURO</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/IATAAreaID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>IATA Area Number 1, 2 or 3. Example: 3</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/IATAAreaName</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Respective Name of IATA Area Number</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/IATASubAreaID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>IATA Sub Area Number</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/IATASubAreaName</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Respective Name of IATA Sub Area Number</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/CarrierAssignedID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Carrier assigned area reference number</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/DistributionIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Flag indicating if the distribution is allowed. Example: TRUE</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/DistributionDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date and Time for Distribution</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/NotificationIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Indicates if the distribution notification need to be sent to sender</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/DistributionCommunication</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Distribution methods container. Condition: At least one element should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/DistributionCommunication/ChannelCode</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Distribution Channel such as Fax, Email, Web Service etc.</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/DistributionCommunication/URIID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Distribution Channel Address such as Email Address, Web Service Address etc.</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/DistributionCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Distribution Channel Number such as Fax Number etc.</td>\n</tr>\n<tr>\n<td>CargoTariff/ApplicableSalesArea/DistributionCommunication/FormatUseCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Distribution Format such as excel sheet, pdf etc.</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Issuing carrier container</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/PrimaryID</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Issuing Carrier two letter code. CODED IATA Airport Coding Directory. Example: LH</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/AdditionalID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Issuing Carrier three letter code. CODED IATA Airport Coding Directory. Example: GEC</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/PrefixID</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Issuing Carrier Prefix. CODED IATA Airport Coding Directory. Example: 020</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/Name</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Issuing Carrier Name. CODED IATA Airport Coding Directory. Example: Lufthansa Cargo AG</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/LogoIdentification</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Logo of the carrier. Example: Logo could be embedded in the message using the CDATA element</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Street address of the issuing carrier</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/PostalStructuredAddress/PostOfficeBox</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Post office box number. Condition: At least one element should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/PostalStructuredAddress/StreetName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Street address. In case additional street names need to be specified, the different names should be separated by a specific character. Condition: At least one element should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/PostalStructuredAddress/DepartmentName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Company department name or number. Condition: At least one element should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/PostalStructuredAddress/PostcodeCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>ZIP/Postal Code corresponding to the street address. Condition: At least one element should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/PostalStructuredAddress/CountrySubDivisionID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Code of the region within a country specific to this address. Used to hold the state in US addresses. UNECE Recommendation N. 16 - LOCODE can be used. CODED UNECE Rec.16. Example: NY</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Name of the region within a country specific to this address. Used to hold the state in US addresses</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/PostalStructuredAddress/CityID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Code of the city. UNECE Recommendation N. 16 - LOCODE can be used. CODED UNECE Rec.16. Example: LON</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Name of the city. Example: LONDON</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO Country Codes ISO 3166-1/1998. UNECE Recommendation N. 3 can be used. CODED ISO3166. Example: GB</td>\n</tr>\n<tr>\n<td>CargoTariff/IssuerCarrierParty/PostalStructuredAddress/CountryName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Name of the country. Example: Great Britain</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Details of the Section or Interline Carrier. Condition: In case of Special Prorate Agreement, it must be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/PrimaryID</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Section or Interline Carrier two letter code. CODED IATA Airport Coding Directory. Example: CV</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/AdditionalID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Section or Interline Carrier three letter code. CODED IATA Airport Coding Directory. Example: CLX</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/PrefixID</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Section or Interline Carrier Prefix. CODED IATA Airport Coding Directory. Example: 172</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/Name</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Section or Interline Carrier Name. Example: Cargolux International Airlines S.A.</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/LogoIdentification</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Section or Interline Carrier Logo</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Street address of the Section or Interline Carrier</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/PostalStructuredAddress/PostOfficeBox</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Post office box number. Condition: At least one element should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/PostalStructuredAddress/StreetName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Street address. In case additional street names need to be specified, the different names should be separated by a specific character. Condition: At least one element should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/PostalStructuredAddress/DepartmentName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Company department name or number. Condition: At least one element should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/PostalStructuredAddress/PostcodeCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>ZIP/Postal Code corresponding to the street address. Condition: At least one element should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/PostalStructuredAddress/CountrySubDivisionID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Code of the region within a country. CODED UNECE Rec.16. Example: NY</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Name of the region within a country</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/PostalStructuredAddress/CityID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Code of the city. CODED UNECE Rec.16. Example: NYC</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Name of the city. Example: LONDON</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO Country Codes ISO 3166-1/1998. CODED ISO3166. Example: US</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedSectionCarrierParty/PostalStructuredAddress/CountryName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Name of the country</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Party details could be repeated to include forwarder, shipper and consignee information</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/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>CargoTariff/SpecifiedAssociatedParty/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Standard ID used to identify the party using a 3rd Party Identifier such as EAN, DUNS etc.</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/Name</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Name or legal identity of the party. In case additional names need to be specified, the different names should be separated by a specific character</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/RoleCode</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>Code of the party (Shipper, Consignee, Freight Forwarder). Standard codes from UN/EDIFACT 3035 can be used. Must be one of [FW, CN, CZ]. CODED UNEDIFACT 3035. Example: FW</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/Role</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>O</td>\n<td>Name of an additional parties if required. Standard name related to the codes from UN/EDIFACT 3035. Example: Freight Forwarder</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/AccountID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Account number assigned to the party. Example: ABC94269</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/CargoAgentID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Code issued by IATA to identify each IATA Cargo Agent whose name is entered on the Cargo Agency List. Condition: Last digit is unweighted modulus 7 check digit of IATA Cargo Agent Code and first 3 digits of IATA Cargo Agent CASS Address. Example: 1234567</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/ReferenceID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Reference used to identify a specific booking, file or contract. Example: 123456</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/PostalStructuredAddress</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Party address container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/PostalStructuredAddress/PostOfficeBox</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Post office box number. Condition: At least one element should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/PostalStructuredAddress/StreetName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Street address. Condition: At least one element should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/PostalStructuredAddress/DepartmentName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Company department name or number. Condition: At least one element should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/PostalStructuredAddress/PostcodeCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>ZIP/Postal Code. Condition: At least one element should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/PostalStructuredAddress/CountrySubDivisionID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Code of the region. CODED UNECE Rec.16. Example: NY</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/PostalStructuredAddress/CountrySubDivisionName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Name of the region</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/PostalStructuredAddress/CityID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Code of the city. CODED UNECE Rec.16. Example: NYC</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/PostalStructuredAddress/CityName</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Name of the city. Example: LONDON</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/PostalStructuredAddress/CountryID</td>\n<td>Alphabetic</td>\n<td>2</td>\n<td>M</td>\n<td>ISO Country Code. CODED ISO3166. Example: US</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/PostalStructuredAddress/CountryName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Name of the country</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/SpecifiedCargoAgentLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Cargo agent location container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/SpecifiedCargoAgentLocation/ID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Code issued by IATA to identify individual agent locations for CASS billing purpose. Condition: Only occurs in addition to IATA Cargo Agent Code. Example: 1234</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/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>CargoTariff/SpecifiedAssociatedParty/DefinedTradeContact/PersonName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Contact name of the department or person</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/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>CargoTariff/SpecifiedAssociatedParty/DefinedTradeContact/DirectTelephoneCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Phone number of the contact. Condition: At least one contact number should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/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>CargoTariff/SpecifiedAssociatedParty/DefinedTradeContact/FaxCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Fax number of the contact. Condition: At least one contact number should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/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>CargoTariff/SpecifiedAssociatedParty/DefinedTradeContact/URIEmailCommunication/URIID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Email address of the contact. Condition: At least one contact number should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedAssociatedParty/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>CargoTariff/SpecifiedAssociatedParty/DefinedTradeContact/TelexCommunication/CompleteNumber</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Telex details of the contact. Condition: At least one contact number should be completed</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedRateEntryEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Rate entry event container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedRateEntryEvent/OccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date and Time of Rate Entry</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedRateEntryEvent/RelatedRateEventParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Related rate event party container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedRateEntryEvent/RelatedRateEventParty/Name</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Person Entered the Rates</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedRateApprovalEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Rate approval event container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedRateApprovalEvent/OccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date and Time of Rate Approval</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedRateApprovalEvent/RelatedRateEventParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Related rate event party container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedRateApprovalEvent/RelatedRateEventParty/Name</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Person Approved the Rates</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedRateVerificationEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Rate verification event container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedRateVerificationEvent/OccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date and Time of Rate Verification</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedRateVerificationEvent/RelatedRateEventParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Related rate event party container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedRateVerificationEvent/RelatedRateEventParty/Name</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Person Verified the Rates</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Rate parameters container. This section contains various parameters for rate applicability</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/PrepaidIndicator</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>M</td>\n<td>Indicates if the rate is applicable on the prepaid or collect basis. By default it is prepaid. CODED CIMP 1.5. Example: true</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/WeightMeasurementCode</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>M</td>\n<td>Indicates if the rate is based on the kg or pound</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/WeightCategoryCode</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>M</td>\n<td>Indicates if the rate is applicable on the chargeable or gross weight</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/CarrierAssignedID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Product Reference number assigned by the Carrier</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/PremiumIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>If the rate is premium</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/DayOfWeekCode</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Applicable days of week. Example: 1234567</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/DensityWeightMeasure</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Density Factor. Example: 23</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/DGRClass</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>DGR Class - Dangerous Goods Regulation - text</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/TemperatureControlIndicator</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Temperature controlled flag</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/AllInclusiveIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Indicates if the rate is all in</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/AgentAllInclusiveIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Indicates if the rate is all in including Due Agent Charges Only</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/CarrierAllInclusiveIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Indicates if the rate is all in including Due Carrier Charges Only</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/MinimumChargeAmount</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Minimum Applicable Charge</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/MaximumChargeAmount</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Maximum Applicable Charge</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/NormalChargeAmount</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Rate per Kg/lb</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/NormalChargeUnitCode</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Weight Unit of Measurements</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/BaseRateChargeAmount</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Base Rate (if applicable)</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/MinimumWeightMeasure</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Minimum Applicable Weight Requirement</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/MaximumWeightMeasure</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Maximum Applicable Weight Requirement</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/RoundingFactorNumeric</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Round Factor for the Charge. Example: 23</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/DiscountPercent</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Applicable discount percentage. Example: 23</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/AdditionalPercent</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Applicable additional Percentage. Example: 23</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/PerPieceChargeAmount</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Rate per Piece</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/PerHouseAirWaybillChargeAmount</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Rate per House Air waybill</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/PerAirWaybillChargeAmount</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Flat rate applicable to per air waybill/complete shipment</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/AdditionalDiscountPercent</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>If the certain percentage is off on market rate. Example: 23</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/IncrementalIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>If rate is incremental</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/NonBusinessHourIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>O</td>\n<td>Indicates if the rate or charge is applicable only during the non business hours. By default it is false</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/PricingTypeCode</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>User defined price types will be included such as BULK/ULD/Both/Flat/Mail etc. Note: In some cases, price types are linked with the weight breaks</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/InternalRemark</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Internal Remarks - limited to internal use</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ExternalRemark</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Additional remarks that will be part of the rate while distributing outside the company</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/AssociatedReferenceDocument</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Reference documents associated at the rate level</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/AssociatedReferenceDocument/ID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Number being referenced within the document (e.g. Air Waybill number)</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/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</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/AssociatedReferenceDocument/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Type of the referenced document. UN/EDIFACT 1001 Document/message name code list can be used (740 for Air Waybill and 741 for Master Air waybill)</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/AssociatedReferenceDocument/Name</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Name of the referenced document (i.e. Air Waybill, Master Air Waybill, House Waybill)</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Rate sectors container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/DepartureSectorEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Departure sector event container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/DepartureSectorEvent/RelatedSectorLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Related sector location container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/DepartureSectorEvent/RelatedSectorLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 (IATA), 5 (UNLOCODE)</td>\n<td>O</td>\n<td>Code of the origin location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Condition: Mandatory for the Rate Record however optional for Other Local Charge. Example: FRA</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/DepartureSectorEvent/RelatedSectorLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Name of the origin location</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/DepartureSectorEvent/RelatedSectorLocation/CountryID</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>O</td>\n<td>ISO country code of the origin location</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/DepartureSectorEvent/RelatedSectorLocation/CountryName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Country name of the origin location code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/DepartureSectorEvent/RelatedSectorLocation/ZoneID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Zone Code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/DepartureSectorEvent/RelatedSectorLocation/ZoneName</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>O</td>\n<td>Zone Name</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/ArrivalSectorEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival sector event container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/ArrivalSectorEvent/RelatedSectorLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Related sector location container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/ArrivalSectorEvent/RelatedSectorLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 (IATA), 5 (UNLOCODE)</td>\n<td>O</td>\n<td>Code of the destination location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Condition: Mandatory for the Rate Record however optional for Other Local Charge</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/ArrivalSectorEvent/RelatedSectorLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Name of the destination location</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/ArrivalSectorEvent/RelatedSectorLocation/CountryID</td>\n<td>Alpha-Numerical</td>\n<td>2</td>\n<td>O</td>\n<td>ISO Country Code of the Destination location. ISO3166. Example: CH</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/ArrivalSectorEvent/RelatedSectorLocation/CountryName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Country name of the Destination location code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/ArrivalSectorEvent/RelatedSectorLocation/ZoneID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>User define zone code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSectorTransportMovement/ArrivalSectorEvent/RelatedSectorLocation/ZoneName</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>O</td>\n<td>Zone Name</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableControlledTemperature</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Temperature range container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableControlledTemperature/MinimumValueMeasure</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Minimum Temperature</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableControlledTemperature/MaximumValueMeasure</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Maximum Temperature</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableServiceProduct</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Product information container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableServiceProduct/ID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Product Code assigned by the Carrier</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableServiceProduct/Name</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Product Name provided by the Carrier</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableServiceProduct/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Product Type assigned by the Carrier</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableServiceProduct/ServiceTypeCode</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>O</td>\n<td>Service Code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableServiceProduct/CarrierAssignedID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Product Reference number assigned by the Carrier</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicablePriceGroup</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Price group information container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicablePriceGroup/ID</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>M</td>\n<td>Price Group Code assigned by the Carrier</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicablePriceGroup/Name</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Price Group Name provided by the Carrier</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicablePriceGroup/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Price Group Type assigned by the Carrier</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicablePriceGroup/CarrierAssignedID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Price Group Reference number assigned by the Carrier</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicablePriceClassification</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Price class details container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicablePriceClassification/ClassCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Price Class Code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicablePriceClassification/ClassName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Price Class Description</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicablePriceClassification/InclusiveIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>M</td>\n<td>Indicates if the price class is included or excluded. True = Included and False = Excluded. Default value is True</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableCommodityClassification</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Commodity details container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableCommodityClassification/ClassCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Commodity Code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableCommodityClassification/ClassName</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Commodity Code Description</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableUnitLoadTransportEquipment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>ULD number details container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableUnitLoadTransportEquipment/ID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Serial number allocated to each Unit Load Device by its owner (The four possible representations of the format shall be mnnn, nnnn, mnnnn or nnnnn). Example: 1234</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableUnitLoadTransportEquipment/CharacteristicCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Code identifying a standard Unit Load Device type. IATA ULD Regulations. Example: ASE</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableUnitLoadTransportEquipment/OwnerParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Owner party container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableUnitLoadTransportEquipment/OwnerParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</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). IATA ULD Regulations. Example: TW</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableTransitLocation</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Transit location details container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableTransitLocation/ID</td>\n<td>Alphabetic</td>\n<td>3 (IATA), 5 (UNLOCODE)</td>\n<td>M</td>\n<td>Code of the Transit location. IATA Location Identifier or UNECE Recommendation N°16 - LOCODE. Note: IATA Location Identifier takes precedence. Example: LHR</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableTransitLocation/Name</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Name of the Transit location. Example: London Heathrow</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableTransitCarrierParty</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Transit carrier details container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableTransitCarrierParty/PrimaryID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Three digit prefix of transit carrier. Example: 607</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableTransitCarrierParty/AdditionalID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Three letter code of the Transit Carrier. Example: ETH</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableTransitCarrierParty/PrefixID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Two letter code of the Transit Carrier. Example: ET</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableTransitCarrierParty/Name</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Transit Carrier Name</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSPHInstructions</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>SPH details container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSPHInstructions/Description</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Describes the special handling text. CIMP 1.16 / 1.14</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSPHInstructions/DescriptionCode</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>M</td>\n<td>Identifies the special handling code. CIMP 1.16 / 1.14. Example: EAP</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSPHInstructions/InclusiveIndicator</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>M</td>\n<td>True = Included and False = Excluded. Default value is True</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSpaceAllotment</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Allotment details container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSpaceAllotment/ID</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>M</td>\n<td>Allotment Code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSpaceAllotment/Name</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Allotment Code Description</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSpaceAllotment/WeightMeasure</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Allotment Tonnage</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSpaceAllotment/VolumeMeasure</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Allotment Volume</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSpaceAllotment/ReleaseInformation</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Number of hours allotment is going to be released before the flight departure such as D-16</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableSpaceAllotment/OtherInformation</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Additional information about the allotment</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableLocalServiceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Other local charge details container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableLocalServiceCharge/ID</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>M</td>\n<td>Code identifying the type of an individual charge. CIMP 1.2. Example: BC</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableLocalServiceCharge/Description</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Description of the individual other local charge. Example: AWB Copy</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableLocalServiceCharge/PayeePartyRoleCode</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>M</td>\n<td>Due Carrier is C and Due Agent is A. Example: C</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableLocalServiceCharge/CategoryCode</td>\n<td>Alphabetic</td>\n<td>N/A</td>\n<td>O</td>\n<td>Indicates the applicable location of the Other Local Charges. Must be one of [Transit, Origin, Destination]. Example: Transit</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableFlightGroup</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Flight group details container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableFlightGroup/ID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>User defined flight group Code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableFlightGroup/Name</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Description of the flight group code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableFlightGroup/Description</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Description of the Flight Group Code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableFlightGroup/ApplicableFlightGroupTransportMovement</td>\n<td>Element</td>\n<td>N/A</td>\n<td>M</td>\n<td>Details of the Flight Group Code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableFlightGroup/ApplicableFlightGroupTransportMovement/ID</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Flight Number assigned to the Flight Group Code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableFlightGroup/ApplicableFlightGroupTransportMovement/UsedFlightGroupTransportMeans</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Used flight group transport means container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableFlightGroup/ApplicableFlightGroupTransportMovement/UsedFlightGroupTransportMeans/TypeCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Aircraft Type (Narrow Body, Wide Body etc.)</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableFlightGroup/ApplicableFlightGroupTransportMovement/UsedFlightGroupTransportMeans/BodyTypeCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Aircraft type codes. Example: A772, A332, B777</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableFlightGroup/ApplicableFlightGroupTransportMovement/UsedFlightGroupTransportMeans/DeckTypeCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Deck Type</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableFlightGroup/ApplicableFlightGroupTransportMovement/DepartureFlightGroupEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Departure flight group event container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableFlightGroup/ApplicableFlightGroupTransportMovement/DepartureFlightGroupEvent/OccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date at which the flight will be part of the flight group code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableFlightGroup/ApplicableFlightGroupTransportMovement/ArrivalFlightGroupEvent</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Arrival flight group event container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableFlightGroup/ApplicableFlightGroupTransportMovement/ArrivalFlightGroupEvent/OccurrenceDateTime</td>\n<td>DateTime (ISO 8601:2004)</td>\n<td>N/A</td>\n<td>O</td>\n<td>Date at which flight will not be part of the flight group code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Add on container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/ID</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Code name of the add on charge</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/Description</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Name of the Add on Code charge</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/CarrierID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Two letter carrier code on which the add on charges are applicable. Example: BA</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/AreaID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Sales area on which the add on charge is applicable</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/LocationID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Location Code on which the add on charge is applicable</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/ZoneID</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Location Zone on which the add on charge is applicable</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/MinimumAppliedAmount</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Minimum applicable charge</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/MaximumAppliedAmount</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Maximum applicable charge</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/PerKgAppliedAmount</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Rate applied per kg/pound</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/AppliedEffectivePeriod</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Applied effective period container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/AppliedEffectivePeriod/StartDateTime</td>\n<td>String</td>\n<td>N/A</td>\n<td>M</td>\n<td>Effective date of the add on charge</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/AppliedEffectivePeriod/EndDateTime</td>\n<td>String</td>\n<td>N/A</td>\n<td>O</td>\n<td>Termination date of the add on charge</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/ApplicablePieceBreakRate</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Piece/Weight Breaks Rates container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/ApplicablePieceBreakRate/SpecialHandlingTypeCode</td>\n<td>Alpha-Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Special handling code on which add on is applicable. CIMP 1.16 / 1.14</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/ApplicablePieceBreakRate/AppliedPercent</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Percentage on which add on is applicable</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/ApplicablePieceBreakRate/NormalChargeAmount</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Normal rate</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/ApplicablePieceBreakRate/PerAirWaybillChargeAmount</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Rate per air waybill</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableAddOnServiceCharge/ApplicablePieceBreakRate/MinimumWeightMeasure</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Minimum weight for the add on to be applicable on</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableWeightBreakRate</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Weight rates container. If the rate is applied based on the weight breaks</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableWeightBreakRate/BreakWeightMeasure</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Applicable weight break with unit of measurement</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableWeightBreakRate/BreakChargeAmount</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Applicable rate with the currency code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableTimeRate</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>Day or time rates container. If the rate is applicable on the number of days/hours</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableTimeRate/TimeMeasure</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Number of days or hours as defined by the Day Time Unit Code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableTimeRate/TimeChargeAmount</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>O</td>\n<td>Applicable rate with currency code</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableUnitLoadRate</td>\n<td>Element</td>\n<td>N/A</td>\n<td>O</td>\n<td>ULD rates container</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableUnitLoadRate/PivotWeightMeasure</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Applicable pivot weight with Unit of Measurements</td>\n</tr>\n<tr>\n<td>CargoTariff/SpecifiedCargoTariffRate/ApplicableUnitLoadRate/PivotChargeAmount</td>\n<td>Numerical</td>\n<td>N/A</td>\n<td>M</td>\n<td>Charge applicable on over pivot weight with currency code</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d3230aee-3c6f-4da3-a96b-c10b7d1ab0d9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"5fe544e3-f0cb-48a0-a002-c38a84d4692f","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":[{"id":"1527757d-2f36-40df-8f07-c2e7262a392c","name":"201 - Created","originalRequest":{"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":"**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mailManifestNumber` | String | 70 | M | Alphanumeric; unique identifier (e.g., 2109312345) |\n| `airlineCode` | String | 2 | M | IATA Airline and Company Designators code |\n| `flightNumber` | String | 35 | M | Must be a valid flight number. |\n| `origin` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `departedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `destination` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `airmailDispatchNumber` | String | 70 | M | Alphanumeric; unique identifier for airmail dispatch (e.g., 1209432). |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `pieces` | Integer | n/a | M | Must be a positive integer (e.g., 12). |\n| `weight` | Number | n/a | M | Must be a positive number (e.g., 10). |\n| `weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `volume` | Number | n/a | M | Must be a positive number (e.g., 100). |\n| `volumeUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `natureOfGoods` | String | 255 | M | Free text, valid description (e.g., Printed books). |\n| `inboundAirlineCode` | String | 2 | M | IATA Airline and Company Designators code |\n| `inboundFlightNumber` | String | 35 | M | Must be a valid flight number. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"9f2a8747-9e36-44f7-8844-e62ba97601bd","name":"400 - Bad Request","originalRequest":{"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":"**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mailManifestNumber` | String | 70 | M | Alphanumeric; unique identifier (e.g., 2109312345) |\n| `airlineCode` | String | 2 | M | IATA Airline and Company Designators code |\n| `flightNumber` | String | 35 | M | Must be a valid flight number. |\n| `origin` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `departedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `destination` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `airmailDispatchNumber` | String | 70 | M | Alphanumeric; unique identifier for airmail dispatch (e.g., 1209432). |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `pieces` | Integer | n/a | M | Must be a positive integer (e.g., 12). |\n| `weight` | Number | n/a | M | Must be a positive number (e.g., 10). |\n| `weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `volume` | Number | n/a | M | Must be a positive number (e.g., 100). |\n| `volumeUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `natureOfGoods` | String | 255 | M | Free text, valid description (e.g., Printed books). |\n| `inboundAirlineCode` | String | 2 | M | IATA Airline and Company Designators code |\n| `inboundFlightNumber` | String | 35 | M | Must be a valid flight number. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"bf8cd025-d75e-430e-b5c4-28c6f4c59a91","name":"401 - Unauthorized","originalRequest":{"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":"**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mailManifestNumber` | String | 70 | M | Alphanumeric; unique identifier (e.g., 2109312345) |\n| `airlineCode` | String | 2 | M | IATA Airline and Company Designators code |\n| `flightNumber` | String | 35 | M | Must be a valid flight number. |\n| `origin` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `departedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `destination` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `airmailDispatchNumber` | String | 70 | M | Alphanumeric; unique identifier for airmail dispatch (e.g., 1209432). |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `pieces` | Integer | n/a | M | Must be a positive integer (e.g., 12). |\n| `weight` | Number | n/a | M | Must be a positive number (e.g., 10). |\n| `weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `volume` | Number | n/a | M | Must be a positive number (e.g., 100). |\n| `volumeUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `natureOfGoods` | String | 255 | M | Free text, valid description (e.g., Printed books). |\n| `inboundAirlineCode` | String | 2 | M | IATA Airline and Company Designators code |\n| `inboundFlightNumber` | String | 35 | M | Must be a valid flight number. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"4d979195-22cf-4f36-adae-c4f4712b037c","name":"403 - Forbidden","originalRequest":{"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":"**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mailManifestNumber` | String | 70 | M | Alphanumeric; unique identifier (e.g., 2109312345) |\n| `airlineCode` | String | 2 | M | IATA Airline and Company Designators code |\n| `flightNumber` | String | 35 | M | Must be a valid flight number. |\n| `origin` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `departedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `destination` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `airmailDispatchNumber` | String | 70 | M | Alphanumeric; unique identifier for airmail dispatch (e.g., 1209432). |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `pieces` | Integer | n/a | M | Must be a positive integer (e.g., 12). |\n| `weight` | Number | n/a | M | Must be a positive number (e.g., 10). |\n| `weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `volume` | Number | n/a | M | Must be a positive number (e.g., 100). |\n| `volumeUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `natureOfGoods` | String | 255 | M | Free text, valid description (e.g., Printed books). |\n| `inboundAirlineCode` | String | 2 | M | IATA Airline and Company Designators code |\n| `inboundFlightNumber` | String | 35 | M | Must be a valid flight number. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"e336bae7-6a4e-4afe-9d3d-6641ef4de091","name":"422 - Unprocessable Entity","originalRequest":{"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":"**API Parameters**:\n\n| Field name | Field type | Field length | Condition | Field validation rule |\n| --- | --- | --- | --- | --- |\n| `mailManifestNumber` | String | 70 | M | Alphanumeric; unique identifier (e.g., 2109312345) |\n| `airlineCode` | String | 2 | M | IATA Airline and Company Designators code |\n| `flightNumber` | String | 35 | M | Must be a valid flight number. |\n| `origin` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `departedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `destination` | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| `arrivedAt` | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| `airmailDispatchNumber` | String | 70 | M | Alphanumeric; unique identifier for airmail dispatch (e.g., 1209432). |\n| `mawbNumber` | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| `pieces` | Integer | n/a | M | Must be a positive integer (e.g., 12). |\n| `weight` | Number | n/a | M | Must be a positive number (e.g., 10). |\n| `weightUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `volume` | Number | n/a | M | Must be a positive number (e.g., 100). |\n| `volumeUnit` | String | 3 | M | UNECE Rec.20 unit of measure. |\n| `natureOfGoods` | String | 255 | M | Free text, valid description (e.g., Printed books). |\n| `inboundAirlineCode` | String | 2 | M | IATA Airline and Company Designators code |\n| `inboundFlightNumber` | String | 35 | M | Must be a valid flight number. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"5fe544e3-f0cb-48a0-a002-c38a84d4692f"}],"id":"07cfca6c-6974-40e4-bc7d-503ef6f7f857","description":"<p>A mail manifest lists postal mail items being transported on a flight. Use this section to submit the mail manifest.</p>\n","_postman_id":"07cfca6c-6974-40e4-bc7d-503ef6f7f857","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"f2734c91-46f9-4c1e-9ea1-66cd7dfa5a5f","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":"42415195-3233-49f8-972a-61cfa9626e0c","name":"201 - Created","originalRequest":{"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":"A file upload API which accepts files, stores it in a file storage, and returns a file metadata for each uploaded file.\n\nThe returned file metadata can then be used as a request payload in other APIs that accepts file metadata."},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"676c31fa-9097-4bbc-b5c0-91775f963cfa","name":"400 - Bad Request","originalRequest":{"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":"A file upload API which accepts files, stores it in a file storage, and returns a file metadata for each uploaded file.\n\nThe returned file metadata can then be used as a request payload in other APIs that accepts file metadata."},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"ee87cc4c-a313-47cd-8e5e-62ebe45b3e37","name":"401 - Unauthorized","originalRequest":{"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":"A file upload API which accepts files, stores it in a file storage, and returns a file metadata for each uploaded file.\n\nThe returned file metadata can then be used as a request payload in other APIs that accepts file metadata."},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"63d74280-5df0-468c-b77f-6a839540ba44","name":"403 - Forbidden","originalRequest":{"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":"A file upload API which accepts files, stores it in a file storage, and returns a file metadata for each uploaded file.\n\nThe returned file metadata can then be used as a request payload in other APIs that accepts file metadata."},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"e01871bf-8740-41a3-ac30-bf35a5d716ac","name":"422 - Unprocessable Entity","originalRequest":{"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":"A file upload API which accepts files, stores it in a file storage, and returns a file metadata for each uploaded file.\n\nThe returned file metadata can then be used as a request payload in other APIs that accepts file metadata."},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"f2734c91-46f9-4c1e-9ea1-66cd7dfa5a5f"}],"id":"d6a637c9-31fc-4336-9dfd-4349a3721cd0","description":"<p>File upload stores a supporting document for another message. Use this section to upload the file you want to attach.</p>\n","_postman_id":"d6a637c9-31fc-4336-9dfd-4349a3721cd0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"3c361a26-6cbe-4423-8620-a762a87b23fa","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":"92eaf9c2-2d2e-4a44-95cf-b36b1564f8fa","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-06-04T08:28:25.746Z","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":[{"id":"8b983ff9-7c02-499b-bc8e-a8b56a3570d0","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"X-Request-ID","value":"37c94a2c-4338-45ad-8505-8fe4651ccf9a","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-06-04T08:28:25.746Z","description":"ISO 8601 timestamp of the request","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":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| pieces | Integer | n/a | M | Must be positive number |\n| weight | Object | n/a | M | Must include value and unit |\n| weight.value | Integer | n/a | M | Must be positive number |\n| weight.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| commodity | String | 255 | M | Description of the commodity |\n| dimensions | Object | n/a | M | Must include volume and unit |\n| dimensions.volume | Number | n/a | M | Volume of the shipment |\n| dimensions.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| consignor | Object | n/a | M | Must include accountNumber, address, cnic |\n| consignee | Object | n/a | M | Must include accountNumber, address, cnic |\n| cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| accountNumber | String | 70 | M | Account number of consignor/consignee |\n| name | String | 255 | M | Name of consignor/consignee |\n| address | Object | n/a | M | Must include street, city, countryCode |\n| address.street | String | 255 | M | Street address |\n| address.city | String | 70 | M | City name |\n| address.countryCode | String | 2 | M | ISO 3166 country code |\n| shipmentDetails | Object | n/a | M | Must include departureAirport, destinationAirport, shipper, consignee, agent, numberOfPieces, weight, dimensions, commodity, expectedArrivalAtAirport |\n| shipmentDetails.departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentDetails.destinationAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentDetails.aca | Object | n/a | M | ACA details |\n| shipmentDetails.aca | String | 255 | M | ACA name; free text |\n| shipmentDetails.aca.iataNumber | String | 255 | C | Required if iataNumber is empty |\n| shipmentDetails.aca.cassNumber | String | 255 | C | Required if cassNumber is empty |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Total number of pieces |\n| shipmentDetails.weight | Object | n/a | M | Must include value and unit |\n| shipmentDetails.weight.value | Integer | n/a | M | Total weight of the shipment |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| shipmentDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| shipmentDetails.dimensions.volume | Number | n/a | M | Total volume of the shipment |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| shipmentDetails.hsCodes | Array | n/a | O | Must be array of valid Harmonized System codes |\n| shipmentDetails.commodity | String | 255 | M | Description of the shipment's commodity |\n| shipmentDetails.expectedArrivalAtAirport | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| flightDetails | Object | n/a | M | Must include flightNumber, flightDate, scheduledDeparture, scheduledArrival |\n| flightDetails.flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDetails.airline | String | 255 | M | Airline name |\n| flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| flightDetails.scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| flightDetails.scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Must include type and id |\n| recipients.type | String | 35 | M | Type of recipient (gha, consignor, airline) |\n| recipients.id | String | 70 | M | Unique recipient identifier |\n| broadcastAll | Boolean | n/a | M | Whether to broadcast to all |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"c4bfdca9-c88b-4799-b831-aded38eca513","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"X-Request-ID","value":"416aef01-7a81-450c-9170-1273b15d8e98","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-06-04T08:28:25.746Z","description":"ISO 8601 timestamp of the request","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":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| pieces | Integer | n/a | M | Must be positive number |\n| weight | Object | n/a | M | Must include value and unit |\n| weight.value | Integer | n/a | M | Must be positive number |\n| weight.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| commodity | String | 255 | M | Description of the commodity |\n| dimensions | Object | n/a | M | Must include volume and unit |\n| dimensions.volume | Number | n/a | M | Volume of the shipment |\n| dimensions.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| consignor | Object | n/a | M | Must include accountNumber, address, cnic |\n| consignee | Object | n/a | M | Must include accountNumber, address, cnic |\n| cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| accountNumber | String | 70 | M | Account number of consignor/consignee |\n| name | String | 255 | M | Name of consignor/consignee |\n| address | Object | n/a | M | Must include street, city, countryCode |\n| address.street | String | 255 | M | Street address |\n| address.city | String | 70 | M | City name |\n| address.countryCode | String | 2 | M | ISO 3166 country code |\n| shipmentDetails | Object | n/a | M | Must include departureAirport, destinationAirport, shipper, consignee, agent, numberOfPieces, weight, dimensions, commodity, expectedArrivalAtAirport |\n| shipmentDetails.departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentDetails.destinationAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentDetails.aca | Object | n/a | M | ACA details |\n| shipmentDetails.aca | String | 255 | M | ACA name; free text |\n| shipmentDetails.aca.iataNumber | String | 255 | C | Required if iataNumber is empty |\n| shipmentDetails.aca.cassNumber | String | 255 | C | Required if cassNumber is empty |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Total number of pieces |\n| shipmentDetails.weight | Object | n/a | M | Must include value and unit |\n| shipmentDetails.weight.value | Integer | n/a | M | Total weight of the shipment |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| shipmentDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| shipmentDetails.dimensions.volume | Number | n/a | M | Total volume of the shipment |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| shipmentDetails.hsCodes | Array | n/a | O | Must be array of valid Harmonized System codes |\n| shipmentDetails.commodity | String | 255 | M | Description of the shipment's commodity |\n| shipmentDetails.expectedArrivalAtAirport | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| flightDetails | Object | n/a | M | Must include flightNumber, flightDate, scheduledDeparture, scheduledArrival |\n| flightDetails.flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDetails.airline | String | 255 | M | Airline name |\n| flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| flightDetails.scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| flightDetails.scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Must include type and id |\n| recipients.type | String | 35 | M | Type of recipient (gha, consignor, airline) |\n| recipients.id | String | 70 | M | Unique recipient identifier |\n| broadcastAll | Boolean | n/a | M | Whether to broadcast to all |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"5d5224ff-f388-4171-abaa-8e196828d1a4","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"X-Request-ID","value":"81a44d23-b49e-48aa-b40b-919c7600035d","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-06-04T08:28:25.746Z","description":"ISO 8601 timestamp of the request","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":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| pieces | Integer | n/a | M | Must be positive number |\n| weight | Object | n/a | M | Must include value and unit |\n| weight.value | Integer | n/a | M | Must be positive number |\n| weight.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| commodity | String | 255 | M | Description of the commodity |\n| dimensions | Object | n/a | M | Must include volume and unit |\n| dimensions.volume | Number | n/a | M | Volume of the shipment |\n| dimensions.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| consignor | Object | n/a | M | Must include accountNumber, address, cnic |\n| consignee | Object | n/a | M | Must include accountNumber, address, cnic |\n| cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| accountNumber | String | 70 | M | Account number of consignor/consignee |\n| name | String | 255 | M | Name of consignor/consignee |\n| address | Object | n/a | M | Must include street, city, countryCode |\n| address.street | String | 255 | M | Street address |\n| address.city | String | 70 | M | City name |\n| address.countryCode | String | 2 | M | ISO 3166 country code |\n| shipmentDetails | Object | n/a | M | Must include departureAirport, destinationAirport, shipper, consignee, agent, numberOfPieces, weight, dimensions, commodity, expectedArrivalAtAirport |\n| shipmentDetails.departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentDetails.destinationAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentDetails.aca | Object | n/a | M | ACA details |\n| shipmentDetails.aca | String | 255 | M | ACA name; free text |\n| shipmentDetails.aca.iataNumber | String | 255 | C | Required if iataNumber is empty |\n| shipmentDetails.aca.cassNumber | String | 255 | C | Required if cassNumber is empty |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Total number of pieces |\n| shipmentDetails.weight | Object | n/a | M | Must include value and unit |\n| shipmentDetails.weight.value | Integer | n/a | M | Total weight of the shipment |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| shipmentDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| shipmentDetails.dimensions.volume | Number | n/a | M | Total volume of the shipment |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| shipmentDetails.hsCodes | Array | n/a | O | Must be array of valid Harmonized System codes |\n| shipmentDetails.commodity | String | 255 | M | Description of the shipment's commodity |\n| shipmentDetails.expectedArrivalAtAirport | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| flightDetails | Object | n/a | M | Must include flightNumber, flightDate, scheduledDeparture, scheduledArrival |\n| flightDetails.flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDetails.airline | String | 255 | M | Airline name |\n| flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| flightDetails.scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| flightDetails.scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Must include type and id |\n| recipients.type | String | 35 | M | Type of recipient (gha, consignor, airline) |\n| recipients.id | String | 70 | M | Unique recipient identifier |\n| broadcastAll | Boolean | n/a | M | Whether to broadcast to all |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"cc7afd62-f098-4b89-a82e-217f2afdb0b5","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"X-Request-ID","value":"41cb3bbc-8bf2-4a5f-8c17-ae2040013598","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-06-04T08:28:25.747Z","description":"ISO 8601 timestamp of the request","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":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| pieces | Integer | n/a | M | Must be positive number |\n| weight | Object | n/a | M | Must include value and unit |\n| weight.value | Integer | n/a | M | Must be positive number |\n| weight.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| commodity | String | 255 | M | Description of the commodity |\n| dimensions | Object | n/a | M | Must include volume and unit |\n| dimensions.volume | Number | n/a | M | Volume of the shipment |\n| dimensions.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| consignor | Object | n/a | M | Must include accountNumber, address, cnic |\n| consignee | Object | n/a | M | Must include accountNumber, address, cnic |\n| cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| accountNumber | String | 70 | M | Account number of consignor/consignee |\n| name | String | 255 | M | Name of consignor/consignee |\n| address | Object | n/a | M | Must include street, city, countryCode |\n| address.street | String | 255 | M | Street address |\n| address.city | String | 70 | M | City name |\n| address.countryCode | String | 2 | M | ISO 3166 country code |\n| shipmentDetails | Object | n/a | M | Must include departureAirport, destinationAirport, shipper, consignee, agent, numberOfPieces, weight, dimensions, commodity, expectedArrivalAtAirport |\n| shipmentDetails.departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentDetails.destinationAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentDetails.aca | Object | n/a | M | ACA details |\n| shipmentDetails.aca | String | 255 | M | ACA name; free text |\n| shipmentDetails.aca.iataNumber | String | 255 | C | Required if iataNumber is empty |\n| shipmentDetails.aca.cassNumber | String | 255 | C | Required if cassNumber is empty |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Total number of pieces |\n| shipmentDetails.weight | Object | n/a | M | Must include value and unit |\n| shipmentDetails.weight.value | Integer | n/a | M | Total weight of the shipment |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| shipmentDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| shipmentDetails.dimensions.volume | Number | n/a | M | Total volume of the shipment |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| shipmentDetails.hsCodes | Array | n/a | O | Must be array of valid Harmonized System codes |\n| shipmentDetails.commodity | String | 255 | M | Description of the shipment's commodity |\n| shipmentDetails.expectedArrivalAtAirport | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| flightDetails | Object | n/a | M | Must include flightNumber, flightDate, scheduledDeparture, scheduledArrival |\n| flightDetails.flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDetails.airline | String | 255 | M | Airline name |\n| flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| flightDetails.scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| flightDetails.scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Must include type and id |\n| recipients.type | String | 35 | M | Type of recipient (gha, consignor, airline) |\n| recipients.id | String | 70 | M | Unique recipient identifier |\n| broadcastAll | Boolean | n/a | M | Whether to broadcast to all |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"746a8205-6111-479e-b843-835085ab4004","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"X-Request-ID","value":"7b6a82db-2011-4894-a60f-b255d0c8b877","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-06-04T08:28:25.747Z","description":"ISO 8601 timestamp of the request","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":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| pieces | Integer | n/a | M | Must be positive number |\n| weight | Object | n/a | M | Must include value and unit |\n| weight.value | Integer | n/a | M | Must be positive number |\n| weight.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| commodity | String | 255 | M | Description of the commodity |\n| dimensions | Object | n/a | M | Must include volume and unit |\n| dimensions.volume | Number | n/a | M | Volume of the shipment |\n| dimensions.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| consignor | Object | n/a | M | Must include accountNumber, address, cnic |\n| consignee | Object | n/a | M | Must include accountNumber, address, cnic |\n| cnic | String | 15 | M | CNIC format (nnnnn-nnnnnnn-n) |\n| accountNumber | String | 70 | M | Account number of consignor/consignee |\n| name | String | 255 | M | Name of consignor/consignee |\n| address | Object | n/a | M | Must include street, city, countryCode |\n| address.street | String | 255 | M | Street address |\n| address.city | String | 70 | M | City name |\n| address.countryCode | String | 2 | M | ISO 3166 country code |\n| shipmentDetails | Object | n/a | M | Must include departureAirport, destinationAirport, shipper, consignee, agent, numberOfPieces, weight, dimensions, commodity, expectedArrivalAtAirport |\n| shipmentDetails.departureAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentDetails.destinationAirport | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| shipmentDetails.aca | Object | n/a | M | ACA details |\n| shipmentDetails.aca | String | 255 | M | ACA name; free text |\n| shipmentDetails.aca.iataNumber | String | 255 | C | Required if iataNumber is empty |\n| shipmentDetails.aca.cassNumber | String | 255 | C | Required if cassNumber is empty |\n| shipmentDetails.numberOfPieces | Integer | n/a | M | Total number of pieces |\n| shipmentDetails.weight | Object | n/a | M | Must include value and unit |\n| shipmentDetails.weight.value | Integer | n/a | M | Total weight of the shipment |\n| shipmentDetails.weight.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| shipmentDetails.dimensions | Object | n/a | M | Must include volume and unit |\n| shipmentDetails.dimensions.volume | Number | n/a | M | Total volume of the shipment |\n| shipmentDetails.dimensions.unit | String | 3 | M | UNECE Rec. 20 measurement code |\n| shipmentDetails.hsCodes | Array | n/a | O | Must be array of valid Harmonized System codes |\n| shipmentDetails.commodity | String | 255 | M | Description of the shipment's commodity |\n| shipmentDetails.expectedArrivalAtAirport | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| flightDetails | Object | n/a | M | Must include flightNumber, flightDate, scheduledDeparture, scheduledArrival |\n| flightDetails.flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDetails.airline | String | 255 | M | Airline name |\n| flightDetails.flightDate | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| flightDetails.scheduledDeparture | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| flightDetails.scheduledArrival | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| recipients | Array | n/a | M | Must include type and id |\n| recipients.type | String | 35 | M | Type of recipient (gha, consignor, airline) |\n| recipients.id | String | 70 | M | Unique recipient identifier |\n| broadcastAll | Boolean | n/a | M | Whether to broadcast to all |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"3c361a26-6cbe-4423-8620-a762a87b23fa"}],"id":"cc64b787-1abd-4463-9748-00e17b974adb","description":"<p>Advance shipment information shares shipment details before the cargo arrives. Use this section to submit ASI details.</p>\n","_postman_id":"cc64b787-1abd-4463-9748-00e17b974adb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"ec32f136-675f-4557-8ef3-a05674e18f2e","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":"7a94d524-d10e-4c8e-9c8a-3bb36c205a94","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-06-04T08:28:25.747Z","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":[{"id":"ea79fa16-38d3-4609-997c-c4c35c4306aa","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"X-Request-ID","value":"d76faa44-cb25-4ab7-ac8a-65903c983dcd","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-06-04T08:28:25.747Z","description":"ISO 8601 timestamp of the request","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":"**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | M | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | M | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | M | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"142b8de2-47de-4686-ac0e-c5d773e2b66e","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"X-Request-ID","value":"45085bc2-1fa7-482a-9e24-2b9576404f71","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-06-04T08:28:25.747Z","description":"ISO 8601 timestamp of the request","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":"**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | M | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | M | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | M | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"def3f988-44ea-4fc8-ae0b-529972322bce","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"X-Request-ID","value":"4c40b20b-0e54-4722-9c82-a6c7324c4c60","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-06-04T08:28:25.748Z","description":"ISO 8601 timestamp of the request","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":"**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | M | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | M | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | M | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"ada0ff1f-d556-4336-84e9-2a9239f6d44b","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"X-Request-ID","value":"aeec3268-bf78-45e9-a667-7f646c7c6a88","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-06-04T08:28:25.748Z","description":"ISO 8601 timestamp of the request","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":"**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | M | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | M | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | M | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"0b141940-6ea4-46b7-a1c4-97210ba74753","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","description":"JWT Bearer token for authentication","type":"text"},{"key":"X-Request-ID","value":"8ab9c72e-8b08-4566-908f-f371ace5e61d","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-06-04T08:28:25.748Z","description":"ISO 8601 timestamp of the request","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":"**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| gdNumber | String | 70 | M | Format: GD-EXP--, e.g., GD-EXP-2025-001234 |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments | Array | n/a | O | Array of objects, each containing hawbNumber, riskClassification, remarks |\n| hawbAssessments.hawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbAssessments.riskClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| hawbAssessments.remarks | String | 255 | M | Remarks about the assessment |\n| hawbAssessments.requiredDocuments | Array | n/a | O | Array of documents required for inspection, e.g., \\[\"Commercial Invoice\", \"Packing List\"\\] |\n| overallClassification | String | 10 | M | Must be one of: \\[\"green\", \"yellow\", \"red\"\\] |\n| assessedBy | String | 50 | M | Identifier of the person who made the assessment |\n| assessedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |\n| validUntil | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g.YYYY-MM-DDTHH:MM:SS) |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"ec32f136-675f-4557-8ef3-a05674e18f2e"}],"id":"12c58722-5303-4f7d-a8fb-9e12e8c72635","description":"<p>Risk assessment checks a shipment for security or compliance concerns. Use this section to submit the shipment for risk review.</p>\n","_postman_id":"12c58722-5303-4f7d-a8fb-9e12e8c72635","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"5e637d8c-8644-465e-87cd-78de45387d1d","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"9108fe4d-0fc3-4e15-a61f-6a3ac5d5e964","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-06-04T08:28:25.748Z","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":"","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":[]}},"response":[{"id":"766e7a55-41a0-4ac3-b10d-ef00e8ec98f2","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"44cae2ee-3226-4571-96a9-7741ddd9c847","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-06-04T08:28:25.748Z","description":"ISO 8601 timestamp of the request","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":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"85f72e47-b300-40ae-9abf-f353f9c80ad7","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"71834285-95fe-450d-9317-ce2206af60a1","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-06-04T08:28:25.748Z","description":"ISO 8601 timestamp of the request","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":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"50959eb8-9cca-46d8-a5c4-c6aa58ba0c3d","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"10f50ac4-d0e1-49e5-890e-47e80938175a","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-06-04T08:28:25.748Z","description":"ISO 8601 timestamp of the request","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":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"c4354fb8-6b4a-432d-9872-a07db31edb0d","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"dfce6cdb-f59d-4cfc-b945-05b802d6d21f","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-06-04T08:28:25.748Z","description":"ISO 8601 timestamp of the request","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":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"051f811d-a12b-47ae-857a-540c168d755e","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"c631d6b4-8a0f-4df1-8884-2f9f7feef230","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-06-04T08:28:25.748Z","description":"ISO 8601 timestamp of the request","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":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition (M/O/C)** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| ecsdReference | String | 70 | M | Format (e.g., ECSD-GHA-KHI-YYYYMMDD-XXX) |\n| mawbNumber | String | 70 | M | AWB number format (nnn-nnnnnnnn) |\n| hawbNumbers | Array | n/a | M | Array must contain ≥1 valid HAWB, AWB number format (nnn-nnnnnnnn) |\n| origin | String | 3 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| destination | String | 33 (IATA Airport Code) , 5 (UNLOCODE) | M | IATA location identifier or UNECE REC.16. |\n| transits | Array | n/a | O | Array of transit locations (e.g., \\[\"JED\"\\]) |\n| securityStatus | Object | n/a | M | Must include status, securityStatusReason, receivedFrom, screeningMethod, groundsForExemption, otherScreeningMethods |\n| securityStatus.status | String | 70 | M | Status of the security (e.g., \"PASSED\") |\n| securityStatus.securityStatusReason | String | 255 | O | Reason for security status (if applicable) |\n| securityStatus.receivedFrom | String | 70 | M | Received from entity code (e.g., \"code1\") |\n| securityStatus.screeningMethod | String | 70 | M | Screening method used (e.g., \"code1\") |\n| securityStatus.groundsForExemption | String | 70 | M | Grounds for exemption (e.g., \"code1\") |\n| securityStatus.otherScreeningMethods | Array | n/a | O | Array of additional screening methods (e.g., \\[\"code1\", \"code2\"\\]) |\n| flightNumber | String | 35 | M | Must be a valid flight number. |\n| flightDate | Date | n/a | M | ISO 8601 date format (e.g., YYYY-MM-DD) |\n| recipientEntity | Object | n/a | M | Must include category, identifier, name |\n| recipientEntity.category | String | 2 | M | Category of the recipient entity (e.g., \"RA\") |\n| recipientEntity.identifier | String | 70 | M | Identifier for the recipient entity |\n| recipientEntity.name | String | 255 | M | Name of the recipient entity |\n| commodityContent | String | 255 | M | Description of the commodity |\n| screeningDetails | Object | n/a | M | Must include primaryScreeningMethod, primaryScreeningRef, secondaryScreeningPerformed, secondaryScreeningMethod, secondaryScreeningRef, screeningResult, screeningDateTime |\n| screeningDetails.primaryScreeningMethod | String | 70 | M | Primary screening method (e.g., \"X-RAY\") |\n| screeningDetails.primaryScreeningRef | String | 70 | M | Reference to primary screening (e.g., \"XRAY-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.secondaryScreeningPerformed | Boolean | n/a | M | Boolean value (true/false) |\n| screeningDetails.secondaryScreeningMethod | String | 70 | M | Secondary screening method (e.g., \"EDD\") |\n| screeningDetails.secondaryScreeningRef | String | 70 | M | Reference to secondary screening (e.g., \"EDD-GHA-KHI-YYYYMMDD-XXX\") |\n| screeningDetails.screeningResult | String | 70 | M | Screening result (e.g., \"CLEAR\", \"FLAGGED\") |\n| screeningDetails.screeningDateTime | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| personIssuingSecurity | Object | n/a | M | Must include name, designation, certificationNumber, certificationExpiry, signature |\n| personIssuingSecurity.name | String | 255 | M | Name of the person issuing the security declaration |\n| personIssuingSecurity.designation | String | 255 | M | Designation of the person issuing the security declaration |\n| personIssuingSecurity.certificationNumber | String | 70 | M | Certification number of the issuer |\n| personIssuingSecurity.certificationExpiry | Date | n/a | M | ISO 8601 date format (e.g.YYYY-MM-DD) |\n| personIssuingSecurity.signature | String | n/a | M | Base64-encoded signature |\n| issuedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| placeOfIssuance | String | 255 | M | Place where the security declaration was issued |\n| additionalSecurityInformation | String | 1024 | M | Additional security information (max 1024 characters) |\n| distributionList | Array | n/a | M | Array of distribution list (e.g., \\[\"AIRLINE\", \"EPO\", \"CUSTOMS\"\\]) |\n| submittedBy | String | 255 | M | Name of the entity that submitted the declaration |\n| submittedAt | DateTime | n/a | M | ISO 8601:2004 datetime format (e.g., YYYY-MM-DDTHH:MM:SS) |\n| file | Object | n/a | M | Must include id, name, contentType, size |\n| file.id | String | 70 | M | Unique identifier for the file |\n| file.name | String | 255 | M | Name of the file |\n| file.contentType | String | 70 | M | MIME type of the file (e.g., \"application/pdf\") |\n| file.size | Integer | n/a | M | Size of the file in bytes |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"5e637d8c-8644-465e-87cd-78de45387d1d"}],"id":"5184221d-3353-461f-8ce1-9bf3c63a6c65","description":"<p>An e-CSD is a cargo security declaration used to support shipment screening. Use this section to submit the declaration.</p>\n","_postman_id":"5184221d-3353-461f-8ce1-9bf3c63a6c65","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"e0322363-9b89-4706-b129-bd608d95cfdc","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"f090c883-1ec1-428f-9580-a1ca71f04166","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-06-04T08:28:25.748Z","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"}}},"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>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":[]}},"response":[{"id":"ef5f2696-6902-4528-83de-311399ccf427","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d7be7437-95ae-49dd-adcf-723a140d5272","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-06-04T08:28:25.748Z","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=\"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"}}},"url":"","description":"**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| clearanceStatus | String | 70 | M | Overall status of the selected consignment. Example values: RECEIVED, UNDER_EXAMINATION, UNDER_ASSESSMENT, CLEARED, DETAINED, RETURNED. |\n| customsOfficerId | String | 70 | M | Customs officer identifier. |\n| clearanceDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the status was recorded. |\n| remarks | String | 255 | O | Additional remarks related to the current status. |\n| consignmentSummary | Object | N/A | M | Summary counts used by the postal consignments view tiles. |\n| consignmentSummary/consignmentsReceivedToday | Integer | N/A | M | Total consignments received today. |\n| consignmentSummary/consignmentsUnderExamination | Integer | N/A | M | Total consignments currently under examination. |\n| consignmentSummary/consignmentsUnderAssessment | Integer | N/A | M | Total consignments currently under assessment. |\n| consignments | Array | N/A | M | List-view data for postal consignments. |\n| consignments/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignments/formType | String | 10 | M | Postal declaration or form type. Example: CN23. |\n| consignments/consignmentType | String | 35 | M | Consignment category. Example: PARCEL. |\n| consignments/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number associated with the consignment. |\n| consignments/consignorCity | String | 100 | M | Consignor city displayed in the consignments list. |\n| consignments/consigneeCity | String | 100 | M | Consignee city displayed in the consignments list. |\n| consignments/psidAmountPkr | Number | 1-12 | O | PSID amount in PKR for the consignment. |\n| consignments/psid | String | 70 | O | Payment slip ID associated with the consignment. |\n| consignments/status | String | 70 | M | Status shown in the consignments list. |\n| consignmentDetails | Object | N/A | M | Detailed consignment data for the selected record. |\n| consignmentDetails/formType | String | 10 | M | Postal declaration or form type. |\n| consignmentDetails/content | String | 256 | M | High-level description of the consignment contents. |\n| consignmentDetails/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignmentDetails/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number for the selected consignment. |\n| consignmentDetails/comments | String | 256 | O | Operational or customs comments for the selected consignment. |\n| consignmentDetails/psid | String | 70 | O | Payment slip ID for the selected consignment. |\n| consignmentDetails/psidAmountPkr | Number | 1-12 | O | Payment slip amount in PKR for the selected consignment. |\n| consignmentDetails/licenseNumbers | Array\\[String\\] | N/A | O | One or more license numbers related to the consignment. |\n| consignmentDetails/certificateNumbers | Array\\[String\\] | N/A | O | One or more certificate numbers related to the consignment. |\n| consignmentDetails/invoiceNumbers | Array\\[String\\] | N/A | O | One or more invoice reference numbers related to the consignment. |\n| consignmentDetails/sendersInstructions | String | 256 | O | Instructions provided by the sender. |\n| consignmentDetails/consignorDetails | Object | N/A | M | Consignor details container. |\n| consignmentDetails/consignorDetails/name | String | 100 | M | Consignor name. |\n| consignmentDetails/consignorDetails/businessName | String | 120 | M | Consignor business or company name. |\n| consignmentDetails/consignorDetails/address/streetAddress | String | 255 | M | Consignor street address. |\n| consignmentDetails/consignorDetails/address/postcode | String | 20 | M | Consignor postcode or ZIP code. |\n| consignmentDetails/consignorDetails/telNo | String | 20 | M | Consignor telephone number. |\n| consignmentDetails/consignorDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignor. |\n| consignmentDetails/consignorDetails/address/city | String | 100 | M | Consignor city. |\n| consignmentDetails/consigneeDetails | Object | N/A | M | Consignee details container. |\n| consignmentDetails/consigneeDetails/name | String | 100 | M | Consignee name. |\n| consignmentDetails/consigneeDetails/businessName | String | 120 | M | Consignee business or company name. |\n| consignmentDetails/consigneeDetails/address/streetAddress | String | 255 | M | Consignee street address. |\n| consignmentDetails/consigneeDetails/address/postcode | String | 20 | M | Consignee postcode or ZIP code. |\n| consignmentDetails/consigneeDetails/telNo | String | 20 | M | Consignee telephone number. |\n| consignmentDetails/consigneeDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignee. |\n| consignmentDetails/consigneeDetails/address/city | String | 100 | M | Consignee city. |\n| consignmentDetails/itemDetails | Array | N/A | M | Line-level item details for the selected consignment. |\n| consignmentDetails/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| consignmentDetails/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| consignmentDetails/itemDetails/quantity | Number | 1-9 | M | Declared number of units for the line item. |\n| consignmentDetails/itemDetails/netWeight | Number | 1-7 | M | Net weight for the line item. |\n| consignmentDetails/itemDetails/declaredValue | Number | 1-12 | M | Declared value for the line item. |\n| consignmentDetails/itemDetails/declaredHsCode | String | 6-10 | M | Declared HS code for the line item. |\n| consignmentDetails/itemDetails/assessedHsCode | String | 6-10 | O | HS code assessed by customs for the line item. |\n| consignmentDetails/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods. |\n| consignmentDetails/itemDetails/dutiesTaxesFeesPkr | Number | 1-12 | O | Total duties, taxes, and fees in PKR for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes | Array | N/A | O | Breakdown of duties, taxes, and fees for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes/dutyTaxFeeName | String | 70 | C | Name of the duty, tax, or fee. Required if dutiesTaxes is present. |\n| consignmentDetails/itemDetails/dutiesTaxes/amountPkr | Number | 1-12 | C | Amount in PKR for the duty, tax, or fee. Required if dutiesTaxes is present. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"38fac7fb-ad38-4920-b3d5-810c105c560b","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bb328de2-5828-40e6-9685-c904829d5b11","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-06-04T08:28:25.748Z","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=\"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"}}},"url":"","description":"**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| clearanceStatus | String | 70 | M | Overall status of the selected consignment. Example values: RECEIVED, UNDER_EXAMINATION, UNDER_ASSESSMENT, CLEARED, DETAINED, RETURNED. |\n| customsOfficerId | String | 70 | M | Customs officer identifier. |\n| clearanceDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the status was recorded. |\n| remarks | String | 255 | O | Additional remarks related to the current status. |\n| consignmentSummary | Object | N/A | M | Summary counts used by the postal consignments view tiles. |\n| consignmentSummary/consignmentsReceivedToday | Integer | N/A | M | Total consignments received today. |\n| consignmentSummary/consignmentsUnderExamination | Integer | N/A | M | Total consignments currently under examination. |\n| consignmentSummary/consignmentsUnderAssessment | Integer | N/A | M | Total consignments currently under assessment. |\n| consignments | Array | N/A | M | List-view data for postal consignments. |\n| consignments/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignments/formType | String | 10 | M | Postal declaration or form type. Example: CN23. |\n| consignments/consignmentType | String | 35 | M | Consignment category. Example: PARCEL. |\n| consignments/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number associated with the consignment. |\n| consignments/consignorCity | String | 100 | M | Consignor city displayed in the consignments list. |\n| consignments/consigneeCity | String | 100 | M | Consignee city displayed in the consignments list. |\n| consignments/psidAmountPkr | Number | 1-12 | O | PSID amount in PKR for the consignment. |\n| consignments/psid | String | 70 | O | Payment slip ID associated with the consignment. |\n| consignments/status | String | 70 | M | Status shown in the consignments list. |\n| consignmentDetails | Object | N/A | M | Detailed consignment data for the selected record. |\n| consignmentDetails/formType | String | 10 | M | Postal declaration or form type. |\n| consignmentDetails/content | String | 256 | M | High-level description of the consignment contents. |\n| consignmentDetails/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignmentDetails/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number for the selected consignment. |\n| consignmentDetails/comments | String | 256 | O | Operational or customs comments for the selected consignment. |\n| consignmentDetails/psid | String | 70 | O | Payment slip ID for the selected consignment. |\n| consignmentDetails/psidAmountPkr | Number | 1-12 | O | Payment slip amount in PKR for the selected consignment. |\n| consignmentDetails/licenseNumbers | Array\\[String\\] | N/A | O | One or more license numbers related to the consignment. |\n| consignmentDetails/certificateNumbers | Array\\[String\\] | N/A | O | One or more certificate numbers related to the consignment. |\n| consignmentDetails/invoiceNumbers | Array\\[String\\] | N/A | O | One or more invoice reference numbers related to the consignment. |\n| consignmentDetails/sendersInstructions | String | 256 | O | Instructions provided by the sender. |\n| consignmentDetails/consignorDetails | Object | N/A | M | Consignor details container. |\n| consignmentDetails/consignorDetails/name | String | 100 | M | Consignor name. |\n| consignmentDetails/consignorDetails/businessName | String | 120 | M | Consignor business or company name. |\n| consignmentDetails/consignorDetails/address/streetAddress | String | 255 | M | Consignor street address. |\n| consignmentDetails/consignorDetails/address/postcode | String | 20 | M | Consignor postcode or ZIP code. |\n| consignmentDetails/consignorDetails/telNo | String | 20 | M | Consignor telephone number. |\n| consignmentDetails/consignorDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignor. |\n| consignmentDetails/consignorDetails/address/city | String | 100 | M | Consignor city. |\n| consignmentDetails/consigneeDetails | Object | N/A | M | Consignee details container. |\n| consignmentDetails/consigneeDetails/name | String | 100 | M | Consignee name. |\n| consignmentDetails/consigneeDetails/businessName | String | 120 | M | Consignee business or company name. |\n| consignmentDetails/consigneeDetails/address/streetAddress | String | 255 | M | Consignee street address. |\n| consignmentDetails/consigneeDetails/address/postcode | String | 20 | M | Consignee postcode or ZIP code. |\n| consignmentDetails/consigneeDetails/telNo | String | 20 | M | Consignee telephone number. |\n| consignmentDetails/consigneeDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignee. |\n| consignmentDetails/consigneeDetails/address/city | String | 100 | M | Consignee city. |\n| consignmentDetails/itemDetails | Array | N/A | M | Line-level item details for the selected consignment. |\n| consignmentDetails/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| consignmentDetails/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| consignmentDetails/itemDetails/quantity | Number | 1-9 | M | Declared number of units for the line item. |\n| consignmentDetails/itemDetails/netWeight | Number | 1-7 | M | Net weight for the line item. |\n| consignmentDetails/itemDetails/declaredValue | Number | 1-12 | M | Declared value for the line item. |\n| consignmentDetails/itemDetails/declaredHsCode | String | 6-10 | M | Declared HS code for the line item. |\n| consignmentDetails/itemDetails/assessedHsCode | String | 6-10 | O | HS code assessed by customs for the line item. |\n| consignmentDetails/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods. |\n| consignmentDetails/itemDetails/dutiesTaxesFeesPkr | Number | 1-12 | O | Total duties, taxes, and fees in PKR for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes | Array | N/A | O | Breakdown of duties, taxes, and fees for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes/dutyTaxFeeName | String | 70 | C | Name of the duty, tax, or fee. Required if dutiesTaxes is present. |\n| consignmentDetails/itemDetails/dutiesTaxes/amountPkr | Number | 1-12 | C | Amount in PKR for the duty, tax, or fee. Required if dutiesTaxes is present. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"bf3471ac-46ca-49d6-af68-8ec5d4528f36","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"43ba0870-084b-45a5-a528-fbe68e82ab12","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-06-04T08:28:25.748Z","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=\"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"}}},"url":"","description":"**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| clearanceStatus | String | 70 | M | Overall status of the selected consignment. Example values: RECEIVED, UNDER_EXAMINATION, UNDER_ASSESSMENT, CLEARED, DETAINED, RETURNED. |\n| customsOfficerId | String | 70 | M | Customs officer identifier. |\n| clearanceDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the status was recorded. |\n| remarks | String | 255 | O | Additional remarks related to the current status. |\n| consignmentSummary | Object | N/A | M | Summary counts used by the postal consignments view tiles. |\n| consignmentSummary/consignmentsReceivedToday | Integer | N/A | M | Total consignments received today. |\n| consignmentSummary/consignmentsUnderExamination | Integer | N/A | M | Total consignments currently under examination. |\n| consignmentSummary/consignmentsUnderAssessment | Integer | N/A | M | Total consignments currently under assessment. |\n| consignments | Array | N/A | M | List-view data for postal consignments. |\n| consignments/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignments/formType | String | 10 | M | Postal declaration or form type. Example: CN23. |\n| consignments/consignmentType | String | 35 | M | Consignment category. Example: PARCEL. |\n| consignments/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number associated with the consignment. |\n| consignments/consignorCity | String | 100 | M | Consignor city displayed in the consignments list. |\n| consignments/consigneeCity | String | 100 | M | Consignee city displayed in the consignments list. |\n| consignments/psidAmountPkr | Number | 1-12 | O | PSID amount in PKR for the consignment. |\n| consignments/psid | String | 70 | O | Payment slip ID associated with the consignment. |\n| consignments/status | String | 70 | M | Status shown in the consignments list. |\n| consignmentDetails | Object | N/A | M | Detailed consignment data for the selected record. |\n| consignmentDetails/formType | String | 10 | M | Postal declaration or form type. |\n| consignmentDetails/content | String | 256 | M | High-level description of the consignment contents. |\n| consignmentDetails/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignmentDetails/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number for the selected consignment. |\n| consignmentDetails/comments | String | 256 | O | Operational or customs comments for the selected consignment. |\n| consignmentDetails/psid | String | 70 | O | Payment slip ID for the selected consignment. |\n| consignmentDetails/psidAmountPkr | Number | 1-12 | O | Payment slip amount in PKR for the selected consignment. |\n| consignmentDetails/licenseNumbers | Array\\[String\\] | N/A | O | One or more license numbers related to the consignment. |\n| consignmentDetails/certificateNumbers | Array\\[String\\] | N/A | O | One or more certificate numbers related to the consignment. |\n| consignmentDetails/invoiceNumbers | Array\\[String\\] | N/A | O | One or more invoice reference numbers related to the consignment. |\n| consignmentDetails/sendersInstructions | String | 256 | O | Instructions provided by the sender. |\n| consignmentDetails/consignorDetails | Object | N/A | M | Consignor details container. |\n| consignmentDetails/consignorDetails/name | String | 100 | M | Consignor name. |\n| consignmentDetails/consignorDetails/businessName | String | 120 | M | Consignor business or company name. |\n| consignmentDetails/consignorDetails/address/streetAddress | String | 255 | M | Consignor street address. |\n| consignmentDetails/consignorDetails/address/postcode | String | 20 | M | Consignor postcode or ZIP code. |\n| consignmentDetails/consignorDetails/telNo | String | 20 | M | Consignor telephone number. |\n| consignmentDetails/consignorDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignor. |\n| consignmentDetails/consignorDetails/address/city | String | 100 | M | Consignor city. |\n| consignmentDetails/consigneeDetails | Object | N/A | M | Consignee details container. |\n| consignmentDetails/consigneeDetails/name | String | 100 | M | Consignee name. |\n| consignmentDetails/consigneeDetails/businessName | String | 120 | M | Consignee business or company name. |\n| consignmentDetails/consigneeDetails/address/streetAddress | String | 255 | M | Consignee street address. |\n| consignmentDetails/consigneeDetails/address/postcode | String | 20 | M | Consignee postcode or ZIP code. |\n| consignmentDetails/consigneeDetails/telNo | String | 20 | M | Consignee telephone number. |\n| consignmentDetails/consigneeDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignee. |\n| consignmentDetails/consigneeDetails/address/city | String | 100 | M | Consignee city. |\n| consignmentDetails/itemDetails | Array | N/A | M | Line-level item details for the selected consignment. |\n| consignmentDetails/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| consignmentDetails/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| consignmentDetails/itemDetails/quantity | Number | 1-9 | M | Declared number of units for the line item. |\n| consignmentDetails/itemDetails/netWeight | Number | 1-7 | M | Net weight for the line item. |\n| consignmentDetails/itemDetails/declaredValue | Number | 1-12 | M | Declared value for the line item. |\n| consignmentDetails/itemDetails/declaredHsCode | String | 6-10 | M | Declared HS code for the line item. |\n| consignmentDetails/itemDetails/assessedHsCode | String | 6-10 | O | HS code assessed by customs for the line item. |\n| consignmentDetails/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods. |\n| consignmentDetails/itemDetails/dutiesTaxesFeesPkr | Number | 1-12 | O | Total duties, taxes, and fees in PKR for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes | Array | N/A | O | Breakdown of duties, taxes, and fees for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes/dutyTaxFeeName | String | 70 | C | Name of the duty, tax, or fee. Required if dutiesTaxes is present. |\n| consignmentDetails/itemDetails/dutiesTaxes/amountPkr | Number | 1-12 | C | Amount in PKR for the duty, tax, or fee. Required if dutiesTaxes is present. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"445cbc4c-bd53-426d-91dc-1598e0738660","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"872d130a-27d2-4b6b-8b04-51b8fdb183fc","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-06-04T08:28:25.748Z","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=\"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"}}},"url":"","description":"**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| clearanceStatus | String | 70 | M | Overall status of the selected consignment. Example values: RECEIVED, UNDER_EXAMINATION, UNDER_ASSESSMENT, CLEARED, DETAINED, RETURNED. |\n| customsOfficerId | String | 70 | M | Customs officer identifier. |\n| clearanceDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the status was recorded. |\n| remarks | String | 255 | O | Additional remarks related to the current status. |\n| consignmentSummary | Object | N/A | M | Summary counts used by the postal consignments view tiles. |\n| consignmentSummary/consignmentsReceivedToday | Integer | N/A | M | Total consignments received today. |\n| consignmentSummary/consignmentsUnderExamination | Integer | N/A | M | Total consignments currently under examination. |\n| consignmentSummary/consignmentsUnderAssessment | Integer | N/A | M | Total consignments currently under assessment. |\n| consignments | Array | N/A | M | List-view data for postal consignments. |\n| consignments/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignments/formType | String | 10 | M | Postal declaration or form type. Example: CN23. |\n| consignments/consignmentType | String | 35 | M | Consignment category. Example: PARCEL. |\n| consignments/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number associated with the consignment. |\n| consignments/consignorCity | String | 100 | M | Consignor city displayed in the consignments list. |\n| consignments/consigneeCity | String | 100 | M | Consignee city displayed in the consignments list. |\n| consignments/psidAmountPkr | Number | 1-12 | O | PSID amount in PKR for the consignment. |\n| consignments/psid | String | 70 | O | Payment slip ID associated with the consignment. |\n| consignments/status | String | 70 | M | Status shown in the consignments list. |\n| consignmentDetails | Object | N/A | M | Detailed consignment data for the selected record. |\n| consignmentDetails/formType | String | 10 | M | Postal declaration or form type. |\n| consignmentDetails/content | String | 256 | M | High-level description of the consignment contents. |\n| consignmentDetails/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignmentDetails/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number for the selected consignment. |\n| consignmentDetails/comments | String | 256 | O | Operational or customs comments for the selected consignment. |\n| consignmentDetails/psid | String | 70 | O | Payment slip ID for the selected consignment. |\n| consignmentDetails/psidAmountPkr | Number | 1-12 | O | Payment slip amount in PKR for the selected consignment. |\n| consignmentDetails/licenseNumbers | Array\\[String\\] | N/A | O | One or more license numbers related to the consignment. |\n| consignmentDetails/certificateNumbers | Array\\[String\\] | N/A | O | One or more certificate numbers related to the consignment. |\n| consignmentDetails/invoiceNumbers | Array\\[String\\] | N/A | O | One or more invoice reference numbers related to the consignment. |\n| consignmentDetails/sendersInstructions | String | 256 | O | Instructions provided by the sender. |\n| consignmentDetails/consignorDetails | Object | N/A | M | Consignor details container. |\n| consignmentDetails/consignorDetails/name | String | 100 | M | Consignor name. |\n| consignmentDetails/consignorDetails/businessName | String | 120 | M | Consignor business or company name. |\n| consignmentDetails/consignorDetails/address/streetAddress | String | 255 | M | Consignor street address. |\n| consignmentDetails/consignorDetails/address/postcode | String | 20 | M | Consignor postcode or ZIP code. |\n| consignmentDetails/consignorDetails/telNo | String | 20 | M | Consignor telephone number. |\n| consignmentDetails/consignorDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignor. |\n| consignmentDetails/consignorDetails/address/city | String | 100 | M | Consignor city. |\n| consignmentDetails/consigneeDetails | Object | N/A | M | Consignee details container. |\n| consignmentDetails/consigneeDetails/name | String | 100 | M | Consignee name. |\n| consignmentDetails/consigneeDetails/businessName | String | 120 | M | Consignee business or company name. |\n| consignmentDetails/consigneeDetails/address/streetAddress | String | 255 | M | Consignee street address. |\n| consignmentDetails/consigneeDetails/address/postcode | String | 20 | M | Consignee postcode or ZIP code. |\n| consignmentDetails/consigneeDetails/telNo | String | 20 | M | Consignee telephone number. |\n| consignmentDetails/consigneeDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignee. |\n| consignmentDetails/consigneeDetails/address/city | String | 100 | M | Consignee city. |\n| consignmentDetails/itemDetails | Array | N/A | M | Line-level item details for the selected consignment. |\n| consignmentDetails/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| consignmentDetails/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| consignmentDetails/itemDetails/quantity | Number | 1-9 | M | Declared number of units for the line item. |\n| consignmentDetails/itemDetails/netWeight | Number | 1-7 | M | Net weight for the line item. |\n| consignmentDetails/itemDetails/declaredValue | Number | 1-12 | M | Declared value for the line item. |\n| consignmentDetails/itemDetails/declaredHsCode | String | 6-10 | M | Declared HS code for the line item. |\n| consignmentDetails/itemDetails/assessedHsCode | String | 6-10 | O | HS code assessed by customs for the line item. |\n| consignmentDetails/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods. |\n| consignmentDetails/itemDetails/dutiesTaxesFeesPkr | Number | 1-12 | O | Total duties, taxes, and fees in PKR for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes | Array | N/A | O | Breakdown of duties, taxes, and fees for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes/dutyTaxFeeName | String | 70 | C | Name of the duty, tax, or fee. Required if dutiesTaxes is present. |\n| consignmentDetails/itemDetails/dutiesTaxes/amountPkr | Number | 1-12 | C | Amount in PKR for the duty, tax, or fee. Required if dutiesTaxes is present. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"efd8343f-655c-47e8-9c8d-53d605830539","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"993457f0-686e-4ddd-b90c-f3a1e073bd0a","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-06-04T08:28:25.748Z","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=\"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"}}},"url":"","description":"**API Parameters:**\n\n| Field Name | Field Type | Field Length | Condition | Field Validation Rule |\n| --- | --- | --- | --- | --- |\n| mailBagNumber | String | 30 | M | Mail bag identification number. |\n| clearanceStatus | String | 70 | M | Overall status of the selected consignment. Example values: RECEIVED, UNDER_EXAMINATION, UNDER_ASSESSMENT, CLEARED, DETAINED, RETURNED. |\n| customsOfficerId | String | 70 | M | Customs officer identifier. |\n| clearanceDateTime | DateTime | N/A | M | ISO 8601:2004 datetime when the status was recorded. |\n| remarks | String | 255 | O | Additional remarks related to the current status. |\n| consignmentSummary | Object | N/A | M | Summary counts used by the postal consignments view tiles. |\n| consignmentSummary/consignmentsReceivedToday | Integer | N/A | M | Total consignments received today. |\n| consignmentSummary/consignmentsUnderExamination | Integer | N/A | M | Total consignments currently under examination. |\n| consignmentSummary/consignmentsUnderAssessment | Integer | N/A | M | Total consignments currently under assessment. |\n| consignments | Array | N/A | M | List-view data for postal consignments. |\n| consignments/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignments/formType | String | 10 | M | Postal declaration or form type. Example: CN23. |\n| consignments/consignmentType | String | 35 | M | Consignment category. Example: PARCEL. |\n| consignments/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number associated with the consignment. |\n| consignments/consignorCity | String | 100 | M | Consignor city displayed in the consignments list. |\n| consignments/consigneeCity | String | 100 | M | Consignee city displayed in the consignments list. |\n| consignments/psidAmountPkr | Number | 1-12 | O | PSID amount in PKR for the consignment. |\n| consignments/psid | String | 70 | O | Payment slip ID associated with the consignment. |\n| consignments/status | String | 70 | M | Status shown in the consignments list. |\n| consignmentDetails | Object | N/A | M | Detailed consignment data for the selected record. |\n| consignmentDetails/formType | String | 10 | M | Postal declaration or form type. |\n| consignmentDetails/content | String | 256 | M | High-level description of the consignment contents. |\n| consignmentDetails/barcodeNumber | String | 13 | M | S10-compliant postal item identifier. |\n| consignmentDetails/airWaybillOrDispatchNumber | String | 70 | M | Air waybill number or dispatch number for the selected consignment. |\n| consignmentDetails/comments | String | 256 | O | Operational or customs comments for the selected consignment. |\n| consignmentDetails/psid | String | 70 | O | Payment slip ID for the selected consignment. |\n| consignmentDetails/psidAmountPkr | Number | 1-12 | O | Payment slip amount in PKR for the selected consignment. |\n| consignmentDetails/licenseNumbers | Array\\[String\\] | N/A | O | One or more license numbers related to the consignment. |\n| consignmentDetails/certificateNumbers | Array\\[String\\] | N/A | O | One or more certificate numbers related to the consignment. |\n| consignmentDetails/invoiceNumbers | Array\\[String\\] | N/A | O | One or more invoice reference numbers related to the consignment. |\n| consignmentDetails/sendersInstructions | String | 256 | O | Instructions provided by the sender. |\n| consignmentDetails/consignorDetails | Object | N/A | M | Consignor details container. |\n| consignmentDetails/consignorDetails/name | String | 100 | M | Consignor name. |\n| consignmentDetails/consignorDetails/businessName | String | 120 | M | Consignor business or company name. |\n| consignmentDetails/consignorDetails/address/streetAddress | String | 255 | M | Consignor street address. |\n| consignmentDetails/consignorDetails/address/postcode | String | 20 | M | Consignor postcode or ZIP code. |\n| consignmentDetails/consignorDetails/telNo | String | 20 | M | Consignor telephone number. |\n| consignmentDetails/consignorDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignor. |\n| consignmentDetails/consignorDetails/address/city | String | 100 | M | Consignor city. |\n| consignmentDetails/consigneeDetails | Object | N/A | M | Consignee details container. |\n| consignmentDetails/consigneeDetails/name | String | 100 | M | Consignee name. |\n| consignmentDetails/consigneeDetails/businessName | String | 120 | M | Consignee business or company name. |\n| consignmentDetails/consigneeDetails/address/streetAddress | String | 255 | M | Consignee street address. |\n| consignmentDetails/consigneeDetails/address/postcode | String | 20 | M | Consignee postcode or ZIP code. |\n| consignmentDetails/consigneeDetails/telNo | String | 20 | M | Consignee telephone number. |\n| consignmentDetails/consigneeDetails/address/country | String | 2 | M | ISO 3166-1 alpha-2 country code for the consignee. |\n| consignmentDetails/consigneeDetails/address/city | String | 100 | M | Consignee city. |\n| consignmentDetails/itemDetails | Array | N/A | M | Line-level item details for the selected consignment. |\n| consignmentDetails/itemDetails/serialNumber | Integer | 1-3 | M | Sequential line item number. |\n| consignmentDetails/itemDetails/quantityAndDescriptionOfGoods | String | 256 | M | Combined quantity and goods description text. |\n| consignmentDetails/itemDetails/quantity | Number | 1-9 | M | Declared number of units for the line item. |\n| consignmentDetails/itemDetails/netWeight | Number | 1-7 | M | Net weight for the line item. |\n| consignmentDetails/itemDetails/declaredValue | Number | 1-12 | M | Declared value for the line item. |\n| consignmentDetails/itemDetails/declaredHsCode | String | 6-10 | M | Declared HS code for the line item. |\n| consignmentDetails/itemDetails/assessedHsCode | String | 6-10 | O | HS code assessed by customs for the line item. |\n| consignmentDetails/itemDetails/countryOfOrigin | String | 2 | M | ISO 3166-1 alpha-2 country code for origin of goods. |\n| consignmentDetails/itemDetails/dutiesTaxesFeesPkr | Number | 1-12 | O | Total duties, taxes, and fees in PKR for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes | Array | N/A | O | Breakdown of duties, taxes, and fees for the line item. |\n| consignmentDetails/itemDetails/dutiesTaxes/dutyTaxFeeName | String | 70 | C | Name of the duty, tax, or fee. Required if dutiesTaxes is present. |\n| consignmentDetails/itemDetails/dutiesTaxes/amountPkr | Number | 1-12 | C | Amount in PKR for the duty, tax, or fee. Required if dutiesTaxes is present. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"e0322363-9b89-4706-b129-bd608d95cfdc"}],"id":"1bb3f45a-3585-4fc1-922e-1226f0f8817d","description":"<p>CARDIT carries dispatch details for mail moving between operators. Use this section to submit the CARDIT message.</p>\n","_postman_id":"1bb3f45a-3585-4fc1-922e-1226f0f8817d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"8b092774-5116-4a1f-8b50-cb2e31e7a874","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"9b818ce4-60c5-4d5a-83e5-58a3ae9242e4","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-06-04T08:28:25.748Z","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"}}},"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><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":[]}},"response":[{"id":"f9c1a423-7bc5-42dc-86ed-5aee85b246b4","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"ccfd266a-d4e7-4676-986e-458f8bc3ca51","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-06-04T08:28:25.748Z","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                <!-- 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"}}},"url":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| `upu_form/sender` | `CT_m55_Party` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | **Consignor (Sender party)** container, must be provided for R020 and 04A. |\n| `upu_form/sender/identification/name` | `ST_String_x1_50` | 50 | Required if `sender` present | **WCO R020**: Consignor name. Must be a non-empty string of length 1–50 characters. |\n| `upu_form/sender/identification/reference` | `ST_String_x1_50` | 50 | Optional | Reference identifier for the consignor. Must be a non-empty string of length 1–50 characters. |\n| `upu_form/sender/identification/additional_data` | `ST_String_x1_50` | 50 | Optional (1–4) | Additional data for the consignor. Can have up to 4 entries of length 1–50 each. |\n| `upu_form/sender/postal_address` | `CT_m55_Address` (complex) | **n/a** | Required if `sender` present | **WCO 04A**: Consignor address. |\n| `upu_form/sender/postal_address/premises` | `ST_String_x1_50` | 50 | Required (1–4) | Premises address lines for consignor. Must be 1–4 lines, each up to 50 characters. |\n| `upu_form/sender/postal_address/locality/code` | `ST_String_x1_17` | 17 | Optional | Postal code for consignor. Length 1–17. |\n| `upu_form/sender/postal_address/locality/name` | `ST_String_x1_50` | 50 | Required | City/town name for consignor address. Length 1–50. |\n| `upu_form/sender/postal_address/locality/region` | `ST_String_x1_50` | 50 | Optional | State/region for consignor. Length 1–50. |\n| `upu_form/sender/postal_address/country_cd` | `ST_String_x2` | 2 | Required | ISO 2-character country code for consignor. |\n| `upu_form/addressee` | `CT_m55_Party` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | **Consignee (Addressee party)** container, required for R014 and 04A. |\n| `upu_form/addressee/identification/name` | `ST_String_x1_50` | 50 | Required if `addressee` present | **WCO R014**: Consignee name. |\n| `upu_form/addressee/identification/reference` | `ST_String_x1_50` | 50 | Optional | Reference identifier for consignee. |\n| `upu_form/addressee/identification/additional_data` | `ST_String_x1_50` | 50 | Optional (1–4) | Additional data for the consignee. |\n| `upu_form/addressee/postal_address` | `CT_m55_Address` (complex) | **n/a** | Required if `addressee` present | **WCO 04A**: Consignee address. |\n| `upu_form/addressee/postal_address/premises` | `ST_String_x1_50` | 50 | Required (1–4) | Premises address lines for consignee. |\n| `upu_form/addressee/postal_address/locality/code` | `ST_String_x1_17` | 17 | Optional | Postal code for consignee. |\n| `upu_form/addressee/postal_address/locality/name` | `ST_String_x1_50` | 50 | Required | City/town for consignee. |\n| `upu_form/addressee/postal_address/locality/region` | `ST_String_x1_50` | 50 | Optional | State/region for consignee. |\n| `upu_form/addressee/postal_address/country_cd` | `ST_String_x2` | 2 | Required | ISO 2-character country code for consignee. |\n| `upu_form/declared_gross_weight` | `ST_Decimal_1_6` | **n/a** | Optional (`minOccurs=0`) | Candidate for **WCO 131 total gross weight**. Decimal value. |\n| `upu_form/measured_gross_weight` | `ST_Decimal_1_6` | **n/a** | Optional (`minOccurs=0`) | Candidate for **WCO 131 total gross weight**. Decimal value. |\n| `upu_form/observation` | `ST_String_x1_512` | 512 | Optional (`minOccurs=0`) | **Equivalent to WCO 144 number of packages** and/or **WCO 131 unit qualifier**. Up to 512 characters of free text. |\n| `upu_form/content_piece` | (complex) | **n/a** | Optional repeating (0–999) | **WCO 138 brief cargo description**. Contains information for each item in the cargo. |\n| `upu_form/content_piece/number` | `ST_String_n1_4` | 4 | Required | Item sequence number (e.g., 1, 2, etc.). |\n| `upu_form/content_piece/number_of_units` | `ST_String_n1_6` | 6 | Optional | Number of units per item. |\n| `upu_form/content_piece/description` | `ST_String_x1_256` | 256 | Required | **WCO 138 brief cargo description**. Plain language description of the cargo. |\n| `upu_form/content_piece/declared_value` | `CT_Value` (complex) | **n/a** | Required | Value of the declared content. |\n| `upu_form/content_piece/net_weight` | `ST_Decimal_1_18` | **n/a** | Optional | Net weight of the item. |\n| `upu_form/content_piece/origin_location_code` | `ST_String_x2` | 2 | Optional | Origin country code for the content. |\n| `upu_form/content_piece/tariff_heading` | `ST_CustomsTariff` | **n/a** | Optional | Tariff heading, as per customs regulations. |\n| `upu_form/content_piece/insured_value` | `CT_Value` (complex) | **n/a** | Optional | Insured value of the content. |\n| `upu_form/insured_value` | `CT_Value` (complex) | **n/a** | Optional | Insured value for the entire shipment. |\n| `upu_form/postage_paid` | `CT_Value` (complex) | **n/a** | Optional | Postage paid amount and currency. |\n| `upu_form/other_info` | `CT_m55_Other_info` | **n/a** | Optional (`minOccurs=0`) | Placeholder for other information (optional field). |\n| `upu_form/agreed_info` | `CT_LocalInfo` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains details like **mail class**, **handling class**, etc. |\n| `upu_form/agreed_info/mail_class` | `ST_String_x1` | 1 | Optional | Mail class for the item (e.g., standard, express). |\n| `upu_form/agreed_info/handling_class` | `ST_String_x1` | 1 | Optional | Handling class for the item (e.g., fragile, perishables). |\n| `upu_form/agreed_info/arv_info` | `CT_Arrival` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains transport mode and arrival date. |\n| `upu_form/agreed_info/arv_info/transport_mode` | `ST_String_x1` | 1 | Optional | Transport mode for the shipment (e.g., air, sea). |\n| `upu_form/agreed_info/arv_info/date` | `ST_Daydate` | **n/a** | Optional | Arrival date. |\n| `upu_form/agreed_info/references` | `CT_m55_References` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains customs and postal references. |\n| `upu_form/agreed_info/references/customs_ref` | `CT_m55_Document` (complex) | **n/a** | Optional | Customs reference number(s). |\n| `upu_form/agreed_info/references/postal_ref` | `CT_m55_Document` (complex) | **n/a** | Optional | Postal reference number(s). |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"dd82f1c8-eae3-4ee5-9a44-b1d71ceec0cc","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"74109614-0224-4707-bb3e-9c425124b985","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-06-04T08:28:25.748Z","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                <!-- 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"}}},"url":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| `upu_form/sender` | `CT_m55_Party` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | **Consignor (Sender party)** container, must be provided for R020 and 04A. |\n| `upu_form/sender/identification/name` | `ST_String_x1_50` | 50 | Required if `sender` present | **WCO R020**: Consignor name. Must be a non-empty string of length 1–50 characters. |\n| `upu_form/sender/identification/reference` | `ST_String_x1_50` | 50 | Optional | Reference identifier for the consignor. Must be a non-empty string of length 1–50 characters. |\n| `upu_form/sender/identification/additional_data` | `ST_String_x1_50` | 50 | Optional (1–4) | Additional data for the consignor. Can have up to 4 entries of length 1–50 each. |\n| `upu_form/sender/postal_address` | `CT_m55_Address` (complex) | **n/a** | Required if `sender` present | **WCO 04A**: Consignor address. |\n| `upu_form/sender/postal_address/premises` | `ST_String_x1_50` | 50 | Required (1–4) | Premises address lines for consignor. Must be 1–4 lines, each up to 50 characters. |\n| `upu_form/sender/postal_address/locality/code` | `ST_String_x1_17` | 17 | Optional | Postal code for consignor. Length 1–17. |\n| `upu_form/sender/postal_address/locality/name` | `ST_String_x1_50` | 50 | Required | City/town name for consignor address. Length 1–50. |\n| `upu_form/sender/postal_address/locality/region` | `ST_String_x1_50` | 50 | Optional | State/region for consignor. Length 1–50. |\n| `upu_form/sender/postal_address/country_cd` | `ST_String_x2` | 2 | Required | ISO 2-character country code for consignor. |\n| `upu_form/addressee` | `CT_m55_Party` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | **Consignee (Addressee party)** container, required for R014 and 04A. |\n| `upu_form/addressee/identification/name` | `ST_String_x1_50` | 50 | Required if `addressee` present | **WCO R014**: Consignee name. |\n| `upu_form/addressee/identification/reference` | `ST_String_x1_50` | 50 | Optional | Reference identifier for consignee. |\n| `upu_form/addressee/identification/additional_data` | `ST_String_x1_50` | 50 | Optional (1–4) | Additional data for the consignee. |\n| `upu_form/addressee/postal_address` | `CT_m55_Address` (complex) | **n/a** | Required if `addressee` present | **WCO 04A**: Consignee address. |\n| `upu_form/addressee/postal_address/premises` | `ST_String_x1_50` | 50 | Required (1–4) | Premises address lines for consignee. |\n| `upu_form/addressee/postal_address/locality/code` | `ST_String_x1_17` | 17 | Optional | Postal code for consignee. |\n| `upu_form/addressee/postal_address/locality/name` | `ST_String_x1_50` | 50 | Required | City/town for consignee. |\n| `upu_form/addressee/postal_address/locality/region` | `ST_String_x1_50` | 50 | Optional | State/region for consignee. |\n| `upu_form/addressee/postal_address/country_cd` | `ST_String_x2` | 2 | Required | ISO 2-character country code for consignee. |\n| `upu_form/declared_gross_weight` | `ST_Decimal_1_6` | **n/a** | Optional (`minOccurs=0`) | Candidate for **WCO 131 total gross weight**. Decimal value. |\n| `upu_form/measured_gross_weight` | `ST_Decimal_1_6` | **n/a** | Optional (`minOccurs=0`) | Candidate for **WCO 131 total gross weight**. Decimal value. |\n| `upu_form/observation` | `ST_String_x1_512` | 512 | Optional (`minOccurs=0`) | **Equivalent to WCO 144 number of packages** and/or **WCO 131 unit qualifier**. Up to 512 characters of free text. |\n| `upu_form/content_piece` | (complex) | **n/a** | Optional repeating (0–999) | **WCO 138 brief cargo description**. Contains information for each item in the cargo. |\n| `upu_form/content_piece/number` | `ST_String_n1_4` | 4 | Required | Item sequence number (e.g., 1, 2, etc.). |\n| `upu_form/content_piece/number_of_units` | `ST_String_n1_6` | 6 | Optional | Number of units per item. |\n| `upu_form/content_piece/description` | `ST_String_x1_256` | 256 | Required | **WCO 138 brief cargo description**. Plain language description of the cargo. |\n| `upu_form/content_piece/declared_value` | `CT_Value` (complex) | **n/a** | Required | Value of the declared content. |\n| `upu_form/content_piece/net_weight` | `ST_Decimal_1_18` | **n/a** | Optional | Net weight of the item. |\n| `upu_form/content_piece/origin_location_code` | `ST_String_x2` | 2 | Optional | Origin country code for the content. |\n| `upu_form/content_piece/tariff_heading` | `ST_CustomsTariff` | **n/a** | Optional | Tariff heading, as per customs regulations. |\n| `upu_form/content_piece/insured_value` | `CT_Value` (complex) | **n/a** | Optional | Insured value of the content. |\n| `upu_form/insured_value` | `CT_Value` (complex) | **n/a** | Optional | Insured value for the entire shipment. |\n| `upu_form/postage_paid` | `CT_Value` (complex) | **n/a** | Optional | Postage paid amount and currency. |\n| `upu_form/other_info` | `CT_m55_Other_info` | **n/a** | Optional (`minOccurs=0`) | Placeholder for other information (optional field). |\n| `upu_form/agreed_info` | `CT_LocalInfo` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains details like **mail class**, **handling class**, etc. |\n| `upu_form/agreed_info/mail_class` | `ST_String_x1` | 1 | Optional | Mail class for the item (e.g., standard, express). |\n| `upu_form/agreed_info/handling_class` | `ST_String_x1` | 1 | Optional | Handling class for the item (e.g., fragile, perishables). |\n| `upu_form/agreed_info/arv_info` | `CT_Arrival` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains transport mode and arrival date. |\n| `upu_form/agreed_info/arv_info/transport_mode` | `ST_String_x1` | 1 | Optional | Transport mode for the shipment (e.g., air, sea). |\n| `upu_form/agreed_info/arv_info/date` | `ST_Daydate` | **n/a** | Optional | Arrival date. |\n| `upu_form/agreed_info/references` | `CT_m55_References` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains customs and postal references. |\n| `upu_form/agreed_info/references/customs_ref` | `CT_m55_Document` (complex) | **n/a** | Optional | Customs reference number(s). |\n| `upu_form/agreed_info/references/postal_ref` | `CT_m55_Document` (complex) | **n/a** | Optional | Postal reference number(s). |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"b28723e3-144a-4af3-9f0b-e90f6c10e2c2","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"6aa181d4-5c14-4c97-9003-65801571a01c","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-06-04T08:28:25.748Z","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                <!-- 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"}}},"url":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| `upu_form/sender` | `CT_m55_Party` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | **Consignor (Sender party)** container, must be provided for R020 and 04A. |\n| `upu_form/sender/identification/name` | `ST_String_x1_50` | 50 | Required if `sender` present | **WCO R020**: Consignor name. Must be a non-empty string of length 1–50 characters. |\n| `upu_form/sender/identification/reference` | `ST_String_x1_50` | 50 | Optional | Reference identifier for the consignor. Must be a non-empty string of length 1–50 characters. |\n| `upu_form/sender/identification/additional_data` | `ST_String_x1_50` | 50 | Optional (1–4) | Additional data for the consignor. Can have up to 4 entries of length 1–50 each. |\n| `upu_form/sender/postal_address` | `CT_m55_Address` (complex) | **n/a** | Required if `sender` present | **WCO 04A**: Consignor address. |\n| `upu_form/sender/postal_address/premises` | `ST_String_x1_50` | 50 | Required (1–4) | Premises address lines for consignor. Must be 1–4 lines, each up to 50 characters. |\n| `upu_form/sender/postal_address/locality/code` | `ST_String_x1_17` | 17 | Optional | Postal code for consignor. Length 1–17. |\n| `upu_form/sender/postal_address/locality/name` | `ST_String_x1_50` | 50 | Required | City/town name for consignor address. Length 1–50. |\n| `upu_form/sender/postal_address/locality/region` | `ST_String_x1_50` | 50 | Optional | State/region for consignor. Length 1–50. |\n| `upu_form/sender/postal_address/country_cd` | `ST_String_x2` | 2 | Required | ISO 2-character country code for consignor. |\n| `upu_form/addressee` | `CT_m55_Party` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | **Consignee (Addressee party)** container, required for R014 and 04A. |\n| `upu_form/addressee/identification/name` | `ST_String_x1_50` | 50 | Required if `addressee` present | **WCO R014**: Consignee name. |\n| `upu_form/addressee/identification/reference` | `ST_String_x1_50` | 50 | Optional | Reference identifier for consignee. |\n| `upu_form/addressee/identification/additional_data` | `ST_String_x1_50` | 50 | Optional (1–4) | Additional data for the consignee. |\n| `upu_form/addressee/postal_address` | `CT_m55_Address` (complex) | **n/a** | Required if `addressee` present | **WCO 04A**: Consignee address. |\n| `upu_form/addressee/postal_address/premises` | `ST_String_x1_50` | 50 | Required (1–4) | Premises address lines for consignee. |\n| `upu_form/addressee/postal_address/locality/code` | `ST_String_x1_17` | 17 | Optional | Postal code for consignee. |\n| `upu_form/addressee/postal_address/locality/name` | `ST_String_x1_50` | 50 | Required | City/town for consignee. |\n| `upu_form/addressee/postal_address/locality/region` | `ST_String_x1_50` | 50 | Optional | State/region for consignee. |\n| `upu_form/addressee/postal_address/country_cd` | `ST_String_x2` | 2 | Required | ISO 2-character country code for consignee. |\n| `upu_form/declared_gross_weight` | `ST_Decimal_1_6` | **n/a** | Optional (`minOccurs=0`) | Candidate for **WCO 131 total gross weight**. Decimal value. |\n| `upu_form/measured_gross_weight` | `ST_Decimal_1_6` | **n/a** | Optional (`minOccurs=0`) | Candidate for **WCO 131 total gross weight**. Decimal value. |\n| `upu_form/observation` | `ST_String_x1_512` | 512 | Optional (`minOccurs=0`) | **Equivalent to WCO 144 number of packages** and/or **WCO 131 unit qualifier**. Up to 512 characters of free text. |\n| `upu_form/content_piece` | (complex) | **n/a** | Optional repeating (0–999) | **WCO 138 brief cargo description**. Contains information for each item in the cargo. |\n| `upu_form/content_piece/number` | `ST_String_n1_4` | 4 | Required | Item sequence number (e.g., 1, 2, etc.). |\n| `upu_form/content_piece/number_of_units` | `ST_String_n1_6` | 6 | Optional | Number of units per item. |\n| `upu_form/content_piece/description` | `ST_String_x1_256` | 256 | Required | **WCO 138 brief cargo description**. Plain language description of the cargo. |\n| `upu_form/content_piece/declared_value` | `CT_Value` (complex) | **n/a** | Required | Value of the declared content. |\n| `upu_form/content_piece/net_weight` | `ST_Decimal_1_18` | **n/a** | Optional | Net weight of the item. |\n| `upu_form/content_piece/origin_location_code` | `ST_String_x2` | 2 | Optional | Origin country code for the content. |\n| `upu_form/content_piece/tariff_heading` | `ST_CustomsTariff` | **n/a** | Optional | Tariff heading, as per customs regulations. |\n| `upu_form/content_piece/insured_value` | `CT_Value` (complex) | **n/a** | Optional | Insured value of the content. |\n| `upu_form/insured_value` | `CT_Value` (complex) | **n/a** | Optional | Insured value for the entire shipment. |\n| `upu_form/postage_paid` | `CT_Value` (complex) | **n/a** | Optional | Postage paid amount and currency. |\n| `upu_form/other_info` | `CT_m55_Other_info` | **n/a** | Optional (`minOccurs=0`) | Placeholder for other information (optional field). |\n| `upu_form/agreed_info` | `CT_LocalInfo` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains details like **mail class**, **handling class**, etc. |\n| `upu_form/agreed_info/mail_class` | `ST_String_x1` | 1 | Optional | Mail class for the item (e.g., standard, express). |\n| `upu_form/agreed_info/handling_class` | `ST_String_x1` | 1 | Optional | Handling class for the item (e.g., fragile, perishables). |\n| `upu_form/agreed_info/arv_info` | `CT_Arrival` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains transport mode and arrival date. |\n| `upu_form/agreed_info/arv_info/transport_mode` | `ST_String_x1` | 1 | Optional | Transport mode for the shipment (e.g., air, sea). |\n| `upu_form/agreed_info/arv_info/date` | `ST_Daydate` | **n/a** | Optional | Arrival date. |\n| `upu_form/agreed_info/references` | `CT_m55_References` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains customs and postal references. |\n| `upu_form/agreed_info/references/customs_ref` | `CT_m55_Document` (complex) | **n/a** | Optional | Customs reference number(s). |\n| `upu_form/agreed_info/references/postal_ref` | `CT_m55_Document` (complex) | **n/a** | Optional | Postal reference number(s). |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"5adba5ef-7b19-4434-b25f-57f740d45e0a","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"bf0dece7-af87-410f-be38-4ee531b52578","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-06-04T08:28:25.749Z","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                <!-- 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"}}},"url":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| `upu_form/sender` | `CT_m55_Party` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | **Consignor (Sender party)** container, must be provided for R020 and 04A. |\n| `upu_form/sender/identification/name` | `ST_String_x1_50` | 50 | Required if `sender` present | **WCO R020**: Consignor name. Must be a non-empty string of length 1–50 characters. |\n| `upu_form/sender/identification/reference` | `ST_String_x1_50` | 50 | Optional | Reference identifier for the consignor. Must be a non-empty string of length 1–50 characters. |\n| `upu_form/sender/identification/additional_data` | `ST_String_x1_50` | 50 | Optional (1–4) | Additional data for the consignor. Can have up to 4 entries of length 1–50 each. |\n| `upu_form/sender/postal_address` | `CT_m55_Address` (complex) | **n/a** | Required if `sender` present | **WCO 04A**: Consignor address. |\n| `upu_form/sender/postal_address/premises` | `ST_String_x1_50` | 50 | Required (1–4) | Premises address lines for consignor. Must be 1–4 lines, each up to 50 characters. |\n| `upu_form/sender/postal_address/locality/code` | `ST_String_x1_17` | 17 | Optional | Postal code for consignor. Length 1–17. |\n| `upu_form/sender/postal_address/locality/name` | `ST_String_x1_50` | 50 | Required | City/town name for consignor address. Length 1–50. |\n| `upu_form/sender/postal_address/locality/region` | `ST_String_x1_50` | 50 | Optional | State/region for consignor. Length 1–50. |\n| `upu_form/sender/postal_address/country_cd` | `ST_String_x2` | 2 | Required | ISO 2-character country code for consignor. |\n| `upu_form/addressee` | `CT_m55_Party` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | **Consignee (Addressee party)** container, required for R014 and 04A. |\n| `upu_form/addressee/identification/name` | `ST_String_x1_50` | 50 | Required if `addressee` present | **WCO R014**: Consignee name. |\n| `upu_form/addressee/identification/reference` | `ST_String_x1_50` | 50 | Optional | Reference identifier for consignee. |\n| `upu_form/addressee/identification/additional_data` | `ST_String_x1_50` | 50 | Optional (1–4) | Additional data for the consignee. |\n| `upu_form/addressee/postal_address` | `CT_m55_Address` (complex) | **n/a** | Required if `addressee` present | **WCO 04A**: Consignee address. |\n| `upu_form/addressee/postal_address/premises` | `ST_String_x1_50` | 50 | Required (1–4) | Premises address lines for consignee. |\n| `upu_form/addressee/postal_address/locality/code` | `ST_String_x1_17` | 17 | Optional | Postal code for consignee. |\n| `upu_form/addressee/postal_address/locality/name` | `ST_String_x1_50` | 50 | Required | City/town for consignee. |\n| `upu_form/addressee/postal_address/locality/region` | `ST_String_x1_50` | 50 | Optional | State/region for consignee. |\n| `upu_form/addressee/postal_address/country_cd` | `ST_String_x2` | 2 | Required | ISO 2-character country code for consignee. |\n| `upu_form/declared_gross_weight` | `ST_Decimal_1_6` | **n/a** | Optional (`minOccurs=0`) | Candidate for **WCO 131 total gross weight**. Decimal value. |\n| `upu_form/measured_gross_weight` | `ST_Decimal_1_6` | **n/a** | Optional (`minOccurs=0`) | Candidate for **WCO 131 total gross weight**. Decimal value. |\n| `upu_form/observation` | `ST_String_x1_512` | 512 | Optional (`minOccurs=0`) | **Equivalent to WCO 144 number of packages** and/or **WCO 131 unit qualifier**. Up to 512 characters of free text. |\n| `upu_form/content_piece` | (complex) | **n/a** | Optional repeating (0–999) | **WCO 138 brief cargo description**. Contains information for each item in the cargo. |\n| `upu_form/content_piece/number` | `ST_String_n1_4` | 4 | Required | Item sequence number (e.g., 1, 2, etc.). |\n| `upu_form/content_piece/number_of_units` | `ST_String_n1_6` | 6 | Optional | Number of units per item. |\n| `upu_form/content_piece/description` | `ST_String_x1_256` | 256 | Required | **WCO 138 brief cargo description**. Plain language description of the cargo. |\n| `upu_form/content_piece/declared_value` | `CT_Value` (complex) | **n/a** | Required | Value of the declared content. |\n| `upu_form/content_piece/net_weight` | `ST_Decimal_1_18` | **n/a** | Optional | Net weight of the item. |\n| `upu_form/content_piece/origin_location_code` | `ST_String_x2` | 2 | Optional | Origin country code for the content. |\n| `upu_form/content_piece/tariff_heading` | `ST_CustomsTariff` | **n/a** | Optional | Tariff heading, as per customs regulations. |\n| `upu_form/content_piece/insured_value` | `CT_Value` (complex) | **n/a** | Optional | Insured value of the content. |\n| `upu_form/insured_value` | `CT_Value` (complex) | **n/a** | Optional | Insured value for the entire shipment. |\n| `upu_form/postage_paid` | `CT_Value` (complex) | **n/a** | Optional | Postage paid amount and currency. |\n| `upu_form/other_info` | `CT_m55_Other_info` | **n/a** | Optional (`minOccurs=0`) | Placeholder for other information (optional field). |\n| `upu_form/agreed_info` | `CT_LocalInfo` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains details like **mail class**, **handling class**, etc. |\n| `upu_form/agreed_info/mail_class` | `ST_String_x1` | 1 | Optional | Mail class for the item (e.g., standard, express). |\n| `upu_form/agreed_info/handling_class` | `ST_String_x1` | 1 | Optional | Handling class for the item (e.g., fragile, perishables). |\n| `upu_form/agreed_info/arv_info` | `CT_Arrival` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains transport mode and arrival date. |\n| `upu_form/agreed_info/arv_info/transport_mode` | `ST_String_x1` | 1 | Optional | Transport mode for the shipment (e.g., air, sea). |\n| `upu_form/agreed_info/arv_info/date` | `ST_Daydate` | **n/a** | Optional | Arrival date. |\n| `upu_form/agreed_info/references` | `CT_m55_References` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains customs and postal references. |\n| `upu_form/agreed_info/references/customs_ref` | `CT_m55_Document` (complex) | **n/a** | Optional | Customs reference number(s). |\n| `upu_form/agreed_info/references/postal_ref` | `CT_m55_Document` (complex) | **n/a** | Optional | Postal reference number(s). |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"d557a829-1e30-4bb2-9830-c6091ed8fd73","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"f358aafe-3990-495a-9029-0782c2dd9617","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-06-04T08:28:25.749Z","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                <!-- 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"}}},"url":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| `upu_form/sender` | `CT_m55_Party` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | **Consignor (Sender party)** container, must be provided for R020 and 04A. |\n| `upu_form/sender/identification/name` | `ST_String_x1_50` | 50 | Required if `sender` present | **WCO R020**: Consignor name. Must be a non-empty string of length 1–50 characters. |\n| `upu_form/sender/identification/reference` | `ST_String_x1_50` | 50 | Optional | Reference identifier for the consignor. Must be a non-empty string of length 1–50 characters. |\n| `upu_form/sender/identification/additional_data` | `ST_String_x1_50` | 50 | Optional (1–4) | Additional data for the consignor. Can have up to 4 entries of length 1–50 each. |\n| `upu_form/sender/postal_address` | `CT_m55_Address` (complex) | **n/a** | Required if `sender` present | **WCO 04A**: Consignor address. |\n| `upu_form/sender/postal_address/premises` | `ST_String_x1_50` | 50 | Required (1–4) | Premises address lines for consignor. Must be 1–4 lines, each up to 50 characters. |\n| `upu_form/sender/postal_address/locality/code` | `ST_String_x1_17` | 17 | Optional | Postal code for consignor. Length 1–17. |\n| `upu_form/sender/postal_address/locality/name` | `ST_String_x1_50` | 50 | Required | City/town name for consignor address. Length 1–50. |\n| `upu_form/sender/postal_address/locality/region` | `ST_String_x1_50` | 50 | Optional | State/region for consignor. Length 1–50. |\n| `upu_form/sender/postal_address/country_cd` | `ST_String_x2` | 2 | Required | ISO 2-character country code for consignor. |\n| `upu_form/addressee` | `CT_m55_Party` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | **Consignee (Addressee party)** container, required for R014 and 04A. |\n| `upu_form/addressee/identification/name` | `ST_String_x1_50` | 50 | Required if `addressee` present | **WCO R014**: Consignee name. |\n| `upu_form/addressee/identification/reference` | `ST_String_x1_50` | 50 | Optional | Reference identifier for consignee. |\n| `upu_form/addressee/identification/additional_data` | `ST_String_x1_50` | 50 | Optional (1–4) | Additional data for the consignee. |\n| `upu_form/addressee/postal_address` | `CT_m55_Address` (complex) | **n/a** | Required if `addressee` present | **WCO 04A**: Consignee address. |\n| `upu_form/addressee/postal_address/premises` | `ST_String_x1_50` | 50 | Required (1–4) | Premises address lines for consignee. |\n| `upu_form/addressee/postal_address/locality/code` | `ST_String_x1_17` | 17 | Optional | Postal code for consignee. |\n| `upu_form/addressee/postal_address/locality/name` | `ST_String_x1_50` | 50 | Required | City/town for consignee. |\n| `upu_form/addressee/postal_address/locality/region` | `ST_String_x1_50` | 50 | Optional | State/region for consignee. |\n| `upu_form/addressee/postal_address/country_cd` | `ST_String_x2` | 2 | Required | ISO 2-character country code for consignee. |\n| `upu_form/declared_gross_weight` | `ST_Decimal_1_6` | **n/a** | Optional (`minOccurs=0`) | Candidate for **WCO 131 total gross weight**. Decimal value. |\n| `upu_form/measured_gross_weight` | `ST_Decimal_1_6` | **n/a** | Optional (`minOccurs=0`) | Candidate for **WCO 131 total gross weight**. Decimal value. |\n| `upu_form/observation` | `ST_String_x1_512` | 512 | Optional (`minOccurs=0`) | **Equivalent to WCO 144 number of packages** and/or **WCO 131 unit qualifier**. Up to 512 characters of free text. |\n| `upu_form/content_piece` | (complex) | **n/a** | Optional repeating (0–999) | **WCO 138 brief cargo description**. Contains information for each item in the cargo. |\n| `upu_form/content_piece/number` | `ST_String_n1_4` | 4 | Required | Item sequence number (e.g., 1, 2, etc.). |\n| `upu_form/content_piece/number_of_units` | `ST_String_n1_6` | 6 | Optional | Number of units per item. |\n| `upu_form/content_piece/description` | `ST_String_x1_256` | 256 | Required | **WCO 138 brief cargo description**. Plain language description of the cargo. |\n| `upu_form/content_piece/declared_value` | `CT_Value` (complex) | **n/a** | Required | Value of the declared content. |\n| `upu_form/content_piece/net_weight` | `ST_Decimal_1_18` | **n/a** | Optional | Net weight of the item. |\n| `upu_form/content_piece/origin_location_code` | `ST_String_x2` | 2 | Optional | Origin country code for the content. |\n| `upu_form/content_piece/tariff_heading` | `ST_CustomsTariff` | **n/a** | Optional | Tariff heading, as per customs regulations. |\n| `upu_form/content_piece/insured_value` | `CT_Value` (complex) | **n/a** | Optional | Insured value of the content. |\n| `upu_form/insured_value` | `CT_Value` (complex) | **n/a** | Optional | Insured value for the entire shipment. |\n| `upu_form/postage_paid` | `CT_Value` (complex) | **n/a** | Optional | Postage paid amount and currency. |\n| `upu_form/other_info` | `CT_m55_Other_info` | **n/a** | Optional (`minOccurs=0`) | Placeholder for other information (optional field). |\n| `upu_form/agreed_info` | `CT_LocalInfo` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains details like **mail class**, **handling class**, etc. |\n| `upu_form/agreed_info/mail_class` | `ST_String_x1` | 1 | Optional | Mail class for the item (e.g., standard, express). |\n| `upu_form/agreed_info/handling_class` | `ST_String_x1` | 1 | Optional | Handling class for the item (e.g., fragile, perishables). |\n| `upu_form/agreed_info/arv_info` | `CT_Arrival` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains transport mode and arrival date. |\n| `upu_form/agreed_info/arv_info/transport_mode` | `ST_String_x1` | 1 | Optional | Transport mode for the shipment (e.g., air, sea). |\n| `upu_form/agreed_info/arv_info/date` | `ST_Daydate` | **n/a** | Optional | Arrival date. |\n| `upu_form/agreed_info/references` | `CT_m55_References` (complex) | **n/a** | Optional (`minOccurs=0`, `maxOccurs=1`) | Contains customs and postal references. |\n| `upu_form/agreed_info/references/customs_ref` | `CT_m55_Document` (complex) | **n/a** | Optional | Customs reference number(s). |\n| `upu_form/agreed_info/references/postal_ref` | `CT_m55_Document` (complex) | **n/a** | Optional | Postal reference number(s). |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"8b092774-5116-4a1f-8b50-cb2e31e7a874"}],"id":"a2a530d4-4a42-45e3-a3f9-4098a83a9842","description":"<p>CUSITM carries customs item details for a shipment. Use this section to submit the customs item message.</p>\n","_postman_id":"a2a530d4-4a42-45e3-a3f9-4098a83a9842","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"0fc74c2c-9377-4143-bf70-907475d9fe89","request":{"method":"POST","header":[{"key":"X-Request-ID","value":"2e5fa4c9-18fa-4bc7-b561-9ff423e8e714","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-06-04T08:28:25.749Z","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"}}},"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><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":[]}},"response":[{"id":"2fed43bd-4e50-40e1-8a73-1cccccd53dc1","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"d5e651ff-800c-4678-807a-7c5086f40289","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-06-04T08:28:25.749Z","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=\"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"}}},"url":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| `cusrsp_2_0_0/mail_flow` | `ST_Mailflow` | **n/a** | Required | Defines the mail flow direction. Typically, 'I' for inbound. |\n| `item` | `CT_Item` (complex) | **n/a** | Required | Represents the shipment item, containing multiple sub-elements. |\n| `item/ID` | `ST_String_x1_35` | 35 | Required | A unique identifier for the item (e.g., CP00000001XCH). |\n| `item/attributes` | `CT_attributes` (complex) | **n/a** | Optional | Contains customs-related attributes for the item, including decision code, fees, and clearance details. |\n| `item/attributes/decision_code` | `ST_Decision` | 2 | Optional | **Status code** representing the decision made by customs (e.g., \"03\" for cleared). |\n| `item/attributes/decision_reason_code` | `ST_Reason_code` | 2 | Optional | Reason code for the decision made by customs. |\n| `item/attributes/decision_reason_name` | `ST_String_x1_50` | 50 | Optional | Name of the reason for the decision, if available. |\n| `item/attributes/dutiable_ind` | `ST_Indicator` | 1 | Optional | Indicator whether the item is dutiable (yes/no). |\n| `item/attributes/date_clearance` | `ST_Date` | **n/a** | Optional | The date when customs clearance was granted. |\n| `item/attributes/total_fees` | `CT_Value` (complex) | **n/a** | Optional | Total fees charged for the clearance. Includes currency and amount. |\n| `item/attributes/total_taxes` | `CT_Tax` (complex) | **n/a** | Optional (up to 3) | Taxes applied to the item, can include multiple entries (up to 3). |\n| `item/references` | `CT_References` (complex) | **n/a** | Optional | Contains customs and postal reference details. |\n| `item/references/customs_ref` | `CT_Document` (complex) | **n/a** | Optional (up to 3) | Customs reference document for the item. |\n| `item/references/postal_ref` | `CT_Document` (complex) | **n/a** | Optional (up to 3) | Postal reference for the item. |\n| `item/other_info` | `CT_m56_Other_info` (complex) | **n/a** | Optional | Placeholder for other information, can be used for additional custom data. |\n| `item/referral` | `CT_Referral` (complex) | **n/a** | Optional | Contains details for a referral if the item is flagged for further inspection or action. |\n| `item/referral/referral_reference` | `ST_String_x1_35` | 35 | Optional | Reference identifier for the referral. |\n| `item/referral/referral_code` | `ST_String_x1_3` | 3 | Optional | Code identifying the reason for the referral. |\n| `item/referral/referral_reason` | `CT_Referral_Reason` (complex) | **n/a** | Optional (up to 19) | Contains the reason for the referral, can be multiple reasons. |\n| `item/referral/referral_reason/reason_code` | `ST_String_x1_3` | 3 | Optional | Reason code for the referral. |\n| `item/referral/referral_reason/reason_text` | `ST_String_x1_512` | 512 | Optional | Text description of the referral reason. |\n| `item/content_piece` | `CT_Content_Piece` (complex) | **n/a** | Optional (up to 999) | Represents individual cargo items within the shipment. |\n| `item/content_piece/number` | `ST_Count` | 3 | Required | Item number (sequence) for each cargo piece in the shipment. |\n| `item/content_piece/description` | `ST_String_x1_256` | 256 | Optional | **WCO 138**: Brief cargo description. |\n| `item/content_piece/number_of_units` | `ST_Count` | 3 | Optional | Number of units for the cargo piece (could be used to approximate number of packages). |\n| `item/content_piece/weight` | `ST_Decimal_1_6` | **n/a** | Optional | Weight of the individual content piece. |\n| `item/content_piece/value` | `CT_Value` (complex) | **n/a** | Optional | Value of the content piece. |\n| `item/content_piece/tariff_heading` | `ST_CustomsTariff` | **n/a** | Optional | Tariff heading for the content piece. |\n| `item/content_piece/Taxes` | `CT_Tax` (complex) | **n/a** | Optional (up to 3) | Taxes applied to the content piece. |\n| `CT_Tax/rate` | `xs:float` | **n/a** | Required | The rate applied to the content piece or total fees. |\n| `CT_Tax/type` | `ST_RateType` | 2 | Required | Type of tax rate (e.g., VAT, import duty). |\n| `CT_Tax/tax_amount` | `CT_Value` (complex) | **n/a** | Required | Amount of tax for the item, includes currency and value. |\n| `CT_m56_Other_info` | `ST_String_x1_512` | 512 | Optional | Free text for any other additional information related to the item. |\n| `CT_References/customs_ref/identifier` | `ST_String_x1_80` | 80 | Optional | Identifier for the customs reference document. |\n| `CT_References/postal_ref/identifier` | `ST_String_x1_80` | 80 | Optional | Identifier for the postal reference document. |"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Location","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io/resource/12345"}],"cookie":[],"responseTime":null,"body":""},{"id":"03cdef77-4c6c-4542-a93b-1831ca12645e","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"fe0d9b55-a221-4450-ad50-1aaed83cfc92","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-06-04T08:28:25.749Z","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=\"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"}}},"url":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| `cusrsp_2_0_0/mail_flow` | `ST_Mailflow` | **n/a** | Required | Defines the mail flow direction. Typically, 'I' for inbound. |\n| `item` | `CT_Item` (complex) | **n/a** | Required | Represents the shipment item, containing multiple sub-elements. |\n| `item/ID` | `ST_String_x1_35` | 35 | Required | A unique identifier for the item (e.g., CP00000001XCH). |\n| `item/attributes` | `CT_attributes` (complex) | **n/a** | Optional | Contains customs-related attributes for the item, including decision code, fees, and clearance details. |\n| `item/attributes/decision_code` | `ST_Decision` | 2 | Optional | **Status code** representing the decision made by customs (e.g., \"03\" for cleared). |\n| `item/attributes/decision_reason_code` | `ST_Reason_code` | 2 | Optional | Reason code for the decision made by customs. |\n| `item/attributes/decision_reason_name` | `ST_String_x1_50` | 50 | Optional | Name of the reason for the decision, if available. |\n| `item/attributes/dutiable_ind` | `ST_Indicator` | 1 | Optional | Indicator whether the item is dutiable (yes/no). |\n| `item/attributes/date_clearance` | `ST_Date` | **n/a** | Optional | The date when customs clearance was granted. |\n| `item/attributes/total_fees` | `CT_Value` (complex) | **n/a** | Optional | Total fees charged for the clearance. Includes currency and amount. |\n| `item/attributes/total_taxes` | `CT_Tax` (complex) | **n/a** | Optional (up to 3) | Taxes applied to the item, can include multiple entries (up to 3). |\n| `item/references` | `CT_References` (complex) | **n/a** | Optional | Contains customs and postal reference details. |\n| `item/references/customs_ref` | `CT_Document` (complex) | **n/a** | Optional (up to 3) | Customs reference document for the item. |\n| `item/references/postal_ref` | `CT_Document` (complex) | **n/a** | Optional (up to 3) | Postal reference for the item. |\n| `item/other_info` | `CT_m56_Other_info` (complex) | **n/a** | Optional | Placeholder for other information, can be used for additional custom data. |\n| `item/referral` | `CT_Referral` (complex) | **n/a** | Optional | Contains details for a referral if the item is flagged for further inspection or action. |\n| `item/referral/referral_reference` | `ST_String_x1_35` | 35 | Optional | Reference identifier for the referral. |\n| `item/referral/referral_code` | `ST_String_x1_3` | 3 | Optional | Code identifying the reason for the referral. |\n| `item/referral/referral_reason` | `CT_Referral_Reason` (complex) | **n/a** | Optional (up to 19) | Contains the reason for the referral, can be multiple reasons. |\n| `item/referral/referral_reason/reason_code` | `ST_String_x1_3` | 3 | Optional | Reason code for the referral. |\n| `item/referral/referral_reason/reason_text` | `ST_String_x1_512` | 512 | Optional | Text description of the referral reason. |\n| `item/content_piece` | `CT_Content_Piece` (complex) | **n/a** | Optional (up to 999) | Represents individual cargo items within the shipment. |\n| `item/content_piece/number` | `ST_Count` | 3 | Required | Item number (sequence) for each cargo piece in the shipment. |\n| `item/content_piece/description` | `ST_String_x1_256` | 256 | Optional | **WCO 138**: Brief cargo description. |\n| `item/content_piece/number_of_units` | `ST_Count` | 3 | Optional | Number of units for the cargo piece (could be used to approximate number of packages). |\n| `item/content_piece/weight` | `ST_Decimal_1_6` | **n/a** | Optional | Weight of the individual content piece. |\n| `item/content_piece/value` | `CT_Value` (complex) | **n/a** | Optional | Value of the content piece. |\n| `item/content_piece/tariff_heading` | `ST_CustomsTariff` | **n/a** | Optional | Tariff heading for the content piece. |\n| `item/content_piece/Taxes` | `CT_Tax` (complex) | **n/a** | Optional (up to 3) | Taxes applied to the content piece. |\n| `CT_Tax/rate` | `xs:float` | **n/a** | Required | The rate applied to the content piece or total fees. |\n| `CT_Tax/type` | `ST_RateType` | 2 | Required | Type of tax rate (e.g., VAT, import duty). |\n| `CT_Tax/tax_amount` | `CT_Value` (complex) | **n/a** | Required | Amount of tax for the item, includes currency and value. |\n| `CT_m56_Other_info` | `ST_String_x1_512` | 512 | Optional | Free text for any other additional information related to the item. |\n| `CT_References/customs_ref/identifier` | `ST_String_x1_80` | 80 | Optional | Identifier for the customs reference document. |\n| `CT_References/postal_ref/identifier` | `ST_String_x1_80` | 80 | Optional | Identifier for the postal reference document. |"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Bad Request\",\n    \"detail\": {\n      \"errorcode\": \"400\",\n      \"rootcause\": \"Malformed JSON or invalid syntax in request body\"\n    }\n  }\n}"},{"id":"cd41627d-52f3-433b-a8b6-4e3f89ef4679","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"31716430-df07-4ce3-b830-ee6503b9b59f","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-06-04T08:28:25.749Z","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=\"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"}}},"url":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| `cusrsp_2_0_0/mail_flow` | `ST_Mailflow` | **n/a** | Required | Defines the mail flow direction. Typically, 'I' for inbound. |\n| `item` | `CT_Item` (complex) | **n/a** | Required | Represents the shipment item, containing multiple sub-elements. |\n| `item/ID` | `ST_String_x1_35` | 35 | Required | A unique identifier for the item (e.g., CP00000001XCH). |\n| `item/attributes` | `CT_attributes` (complex) | **n/a** | Optional | Contains customs-related attributes for the item, including decision code, fees, and clearance details. |\n| `item/attributes/decision_code` | `ST_Decision` | 2 | Optional | **Status code** representing the decision made by customs (e.g., \"03\" for cleared). |\n| `item/attributes/decision_reason_code` | `ST_Reason_code` | 2 | Optional | Reason code for the decision made by customs. |\n| `item/attributes/decision_reason_name` | `ST_String_x1_50` | 50 | Optional | Name of the reason for the decision, if available. |\n| `item/attributes/dutiable_ind` | `ST_Indicator` | 1 | Optional | Indicator whether the item is dutiable (yes/no). |\n| `item/attributes/date_clearance` | `ST_Date` | **n/a** | Optional | The date when customs clearance was granted. |\n| `item/attributes/total_fees` | `CT_Value` (complex) | **n/a** | Optional | Total fees charged for the clearance. Includes currency and amount. |\n| `item/attributes/total_taxes` | `CT_Tax` (complex) | **n/a** | Optional (up to 3) | Taxes applied to the item, can include multiple entries (up to 3). |\n| `item/references` | `CT_References` (complex) | **n/a** | Optional | Contains customs and postal reference details. |\n| `item/references/customs_ref` | `CT_Document` (complex) | **n/a** | Optional (up to 3) | Customs reference document for the item. |\n| `item/references/postal_ref` | `CT_Document` (complex) | **n/a** | Optional (up to 3) | Postal reference for the item. |\n| `item/other_info` | `CT_m56_Other_info` (complex) | **n/a** | Optional | Placeholder for other information, can be used for additional custom data. |\n| `item/referral` | `CT_Referral` (complex) | **n/a** | Optional | Contains details for a referral if the item is flagged for further inspection or action. |\n| `item/referral/referral_reference` | `ST_String_x1_35` | 35 | Optional | Reference identifier for the referral. |\n| `item/referral/referral_code` | `ST_String_x1_3` | 3 | Optional | Code identifying the reason for the referral. |\n| `item/referral/referral_reason` | `CT_Referral_Reason` (complex) | **n/a** | Optional (up to 19) | Contains the reason for the referral, can be multiple reasons. |\n| `item/referral/referral_reason/reason_code` | `ST_String_x1_3` | 3 | Optional | Reason code for the referral. |\n| `item/referral/referral_reason/reason_text` | `ST_String_x1_512` | 512 | Optional | Text description of the referral reason. |\n| `item/content_piece` | `CT_Content_Piece` (complex) | **n/a** | Optional (up to 999) | Represents individual cargo items within the shipment. |\n| `item/content_piece/number` | `ST_Count` | 3 | Required | Item number (sequence) for each cargo piece in the shipment. |\n| `item/content_piece/description` | `ST_String_x1_256` | 256 | Optional | **WCO 138**: Brief cargo description. |\n| `item/content_piece/number_of_units` | `ST_Count` | 3 | Optional | Number of units for the cargo piece (could be used to approximate number of packages). |\n| `item/content_piece/weight` | `ST_Decimal_1_6` | **n/a** | Optional | Weight of the individual content piece. |\n| `item/content_piece/value` | `CT_Value` (complex) | **n/a** | Optional | Value of the content piece. |\n| `item/content_piece/tariff_heading` | `ST_CustomsTariff` | **n/a** | Optional | Tariff heading for the content piece. |\n| `item/content_piece/Taxes` | `CT_Tax` (complex) | **n/a** | Optional (up to 3) | Taxes applied to the content piece. |\n| `CT_Tax/rate` | `xs:float` | **n/a** | Required | The rate applied to the content piece or total fees. |\n| `CT_Tax/type` | `ST_RateType` | 2 | Required | Type of tax rate (e.g., VAT, import duty). |\n| `CT_Tax/tax_amount` | `CT_Value` (complex) | **n/a** | Required | Amount of tax for the item, includes currency and value. |\n| `CT_m56_Other_info` | `ST_String_x1_512` | 512 | Optional | Free text for any other additional information related to the item. |\n| `CT_References/customs_ref/identifier` | `ST_String_x1_80` | 80 | Optional | Identifier for the customs reference document. |\n| `CT_References/postal_ref/identifier` | `ST_String_x1_80` | 80 | Optional | Identifier for the postal reference document. |"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 401,\n  \"error\": \"Unauthorized\",\n  \"message\": \"Authentication is required. Please provide a valid API key.\"\n}"},{"id":"e664551f-f30a-4a5b-a155-a9e57729c4b9","name":"403 - Forbidden","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"a61e2ac3-8091-4746-841b-38d3d66721b1","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-06-04T08:28:25.749Z","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=\"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"}}},"url":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| `cusrsp_2_0_0/mail_flow` | `ST_Mailflow` | **n/a** | Required | Defines the mail flow direction. Typically, 'I' for inbound. |\n| `item` | `CT_Item` (complex) | **n/a** | Required | Represents the shipment item, containing multiple sub-elements. |\n| `item/ID` | `ST_String_x1_35` | 35 | Required | A unique identifier for the item (e.g., CP00000001XCH). |\n| `item/attributes` | `CT_attributes` (complex) | **n/a** | Optional | Contains customs-related attributes for the item, including decision code, fees, and clearance details. |\n| `item/attributes/decision_code` | `ST_Decision` | 2 | Optional | **Status code** representing the decision made by customs (e.g., \"03\" for cleared). |\n| `item/attributes/decision_reason_code` | `ST_Reason_code` | 2 | Optional | Reason code for the decision made by customs. |\n| `item/attributes/decision_reason_name` | `ST_String_x1_50` | 50 | Optional | Name of the reason for the decision, if available. |\n| `item/attributes/dutiable_ind` | `ST_Indicator` | 1 | Optional | Indicator whether the item is dutiable (yes/no). |\n| `item/attributes/date_clearance` | `ST_Date` | **n/a** | Optional | The date when customs clearance was granted. |\n| `item/attributes/total_fees` | `CT_Value` (complex) | **n/a** | Optional | Total fees charged for the clearance. Includes currency and amount. |\n| `item/attributes/total_taxes` | `CT_Tax` (complex) | **n/a** | Optional (up to 3) | Taxes applied to the item, can include multiple entries (up to 3). |\n| `item/references` | `CT_References` (complex) | **n/a** | Optional | Contains customs and postal reference details. |\n| `item/references/customs_ref` | `CT_Document` (complex) | **n/a** | Optional (up to 3) | Customs reference document for the item. |\n| `item/references/postal_ref` | `CT_Document` (complex) | **n/a** | Optional (up to 3) | Postal reference for the item. |\n| `item/other_info` | `CT_m56_Other_info` (complex) | **n/a** | Optional | Placeholder for other information, can be used for additional custom data. |\n| `item/referral` | `CT_Referral` (complex) | **n/a** | Optional | Contains details for a referral if the item is flagged for further inspection or action. |\n| `item/referral/referral_reference` | `ST_String_x1_35` | 35 | Optional | Reference identifier for the referral. |\n| `item/referral/referral_code` | `ST_String_x1_3` | 3 | Optional | Code identifying the reason for the referral. |\n| `item/referral/referral_reason` | `CT_Referral_Reason` (complex) | **n/a** | Optional (up to 19) | Contains the reason for the referral, can be multiple reasons. |\n| `item/referral/referral_reason/reason_code` | `ST_String_x1_3` | 3 | Optional | Reason code for the referral. |\n| `item/referral/referral_reason/reason_text` | `ST_String_x1_512` | 512 | Optional | Text description of the referral reason. |\n| `item/content_piece` | `CT_Content_Piece` (complex) | **n/a** | Optional (up to 999) | Represents individual cargo items within the shipment. |\n| `item/content_piece/number` | `ST_Count` | 3 | Required | Item number (sequence) for each cargo piece in the shipment. |\n| `item/content_piece/description` | `ST_String_x1_256` | 256 | Optional | **WCO 138**: Brief cargo description. |\n| `item/content_piece/number_of_units` | `ST_Count` | 3 | Optional | Number of units for the cargo piece (could be used to approximate number of packages). |\n| `item/content_piece/weight` | `ST_Decimal_1_6` | **n/a** | Optional | Weight of the individual content piece. |\n| `item/content_piece/value` | `CT_Value` (complex) | **n/a** | Optional | Value of the content piece. |\n| `item/content_piece/tariff_heading` | `ST_CustomsTariff` | **n/a** | Optional | Tariff heading for the content piece. |\n| `item/content_piece/Taxes` | `CT_Tax` (complex) | **n/a** | Optional (up to 3) | Taxes applied to the content piece. |\n| `CT_Tax/rate` | `xs:float` | **n/a** | Required | The rate applied to the content piece or total fees. |\n| `CT_Tax/type` | `ST_RateType` | 2 | Required | Type of tax rate (e.g., VAT, import duty). |\n| `CT_Tax/tax_amount` | `CT_Value` (complex) | **n/a** | Required | Amount of tax for the item, includes currency and value. |\n| `CT_m56_Other_info` | `ST_String_x1_512` | 512 | Optional | Free text for any other additional information related to the item. |\n| `CT_References/customs_ref/identifier` | `ST_String_x1_80` | 80 | Optional | Identifier for the customs reference document. |\n| `CT_References/postal_ref/identifier` | `ST_String_x1_80` | 80 | Optional | Identifier for the postal reference document. |"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to access this resource.\"\n}"},{"id":"eb5fb2a4-0e89-4208-bec5-ba80c6d910b4","name":"422 - Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"X-Request-ID","value":"ca10fca3-e249-4c1e-bb8f-891b3560141a","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-06-04T08:28:25.749Z","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=\"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"}}},"url":"","description":"**API Parameters:**\n\n| **Field Name** | **Field Type** | **Field Length** | **Condition** | **Field Validation Rule** |\n| --- | --- | --- | --- | --- |\n| `cusrsp_2_0_0/mail_flow` | `ST_Mailflow` | **n/a** | Required | Defines the mail flow direction. Typically, 'I' for inbound. |\n| `item` | `CT_Item` (complex) | **n/a** | Required | Represents the shipment item, containing multiple sub-elements. |\n| `item/ID` | `ST_String_x1_35` | 35 | Required | A unique identifier for the item (e.g., CP00000001XCH). |\n| `item/attributes` | `CT_attributes` (complex) | **n/a** | Optional | Contains customs-related attributes for the item, including decision code, fees, and clearance details. |\n| `item/attributes/decision_code` | `ST_Decision` | 2 | Optional | **Status code** representing the decision made by customs (e.g., \"03\" for cleared). |\n| `item/attributes/decision_reason_code` | `ST_Reason_code` | 2 | Optional | Reason code for the decision made by customs. |\n| `item/attributes/decision_reason_name` | `ST_String_x1_50` | 50 | Optional | Name of the reason for the decision, if available. |\n| `item/attributes/dutiable_ind` | `ST_Indicator` | 1 | Optional | Indicator whether the item is dutiable (yes/no). |\n| `item/attributes/date_clearance` | `ST_Date` | **n/a** | Optional | The date when customs clearance was granted. |\n| `item/attributes/total_fees` | `CT_Value` (complex) | **n/a** | Optional | Total fees charged for the clearance. Includes currency and amount. |\n| `item/attributes/total_taxes` | `CT_Tax` (complex) | **n/a** | Optional (up to 3) | Taxes applied to the item, can include multiple entries (up to 3). |\n| `item/references` | `CT_References` (complex) | **n/a** | Optional | Contains customs and postal reference details. |\n| `item/references/customs_ref` | `CT_Document` (complex) | **n/a** | Optional (up to 3) | Customs reference document for the item. |\n| `item/references/postal_ref` | `CT_Document` (complex) | **n/a** | Optional (up to 3) | Postal reference for the item. |\n| `item/other_info` | `CT_m56_Other_info` (complex) | **n/a** | Optional | Placeholder for other information, can be used for additional custom data. |\n| `item/referral` | `CT_Referral` (complex) | **n/a** | Optional | Contains details for a referral if the item is flagged for further inspection or action. |\n| `item/referral/referral_reference` | `ST_String_x1_35` | 35 | Optional | Reference identifier for the referral. |\n| `item/referral/referral_code` | `ST_String_x1_3` | 3 | Optional | Code identifying the reason for the referral. |\n| `item/referral/referral_reason` | `CT_Referral_Reason` (complex) | **n/a** | Optional (up to 19) | Contains the reason for the referral, can be multiple reasons. |\n| `item/referral/referral_reason/reason_code` | `ST_String_x1_3` | 3 | Optional | Reason code for the referral. |\n| `item/referral/referral_reason/reason_text` | `ST_String_x1_512` | 512 | Optional | Text description of the referral reason. |\n| `item/content_piece` | `CT_Content_Piece` (complex) | **n/a** | Optional (up to 999) | Represents individual cargo items within the shipment. |\n| `item/content_piece/number` | `ST_Count` | 3 | Required | Item number (sequence) for each cargo piece in the shipment. |\n| `item/content_piece/description` | `ST_String_x1_256` | 256 | Optional | **WCO 138**: Brief cargo description. |\n| `item/content_piece/number_of_units` | `ST_Count` | 3 | Optional | Number of units for the cargo piece (could be used to approximate number of packages). |\n| `item/content_piece/weight` | `ST_Decimal_1_6` | **n/a** | Optional | Weight of the individual content piece. |\n| `item/content_piece/value` | `CT_Value` (complex) | **n/a** | Optional | Value of the content piece. |\n| `item/content_piece/tariff_heading` | `ST_CustomsTariff` | **n/a** | Optional | Tariff heading for the content piece. |\n| `item/content_piece/Taxes` | `CT_Tax` (complex) | **n/a** | Optional (up to 3) | Taxes applied to the content piece. |\n| `CT_Tax/rate` | `xs:float` | **n/a** | Required | The rate applied to the content piece or total fees. |\n| `CT_Tax/type` | `ST_RateType` | 2 | Required | Type of tax rate (e.g., VAT, import duty). |\n| `CT_Tax/tax_amount` | `CT_Value` (complex) | **n/a** | Required | Amount of tax for the item, includes currency and value. |\n| `CT_m56_Other_info` | `ST_String_x1_512` | 512 | Optional | Free text for any other additional information related to the item. |\n| `CT_References/customs_ref/identifier` | `ST_String_x1_80` | 80 | Optional | Identifier for the customs reference document. |\n| `CT_References/postal_ref/identifier` | `ST_String_x1_80` | 80 | Optional | Identifier for the postal reference document. |"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fault\": {\n    \"faultstring\": \"Validation failed\",\n    \"detail\": {\n      \"errorcode\": \"422\",\n      \"rootcause\": {\n        \"globalErrors\": [],\n        \"fieldErrors\": [\n          {\n            \"code\": \"NotBlank\",\n            \"fieldName\": \"requiredField\",\n            \"userMessage\": \"Required\",\n            \"rejectedValue\": null\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"0fc74c2c-9377-4143-bf70-907475d9fe89"}],"id":"b7d5c846-86ec-4d55-b72f-d9b4dcb0ab1f","description":"<p>CUSRSP carries the response to a customs item message. Use this section to review or submit the response.</p>\n","_postman_id":"b7d5c846-86ec-4d55-b72f-d9b4dcb0ab1f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"55630e61-1f54-4d17-97d6-d3e235546f76","description":"<p>Code lists are the standard values used across cargo and postal messages, such as status codes, document codes, and location codes. Use this section to look up the allowed values before building or validating a request.</p>\n","_postman_id":"55630e61-1f54-4d17-97d6-d3e235546f76","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","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":"a8895394-1871-4534-80ff-2b3bc550c651","_postman_id":"a8895394-1871-4534-80ff-2b3bc550c651","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"}}}],"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\");","}"]}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"https://1a557de0-701c-477d-bedd-433520441dae.mock.pstmn.io"}]}