{"info":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","description":"<html><head></head><body><p><strong>The Acai API</strong> offers a unified interface to intelligent travel automation through SuperAgent — an AI that understands, responds, and acts like an experienced agent or supervisor. Whether powering chat, email, or backend systems, it handles GDS operations, interprets airline policies, and returns structured JSON to drive seamless, smart travel experiences.</p>\n<h2 id=\"authorization\"><strong>Authorization</strong></h2>\n<p>Authentication is performed using an API key, which must be included in every request via the X-API-Key header. These keys are securely generated by Acai and issued through your account manager.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"40257649","collectionId":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","publishedId":"2sB2j968Ld","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-10-10T08:59:38.000Z"},"item":[{"name":"Assistant Service","item":[{"name":"AskAssistant","id":"43cee34a-e63a-45a9-a717-fcf583cb63c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"<string>\",\n      \"role\": \"ROLE_ASSISTANT\"\n    },\n    {\n      \"content\": \"<string>\",\n      \"role\": \"ROLE_SYSTEM\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/:tenant/assistant","description":"<p>AskAssistant provides a text completion API tailored for travel-related scenarios. The API is designed to support three primary use cases for the <strong>SuperAgent</strong>: assisting a traveler directly, helping another travel agent, or integrating SuperAgent’s capabilities into your own system.</p>\n<h3 id=\"traveler-facing-agent\"><strong>Traveler Facing Agent</strong></h3>\n<p>To assist a traveler, configure SuperAgent to act as a professional travel agent responding to a traveler inquiry. You can provide additional instructions for example, instruct the agent that responses should not be overloaded with information.</p>\n<h4 id=\"example-request\"><strong>Example Request</strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"messages\": [\n    {\n      \"role\": \"ROLE_SYSTEM\",\n      \"content\": \"You are a travel agent assisting a traveler via email\"\n    },\n    {\n      \"role\": \"ROLE_USER\",\n      \"content\": \"My PNR is XYZ314, I want to know if I can take a small dog on my trip with Iberia next weekend, also how many check-in luggages are included in this ticket? Last, what is the penalty if I changeed my flight to the afternoon one?.\"\n    }\n  ]\n}\n\n</code></pre>\n<h3 id=\"agent-assist\"><strong>Agent Assist</strong></h3>\n<p>To assist another agent, configure SuperAgent to behave as a knowledgeable peer. The system message should clearly indicate that the assistant is supporting a travel agent, enabling deeper operational or policy-level help.</p>\n<h4 id=\"example-request-1\"><strong>Example Request</strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"messages\": [\n    {\n      \"role\": \"ROLE_SYSTEM\",\n      \"content\": \"You are a senior travel agent providing support to another travel agent\"\n    },\n    {\n      \"role\": \"ROLE_USER\",\n      \"content\": \"I need to cancel PNR XYZ314, what are the penalties and refundable amount?\"\n    }\n  ]\n}\n\n</code></pre>\n<h3 id=\"programmable-agent\"><strong>Programmable Agent</strong></h3>\n<p>To integrate SuperAgent into your own system, you can prompt it to return structured, machine-readable responses. Use the system message to define the expected output format.</p>\n<h4 id=\"example-request-2\"><strong>Example Request</strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"messages\": [\n    {\n      \"role\": \"ROLE_SYSTEM\",\n      \"content\": \"The user has provided a PNR. Fetch the cancellation policies for all segments and return them in the following JSON format: {\\\"segments\\\": [{\\\"segmentId\\\": \\\"...\\\", \\\"cancellationPolicy\\\": \\\"...\\\"}] }\"\n    },\n    {\n      \"role\": \"ROLE_USER\",\n      \"content\": \"XYZ314\"\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","assistant"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"a9b22be1-7469-419d-9ae0-fdde52fbf017","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"<string>\",\n      \"role\": \"ROLE_ASSISTANT\"\n    },\n    {\n      \"content\": \"<string>\",\n      \"role\": \"ROLE_SYSTEM\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.acai.travel/:tenant/assistant","protocol":"https","host":["api","acai","travel"],"path":[":tenant","assistant"],"variable":[{"key":"tenant","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"response\": \"<string>\"\n}"}],"_postman_id":"43cee34a-e63a-45a9-a717-fcf583cb63c5"}],"id":"3163d5a8-d3bf-4d52-ba6b-2d40582f4eba","description":"<p>This service provides a direct interface to the <a href=\"https://www.acaitravel.com/products/acai-apis\">SuperAgent API</a>.</p>\n<p>It functions similarly to a traditional LLM, allowing you to submit a single message or an entire conversation and receive a generated response. Behind the scenes, it connects to a <strong>deep agentic workflow</strong> of LLMs interacting with the <strong>travel ecosystem</strong> (interacting with GDSs, airline website, etc...) so to deliver unprecedented value just in one API</p>\n<p>You can prompt Acai's SuperAgent to respond in a specific tone, adjust the length of replies depending on the channel (e.g., concise for voice, detailed for email).</p>\n<p>You can choose whether the agent acts as:</p>\n<p>Three operating modes are supported:</p>\n<ol>\n<li><p><strong>Traveler-facing agent</strong> – Responds directly to your customers.</p>\n</li>\n<li><p><strong>Agent-assist</strong> – Acts as a senior agent supporting your customer service team.</p>\n</li>\n<li><p><strong>Programmable agent</strong> – Returns responses in a custom JSON format defined by you, enabling direct integration into your backend systems and workflows.</p>\n</li>\n</ol>\n<p>The SuperAgent API combines the flexibility of an LLM with domain-specific travel intelligence, allowing you to build powerful automation and personalization layers on top of your existing infrastructure.</p>\n<p>You can use standard prompt engineering and instructions to guide and shape the responses.</p>\n","_postman_id":"3163d5a8-d3bf-4d52-ba6b-2d40582f4eba","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}}},{"name":"Capabilities Showcase","item":[{"name":"Cancellations Request Email Draft","id":"4f5d77f7-e1b9-4a35-bec1-1f4266cb61e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"You are a Senior Travel Agent working at a leading Spanish Travel Agency. You communicate with your travelers in Spanish Language using emails.\\n **ALWAYS** Follow a business tone but use `tú` instead of `usted`\\n **ALWAYS** Use the spanish language spoken and used in Spain\\n **ALWAYS** Respond in JSON in the following format - {\\\"subject\\\":\\\"string\\\", \\\"body\\\":\\\"string\\\"}\",\n      \"role\": \"ROLE_SYSTEM\"\n    },\n    {\n      \"content\": \"Draft an email to the traveler notifying them about the refundability of the PNR 2MA52D in PCC YTOGO3100 in case voluntary cancellation. Do not give them details about the tax breakdown.\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/:tenant/assistant","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","assistant"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"5a0df1da-690f-460f-92d5-8af1cdb1fdd0","name":"Cancellations Request Email Draft","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"You are a Senior Travel Agent working at a leading Spanish Travel Agency. You communicate with your travelers in Spanish Language using emails.\\n **ALWAYS** Follow a business tone but use `tú` instead of `usted`\\n **ALWAYS** Use the spanish language spoken and used in Spain\\n **ALWAYS** Respond in JSON in the following format - {\\\"subject\\\":\\\"string\\\", \\\"body\\\":\\\"string\\\"}\",\n      \"role\": \"ROLE_SYSTEM\"\n    },\n    {\n      \"content\": \"Draft an email to the traveler notifying them about the refundability of the PNR 2MA52D in PCC YTOGO3100 in case voluntary cancellation. Do not give them details about the tax breakdown.\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/acai/assistant"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"response\": \"{\\\"subject\\\":\\\"Información sobre la cancelación voluntaria de tu reserva\\\",\\\"body\\\":\\\"Hola Catherine,\\\\n\\\\nEspero que te encuentres bien. Quería informarte sobre la posibilidad de cancelar tu reserva con el código PNR 2MA52D. En caso de que decidas realizar una cancelación voluntaria antes de la salida, se aplicará una penalización de 540 GBP por cada componente de tarifa.\\\\n\\\\nSi tienes alguna pregunta o necesitas más información, no dudes en contactarme.\\\\n\\\\nSaludos,\\\\n\\\\n[Tu Nombre]\\\\nAcai Travel Inc.\\\"}\"\n}"}],"_postman_id":"4f5d77f7-e1b9-4a35-bec1-1f4266cb61e1"},{"name":"Changes Penalties Basic","id":"ad5d9418-9bc5-4dbf-9f3a-b39d285abd9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"What are the penalties for changing the PNR 2MA52D in PCC YTOGO3100\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/:tenant/assistant","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","assistant"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"21d02d02-a8c5-4017-8d98-f98298014c30","name":"Changes Penalties Basic","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"What are the penalties for changing the PNR 2MA52D in PCC YTOGO3100\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/acai/assistant"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"response\": \"For the PNR 2MA52D, the penalties for making changes are as follows:\\n\\n1. **Change Penalty**: The change penalty is GBP 270.00, applied per fare component. This means that if you have multiple fare components in your ticket, the penalty will be applied to each one separately.\\n\\n2. **No-Show Penalties**: Changes must be made before departure to avoid no-show penalties. The most restrictive rule applies per pricing unit.\\n\\nIf you need further assistance or wish to proceed with any changes, please let me know!\"\n}"}],"_postman_id":"ad5d9418-9bc5-4dbf-9f3a-b39d285abd9c"},{"name":"Cancellation Penalties Basic","id":"6ab47ad0-fa62-4e80-8337-df6aef83bccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"What are the cancellation penalties for the PNR 2MA52D in PCC YTOGO3100\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/:tenant/assistant","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","assistant"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"ec54d573-76d1-4e84-87fa-6925532fa2db","name":"Cancellation Penalties Basic","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"What are the cancellation penalties for the PNR 2MA52D in PCC YTOGO3100\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/acai/assistant"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"response\": \"The cancellation penalty for the PNR 2MA52D is GBP 540.00 per ticket. Please note that the YR tax is non-refundable, while other taxes may be refundable.\"\n}"}],"_postman_id":"6ab47ad0-fa62-4e80-8337-df6aef83bccd"},{"name":"Cancellation Penalties Structured","id":"298623eb-c355-4e97-a579-bd410a8d6ca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n        {\n      \"content\": \"**ALWAYS** Respond with just the JSON that is asked for\",\n      \"role\": \"ROLE_SYSTEM\"\n    },\n    {\n      \"content\": \"What are the cancellation conditions for the PNR 2MA52D in PCC YTOGO3100. I want the output as JSON in the following format - {\\n    \\\"penalties\\\": \\\"string\\\",\\n    \\\"refundable_taxes_total\\\": \\\"string\\\",\\n    \\\"refundable_amount\\\": \\\"string\\\",\\n    \\\"long_penalties_explanation\\\":\\\"string\\\"\\n}\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/:tenant/assistant","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","assistant"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"dd37fd6d-5838-4421-8bba-2a08e1c961b5","name":"Cancellation Penalties Structured","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n        {\n      \"content\": \"**ALWAYS** Respond with just the JSON that is asked for\",\n      \"role\": \"ROLE_SYSTEM\"\n    },\n    {\n      \"content\": \"What are the cancellation conditions for the PNR 2MA52D in PCC YTOGO3100. I want the output as JSON in the following format - {\\n    \\\"penalties\\\": \\\"string\\\",\\n    \\\"refundable_taxes_total\\\": \\\"string\\\",\\n    \\\"refundable_amount\\\": \\\"string\\\",\\n    \\\"long_penalties_explanation\\\":\\\"string\\\"\\n}\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/acai/assistant"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"response\": \"{\\n    \\\"penalties\\\": \\\"GBP 540 per ticket\\\",\\n    \\\"refundable_taxes_total\\\": \\\"GBP 214\\\",\\n    \\\"refundable_amount\\\": \\\"GBP 2867\\\",\\n    \\\"long_penalties_explanation\\\": \\\"The applicable penalty for canceling this ticket is GBP 540. The penalties are applied per ticket, and the penalty comes from the fare basis code RNE36RUK.\\\"\\n}\"\n}"}],"_postman_id":"298623eb-c355-4e97-a579-bd410a8d6ca7"},{"name":"Airlines Info","id":"b1ef373e-ef27-4541-bf2f-7d966bd46710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"The traveler is flying from Barcelona to Canary Islands on Vueling Airlines, do they need a passport to fly?\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/:tenant/assistant","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","assistant"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"3f7d9020-4a01-40e5-ab0f-9418be74356a","name":"Airlines Info","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"The traveler is flying from Barcelona to Canary Islands on Vueling Airlines, do they need a passport to fly?\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/acai/assistant"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"response\": \"For domestic flights within Spain, such as from Barcelona to the Canary Islands, travelers do not need a passport. Spanish citizens can travel using a valid national ID card (DNI). However, non-Spanish citizens should carry a valid form of identification, such as a passport or a national ID card from their country of residence, depending on their nationality and residency status.\\n\\nIt's always a good idea to check with Vueling Airlines or the relevant authorities for any specific requirements or updates.\"\n}"}],"_postman_id":"b1ef373e-ef27-4541-bf2f-7d966bd46710"},{"name":"GDS Manuals Basic","id":"f2828256-ca7f-4f4e-9c38-7fa953547067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"How do I assign a seat in amadeus?\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/:tenant/assistant","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","assistant"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"63d873b6-bb33-49ac-908c-a34b6ce41563","name":"GDS Manuals Basic","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"How do I assign a seat in amadeus?\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/acai/assistant"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"response\": \"To assign a seat in Amadeus, follow these steps using the cryptic commands:\\n\\n1. **Display the Seat Map**:\\n   - Use the command `SM3` to display the seat map for a specific segment. Replace '3' with the segment number you want to view.\\n\\n2. **Request a Specific Seat**:\\n   - Use `ST/13C/P1/S5` to request a specific seat.\\n     - `ST` is the transaction code for seat.\\n     - `/13C` is the seat number requested.\\n     - `/P1` is the passenger association (for system user airlines only).\\n     - `/S5` is the segment number.\\n\\n3. **Request a Seat with Preferences**:\\n   - Use `ST/W` to request a seat based on preferences. `W` stands for Window. You can replace it with other codes like `A` for Aisle, `B` for Bulkhead, etc.\\n\\n4. **Price the Chargeable Seat**:\\n   - Use `FXG` to price the seat if it's chargeable.\\n\\n5. **View Pricing Details**:\\n   - Enter `TQM` or `TQM/M5` (where '5' is the TSM number) to view pricing details.\\n\\n6. **Add Form of Payment**:\\n   - Use `TMI/FP-CASH` or `TMI/M3-5/FP-CCVI1111111111111111/1225` for several TSMs.\\n\\n7. **Issue the Chargeable Seat**:\\n   - Enter `TTM` or `TTM/M3/RT` to issue the chargeable seat.\\n\\n8. **Combine Ticket Issuance and Seat Reservation**:\\n   - Use `TTP/TTM/RT` to combine ticket issuance and seat reservation.\\n\\nFor more detailed information, you can refer to the Amadeus Service Hub documentation:\\n- [How to book, price and issue a chargeable seat (Cryptic)](https://servicehub.amadeus.com/search-all?p_p_id=com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_mvcPath=%2Fview_content.jsp&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_redirect=%2Fsearch-all%3Fq%3Da%26delta%3D75%26start%3D5&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_assetEntryId=827903&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_type=content&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ASHsearchTerm=a)\\n- [How to make a seat request (Cryptic)](https://servicehub.amadeus.com/search-all?p_p_id=com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_mvcPath=%2Fview_content.jsp&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_redirect=%2Fsearch-all%3Fq%3Da%26delta%3D75&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_assetEntryId=950191&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_type=content&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ASHsearchTerm=a)\\n\\nThese steps should help you assign a seat to a passenger in Amadeus effectively.\"\n}"}],"_postman_id":"f2828256-ca7f-4f4e-9c38-7fa953547067"},{"name":"GDS Manuals Advanced","id":"deb8c302-6b01-4c0a-a3a7-823cdd9dcf22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"Explain me the command FQPMCY/AQF/CL/D18MAYSYD-/DS1F-LDQW/R,UP,30APR25 for Amadeus\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/:tenant/assistant","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","assistant"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"89eca2ae-745b-4a98-a72e-d8e71a5bd5dd","name":"GDS Manuals Advanced","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"Explain me the command FQPMCY/AQF/CL/D18MAYSYD-/DS1F-LDQW/R,UP,30APR25 for Amadeus\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/acai/assistant"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"response\": \"The Amadeus command `FQPMCY/AQF/CL/D18MAYSYD-/DS1F-LDQW/R,UP,30APR25` is used for informative pricing to request fare quotes for a specific itinerary. Here's a detailed explanation of each part of the command:\\n\\n1. **FQP**: Fare Quote Pricing command, used to request an informative pricing display without storing a Transitional Stored Ticket (TST).\\n\\n2. **MCY**: Departure city code, Maroochydore.\\n\\n3. **/AQF**: Airline code, Qantas Airways.\\n\\n4. **/CL**: Booking class or reservation booking designator.\\n\\n5. **/D18MAY**: Travel date for the segment, May 18th.\\n\\n6. **SYD**: Arrival city code, Sydney.\\n\\n7. **-/DS1F**: Dash (`-`) indicates a stopover, and `/DS1F` specifies additional options or qualifiers for the segment.\\n\\n8. **-LDQW**: May indicate a specific fare basis or other qualifiers related to the fare.\\n\\n9. **/R,UP,30APR25**: Includes various options:\\n   - **/R**: Request a passenger discount or passenger type code.\\n   - **UP**: Could be a fare qualifier or specific fare family.\\n   - **30APR25**: Reference date for pricing or another qualifier related to the fare.\\n\\nThis command is used to display fares for a specific itinerary, considering various qualifiers such as airline, booking class, travel date, and fare basis. It is informative and does not store a TST, meaning it is used for manual exchanges or to track fare information without finalizing a ticket.\\n\\nFor more detailed information, you can refer to the Amadeus Service Hub documentation:\\n- [How to request informative pricing using a mask (cryptic) - Amadeus Service Hub](https://servicehub.amadeus.com/search-all?p_p_id=com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_mvcPath=%2Fview_content.jsp&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_redirect=%2Fsearch-all%3Fq%3Da%26delta%3D75%26start%3D3&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_assetEntryId=863903&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_type=content&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ASHsearchTerm=a)\\n- [How to add options to your Informative Pricing (FQP) entry (Cryptic) - Amadeus Service Hub](https://servicehub.amadeus.com/search-all?p_p_id=com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_mvcPath=%2Fview_content.jsp&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_redirect=%2Fsearch-all%3Fq%3Da%26delta%3D75%26start%3D6&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_assetEntryId=956146&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_type=content&_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_ASHsearchTerm=a)\"\n}"}],"_postman_id":"deb8c302-6b01-4c0a-a3a7-823cdd9dcf22"},{"name":"Baggage information","id":"576c4b56-f9cc-4ab8-9535-43d8cb63aa8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"What are the baggage options and policies for Philippine Airlines, specifically for cabin baggage and personal items?\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/:tenant/assistant","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","assistant"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"51bbd8af-7fd4-4ea9-8562-3d2bfccad128","name":"Baggage information","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"What are the baggage options and policies for Philippine Airlines, specifically for cabin baggage and personal items?\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/acai/assistant"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"response\": \"Philippine Airlines has specific policies for cabin baggage and personal items:\\n\\n1. **Cabin Baggage Allowance**: Passengers are allowed to bring hand-carry baggage on board. The number, size, and weight of hand-carry baggage are specified by the airline. It's important to check these details before your flight to ensure compliance with their policies. You can find more information on their [official website](https://www.philippineairlines.com/en/before-you-fly).\\n\\n2. **Personal Items**: In addition to cabin baggage, passengers may carry personal items such as a handbag, laptop bag, or small backpack. These items should fit under the seat in front of you and comply with the airline's size and weight restrictions. More details are available on their [website](https://www.philippineairlines.com/en/before-you-fly).\\n\\n3. **Fees and Restrictions**: Philippine Airlines offers options to boost your baggage allowance before you fly, which may involve additional fees. It's advisable to check their website for any specific fees related to excess baggage or additional services. You can explore these options [here](https://www.philippineairlines.com/mypal-travel-boost).\\n\\nFor further details, including any updates or changes to their policies, you can visit their [FAQ page](https://www.philippineairlines.com/faq) or contact their support team.\"\n}"}],"_postman_id":"576c4b56-f9cc-4ab8-9535-43d8cb63aa8f"},{"name":"General question","id":"6a034107-2245-4af0-9918-2b0f5b9ef620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"What should a passenger do if their stroller is missing upon arrival?\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/:tenant/assistant","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","assistant"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"d0f68786-7f77-40d7-87cc-25adf54a1371","name":"General question","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"content\": \"What should a passenger do if their stroller is missing upon arrival?\",\n      \"role\": \"ROLE_USER\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/acai/assistant"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"response\": \"If a passenger's stroller is missing upon arrival, they should follow these steps:\\n\\n1. **Report Immediately**: Go to the airline's baggage service desk or the lost and found office at the airport. Report the missing stroller as soon as possible.\\n\\n2. **Provide Details**: Give the airline staff detailed information about the stroller, including its make, model, color, and any unique identifiers or tags.\\n\\n3. **File a Claim**: Fill out a missing baggage claim form. Ensure you receive a copy of the claim and a reference number for follow-up.\\n\\n4. **Check for Updates**: Ask the airline staff about the process for tracking and recovering the stroller. Inquire about how you will be updated on the status.\\n\\n5. **Follow Up**: Keep in touch with the airline for updates. Use the reference number provided to check the status of your claim.\\n\\n6. **Know Your Rights**: Familiarize yourself with the airline's policy on lost baggage. Some airlines may offer compensation or reimbursement for essential items purchased due to the delay.\\n\\n7. **Contact Customer Service**: If the stroller is not found within a reasonable time, contact the airline's customer service for further assistance.\\n\\n8. **Consider Travel Insurance**: If you have travel insurance, check if it covers lost or delayed baggage and file a claim with your insurance provider if applicable.\\n\\nBy following these steps, passengers can increase the chances of recovering their missing stroller and ensure they are compensated if it is not found.\"\n}"}],"_postman_id":"6a034107-2245-4af0-9918-2b0f5b9ef620"},{"name":"Pre Booking Penalties JSON","id":"8699d7b6-44ba-44af-b640-026a9e141b71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"messages\": [\n      {\n        \"role\": \"ROLE_SYSTEM\",\n        \"content\": \"You must respond in the following JSON format:\\n{\\n  \\\"adult\\\": {\\n    \\\"change\\\": {\\n      \\\"penalty\\\": string,\\n      \\\"timeLimitHoursBeforeDeparture\\\": number,\\n      \\\"penaltyText\\\": string\\n    },\\n    \\\"cancellation\\\": {\\n      \\\"penalty\\\": string,\\n      \\\"timeLimitHoursBeforeDeparture\\\": number,\\n      \\\"penaltyText\\\": string\\n    }\\n  },\\n  \\\"child\\\": { optional },\\n  ...\\n}\"\n      },\n      {\n        \"role\": \"ROLE_USER\",\n        \"content\": \"I want to know the fare penalties for changes & cancellations per passenger type for the fare basis code 'UCLX07BG' for flight AD6005 operating between BSB and CGH on 2025-06-25.\"\n      }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/:tenant/assistant","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","assistant"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"e27398fb-25aa-49d8-95c3-007ac7c9efe6","name":"Pre Booking Penalties JSON","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n \"messages\": [\n      {\n        \"role\": \"ROLE_SYSTEM\",\n        \"content\": \"You must respond in the following JSON format:\\n{\\n  \\\"adult\\\": {\\n    \\\"change\\\": {\\n      \\\"penalty\\\": string,\\n      \\\"timeLimitHoursBeforeDeparture\\\": number,\\n      \\\"penaltyText\\\": string\\n    },\\n    \\\"cancellation\\\": {\\n      \\\"penalty\\\": string,\\n      \\\"timeLimitHoursBeforeDeparture\\\": number,\\n      \\\"penaltyText\\\": string\\n    }\\n  },\\n  \\\"child\\\": { optional },\\n  ...\\n}\"\n      },\n      {\n        \"role\": \"ROLE_USER\",\n        \"content\": \"I want to know the fare penalties for changes & cancellations per passenger type for the fare basis code 'UCLX07BG' for flight AD6005 operating between BSB and CGH on 2025-06-25.\"\n      }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.acai.travel/acai/assistant"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"response\": {\n    \"adult\": {\n      \"change\": {\n        \"penalty\": \"BRL 200\",\n        \"timeLimitHoursBeforeDeparture\": 24,\n        \"penaltyText\": \"For adults, changes are allowed up to 24 hours before departure with a penalty of BRL 200.\"\n      },\n      \"cancellation\": {\n        \"penalty\": \"BRL 350\",\n        \"timeLimitHoursBeforeDeparture\": 48,\n        \"penaltyText\": \"For adults, cancellations are allowed up to 48 hours before departure with a penalty of BRL 350.\"\n      }\n    }\n  }\n}"}],"_postman_id":"8699d7b6-44ba-44af-b640-026a9e141b71"}],"id":"3d946d1f-ff99-4e9e-818f-fa42eade1c23","event":[{"listen":"prerequest","script":{"id":"4c87e43a-64b6-46d6-8b8d-65f6aabb90fc","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"4885b1b0-1216-44a2-b3bf-9684575ab05f","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"3d946d1f-ff99-4e9e-818f-fa42eade1c23","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}}},{"name":"Case Management API","item":[{"name":"AssistCase","id":"20705cf1-3f9f-41ef-adfe-66f59b0ecc1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"case_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/:tenant/crm/cases-assist","description":"<p>Assist a case\nGenerate AI-authored summaries and drafts to guide the agent.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","crm","cases-assist"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"487b4cd8-cffc-40a9-aa0a-715fbf2efe8a","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"case_id\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/crm/cases-assist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"assistance\": [\n    {\n      \"suggestion\": {\n        \"content\": \"<string>\"\n      }\n    },\n    {\n      \"summary\": {\n        \"content\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"20705cf1-3f9f-41ef-adfe-66f59b0ecc1d"},{"name":"RouteCase","id":"7e26016d-35ac-40c4-9db9-48d5b7ffe19e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"account\": \"<string>\",\n  \"case_id\": \"<string>\",\n  \"connection_id\": \"<string>\",\n  \"external_id\": \"<string>\",\n  \"messages\": [\n    {\n      \"attachments\": [\n        {\n          \"id\": \"<string>\",\n          \"mime_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"size\": \"<integer>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"id\": \"<string>\",\n          \"mime_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"size\": \"<integer>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"content\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"external_id\": \"<string>\",\n      \"internal\": \"<boolean>\",\n      \"role\": \"ROLE_AGENT\",\n      \"sender\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"attachments\": [\n        {\n          \"id\": \"<string>\",\n          \"mime_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"size\": \"<integer>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"id\": \"<string>\",\n          \"mime_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"size\": \"<integer>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"content\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"external_id\": \"<string>\",\n      \"internal\": \"<boolean>\",\n      \"role\": \"ROLE_ASSISTANT\",\n      \"sender\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ],\n  \"metadata\": {\n    \"pcc_code\": \"<string>\",\n    \"pnr_number\": \"<string>\"\n  },\n  \"subject\": \"<string>\",\n  \"traveler\": {\n    \"email\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/:tenant/crm/cases-route","description":"<p>Route a case</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","crm","cases-route"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"93ec0ee0-63d4-4f9e-9ec8-3520a72a3a44","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"account\": \"<string>\",\n  \"case_id\": \"<string>\",\n  \"connection_id\": \"<string>\",\n  \"external_id\": \"<string>\",\n  \"messages\": [\n    {\n      \"attachments\": [\n        {\n          \"id\": \"<string>\",\n          \"mime_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"size\": \"<integer>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"id\": \"<string>\",\n          \"mime_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"size\": \"<integer>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"content\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"external_id\": \"<string>\",\n      \"internal\": \"<boolean>\",\n      \"role\": \"ROLE_AGENT\",\n      \"sender\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"attachments\": [\n        {\n          \"id\": \"<string>\",\n          \"mime_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"size\": \"<integer>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"id\": \"<string>\",\n          \"mime_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"size\": \"<integer>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"content\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"external_id\": \"<string>\",\n      \"internal\": \"<boolean>\",\n      \"role\": \"ROLE_ASSISTANT\",\n      \"sender\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ],\n  \"metadata\": {\n    \"pcc_code\": \"<string>\",\n    \"pnr_number\": \"<string>\"\n  },\n  \"subject\": \"<string>\",\n  \"traveler\": {\n    \"email\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/crm/cases-route"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"destination\": \"<string>\",\n  \"labels\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"}],"_postman_id":"7e26016d-35ac-40c4-9db9-48d5b7ffe19e"},{"name":"HandleCase","id":"cf24f115-3006-4a11-8101-f9f02044e41c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"caseId\": \"693adeab664cd072705cc86e\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/:tenant/crm/cases-handle","description":"<p>Handle a case\nAnalyze the case and determine actions which need be taken: reply to the traveler, assign the case to an agent, etc.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","crm","cases-handle"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"fe25f797-d07a-49d7-89e6-b7e5df0e336c","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"account\": \"<string>\",\n  \"case_id\": \"<string>\",\n  \"connection_id\": \"<string>\",\n  \"external_id\": \"<string>\",\n  \"messages\": [\n    {\n      \"attachments\": [\n        {\n          \"id\": \"<string>\",\n          \"mime_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"size\": \"<integer>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"id\": \"<string>\",\n          \"mime_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"size\": \"<integer>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"content\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"external_id\": \"<string>\",\n      \"internal\": \"<boolean>\",\n      \"role\": \"ROLE_AGENT\",\n      \"sender\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"attachments\": [\n        {\n          \"id\": \"<string>\",\n          \"mime_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"size\": \"<integer>\",\n          \"url\": \"<string>\"\n        },\n        {\n          \"id\": \"<string>\",\n          \"mime_type\": \"<string>\",\n          \"name\": \"<string>\",\n          \"size\": \"<integer>\",\n          \"url\": \"<string>\"\n        }\n      ],\n      \"content\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"external_id\": \"<string>\",\n      \"internal\": \"<boolean>\",\n      \"role\": \"ROLE_ASSISTANT\",\n      \"sender\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ],\n  \"metadata\": {\n    \"pcc_code\": \"<string>\",\n    \"pnr_number\": \"<string>\"\n  },\n  \"subject\": \"<string>\",\n  \"traveler\": {\n    \"email\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/crm/cases-handle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"actions\": [\n    {\n      \"annotate\": {\n        \"annotations\": [\n          {\n            \"field\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"field\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      },\n      \"assign\": {\n        \"agent\": \"<string>\"\n      },\n      \"dry_run\": \"<boolean>\",\n      \"reply\": {\n        \"reply_to\": \"<string>\",\n        \"response\": \"<string>\"\n      },\n      \"resolve\": {\n        \"outcome\": \"CLOSED\"\n      },\n      \"suggest\": {\n        \"suggestion\": \"<string>\"\n      }\n    },\n    {\n      \"annotate\": {\n        \"annotations\": [\n          {\n            \"field\": \"<string>\",\n            \"value\": \"<string>\"\n          },\n          {\n            \"field\": \"<string>\",\n            \"value\": \"<string>\"\n          }\n        ]\n      },\n      \"assign\": {\n        \"agent\": \"<string>\"\n      },\n      \"dry_run\": \"<boolean>\",\n      \"reply\": {\n        \"reply_to\": \"<string>\",\n        \"response\": \"<string>\"\n      },\n      \"resolve\": {\n        \"outcome\": \"RESOLVED\"\n      },\n      \"suggest\": {\n        \"suggestion\": \"<string>\"\n      }\n    }\n  ],\n  \"followup_id\": \"<string>\"\n}"}],"_postman_id":"cf24f115-3006-4a11-8101-f9f02044e41c"},{"name":"DescribeCase","id":"ef703dd0-0b0c-4286-88d3-ac654243c3f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/crm/cases/:case_id","description":"<p>Describe case by ID.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","crm","cases",":case_id"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"","key":"case_id"}]}},"response":[{"id":"c8ad19cb-e90f-4a57-aaa2-8000b23dcad0","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/crm/cases/:case_id","host":["https://api.acai.travel"],"path":["crm","cases",":case_id"],"variable":[{"key":"case_id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"case\": {\n    \"account\": \"<string>\",\n    \"connection_id\": \"<string>\",\n    \"created_at\": \"<string>\",\n    \"custom_fields\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"external_id\": \"<string>\",\n    \"features\": {\n      \"atc_refund_enabled\": \"<boolean>\",\n      \"atc_reissue_enabled\": \"<boolean>\",\n      \"classifications\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"custom\": [\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"intents\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"international\": \"<boolean>\",\n      \"language\": \"<string>\",\n      \"number_of_legs\": \"<integer>\",\n      \"sentiment\": \"<double>\",\n      \"sentiment_reasoning\": \"<string>\",\n      \"service_date\": \"<dateTime>\",\n      \"trip_type\": \"<string>\",\n      \"urgent\": \"<boolean>\"\n    },\n    \"handling_info\": {\n      \"handled_count\": \"<integer>\",\n      \"last_actions\": [\n        {\n          \"annotate\": {\n            \"annotations\": [\n              {\n                \"field\": \"<string>\",\n                \"value\": \"<string>\"\n              },\n              {\n                \"field\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            ]\n          },\n          \"assign\": {\n            \"agent\": \"<string>\"\n          },\n          \"dry_run\": \"<boolean>\",\n          \"reply\": {\n            \"reply_to\": \"<string>\",\n            \"response\": \"<string>\"\n          },\n          \"resolve\": {\n            \"outcome\": \"UNKNOWN_OUTCOME\"\n          },\n          \"suggest\": {\n            \"suggestion\": \"<string>\"\n          }\n        },\n        {\n          \"annotate\": {\n            \"annotations\": [\n              {\n                \"field\": \"<string>\",\n                \"value\": \"<string>\"\n              },\n              {\n                \"field\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            ]\n          },\n          \"assign\": {\n            \"agent\": \"<string>\"\n          },\n          \"dry_run\": \"<boolean>\",\n          \"reply\": {\n            \"reply_to\": \"<string>\",\n            \"response\": \"<string>\"\n          },\n          \"resolve\": {\n            \"outcome\": \"UNKNOWN_OUTCOME\"\n          },\n          \"suggest\": {\n            \"suggestion\": \"<string>\"\n          }\n        }\n      ],\n      \"last_handled_at\": \"<string>\",\n      \"requested_count\": \"<integer>\"\n    },\n    \"id\": \"<string>\",\n    \"messages\": [\n      {\n        \"attachments\": [\n          {\n            \"id\": \"<string>\",\n            \"mime_type\": \"<string>\",\n            \"name\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\"\n          },\n          {\n            \"id\": \"<string>\",\n            \"mime_type\": \"<string>\",\n            \"name\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\"\n          }\n        ],\n        \"content\": \"<string>\",\n        \"created_at\": \"<dateTime>\",\n        \"external_id\": \"<string>\",\n        \"internal\": \"<boolean>\",\n        \"role\": \"ROLE_TRAVELER\",\n        \"sender\": {\n          \"email\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"attachments\": [\n          {\n            \"id\": \"<string>\",\n            \"mime_type\": \"<string>\",\n            \"name\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\"\n          },\n          {\n            \"id\": \"<string>\",\n            \"mime_type\": \"<string>\",\n            \"name\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\"\n          }\n        ],\n        \"content\": \"<string>\",\n        \"created_at\": \"<dateTime>\",\n        \"external_id\": \"<string>\",\n        \"internal\": \"<boolean>\",\n        \"role\": \"ROLE_ASSISTANT\",\n        \"sender\": {\n          \"email\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ],\n    \"metadata\": {\n      \"pcc_code\": \"<string>\",\n      \"pnr_number\": \"<string>\"\n    },\n    \"routing_decision\": {\n      \"destination\": \"<string>\",\n      \"labels\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"shadow_routing_decision\": {\n      \"destination\": \"<string>\",\n      \"labels\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"subject\": \"<string>\",\n    \"traveler\": {\n      \"email\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"updated_at\": \"<string>\"\n  }\n}"}],"_postman_id":"ef703dd0-0b0c-4286-88d3-ac654243c3f8"},{"name":"UpsertCase","id":"98a4eeb2-be1e-4d2c-ad64-b97d18b952d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"case\": {\n    \"account\": \"test@acaitravel.com\",\n    \"connection_id\": \"test\",\n    \"created_at\": \"2025-01-01T00:00:10Z\",\n    \"external_id\": \"1\",\n    \"messages\": [\n      {\n        \"content\": \"Hi, I would like to find out if I can bring my guitar on my next flight operated by American Airlines.\",\n        \"created_at\": \"2025-01-01T00:00:10Z\",\n        \"external_id\": \"1\",\n        \"role\": \"ROLE_TRAVELER\",\n        \"sender\": {\n          \"email\": \"sergey@acaitravel.com\",\n          \"name\": \"Sergey Kolodyazhnyy\"\n        }\n      }\n    ],\n    \"subject\": \"Hi there :wave:\",\n    \"traveler\": {\n          \"email\": \"sergey@acaitravel.com\",\n          \"name\": \"Sergey Kolodyazhnyy\"\n    },\n    \"updated_at\": \"2025-01-01T00:00:10Z\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/:tenant/crm/cases-upsert","description":"<p>Upsert case.</p>\n<p>Create, update or delete an existing case in the CRM database. If <code>connector_id</code> and <code>external_id</code> match an\nexistent case, it will be updated.</p>\n<p>This method updates entire case, including messages.</p>\n<p>Use this method only to synchronize changes made externally with an internal CRM database.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","crm","cases-upsert"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"db344a04-84e3-4e97-98bb-e5e0cb0c56bc","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"case\": {\n    \"account\": \"<string>\",\n    \"connection_id\": \"<string>\",\n    \"created_at\": \"<string>\",\n    \"custom_fields\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"external_id\": \"<string>\",\n    \"features\": {\n      \"atc_refund_enabled\": \"<boolean>\",\n      \"atc_reissue_enabled\": \"<boolean>\",\n      \"classifications\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"custom\": [\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"intents\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"international\": \"<boolean>\",\n      \"language\": \"<string>\",\n      \"number_of_legs\": \"<integer>\",\n      \"sentiment\": \"<double>\",\n      \"sentiment_reasoning\": \"<string>\",\n      \"service_date\": \"<dateTime>\",\n      \"trip_type\": \"<string>\",\n      \"urgent\": \"<boolean>\"\n    },\n    \"handling_info\": {\n      \"handled_count\": \"<integer>\",\n      \"last_actions\": [\n        {\n          \"annotate\": {\n            \"annotations\": [\n              {\n                \"field\": \"<string>\",\n                \"value\": \"<string>\"\n              },\n              {\n                \"field\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            ]\n          },\n          \"assign\": {\n            \"agent\": \"<string>\"\n          },\n          \"dry_run\": \"<boolean>\",\n          \"reply\": {\n            \"reply_to\": \"<string>\",\n            \"response\": \"<string>\"\n          },\n          \"resolve\": {\n            \"outcome\": \"RESOLVED\"\n          },\n          \"suggest\": {\n            \"suggestion\": \"<string>\"\n          }\n        },\n        {\n          \"annotate\": {\n            \"annotations\": [\n              {\n                \"field\": \"<string>\",\n                \"value\": \"<string>\"\n              },\n              {\n                \"field\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            ]\n          },\n          \"assign\": {\n            \"agent\": \"<string>\"\n          },\n          \"dry_run\": \"<boolean>\",\n          \"reply\": {\n            \"reply_to\": \"<string>\",\n            \"response\": \"<string>\"\n          },\n          \"resolve\": {\n            \"outcome\": \"UNKNOWN_OUTCOME\"\n          },\n          \"suggest\": {\n            \"suggestion\": \"<string>\"\n          }\n        }\n      ],\n      \"last_handled_at\": \"<string>\",\n      \"requested_count\": \"<integer>\"\n    },\n    \"id\": \"<string>\",\n    \"messages\": [\n      {\n        \"attachments\": [\n          {\n            \"id\": \"<string>\",\n            \"mime_type\": \"<string>\",\n            \"name\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\"\n          },\n          {\n            \"id\": \"<string>\",\n            \"mime_type\": \"<string>\",\n            \"name\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\"\n          }\n        ],\n        \"content\": \"<string>\",\n        \"created_at\": \"<dateTime>\",\n        \"external_id\": \"<string>\",\n        \"internal\": \"<boolean>\",\n        \"role\": \"ROLE_UNKNOWN\",\n        \"sender\": {\n          \"email\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"attachments\": [\n          {\n            \"id\": \"<string>\",\n            \"mime_type\": \"<string>\",\n            \"name\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\"\n          },\n          {\n            \"id\": \"<string>\",\n            \"mime_type\": \"<string>\",\n            \"name\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\"\n          }\n        ],\n        \"content\": \"<string>\",\n        \"created_at\": \"<dateTime>\",\n        \"external_id\": \"<string>\",\n        \"internal\": \"<boolean>\",\n        \"role\": \"ROLE_ASSISTANT\",\n        \"sender\": {\n          \"email\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ],\n    \"metadata\": {\n      \"pcc_code\": \"<string>\",\n      \"pnr_number\": \"<string>\"\n    },\n    \"routing_decision\": {\n      \"destination\": \"<string>\",\n      \"labels\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"shadow_routing_decision\": {\n      \"destination\": \"<string>\",\n      \"labels\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"subject\": \"<string>\",\n    \"traveler\": {\n      \"email\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"updated_at\": \"<string>\"\n  },\n  \"delete\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/crm/cases-upsert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"case_id\": \"<string>\"\n}"},{"id":"e4e0641d-e6e6-42ae-8980-3b6d19d1d14a","name":"Basic Information","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"X-API-Key","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n    \"case\": {\n        \"account\": \"test@acaitravel.com\",\n        \"connection_id\": \"test\",\n        \"created_at\": \"2025-01-01T00:00:10Z\",\n        \"external_id\": \"1\",\n        \"messages\": [\n            {\n                \"content\": \"Hi, I would like to cancel my flight next week.\",\n                \"created_at\": \"2025-01-01T00:00:10Z\",\n                \"external_id\": \"1\",\n                \"role\": \"ROLE_TRAVELER\",\n                \"sender\": {\n                    \"email\": \"traveler@acaitravel.com\",\n                    \"name\": \"John Smith\"\n                }\n            }\n        ],\n        \"subject\": \"Hi there :wave:\",\n        \"traveler\": {\n            \"email\": \"maria@acaitravel.com\",\n            \"name\": \"Maria Garcia\"\n        },\n        \"updated_at\": \"2025-01-01T00:00:10Z\"\n    }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.acai.travel/:tenant/crm/cases-upsert","host":["https://api.acai.travel"],"path":[":tenant","crm","cases-upsert"],"variable":[{"key":"tenant","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"case_id\": \"<string>\"\n}"}],"_postman_id":"98a4eeb2-be1e-4d2c-ad64-b97d18b952d0"},{"name":"LookupCase","id":"22c7f26f-b8b1-423f-9a0d-c64e3f31e6f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/crm/cases-lookup?connection_id=<string>&external_id=<string>","description":"<p>Lookup case by <code>connector_id</code> and <code>external_id</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","crm","cases-lookup"],"host":["https://api.acai.travel"],"query":[{"key":"connection_id","value":"<string>"},{"key":"external_id","value":"<string>"}],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"bcb5c5f8-cc77-4335-8be2-a56f1960c418","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/crm/cases-lookup?connection_id=<string>&external_id=<string>","host":["https://api.acai.travel"],"path":["crm","cases-lookup"],"query":[{"key":"connection_id","value":"<string>"},{"key":"external_id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"case\": {\n    \"account\": \"<string>\",\n    \"connection_id\": \"<string>\",\n    \"created_at\": \"<string>\",\n    \"custom_fields\": [\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"external_id\": \"<string>\",\n    \"features\": {\n      \"atc_refund_enabled\": \"<boolean>\",\n      \"atc_reissue_enabled\": \"<boolean>\",\n      \"classifications\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"custom\": [\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        },\n        {\n          \"key\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      ],\n      \"intents\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"international\": \"<boolean>\",\n      \"language\": \"<string>\",\n      \"number_of_legs\": \"<integer>\",\n      \"sentiment\": \"<double>\",\n      \"sentiment_reasoning\": \"<string>\",\n      \"service_date\": \"<dateTime>\",\n      \"trip_type\": \"<string>\",\n      \"urgent\": \"<boolean>\"\n    },\n    \"handling_info\": {\n      \"handled_count\": \"<integer>\",\n      \"last_actions\": [\n        {\n          \"annotate\": {\n            \"annotations\": [\n              {\n                \"field\": \"<string>\",\n                \"value\": \"<string>\"\n              },\n              {\n                \"field\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            ]\n          },\n          \"assign\": {\n            \"agent\": \"<string>\"\n          },\n          \"dry_run\": \"<boolean>\",\n          \"reply\": {\n            \"reply_to\": \"<string>\",\n            \"response\": \"<string>\"\n          },\n          \"resolve\": {\n            \"outcome\": \"UNKNOWN_OUTCOME\"\n          },\n          \"suggest\": {\n            \"suggestion\": \"<string>\"\n          }\n        },\n        {\n          \"annotate\": {\n            \"annotations\": [\n              {\n                \"field\": \"<string>\",\n                \"value\": \"<string>\"\n              },\n              {\n                \"field\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            ]\n          },\n          \"assign\": {\n            \"agent\": \"<string>\"\n          },\n          \"dry_run\": \"<boolean>\",\n          \"reply\": {\n            \"reply_to\": \"<string>\",\n            \"response\": \"<string>\"\n          },\n          \"resolve\": {\n            \"outcome\": \"UNKNOWN_OUTCOME\"\n          },\n          \"suggest\": {\n            \"suggestion\": \"<string>\"\n          }\n        }\n      ],\n      \"last_handled_at\": \"<string>\",\n      \"requested_count\": \"<integer>\"\n    },\n    \"id\": \"<string>\",\n    \"messages\": [\n      {\n        \"attachments\": [\n          {\n            \"id\": \"<string>\",\n            \"mime_type\": \"<string>\",\n            \"name\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\"\n          },\n          {\n            \"id\": \"<string>\",\n            \"mime_type\": \"<string>\",\n            \"name\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\"\n          }\n        ],\n        \"content\": \"<string>\",\n        \"created_at\": \"<dateTime>\",\n        \"external_id\": \"<string>\",\n        \"internal\": \"<boolean>\",\n        \"role\": \"ROLE_TRAVELER\",\n        \"sender\": {\n          \"email\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"attachments\": [\n          {\n            \"id\": \"<string>\",\n            \"mime_type\": \"<string>\",\n            \"name\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\"\n          },\n          {\n            \"id\": \"<string>\",\n            \"mime_type\": \"<string>\",\n            \"name\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\"\n          }\n        ],\n        \"content\": \"<string>\",\n        \"created_at\": \"<dateTime>\",\n        \"external_id\": \"<string>\",\n        \"internal\": \"<boolean>\",\n        \"role\": \"ROLE_ASSISTANT\",\n        \"sender\": {\n          \"email\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ],\n    \"metadata\": {\n      \"pcc_code\": \"<string>\",\n      \"pnr_number\": \"<string>\"\n    },\n    \"routing_decision\": {\n      \"destination\": \"<string>\",\n      \"labels\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"shadow_routing_decision\": {\n      \"destination\": \"<string>\",\n      \"labels\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"subject\": \"<string>\",\n    \"traveler\": {\n      \"email\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"updated_at\": \"<string>\"\n  }\n}"}],"_postman_id":"22c7f26f-b8b1-423f-9a0d-c64e3f31e6f4"}],"id":"5e09ca6c-ab5c-4f24-b159-89bc62e37e1a","_postman_id":"5e09ca6c-ab5c-4f24-b159-89bc62e37e1a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}}},{"name":"GDS Integration","item":[{"name":"ConvertCurrency","id":"11a22f49-28da-44df-8cf9-c15fd1136dc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/convert-currency?nuc_amount=7273.169688671852&target_currency=string&date=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","convert-currency"],"host":["https://api.acai.travel"],"query":[{"key":"nuc_amount","value":"7273.169688671852"},{"key":"target_currency","value":"string"},{"key":"date","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"f25d02a0-2687-4699-9a2d-7f5eb885bace","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/convert-currency?nuc_amount=7273.169688671852&target_currency=string&date=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","convert-currency"],"query":[{"key":"nuc_amount","value":"7273.169688671852"},{"key":"target_currency","value":"string"},{"key":"date","value":"string"},{"key":"process_id","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"converted_amount\": {\n    \"bulk_ticket\": false,\n    \"currency\": \"string\",\n    \"inclusive_tour\": true,\n    \"value\": 4882.550231527452\n  }\n}"}],"_postman_id":"11a22f49-28da-44df-8cf9-c15fd1136dc1"},{"name":"SearchExchangeAvailability","id":"051d4752-7998-4e24-9191-2e0e080ec93e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/exchange-availability?process_id=string&pnr=string&pcc=string&external_id=string&original_itinerary=string&departure_time=string&departure_timestamp=2013-06-23T02:06:54.399Z&origin=string&destination=string&connections=string,string&airline=string&booking_class=string&flight_numbers=string,string&allow_upgrade=true&include_price=true&non_stop_only=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","exchange-availability"],"host":["https://api.acai.travel"],"query":[{"key":"process_id","value":"string"},{"description":{"content":"<p>PNR (Passenger Name Record) to exchange availability for.</p>\n","type":"text/plain"},"key":"pnr","value":"string"},{"description":{"content":"<p>PCC (Pseudo City Code) associated with the agency making the request.</p>\n","type":"text/plain"},"key":"pcc","value":"string"},{"description":{"content":"<p>External ID, if specified used instead of PNR.</p>\n","type":"text/plain"},"key":"external_id","value":"string"},{"description":{"content":"<p>exchange specific itinerary</p>\n<p>JSON encoded <strong>acai.gds.SearchExchangeAvailabilityRequest.Itinerary</strong></p>\n","type":"text/plain"},"key":"original_itinerary","value":"string"},{"description":{"content":"<p>RFC3339 with timezone (defaults to origin airport timezone if omitted)</p>\n","type":"text/plain"},"key":"departure_time","value":"string"},{"description":{"content":"<p>JSON encoded <strong>google.protobuf.Timestamp</strong></p>\n","type":"text/plain"},"key":"departure_timestamp","value":"2013-06-23T02:06:54.399Z"},{"description":{"content":"<p>IATA code from the originating airport of the new trip.</p>\n","type":"text/plain"},"key":"origin","value":"string"},{"description":{"content":"<p>IATA code for the destination airport of the new trip.</p>\n","type":"text/plain"},"key":"destination","value":"string"},{"description":{"content":"<p>Request specific stop overs in the new trip.</p>\n","type":"text/plain"},"key":"connections","value":"string,string"},{"description":{"content":"<p>Request specific airline, by default same as first flight in original trip.</p>\n","type":"text/plain"},"key":"airline","value":"string"},{"description":{"content":"<p>Requested specific booking class (specify letter: <code>Y</code>, <code>J</code>, etc), by default same as first flight in original trip.</p>\n","type":"text/plain"},"key":"booking_class","value":"string"},{"description":{"content":"<p>Desired flight numbers (e.g. \"AA1139\", \"IB402\"). Single entry for one flight,\nmultiple entries for connections (preserves married segments).\nThis parameter takes precedence over <code>airline</code>.</p>\n","type":"text/plain"},"key":"flight_numbers","value":"string,string"},{"description":{"content":"<p>Use higher booking class if requested one is not available.</p>\n","type":"text/plain"},"key":"allow_upgrade","value":"true"},{"description":{"content":"<p>Flag to include price in the response.</p>\n","type":"text/plain"},"key":"include_price","value":"true"},{"description":{"content":"<p>If true, only return non-stop flights (single segment, no connections). Defaults to false.</p>\n","type":"text/plain"},"key":"non_stop_only","value":"true"}],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"29f53197-6ba8-45d4-8fe4-f571687865b3","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/exchange-availability?process_id=string&pnr=string&pcc=string&external_id=string&original_itinerary=string&departure_time=string&departure_timestamp=2013-06-23T02:06:54.399Z&origin=string&destination=string&connections=string,string&airline=string&booking_class=string&flight_numbers=string,string&allow_upgrade=true&include_price=true&non_stop_only=true","host":["https://api.acai.travel"],"path":["gds","exchange-availability"],"query":[{"key":"process_id","value":"string"},{"description":"PNR (Passenger Name Record) to exchange availability for.","key":"pnr","value":"string"},{"description":"PCC (Pseudo City Code) associated with the agency making the request.","key":"pcc","value":"string"},{"description":"External ID, if specified used instead of PNR.","key":"external_id","value":"string"},{"description":"exchange specific itinerary\n\nJSON encoded **acai.gds.SearchExchangeAvailabilityRequest.Itinerary**","key":"original_itinerary","value":"string"},{"description":"RFC3339 with timezone (defaults to origin airport timezone if omitted)","key":"departure_time","value":"string"},{"description":"JSON encoded **google.protobuf.Timestamp**","key":"departure_timestamp","value":"2013-06-23T02:06:54.399Z"},{"description":"IATA code from the originating airport of the new trip.","key":"origin","value":"string"},{"description":"IATA code for the destination airport of the new trip.","key":"destination","value":"string"},{"description":"Request specific stop overs in the new trip.","key":"connections","value":"string,string"},{"description":"Request specific airline, by default same as first flight in original trip.","key":"airline","value":"string"},{"description":"Requested specific booking class (specify letter: `Y`, `J`, etc), by default same as first flight in original trip.","key":"booking_class","value":"string"},{"description":"Desired flight numbers (e.g. \"AA1139\", \"IB402\"). Single entry for one flight,\nmultiple entries for connections (preserves married segments).\nThis parameter takes precedence over `airline`.","key":"flight_numbers","value":"string,string"},{"description":"Use higher booking class if requested one is not available.","key":"allow_upgrade","value":"true"},{"description":"Flag to include price in the response.","key":"include_price","value":"true"},{"description":"If true, only return non-stop flights (single segment, no connections). Defaults to false.","key":"non_stop_only","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"arrival_time\": \"string\",\n      \"arrival_timestamp\": \"1999-12-23T11:06:00.180Z\",\n      \"departure_time\": \"string\",\n      \"departure_timestamp\": \"2024-06-19T05:28:23.759Z\",\n      \"destination_timezone\": \"string\",\n      \"origin_timezone\": \"string\",\n      \"segments\": [\n        {\n          \"airline\": \"string\",\n          \"arrival_time\": \"string\",\n          \"arrival_timestamp\": \"2012-05-29T02:49:21.725Z\",\n          \"booking_class\": \"string\",\n          \"cabin_class\": \"string\",\n          \"departure_time\": \"string\",\n          \"departure_timestamp\": \"1959-05-01T22:00:06.460Z\",\n          \"destination\": \"string\",\n          \"destination_timezone\": \"string\",\n          \"duration\": \"string\",\n          \"flight_number\": \"string\",\n          \"marketing_airline\": \"string\",\n          \"origin\": \"string\",\n          \"origin_timezone\": \"string\"\n        },\n        {\n          \"airline\": \"string\",\n          \"arrival_time\": \"string\",\n          \"arrival_timestamp\": \"1958-02-20T11:42:13.000Z\",\n          \"booking_class\": \"string\",\n          \"cabin_class\": \"string\",\n          \"departure_time\": \"string\",\n          \"departure_timestamp\": \"2006-07-21T14:44:47.837Z\",\n          \"destination\": \"string\",\n          \"destination_timezone\": \"string\",\n          \"duration\": \"string\",\n          \"flight_number\": \"string\",\n          \"marketing_airline\": \"string\",\n          \"origin\": \"string\",\n          \"origin_timezone\": \"string\"\n        }\n      ],\n      \"total_duration\": \"string\",\n      \"total_price\": {\n        \"amount\": 5604.729311619199,\n        \"amount_cents\": 5086,\n        \"currency_code\": \"string\"\n      }\n    },\n    {\n      \"arrival_time\": \"string\",\n      \"arrival_timestamp\": \"1977-01-05T14:58:03.829Z\",\n      \"departure_time\": \"string\",\n      \"departure_timestamp\": \"1983-12-25T11:06:34.030Z\",\n      \"destination_timezone\": \"string\",\n      \"origin_timezone\": \"string\",\n      \"segments\": [\n        {\n          \"airline\": \"string\",\n          \"arrival_time\": \"string\",\n          \"arrival_timestamp\": \"2021-07-09T06:27:29.329Z\",\n          \"booking_class\": \"string\",\n          \"cabin_class\": \"string\",\n          \"departure_time\": \"string\",\n          \"departure_timestamp\": \"1962-10-29T08:16:39.916Z\",\n          \"destination\": \"string\",\n          \"destination_timezone\": \"string\",\n          \"duration\": \"string\",\n          \"flight_number\": \"string\",\n          \"marketing_airline\": \"string\",\n          \"origin\": \"string\",\n          \"origin_timezone\": \"string\"\n        },\n        {\n          \"airline\": \"string\",\n          \"arrival_time\": \"string\",\n          \"arrival_timestamp\": \"1987-05-19T14:17:20.971Z\",\n          \"booking_class\": \"string\",\n          \"cabin_class\": \"string\",\n          \"departure_time\": \"string\",\n          \"departure_timestamp\": \"1958-05-22T10:17:53.043Z\",\n          \"destination\": \"string\",\n          \"destination_timezone\": \"string\",\n          \"duration\": \"string\",\n          \"flight_number\": \"string\",\n          \"marketing_airline\": \"string\",\n          \"origin\": \"string\",\n          \"origin_timezone\": \"string\"\n        }\n      ],\n      \"total_duration\": \"string\",\n      \"total_price\": {\n        \"amount\": 5328.163509297075,\n        \"amount_cents\": 2563,\n        \"currency_code\": \"string\"\n      }\n    }\n  ]\n}"}],"_postman_id":"051d4752-7998-4e24-9191-2e0e080ec93e"},{"name":"ExecuteExchange","id":"95811f00-317a-4db5-ab7d-b610afc71caf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"new_flight_numbers\": {\n    \"booking_class\": \"string\",\n    \"departure_time\": \"string\",\n    \"departure_timestamp\": \"2014-04-23T02:42:54.139Z\",\n    \"destination\": \"string\",\n    \"flights\": [\n      {\n        \"airline\": \"string\",\n        \"flight_number\": \"string\"\n      },\n      {\n        \"airline\": \"string\",\n        \"flight_number\": \"string\"\n      }\n    ],\n    \"origin\": \"string\"\n  },\n  \"new_itinerary\": {\n    \"segments\": [\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"1948-12-23T15:33:45.770Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      },\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"1993-05-18T14:01:15.984Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      }\n    ]\n  },\n  \"original_itinerary\": {\n    \"segments\": [\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"1956-06-29T20:52:05.607Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      },\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"1978-03-15T04:29:57.535Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      }\n    ]\n  },\n  \"pcc\": \"string\",\n  \"pnr\": \"string\",\n  \"process_id\": \"string\",\n  \"waiver_info\": {\n    \"carrier\": \"string\",\n    \"code\": \"string\",\n    \"field\": \"WAIVER_CODE\",\n    \"remarks\": \"string\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/:tenant/gds/execute-exchange","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","execute-exchange"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"fa382cab-fb7f-4975-b66d-258bf89f4128","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"new_flight_numbers\": {\n    \"booking_class\": \"string\",\n    \"departure_time\": \"string\",\n    \"departure_timestamp\": \"2014-04-23T02:42:54.139Z\",\n    \"destination\": \"string\",\n    \"flights\": [\n      {\n        \"airline\": \"string\",\n        \"flight_number\": \"string\"\n      },\n      {\n        \"airline\": \"string\",\n        \"flight_number\": \"string\"\n      }\n    ],\n    \"origin\": \"string\"\n  },\n  \"new_itinerary\": {\n    \"segments\": [\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"1948-12-23T15:33:45.770Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      },\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"1993-05-18T14:01:15.984Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      }\n    ]\n  },\n  \"original_itinerary\": {\n    \"segments\": [\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"1956-06-29T20:52:05.607Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      },\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"1978-03-15T04:29:57.535Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      }\n    ]\n  },\n  \"pcc\": \"string\",\n  \"pnr\": \"string\",\n  \"process_id\": \"string\",\n  \"waiver_info\": {\n    \"carrier\": \"string\",\n    \"code\": \"string\",\n    \"field\": \"WAIVER_CODE\",\n    \"remarks\": \"string\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/gds/execute-exchange"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quotes\": [\n    {\n      \"grand_total\": {\n        \"amount\": 4133.079828132824,\n        \"amount_cents\": 3906,\n        \"currency_code\": \"string\"\n      },\n      \"new_base_fare\": {\n        \"amount\": 8729.592423004453,\n        \"amount_cents\": 5210,\n        \"currency_code\": \"string\"\n      },\n      \"new_tax\": {\n        \"amount\": 6759.70775496719,\n        \"amount_cents\": 6125,\n        \"currency_code\": \"string\"\n      },\n      \"old_base_fare\": {\n        \"amount\": 6186.592974156948,\n        \"amount_cents\": 4197,\n        \"currency_code\": \"string\"\n      },\n      \"old_tax\": {\n        \"amount\": 2588.556167086158,\n        \"amount_cents\": 9159,\n        \"currency_code\": \"string\"\n      },\n      \"passenger\": {\n        \"first_name\": \"string\",\n        \"index\": \"string\",\n        \"last_name\": \"string\",\n        \"reference\": \"string\"\n      },\n      \"penalty\": {\n        \"amount\": 2854.1851910111313,\n        \"amount_cents\": 9870,\n        \"currency_code\": \"string\"\n      },\n      \"residual_value\": {\n        \"amount\": 8027.225573648171,\n        \"amount_cents\": 8586,\n        \"currency_code\": \"string\"\n      },\n      \"tax_balance\": {\n        \"amount\": 1897.001415433861,\n        \"amount_cents\": 6251,\n        \"currency_code\": \"string\"\n      },\n      \"ticket_difference\": {\n        \"amount\": 6012.486469394978,\n        \"amount_cents\": 9266,\n        \"currency_code\": \"string\"\n      },\n      \"total_add_collect\": {\n        \"amount\": 9697.96438023167,\n        \"amount_cents\": 1047,\n        \"currency_code\": \"string\"\n      }\n    },\n    {\n      \"grand_total\": {\n        \"amount\": 906.7476651648643,\n        \"amount_cents\": 704,\n        \"currency_code\": \"string\"\n      },\n      \"new_base_fare\": {\n        \"amount\": 3871.623108083071,\n        \"amount_cents\": 9912,\n        \"currency_code\": \"string\"\n      },\n      \"new_tax\": {\n        \"amount\": 7656.6695344566415,\n        \"amount_cents\": 4544,\n        \"currency_code\": \"string\"\n      },\n      \"old_base_fare\": {\n        \"amount\": 1046.818083123946,\n        \"amount_cents\": 3532,\n        \"currency_code\": \"string\"\n      },\n      \"old_tax\": {\n        \"amount\": 4109.934785451972,\n        \"amount_cents\": 4965,\n        \"currency_code\": \"string\"\n      },\n      \"passenger\": {\n        \"first_name\": \"string\",\n        \"index\": \"string\",\n        \"last_name\": \"string\",\n        \"reference\": \"string\"\n      },\n      \"penalty\": {\n        \"amount\": 3920.3077492371262,\n        \"amount_cents\": 8499,\n        \"currency_code\": \"string\"\n      },\n      \"residual_value\": {\n        \"amount\": 5730.691128506169,\n        \"amount_cents\": 5754,\n        \"currency_code\": \"string\"\n      },\n      \"tax_balance\": {\n        \"amount\": 5754.855432082953,\n        \"amount_cents\": 3556,\n        \"currency_code\": \"string\"\n      },\n      \"ticket_difference\": {\n        \"amount\": 8483.710324692129,\n        \"amount_cents\": 4961,\n        \"currency_code\": \"string\"\n      },\n      \"total_add_collect\": {\n        \"amount\": 7971.392066631258,\n        \"amount_cents\": 5797,\n        \"currency_code\": \"string\"\n      }\n    }\n  ],\n  \"total_add_collect\": {\n    \"amount\": 9428.740783223388,\n    \"amount_cents\": 216,\n    \"currency_code\": \"string\"\n  },\n  \"total_grand_total\": {\n    \"amount\": 7650.730829374648,\n    \"amount_cents\": 5608,\n    \"currency_code\": \"string\"\n  },\n  \"total_penalty\": {\n    \"amount\": 8088.0651682479665,\n    \"amount_cents\": 548,\n    \"currency_code\": \"string\"\n  },\n  \"total_residual_value\": {\n    \"amount\": 9745.97929679527,\n    \"amount_cents\": 1305,\n    \"currency_code\": \"string\"\n  }\n}"}],"_postman_id":"95811f00-317a-4db5-ab7d-b610afc71caf"},{"name":"DisplayFareRules","id":"e1c6e93d-78c8-4c2a-987b-d8410659eb67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"category\": 3176,\n  \"destination_city\": \"string\",\n  \"exchange_date\": \"string\",\n  \"fare_basis_code\": \"string\",\n  \"fetch_all_categories\": false,\n  \"origin_city\": \"string\",\n  \"pcc\": \"string\",\n  \"pnr\": \"string\",\n  \"process_id\": \"string\",\n  \"qualifiers\": {\n    \"account_code\": \"string\",\n    \"corporate_id\": \"string\",\n    \"passenger_type\": \"string\",\n    \"qualifier_suffix\": \"string\",\n    \"snap_code\": \"string\"\n  },\n  \"segments\": [\n    1019,\n    2475\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/:tenant/gds/fare-rules","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","fare-rules"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"591a13b3-83cb-4771-bd1f-cd984b6daf89","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"category\": 3176,\n  \"destination_city\": \"string\",\n  \"exchange_date\": \"string\",\n  \"fare_basis_code\": \"string\",\n  \"fetch_all_categories\": false,\n  \"origin_city\": \"string\",\n  \"pcc\": \"string\",\n  \"pnr\": \"string\",\n  \"process_id\": \"string\",\n  \"qualifiers\": {\n    \"account_code\": \"string\",\n    \"corporate_id\": \"string\",\n    \"passenger_type\": \"string\",\n    \"qualifier_suffix\": \"string\",\n    \"snap_code\": \"string\"\n  },\n  \"segments\": [\n    1019,\n    2475\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/gds/fare-rules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fare_basis_code\": \"string\",\n  \"fare_rules_text\": {\n    \"categories\": [\n      {\n        \"key\": 4410,\n        \"value\": \"string\"\n      },\n      {\n        \"key\": 2375,\n        \"value\": \"string\"\n      }\n    ]\n  },\n  \"structured_penalties\": {\n    \"cancellations\": {\n      \"after_departure\": {\n        \"amount\": {\n          \"bulk_ticket\": true,\n          \"currency\": \"string\",\n          \"inclusive_tour\": false,\n          \"value\": 6366.453640481744\n        },\n        \"description\": \"string\",\n        \"is_non_refundable\": true,\n        \"percentage\": 5114.56614586713\n      },\n      \"before_departure\": {\n        \"amount\": {\n          \"bulk_ticket\": false,\n          \"currency\": \"string\",\n          \"inclusive_tour\": true,\n          \"value\": 1273.5186531599595\n        },\n        \"description\": \"string\",\n        \"is_non_refundable\": true,\n        \"percentage\": 7491.2324614317495\n      },\n      \"text\": \"string\"\n    },\n    \"changes\": {\n      \"after_departure\": {\n        \"amount\": {\n          \"bulk_ticket\": false,\n          \"currency\": \"string\",\n          \"inclusive_tour\": true,\n          \"value\": 5412.391921763391\n        },\n        \"description\": \"string\",\n        \"is_non_refundable\": true,\n        \"percentage\": 9629.049894643837\n      },\n      \"before_departure\": {\n        \"amount\": {\n          \"bulk_ticket\": false,\n          \"currency\": \"string\",\n          \"inclusive_tour\": false,\n          \"value\": 6943.028504151874\n        },\n        \"description\": \"string\",\n        \"is_non_refundable\": false,\n        \"percentage\": 1341.6590069574097\n      },\n      \"text\": \"string\"\n    },\n    \"emergency_rules\": \"string\",\n    \"format\": \"FORMAT_NONE\",\n    \"general_rule\": \"string\"\n  }\n}"}],"_postman_id":"e1c6e93d-78c8-4c2a-987b-d8410659eb67"},{"name":"ListFareVariants","id":"516bf87c-b350-45d0-8987-997f93425b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"destination_city\": \"string\",\n  \"fare_basis_code\": \"string\",\n  \"is_private_fare\": true,\n  \"journey_type\": \"string\",\n  \"nuc_amount\": 8622.623249853596,\n  \"origin_city\": \"string\",\n  \"pcc\": \"string\",\n  \"pnr\": \"string\",\n  \"process_id\": \"string\",\n  \"qualifiers\": {\n    \"account_code\": \"string\",\n    \"corporate_id\": \"string\",\n    \"passenger_type\": \"string\",\n    \"qualifier_suffix\": \"string\",\n    \"snap_code\": \"string\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/:tenant/gds/fare-variants","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","fare-variants"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"63cb19f4-307b-4a53-849f-11438e9d62b1","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"destination_city\": \"string\",\n  \"fare_basis_code\": \"string\",\n  \"is_private_fare\": true,\n  \"journey_type\": \"string\",\n  \"nuc_amount\": 8622.623249853596,\n  \"origin_city\": \"string\",\n  \"pcc\": \"string\",\n  \"pnr\": \"string\",\n  \"process_id\": \"string\",\n  \"qualifiers\": {\n    \"account_code\": \"string\",\n    \"corporate_id\": \"string\",\n    \"passenger_type\": \"string\",\n    \"qualifier_suffix\": \"string\",\n    \"snap_code\": \"string\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/gds/fare-variants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"resolved_variant\": {\n    \"fare_context_established\": false,\n    \"journey_type\": \"string\",\n    \"nuc_amount\": 2682.460703822325,\n    \"variant_index\": 6816,\n    \"working_destination\": \"string\",\n    \"working_origin\": \"string\"\n  }\n}"}],"_postman_id":"516bf87c-b350-45d0-8987-997f93425b0c"},{"name":"SearchPassengerRecord","id":"19288076-05e5-4917-82da-a6cd2c6b8509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/passenger-records?pcc=string&email=string&first_name=string&last_name=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","passenger-records"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"email","value":"string"},{"key":"first_name","value":"string"},{"key":"last_name","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"c31f281d-188e-466d-9d12-671c9be88f55","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/passenger-records?pcc=string&email=string&first_name=string&last_name=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","passenger-records"],"query":[{"key":"pcc","value":"string"},{"key":"email","value":"string"},{"key":"first_name","value":"string"},{"key":"last_name","value":"string"},{"key":"process_id","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"records\": [\n    {\n      \"aa_facts\": [\n        {\n          \"content\": \"string\",\n          \"number\": 2622\n        },\n        {\n          \"content\": \"string\",\n          \"number\": 1744\n        }\n      ],\n      \"address\": \"string\",\n      \"customer_number\": \"string\",\n      \"general_facts\": [\n        {\n          \"content\": \"string\",\n          \"number\": 8661\n        },\n        {\n          \"content\": \"string\",\n          \"number\": 7818\n        }\n      ],\n      \"number\": \"string\",\n      \"office_id\": \"string\",\n      \"other\": [\n        {\n          \"content\": \"string\",\n          \"number\": 6140\n        },\n        {\n          \"content\": \"string\",\n          \"number\": 867\n        }\n      ],\n      \"passengers\": [\n        {\n          \"first_name\": \"string\",\n          \"index\": \"string\",\n          \"last_name\": \"string\",\n          \"reference\": \"string\"\n        },\n        {\n          \"first_name\": \"string\",\n          \"index\": \"string\",\n          \"last_name\": \"string\",\n          \"reference\": \"string\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"content\": \"string\",\n          \"number\": 2911\n        },\n        {\n          \"content\": \"string\",\n          \"number\": 8353\n        }\n      ],\n      \"received_from\": \"string\",\n      \"remarks\": [\n        {\n          \"content\": \"string\",\n          \"number\": 7932\n        },\n        {\n          \"content\": \"string\",\n          \"number\": 8996\n        }\n      ],\n      \"segments\": [\n        {\n          \"air\": {\n            \"airline\": \"string\",\n            \"arrival_time\": \"string\",\n            \"arrival_timestamp\": \"2007-07-24T13:35:11.287Z\",\n            \"booking_class\": \"string\",\n            \"departure_time\": \"string\",\n            \"departure_timestamp\": \"1989-08-21T15:04:06.818Z\",\n            \"description\": \"string\",\n            \"destination_iata\": \"string\",\n            \"fare_type\": \"string\",\n            \"flight_number\": \"string\",\n            \"origin_iata\": \"string\",\n            \"passenger_count\": 4021,\n            \"record_locator\": \"string\",\n            \"status_code\": \"string\",\n            \"ticket_designator\": \"string\",\n            \"ticket_reference\": \"string\"\n          },\n          \"index\": 8146,\n          \"other\": {\n            \"date\": \"string\",\n            \"description\": \"string\",\n            \"passenger_count\": 3821,\n            \"status_code\": \"string\",\n            \"vendor_code\": \"string\"\n          },\n          \"raw\": \"string\"\n        },\n        {\n          \"air\": {\n            \"airline\": \"string\",\n            \"arrival_time\": \"string\",\n            \"arrival_timestamp\": \"1981-04-04T08:53:03.681Z\",\n            \"booking_class\": \"string\",\n            \"departure_time\": \"string\",\n            \"departure_timestamp\": \"1966-09-19T22:46:38.125Z\",\n            \"description\": \"string\",\n            \"destination_iata\": \"string\",\n            \"fare_type\": \"string\",\n            \"flight_number\": \"string\",\n            \"origin_iata\": \"string\",\n            \"passenger_count\": 4946,\n            \"record_locator\": \"string\",\n            \"status_code\": \"string\",\n            \"ticket_designator\": \"string\",\n            \"ticket_reference\": \"string\"\n          },\n          \"index\": 9188,\n          \"other\": {\n            \"date\": \"string\",\n            \"description\": \"string\",\n            \"passenger_count\": 8250,\n            \"status_code\": \"string\",\n            \"vendor_code\": \"string\"\n          },\n          \"raw\": \"string\"\n        }\n      ],\n      \"tickets\": [\n        {\n          \"document\": {\n            \"airline\": \"string\",\n            \"branch\": \"string\",\n            \"date\": \"string\",\n            \"document_number\": \"string\",\n            \"passenger\": \"string\",\n            \"pcc\": \"string\",\n            \"status\": \"string\",\n            \"time\": \"string\"\n          },\n          \"emds\": [\n            {\n              \"coupon\": \"string\",\n              \"description\": \"string\",\n              \"passenger_num\": 9311,\n              \"ticket_number\": \"string\",\n              \"type\": \"string\"\n            },\n            {\n              \"coupon\": \"string\",\n              \"description\": \"string\",\n              \"passenger_num\": 2841,\n              \"ticket_number\": \"string\",\n              \"type\": \"string\"\n            }\n          ],\n          \"number\": 9343,\n          \"raw\": \"string\",\n          \"type\": \"string\"\n        },\n        {\n          \"document\": {\n            \"airline\": \"string\",\n            \"branch\": \"string\",\n            \"date\": \"string\",\n            \"document_number\": \"string\",\n            \"passenger\": \"string\",\n            \"pcc\": \"string\",\n            \"status\": \"string\",\n            \"time\": \"string\"\n          },\n          \"emds\": [\n            {\n              \"coupon\": \"string\",\n              \"description\": \"string\",\n              \"passenger_num\": 5742,\n              \"ticket_number\": \"string\",\n              \"type\": \"string\"\n            },\n            {\n              \"coupon\": \"string\",\n              \"description\": \"string\",\n              \"passenger_num\": 966,\n              \"ticket_number\": \"string\",\n              \"type\": \"string\"\n            }\n          ],\n          \"number\": 7259,\n          \"raw\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"warnings\": [\n        \"string\",\n        \"string\"\n      ]\n    },\n    {\n      \"aa_facts\": [\n        {\n          \"content\": \"string\",\n          \"number\": 2384\n        },\n        {\n          \"content\": \"string\",\n          \"number\": 9702\n        }\n      ],\n      \"address\": \"string\",\n      \"customer_number\": \"string\",\n      \"general_facts\": [\n        {\n          \"content\": \"string\",\n          \"number\": 6929\n        },\n        {\n          \"content\": \"string\",\n          \"number\": 8063\n        }\n      ],\n      \"number\": \"string\",\n      \"office_id\": \"string\",\n      \"other\": [\n        {\n          \"content\": \"string\",\n          \"number\": 5631\n        },\n        {\n          \"content\": \"string\",\n          \"number\": 9374\n        }\n      ],\n      \"passengers\": [\n        {\n          \"first_name\": \"string\",\n          \"index\": \"string\",\n          \"last_name\": \"string\",\n          \"reference\": \"string\"\n        },\n        {\n          \"first_name\": \"string\",\n          \"index\": \"string\",\n          \"last_name\": \"string\",\n          \"reference\": \"string\"\n        }\n      ],\n      \"phones\": [\n        {\n          \"content\": \"string\",\n          \"number\": 8891\n        },\n        {\n          \"content\": \"string\",\n          \"number\": 1017\n        }\n      ],\n      \"received_from\": \"string\",\n      \"remarks\": [\n        {\n          \"content\": \"string\",\n          \"number\": 5610\n        },\n        {\n          \"content\": \"string\",\n          \"number\": 7601\n        }\n      ],\n      \"segments\": [\n        {\n          \"air\": {\n            \"airline\": \"string\",\n            \"arrival_time\": \"string\",\n            \"arrival_timestamp\": \"1947-05-24T13:33:17.388Z\",\n            \"booking_class\": \"string\",\n            \"departure_time\": \"string\",\n            \"departure_timestamp\": \"1959-07-20T19:21:19.744Z\",\n            \"description\": \"string\",\n            \"destination_iata\": \"string\",\n            \"fare_type\": \"string\",\n            \"flight_number\": \"string\",\n            \"origin_iata\": \"string\",\n            \"passenger_count\": 9037,\n            \"record_locator\": \"string\",\n            \"status_code\": \"string\",\n            \"ticket_designator\": \"string\",\n            \"ticket_reference\": \"string\"\n          },\n          \"index\": 8380,\n          \"other\": {\n            \"date\": \"string\",\n            \"description\": \"string\",\n            \"passenger_count\": 729,\n            \"status_code\": \"string\",\n            \"vendor_code\": \"string\"\n          },\n          \"raw\": \"string\"\n        },\n        {\n          \"air\": {\n            \"airline\": \"string\",\n            \"arrival_time\": \"string\",\n            \"arrival_timestamp\": \"2019-11-17T23:22:53.678Z\",\n            \"booking_class\": \"string\",\n            \"departure_time\": \"string\",\n            \"departure_timestamp\": \"1954-05-11T05:46:34.563Z\",\n            \"description\": \"string\",\n            \"destination_iata\": \"string\",\n            \"fare_type\": \"string\",\n            \"flight_number\": \"string\",\n            \"origin_iata\": \"string\",\n            \"passenger_count\": 3008,\n            \"record_locator\": \"string\",\n            \"status_code\": \"string\",\n            \"ticket_designator\": \"string\",\n            \"ticket_reference\": \"string\"\n          },\n          \"index\": 7348,\n          \"other\": {\n            \"date\": \"string\",\n            \"description\": \"string\",\n            \"passenger_count\": 8931,\n            \"status_code\": \"string\",\n            \"vendor_code\": \"string\"\n          },\n          \"raw\": \"string\"\n        }\n      ],\n      \"tickets\": [\n        {\n          \"document\": {\n            \"airline\": \"string\",\n            \"branch\": \"string\",\n            \"date\": \"string\",\n            \"document_number\": \"string\",\n            \"passenger\": \"string\",\n            \"pcc\": \"string\",\n            \"status\": \"string\",\n            \"time\": \"string\"\n          },\n          \"emds\": [\n            {\n              \"coupon\": \"string\",\n              \"description\": \"string\",\n              \"passenger_num\": 50,\n              \"ticket_number\": \"string\",\n              \"type\": \"string\"\n            },\n            {\n              \"coupon\": \"string\",\n              \"description\": \"string\",\n              \"passenger_num\": 8332,\n              \"ticket_number\": \"string\",\n              \"type\": \"string\"\n            }\n          ],\n          \"number\": 7203,\n          \"raw\": \"string\",\n          \"type\": \"string\"\n        },\n        {\n          \"document\": {\n            \"airline\": \"string\",\n            \"branch\": \"string\",\n            \"date\": \"string\",\n            \"document_number\": \"string\",\n            \"passenger\": \"string\",\n            \"pcc\": \"string\",\n            \"status\": \"string\",\n            \"time\": \"string\"\n          },\n          \"emds\": [\n            {\n              \"coupon\": \"string\",\n              \"description\": \"string\",\n              \"passenger_num\": 3689,\n              \"ticket_number\": \"string\",\n              \"type\": \"string\"\n            },\n            {\n              \"coupon\": \"string\",\n              \"description\": \"string\",\n              \"passenger_num\": 4340,\n              \"ticket_number\": \"string\",\n              \"type\": \"string\"\n            }\n          ],\n          \"number\": 1153,\n          \"raw\": \"string\",\n          \"type\": \"string\"\n        }\n      ],\n      \"warnings\": [\n        \"string\",\n        \"string\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"19288076-05e5-4917-82da-a6cd2c6b8509"},{"name":"DescribePassengerRecord","id":"86250f53-4548-4680-9a2e-6e86776b0e40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/passenger-records/:pnr?pcc=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","passenger-records",":pnr"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"pnr"}]}},"response":[{"id":"a37f9a30-61a6-43c3-9c4b-d4d1b26f3c82","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/passenger-records/:pnr?pcc=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","passenger-records",":pnr"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"key":"pnr","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"record\": {\n    \"aa_facts\": [\n      {\n        \"content\": \"string\",\n        \"number\": 4743\n      },\n      {\n        \"content\": \"string\",\n        \"number\": 6999\n      }\n    ],\n    \"address\": \"string\",\n    \"customer_number\": \"string\",\n    \"general_facts\": [\n      {\n        \"content\": \"string\",\n        \"number\": 381\n      },\n      {\n        \"content\": \"string\",\n        \"number\": 8321\n      }\n    ],\n    \"number\": \"string\",\n    \"office_id\": \"string\",\n    \"other\": [\n      {\n        \"content\": \"string\",\n        \"number\": 9215\n      },\n      {\n        \"content\": \"string\",\n        \"number\": 3509\n      }\n    ],\n    \"passengers\": [\n      {\n        \"first_name\": \"string\",\n        \"index\": \"string\",\n        \"last_name\": \"string\",\n        \"reference\": \"string\"\n      },\n      {\n        \"first_name\": \"string\",\n        \"index\": \"string\",\n        \"last_name\": \"string\",\n        \"reference\": \"string\"\n      }\n    ],\n    \"phones\": [\n      {\n        \"content\": \"string\",\n        \"number\": 1724\n      },\n      {\n        \"content\": \"string\",\n        \"number\": 765\n      }\n    ],\n    \"received_from\": \"string\",\n    \"remarks\": [\n      {\n        \"content\": \"string\",\n        \"number\": 9999\n      },\n      {\n        \"content\": \"string\",\n        \"number\": 1884\n      }\n    ],\n    \"segments\": [\n      {\n        \"air\": {\n          \"airline\": \"string\",\n          \"arrival_time\": \"string\",\n          \"arrival_timestamp\": \"2013-03-03T16:49:55.837Z\",\n          \"booking_class\": \"string\",\n          \"departure_time\": \"string\",\n          \"departure_timestamp\": \"2016-06-28T04:26:41.922Z\",\n          \"description\": \"string\",\n          \"destination_iata\": \"string\",\n          \"fare_type\": \"string\",\n          \"flight_number\": \"string\",\n          \"origin_iata\": \"string\",\n          \"passenger_count\": 7365,\n          \"record_locator\": \"string\",\n          \"status_code\": \"string\",\n          \"ticket_designator\": \"string\",\n          \"ticket_reference\": \"string\"\n        },\n        \"index\": 3957,\n        \"other\": {\n          \"date\": \"string\",\n          \"description\": \"string\",\n          \"passenger_count\": 1076,\n          \"status_code\": \"string\",\n          \"vendor_code\": \"string\"\n        },\n        \"raw\": \"string\"\n      },\n      {\n        \"air\": {\n          \"airline\": \"string\",\n          \"arrival_time\": \"string\",\n          \"arrival_timestamp\": \"2000-07-20T22:03:08.960Z\",\n          \"booking_class\": \"string\",\n          \"departure_time\": \"string\",\n          \"departure_timestamp\": \"1997-10-02T12:39:36.420Z\",\n          \"description\": \"string\",\n          \"destination_iata\": \"string\",\n          \"fare_type\": \"string\",\n          \"flight_number\": \"string\",\n          \"origin_iata\": \"string\",\n          \"passenger_count\": 3098,\n          \"record_locator\": \"string\",\n          \"status_code\": \"string\",\n          \"ticket_designator\": \"string\",\n          \"ticket_reference\": \"string\"\n        },\n        \"index\": 9605,\n        \"other\": {\n          \"date\": \"string\",\n          \"description\": \"string\",\n          \"passenger_count\": 4549,\n          \"status_code\": \"string\",\n          \"vendor_code\": \"string\"\n        },\n        \"raw\": \"string\"\n      }\n    ],\n    \"tickets\": [\n      {\n        \"document\": {\n          \"airline\": \"string\",\n          \"branch\": \"string\",\n          \"date\": \"string\",\n          \"document_number\": \"string\",\n          \"passenger\": \"string\",\n          \"pcc\": \"string\",\n          \"status\": \"string\",\n          \"time\": \"string\"\n        },\n        \"emds\": [\n          {\n            \"coupon\": \"string\",\n            \"description\": \"string\",\n            \"passenger_num\": 1175,\n            \"ticket_number\": \"string\",\n            \"type\": \"string\"\n          },\n          {\n            \"coupon\": \"string\",\n            \"description\": \"string\",\n            \"passenger_num\": 3991,\n            \"ticket_number\": \"string\",\n            \"type\": \"string\"\n          }\n        ],\n        \"number\": 1824,\n        \"raw\": \"string\",\n        \"type\": \"string\"\n      },\n      {\n        \"document\": {\n          \"airline\": \"string\",\n          \"branch\": \"string\",\n          \"date\": \"string\",\n          \"document_number\": \"string\",\n          \"passenger\": \"string\",\n          \"pcc\": \"string\",\n          \"status\": \"string\",\n          \"time\": \"string\"\n        },\n        \"emds\": [\n          {\n            \"coupon\": \"string\",\n            \"description\": \"string\",\n            \"passenger_num\": 4317,\n            \"ticket_number\": \"string\",\n            \"type\": \"string\"\n          },\n          {\n            \"coupon\": \"string\",\n            \"description\": \"string\",\n            \"passenger_num\": 3455,\n            \"ticket_number\": \"string\",\n            \"type\": \"string\"\n          }\n        ],\n        \"number\": 8626,\n        \"raw\": \"string\",\n        \"type\": \"string\"\n      }\n    ],\n    \"warnings\": [\n      \"string\",\n      \"string\"\n    ]\n  }\n}"}],"_postman_id":"86250f53-4548-4680-9a2e-6e86776b0e40"},{"name":"ListAirItinerary","id":"04f72211-c233-46d2-8fcf-29dc207d5d86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/passenger-records/:pnr/air-itinerary?pcc=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","passenger-records",":pnr","air-itinerary"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"pnr"}]}},"response":[{"id":"562cc605-d5d9-46e9-94c8-aa53a5256603","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/passenger-records/:pnr/air-itinerary?pcc=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","passenger-records",":pnr","air-itinerary"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"key":"pnr","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"segments\": [\n    {\n      \"airline\": \"string\",\n      \"arrival_date\": \"1986-10-06T11:18:41.724Z\",\n      \"booking_class\": \"string\",\n      \"departure_date\": \"2020-06-22T08:59:36.329Z\",\n      \"destination\": \"string\",\n      \"flight_number\": \"string\",\n      \"origin\": \"string\",\n      \"status\": \"string\"\n    },\n    {\n      \"airline\": \"string\",\n      \"arrival_date\": \"1997-11-07T03:35:54.852Z\",\n      \"booking_class\": \"string\",\n      \"departure_date\": \"2013-07-09T10:50:50.124Z\",\n      \"destination\": \"string\",\n      \"flight_number\": \"string\",\n      \"origin\": \"string\",\n      \"status\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"04f72211-c233-46d2-8fcf-29dc207d5d86"},{"name":"DescribePassengerRecordHistory","id":"6bc91eb0-75e7-431f-81a2-5685d29bb71d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/passenger-records/:pnr/history?pcc=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","passenger-records",":pnr","history"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"pnr"}]}},"response":[{"id":"b383af44-f6f7-44a1-82e5-070a7d355266","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/passenger-records/:pnr/history?pcc=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","passenger-records",":pnr","history"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"key":"pnr","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"history\": {\n    \"blocks\": [\n      {\n        \"actions\": [\n          {\n            \"airline\": \"string\",\n            \"arrival_date\": \"string\",\n            \"arrival_time\": \"string\",\n            \"booking_class\": \"string\",\n            \"departure_date\": \"string\",\n            \"departure_time\": \"string\",\n            \"destination\": \"string\",\n            \"details\": \"string\",\n            \"flight_number\": \"string\",\n            \"origin\": \"string\",\n            \"status_code\": \"string\",\n            \"type\": \"ADDED_SEGMENT\",\n            \"unknowns\": \"string\"\n          },\n          {\n            \"airline\": \"string\",\n            \"arrival_date\": \"string\",\n            \"arrival_time\": \"string\",\n            \"booking_class\": \"string\",\n            \"departure_date\": \"string\",\n            \"departure_time\": \"string\",\n            \"destination\": \"string\",\n            \"details\": \"string\",\n            \"flight_number\": \"string\",\n            \"origin\": \"string\",\n            \"status_code\": \"string\",\n            \"type\": \"ADDED_SEGMENT\",\n            \"unknowns\": \"string\"\n          }\n        ],\n        \"date\": \"string\",\n        \"office\": \"string\",\n        \"pcc\": \"string\",\n        \"platform\": \"string\",\n        \"time\": \"string\",\n        \"timestamp\": \"2011-06-16T03:48:42.711Z\"\n      },\n      {\n        \"actions\": [\n          {\n            \"airline\": \"string\",\n            \"arrival_date\": \"string\",\n            \"arrival_time\": \"string\",\n            \"booking_class\": \"string\",\n            \"departure_date\": \"string\",\n            \"departure_time\": \"string\",\n            \"destination\": \"string\",\n            \"details\": \"string\",\n            \"flight_number\": \"string\",\n            \"origin\": \"string\",\n            \"status_code\": \"string\",\n            \"type\": \"ADDED_SEGMENT\",\n            \"unknowns\": \"string\"\n          },\n          {\n            \"airline\": \"string\",\n            \"arrival_date\": \"string\",\n            \"arrival_time\": \"string\",\n            \"booking_class\": \"string\",\n            \"departure_date\": \"string\",\n            \"departure_time\": \"string\",\n            \"destination\": \"string\",\n            \"details\": \"string\",\n            \"flight_number\": \"string\",\n            \"origin\": \"string\",\n            \"status_code\": \"string\",\n            \"type\": \"ADDED_SEGMENT\",\n            \"unknowns\": \"string\"\n          }\n        ],\n        \"date\": \"string\",\n        \"office\": \"string\",\n        \"pcc\": \"string\",\n        \"platform\": \"string\",\n        \"time\": \"string\",\n        \"timestamp\": \"2008-08-25T12:45:52.681Z\"\n      }\n    ]\n  }\n}"}],"_postman_id":"6bc91eb0-75e7-431f-81a2-5685d29bb71d"},{"name":"ListPassengerRecordInactiveTickets","id":"99452b51-82fa-47ef-8629-1ad417a73f34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/passenger-records/:pnr/inactive-tickets?pcc=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","passenger-records",":pnr","inactive-tickets"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"pnr"}]}},"response":[{"id":"d2ae8a31-de1c-4d19-a1a9-edb7b30634ab","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/passenger-records/:pnr/inactive-tickets?pcc=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","passenger-records",":pnr","inactive-tickets"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"key":"pnr","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inactive_tickets\": [\n    {\n      \"status\": \"STATUS_VOIDED\",\n      \"ticket_number\": \"string\"\n    },\n    {\n      \"status\": \"STATUS_VOIDED\",\n      \"ticket_number\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"99452b51-82fa-47ef-8629-1ad417a73f34"},{"name":"DescribeTicketIssuingPCC","id":"a95b5688-e231-4ca0-9aa8-1b05d258fe96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/passenger-records/:pnr/issuing-pcc?pcc=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","passenger-records",":pnr","issuing-pcc"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"pnr"}]}},"response":[{"id":"a5736b81-73b3-40cf-a4c8-9843f0597b3c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/passenger-records/:pnr/issuing-pcc?pcc=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","passenger-records",":pnr","issuing-pcc"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"key":"pnr","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"issuing_pcc\": \"string\"\n}"}],"_postman_id":"a95b5688-e231-4ca0-9aa8-1b05d258fe96"},{"name":"DescribeMinimumConnectingTime","id":"4a820bfe-c8a2-4721-98d7-0449cac2f6bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/passenger-records/:pnr/minimum-connecting-time?pcc=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","passenger-records",":pnr","minimum-connecting-time"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"pnr"}]}},"response":[{"id":"990f448c-881f-49aa-ac63-71cd323f9cc9","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/passenger-records/:pnr/minimum-connecting-time?pcc=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","passenger-records",":pnr","minimum-connecting-time"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"key":"pnr","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"invalid_pairs\": [\n    {\n      \"arriving_segment\": 9187,\n      \"departing_segment\": 3157\n    },\n    {\n      \"arriving_segment\": 7945,\n      \"departing_segment\": 4174\n    }\n  ],\n  \"is_valid\": false,\n  \"minimum_minutes\": 6884\n}"}],"_postman_id":"4a820bfe-c8a2-4721-98d7-0449cac2f6bb"},{"name":"ListPriceQuoteSummary","id":"fa91ba46-70fe-46d5-913b-e5328f3d2402","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/passenger-records/:pnr/price-quotes?pcc=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","passenger-records",":pnr","price-quotes"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"pnr"}]}},"response":[{"id":"ddc4eefa-83eb-4f77-8d94-ff2630943c50","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/passenger-records/:pnr/price-quotes?pcc=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","passenger-records",":pnr","price-quotes"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"key":"pnr","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"price_quotes\": [\n    {\n      \"associated_ticket_numbers\": [\n        \"string\",\n        \"string\"\n      ],\n      \"number\": 3789,\n      \"type\": \"TYPE_PQ\"\n    },\n    {\n      \"associated_ticket_numbers\": [\n        \"string\",\n        \"string\"\n      ],\n      \"number\": 6325,\n      \"type\": \"TYPE_PQ\"\n    }\n  ]\n}"}],"_postman_id":"fa91ba46-70fe-46d5-913b-e5328f3d2402"},{"name":"DescribePriceQuote","id":"55900003-9d3c-4ff6-a15f-6b4fb82f18da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/passenger-records/:pnr/price-quotes/:pq_number?pcc=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","passenger-records",":pnr","price-quotes",":pq_number"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"pnr"},{"type":"any","value":"string","key":"pq_number"}]}},"response":[{"id":"f7de12ff-3002-4ea2-bace-55526cb8587b","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/passenger-records/:pnr/price-quotes/:pq_number?pcc=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","passenger-records",":pnr","price-quotes",":pq_number"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"key":"pnr","value":"string"},{"key":"pq_number","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": {\n    \"components\": [\n      {\n        \"bulk_ticket\": true,\n        \"currency\": \"string\",\n        \"inclusive_tour\": true,\n        \"value\": 8077.900469883608\n      },\n      {\n        \"bulk_ticket\": true,\n        \"currency\": \"string\",\n        \"inclusive_tour\": true,\n        \"value\": 6275.230898628001\n      }\n    ],\n    \"directions\": [\n      {\n        \"airline_code\": \"string\",\n        \"departure_date\": \"1978-06-18T18:17:36.745Z\",\n        \"destination_airport_code\": \"string\",\n        \"destination_city_code\": \"string\",\n        \"fare_amount\": {\n          \"bulk_ticket\": false,\n          \"currency\": \"string\",\n          \"inclusive_tour\": true,\n          \"value\": 3778.845260926922\n        },\n        \"fare_basis_codes\": [\n          \"string\",\n          \"string\"\n        ],\n        \"open\": true,\n        \"origin_airport_code\": \"string\",\n        \"origin_city_code\": \"string\",\n        \"penalties\": [\n          {\n            \"cancellation_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": false,\n                \"currency\": \"string\",\n                \"inclusive_tour\": true,\n                \"value\": 3900.337840211474\n              },\n              \"is_non_refundable\": false,\n              \"percentage\": 1650.6500270128631,\n              \"text\": \"string\"\n            },\n            \"change_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": true,\n                \"currency\": \"string\",\n                \"inclusive_tour\": true,\n                \"value\": 2264.865307252293\n              },\n              \"is_non_refundable\": false,\n              \"percentage\": 3181.043902415903,\n              \"text\": \"string\"\n            },\n            \"emergency_rules\": \"string\",\n            \"general_rule\": \"string\",\n            \"raw_text\": \"string\"\n          },\n          {\n            \"cancellation_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": true,\n                \"currency\": \"string\",\n                \"inclusive_tour\": false,\n                \"value\": 7836.67071727697\n              },\n              \"is_non_refundable\": true,\n              \"percentage\": 4182.1872792392915,\n              \"text\": \"string\"\n            },\n            \"change_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": true,\n                \"currency\": \"string\",\n                \"inclusive_tour\": true,\n                \"value\": 7278.367097471643\n              },\n              \"is_non_refundable\": false,\n              \"percentage\": 9808.982323869837,\n              \"text\": \"string\"\n            },\n            \"emergency_rules\": \"string\",\n            \"general_rule\": \"string\",\n            \"raw_text\": \"string\"\n          }\n        ],\n        \"segment_indices\": [\n          3766,\n          1137\n        ],\n        \"stopovers\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"airline_code\": \"string\",\n        \"departure_date\": \"1963-05-14T11:17:51.541Z\",\n        \"destination_airport_code\": \"string\",\n        \"destination_city_code\": \"string\",\n        \"fare_amount\": {\n          \"bulk_ticket\": true,\n          \"currency\": \"string\",\n          \"inclusive_tour\": true,\n          \"value\": 8110.423717629447\n        },\n        \"fare_basis_codes\": [\n          \"string\",\n          \"string\"\n        ],\n        \"open\": true,\n        \"origin_airport_code\": \"string\",\n        \"origin_city_code\": \"string\",\n        \"penalties\": [\n          {\n            \"cancellation_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": false,\n                \"currency\": \"string\",\n                \"inclusive_tour\": false,\n                \"value\": 4456.403589131844\n              },\n              \"is_non_refundable\": true,\n              \"percentage\": 7073.960270719102,\n              \"text\": \"string\"\n            },\n            \"change_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": false,\n                \"currency\": \"string\",\n                \"inclusive_tour\": false,\n                \"value\": 5592.1669981313025\n              },\n              \"is_non_refundable\": false,\n              \"percentage\": 8881.597534182421,\n              \"text\": \"string\"\n            },\n            \"emergency_rules\": \"string\",\n            \"general_rule\": \"string\",\n            \"raw_text\": \"string\"\n          },\n          {\n            \"cancellation_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": true,\n                \"currency\": \"string\",\n                \"inclusive_tour\": false,\n                \"value\": 5541.674240345984\n              },\n              \"is_non_refundable\": false,\n              \"percentage\": 1693.9712347562552,\n              \"text\": \"string\"\n            },\n            \"change_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": true,\n                \"currency\": \"string\",\n                \"inclusive_tour\": true,\n                \"value\": 7246.658301127096\n              },\n              \"is_non_refundable\": false,\n              \"percentage\": 9494.523969701973,\n              \"text\": \"string\"\n            },\n            \"emergency_rules\": \"string\",\n            \"general_rule\": \"string\",\n            \"raw_text\": \"string\"\n          }\n        ],\n        \"segment_indices\": [\n          7121,\n          1530\n        ],\n        \"stopovers\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ],\n    \"fare_amount\": {\n      \"bulk_ticket\": true,\n      \"currency\": \"string\",\n      \"inclusive_tour\": false,\n      \"value\": 5542.0847442025315\n    }\n  },\n  \"raw_price_record\": \"string\"\n}"}],"_postman_id":"55900003-9d3c-4ff6-a15f-6b4fb82f18da"},{"name":"DescribePricingQuoteValidatingCarrier","id":"87ba8d16-0063-462b-96c5-47e7dfd0319e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/passenger-records/:pnr/pricing-quote-carrier?pcc=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","passenger-records",":pnr","pricing-quote-carrier"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"pnr"}]}},"response":[{"id":"afdc890f-dea6-4352-ad25-b5472cdfb91e","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/passenger-records/:pnr/pricing-quote-carrier?pcc=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","passenger-records",":pnr","pricing-quote-carrier"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"key":"pnr","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"airline_code\": \"string\",\n  \"price_quote_index\": 101\n}"}],"_postman_id":"87ba8d16-0063-462b-96c5-47e7dfd0319e"},{"name":"DescribeTicketPriceRecord","id":"d7630b06-2970-483c-858e-ec02d4bf4b49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/passenger-records/:pnr/ticket-price-record?pcc=string&ticket_index=9202&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","passenger-records",":pnr","ticket-price-record"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"ticket_index","value":"9202"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"pnr"}]}},"response":[{"id":"46614340-62d3-41f7-b1ee-48afbf870dd8","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/passenger-records/:pnr/ticket-price-record?pcc=string&ticket_index=9202&process_id=string","host":["https://api.acai.travel"],"path":["gds","passenger-records",":pnr","ticket-price-record"],"query":[{"key":"pcc","value":"string"},{"key":"ticket_index","value":"9202"},{"key":"process_id","value":"string"}],"variable":[{"key":"pnr","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"qualifiers\": {\n    \"account_code\": \"string\",\n    \"corporate_id\": \"string\",\n    \"passenger_type\": \"string\",\n    \"qualifier_suffix\": \"string\",\n    \"snap_code\": \"string\"\n  },\n  \"raw_price_record_text\": \"string\"\n}"}],"_postman_id":"d7630b06-2970-483c-858e-ec02d4bf4b49"},{"name":"ListPassengerRecordTickets","id":"e3015b21-1a52-4135-825b-f69fef60ba62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/passenger-records/:pnr/tickets?pcc=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","passenger-records",":pnr","tickets"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"pnr"}]}},"response":[{"id":"6f63c476-33a9-46a6-b672-434ba173943c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/passenger-records/:pnr/tickets?pcc=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","passenger-records",":pnr","tickets"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"key":"pnr","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tickets\": [\n    {\n      \"associated_emd\": [\n        \"string\",\n        \"string\"\n      ],\n      \"commission_amount\": 7804.306712897002,\n      \"commission_amount_on_penalty\": 2570.1577484096806,\n      \"coupons\": [\n        {\n          \"airline\": \"string\",\n          \"baggage_allowance\": \"string\",\n          \"booking_class\": \"string\",\n          \"date_time\": \"2022-04-08T12:46:31.915Z\",\n          \"destination\": \"string\",\n          \"fare_basis_code\": \"string\",\n          \"flight_number\": \"string\",\n          \"not_valid_after\": \"1948-02-17T16:56:38.234Z\",\n          \"not_valid_before\": \"1980-04-24T10:23:32.453Z\",\n          \"number\": \"string\",\n          \"origin\": \"string\",\n          \"state\": \"string\",\n          \"status\": \"string\"\n        },\n        {\n          \"airline\": \"string\",\n          \"baggage_allowance\": \"string\",\n          \"booking_class\": \"string\",\n          \"date_time\": \"1998-12-28T04:58:08.542Z\",\n          \"destination\": \"string\",\n          \"fare_basis_code\": \"string\",\n          \"flight_number\": \"string\",\n          \"not_valid_after\": \"1970-11-13T13:42:56.792Z\",\n          \"not_valid_before\": \"2024-05-09T21:15:21.458Z\",\n          \"number\": \"string\",\n          \"origin\": \"string\",\n          \"state\": \"string\",\n          \"status\": \"string\"\n        }\n      ],\n      \"customer_number\": \"string\",\n      \"endorsement\": \"string\",\n      \"equivalent_fare_paid\": {\n        \"bulk_ticket\": false,\n        \"currency\": \"string\",\n        \"inclusive_tour\": true,\n        \"value\": 9126.454948937147\n      },\n      \"error_message\": \"string\",\n      \"exchange_ticket\": {\n        \"fef\": \"string\",\n        \"iata_agency_number\": \"string\",\n        \"issued_at\": \"1998-07-24T15:16:54.091Z\",\n        \"ticket_number\": \"string\"\n      },\n      \"fare_amount\": {\n        \"bulk_ticket\": true,\n        \"currency\": \"string\",\n        \"inclusive_tour\": false,\n        \"value\": 6856.866797375085\n      },\n      \"fare_calculation\": \"string\",\n      \"fare_type\": \"string\",\n      \"frequent_flyer_number\": \"string\",\n      \"iata_agency_number\": \"string\",\n      \"invoice_number\": \"string\",\n      \"issue_date\": \"2008-03-12T00:38:59.574Z\",\n      \"net_fare_indicator\": \"string\",\n      \"original_ticket\": {\n        \"fef\": \"string\",\n        \"iata_agency_number\": \"string\",\n        \"issued_at\": \"2007-11-04T23:26:59.682Z\",\n        \"ticket_number\": \"string\"\n      },\n      \"passenger_name\": \"string\",\n      \"passenger_reference\": \"string\",\n      \"payment_control_indicator\": \"string\",\n      \"payments\": [\n        {\n          \"content\": \"string\",\n          \"number\": 139\n        },\n        {\n          \"content\": \"string\",\n          \"number\": 2031\n        }\n      ],\n      \"pcc\": \"string\",\n      \"settlement_authorization\": \"string\",\n      \"taxes\": [\n        {\n          \"amount\": 1522.2145760489768,\n          \"code\": \"string\"\n        },\n        {\n          \"amount\": 7921.846562274443,\n          \"code\": \"string\"\n        }\n      ],\n      \"ticket_number\": \"string\",\n      \"ticket_status\": \"OPEN_FULLY_UNUSED\",\n      \"ticketed_fare\": \"string\",\n      \"total_amount\": {\n        \"bulk_ticket\": true,\n        \"currency\": \"string\",\n        \"inclusive_tour\": false,\n        \"value\": 4439.467320086829\n      },\n      \"tour_id\": \"string\",\n      \"validating_carrier\": \"string\"\n    },\n    {\n      \"associated_emd\": [\n        \"string\",\n        \"string\"\n      ],\n      \"commission_amount\": 6003.78987751448,\n      \"commission_amount_on_penalty\": 4202.209780110913,\n      \"coupons\": [\n        {\n          \"airline\": \"string\",\n          \"baggage_allowance\": \"string\",\n          \"booking_class\": \"string\",\n          \"date_time\": \"1982-05-01T13:51:44.689Z\",\n          \"destination\": \"string\",\n          \"fare_basis_code\": \"string\",\n          \"flight_number\": \"string\",\n          \"not_valid_after\": \"2024-12-19T00:26:47.375Z\",\n          \"not_valid_before\": \"1989-03-12T03:25:06.669Z\",\n          \"number\": \"string\",\n          \"origin\": \"string\",\n          \"state\": \"string\",\n          \"status\": \"string\"\n        },\n        {\n          \"airline\": \"string\",\n          \"baggage_allowance\": \"string\",\n          \"booking_class\": \"string\",\n          \"date_time\": \"1970-04-07T01:36:12.244Z\",\n          \"destination\": \"string\",\n          \"fare_basis_code\": \"string\",\n          \"flight_number\": \"string\",\n          \"not_valid_after\": \"1985-06-06T12:45:47.835Z\",\n          \"not_valid_before\": \"2000-05-15T15:46:35.868Z\",\n          \"number\": \"string\",\n          \"origin\": \"string\",\n          \"state\": \"string\",\n          \"status\": \"string\"\n        }\n      ],\n      \"customer_number\": \"string\",\n      \"endorsement\": \"string\",\n      \"equivalent_fare_paid\": {\n        \"bulk_ticket\": true,\n        \"currency\": \"string\",\n        \"inclusive_tour\": false,\n        \"value\": 4187.400334692795\n      },\n      \"error_message\": \"string\",\n      \"exchange_ticket\": {\n        \"fef\": \"string\",\n        \"iata_agency_number\": \"string\",\n        \"issued_at\": \"1962-11-14T06:32:37.762Z\",\n        \"ticket_number\": \"string\"\n      },\n      \"fare_amount\": {\n        \"bulk_ticket\": false,\n        \"currency\": \"string\",\n        \"inclusive_tour\": false,\n        \"value\": 4181.178342505714\n      },\n      \"fare_calculation\": \"string\",\n      \"fare_type\": \"string\",\n      \"frequent_flyer_number\": \"string\",\n      \"iata_agency_number\": \"string\",\n      \"invoice_number\": \"string\",\n      \"issue_date\": \"2003-04-01T09:44:37.950Z\",\n      \"net_fare_indicator\": \"string\",\n      \"original_ticket\": {\n        \"fef\": \"string\",\n        \"iata_agency_number\": \"string\",\n        \"issued_at\": \"1979-05-01T11:09:01.858Z\",\n        \"ticket_number\": \"string\"\n      },\n      \"passenger_name\": \"string\",\n      \"passenger_reference\": \"string\",\n      \"payment_control_indicator\": \"string\",\n      \"payments\": [\n        {\n          \"content\": \"string\",\n          \"number\": 1095\n        },\n        {\n          \"content\": \"string\",\n          \"number\": 5571\n        }\n      ],\n      \"pcc\": \"string\",\n      \"settlement_authorization\": \"string\",\n      \"taxes\": [\n        {\n          \"amount\": 102.11474032751244,\n          \"code\": \"string\"\n        },\n        {\n          \"amount\": 2345.5835047409623,\n          \"code\": \"string\"\n        }\n      ],\n      \"ticket_number\": \"string\",\n      \"ticket_status\": \"OPEN_FULLY_UNUSED\",\n      \"ticketed_fare\": \"string\",\n      \"total_amount\": {\n        \"bulk_ticket\": false,\n        \"currency\": \"string\",\n        \"inclusive_tour\": false,\n        \"value\": 6304.102683785344\n      },\n      \"tour_id\": \"string\",\n      \"validating_carrier\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"e3015b21-1a52-4135-825b-f69fef60ba62"},{"name":"DescribeVoidEligibility","id":"928f1bd1-ee78-4c13-a630-122f09d8e542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/passenger-records/:pnr/void-eligibility?pcc=string&city_code=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","passenger-records",":pnr","void-eligibility"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"city_code","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"pnr"}]}},"response":[{"id":"b17db9db-db4a-4d77-8f7a-30e53e1563eb","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/passenger-records/:pnr/void-eligibility?pcc=string&city_code=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","passenger-records",":pnr","void-eligibility"],"query":[{"key":"pcc","value":"string"},{"key":"city_code","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"key":"pnr","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"voiding_info\": {\n    \"is_arc\": false,\n    \"timezone\": \"string\",\n    \"void_deadline\": \"1953-12-06T22:19:12.397Z\"\n  }\n}"}],"_postman_id":"928f1bd1-ee78-4c13-a630-122f09d8e542"},{"name":"QuoteExchange","id":"f421db56-3017-4c8a-a822-c886810bcefd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"new_flight_numbers\": {\n    \"booking_class\": \"string\",\n    \"departure_time\": \"string\",\n    \"departure_timestamp\": \"2015-05-20T03:02:05.753Z\",\n    \"destination\": \"string\",\n    \"flights\": [\n      {\n        \"airline\": \"string\",\n        \"flight_number\": \"string\"\n      },\n      {\n        \"airline\": \"string\",\n        \"flight_number\": \"string\"\n      }\n    ],\n    \"origin\": \"string\"\n  },\n  \"new_itinerary\": {\n    \"segments\": [\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"2002-05-04T20:36:50.284Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      },\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"2013-11-24T11:43:46.436Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      }\n    ]\n  },\n  \"original_itinerary\": {\n    \"segments\": [\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"1968-02-20T08:16:03.013Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      },\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"1980-10-06T12:58:58.443Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      }\n    ]\n  },\n  \"pcc\": \"string\",\n  \"pnr\": \"string\",\n  \"process_id\": \"string\",\n  \"waiver_info\": {\n    \"carrier\": \"string\",\n    \"code\": \"string\",\n    \"field\": \"WAIVER_CODE\",\n    \"remarks\": \"string\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/:tenant/gds/quote-exchange","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","quote-exchange"],"host":["https://api.acai.travel"],"query":[],"variable":[{"type":"any","value":"","key":"tenant"}]}},"response":[{"id":"f76c8783-02e4-45b7-b912-9e360f9279cd","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"new_flight_numbers\": {\n    \"booking_class\": \"string\",\n    \"departure_time\": \"string\",\n    \"departure_timestamp\": \"2015-05-20T03:02:05.753Z\",\n    \"destination\": \"string\",\n    \"flights\": [\n      {\n        \"airline\": \"string\",\n        \"flight_number\": \"string\"\n      },\n      {\n        \"airline\": \"string\",\n        \"flight_number\": \"string\"\n      }\n    ],\n    \"origin\": \"string\"\n  },\n  \"new_itinerary\": {\n    \"segments\": [\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"2002-05-04T20:36:50.284Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      },\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"2013-11-24T11:43:46.436Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      }\n    ]\n  },\n  \"original_itinerary\": {\n    \"segments\": [\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"1968-02-20T08:16:03.013Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      },\n      {\n        \"airline\": \"string\",\n        \"booking_class\": \"string\",\n        \"departure_time\": \"string\",\n        \"departure_timestamp\": \"1980-10-06T12:58:58.443Z\",\n        \"destination\": \"string\",\n        \"flight_number\": \"string\",\n        \"origin\": \"string\"\n      }\n    ]\n  },\n  \"pcc\": \"string\",\n  \"pnr\": \"string\",\n  \"process_id\": \"string\",\n  \"waiver_info\": {\n    \"carrier\": \"string\",\n    \"code\": \"string\",\n    \"field\": \"WAIVER_CODE\",\n    \"remarks\": \"string\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.acai.travel/gds/quote-exchange"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quotes\": [\n    {\n      \"grand_total\": {\n        \"amount\": 4133.079828132824,\n        \"amount_cents\": 3906,\n        \"currency_code\": \"string\"\n      },\n      \"new_base_fare\": {\n        \"amount\": 8729.592423004453,\n        \"amount_cents\": 5210,\n        \"currency_code\": \"string\"\n      },\n      \"new_tax\": {\n        \"amount\": 6759.70775496719,\n        \"amount_cents\": 6125,\n        \"currency_code\": \"string\"\n      },\n      \"old_base_fare\": {\n        \"amount\": 6186.592974156948,\n        \"amount_cents\": 4197,\n        \"currency_code\": \"string\"\n      },\n      \"old_tax\": {\n        \"amount\": 2588.556167086158,\n        \"amount_cents\": 9159,\n        \"currency_code\": \"string\"\n      },\n      \"passenger\": {\n        \"first_name\": \"string\",\n        \"index\": \"string\",\n        \"last_name\": \"string\",\n        \"reference\": \"string\"\n      },\n      \"penalty\": {\n        \"amount\": 2854.1851910111313,\n        \"amount_cents\": 9870,\n        \"currency_code\": \"string\"\n      },\n      \"residual_value\": {\n        \"amount\": 8027.225573648171,\n        \"amount_cents\": 8586,\n        \"currency_code\": \"string\"\n      },\n      \"tax_balance\": {\n        \"amount\": 1897.001415433861,\n        \"amount_cents\": 6251,\n        \"currency_code\": \"string\"\n      },\n      \"ticket_difference\": {\n        \"amount\": 6012.486469394978,\n        \"amount_cents\": 9266,\n        \"currency_code\": \"string\"\n      },\n      \"total_add_collect\": {\n        \"amount\": 9697.96438023167,\n        \"amount_cents\": 1047,\n        \"currency_code\": \"string\"\n      }\n    },\n    {\n      \"grand_total\": {\n        \"amount\": 906.7476651648643,\n        \"amount_cents\": 704,\n        \"currency_code\": \"string\"\n      },\n      \"new_base_fare\": {\n        \"amount\": 3871.623108083071,\n        \"amount_cents\": 9912,\n        \"currency_code\": \"string\"\n      },\n      \"new_tax\": {\n        \"amount\": 7656.6695344566415,\n        \"amount_cents\": 4544,\n        \"currency_code\": \"string\"\n      },\n      \"old_base_fare\": {\n        \"amount\": 1046.818083123946,\n        \"amount_cents\": 3532,\n        \"currency_code\": \"string\"\n      },\n      \"old_tax\": {\n        \"amount\": 4109.934785451972,\n        \"amount_cents\": 4965,\n        \"currency_code\": \"string\"\n      },\n      \"passenger\": {\n        \"first_name\": \"string\",\n        \"index\": \"string\",\n        \"last_name\": \"string\",\n        \"reference\": \"string\"\n      },\n      \"penalty\": {\n        \"amount\": 3920.3077492371262,\n        \"amount_cents\": 8499,\n        \"currency_code\": \"string\"\n      },\n      \"residual_value\": {\n        \"amount\": 5730.691128506169,\n        \"amount_cents\": 5754,\n        \"currency_code\": \"string\"\n      },\n      \"tax_balance\": {\n        \"amount\": 5754.855432082953,\n        \"amount_cents\": 3556,\n        \"currency_code\": \"string\"\n      },\n      \"ticket_difference\": {\n        \"amount\": 8483.710324692129,\n        \"amount_cents\": 4961,\n        \"currency_code\": \"string\"\n      },\n      \"total_add_collect\": {\n        \"amount\": 7971.392066631258,\n        \"amount_cents\": 5797,\n        \"currency_code\": \"string\"\n      }\n    }\n  ],\n  \"total_add_collect\": {\n    \"amount\": 9428.740783223388,\n    \"amount_cents\": 216,\n    \"currency_code\": \"string\"\n  },\n  \"total_grand_total\": {\n    \"amount\": 7650.730829374648,\n    \"amount_cents\": 5608,\n    \"currency_code\": \"string\"\n  },\n  \"total_penalty\": {\n    \"amount\": 8088.0651682479665,\n    \"amount_cents\": 548,\n    \"currency_code\": \"string\"\n  },\n  \"total_residual_value\": {\n    \"amount\": 9745.97929679527,\n    \"amount_cents\": 1305,\n    \"currency_code\": \"string\"\n  }\n}"}],"_postman_id":"f421db56-3017-4c8a-a822-c886810bcefd"},{"name":"DescribeTicketValidatingCarrier","id":"769d2f73-84a8-4b66-b578-c78561d901c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/tickets/:ticket_number/carrier?pnr=string&pcc=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","tickets",":ticket_number","carrier"],"host":["https://api.acai.travel"],"query":[{"key":"pnr","value":"string"},{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"ticket_number"}]}},"response":[{"id":"68af8b67-97f8-47cc-bf6f-4239a6c94305","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/tickets/:ticket_number/carrier?pnr=string&pcc=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","tickets",":ticket_number","carrier"],"query":[{"key":"pnr","value":"string"},{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"key":"ticket_number","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"airline_code\": \"string\",\n  \"airline_name\": \"string\",\n  \"plate_number\": \"string\"\n}"}],"_postman_id":"769d2f73-84a8-4b66-b578-c78561d901c0"},{"name":"DescribeTicketExchangeChain","id":"e53e8ed0-8b41-4d65-b28c-d367df5f515a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/tickets/:ticket_number/exchange-chain?pcc=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","tickets",":ticket_number","exchange-chain"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"ticket_number"}]}},"response":[{"id":"0186bfea-b833-42d5-8870-c552a0dcb2f7","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/tickets/:ticket_number/exchange-chain?pcc=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","tickets",":ticket_number","exchange-chain"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"key":"ticket_number","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"exchange_tickets\": [\n    {\n      \"base_fare\": {\n        \"bulk_ticket\": true,\n        \"currency\": \"string\",\n        \"inclusive_tour\": true,\n        \"value\": 777.0464108976615\n      },\n      \"exchanged_from_ticket_number\": \"string\",\n      \"issue_date\": \"1988-10-02T01:17:55.707Z\",\n      \"tax\": {\n        \"bulk_ticket\": false,\n        \"currency\": \"string\",\n        \"inclusive_tour\": true,\n        \"value\": 2856.42845275742\n      },\n      \"ticket_number\": \"string\",\n      \"total_fare\": {\n        \"bulk_ticket\": false,\n        \"currency\": \"string\",\n        \"inclusive_tour\": true,\n        \"value\": 5157.785620665769\n      }\n    },\n    {\n      \"base_fare\": {\n        \"bulk_ticket\": true,\n        \"currency\": \"string\",\n        \"inclusive_tour\": true,\n        \"value\": 2035.1375605023447\n      },\n      \"exchanged_from_ticket_number\": \"string\",\n      \"issue_date\": \"1996-07-11T02:20:37.950Z\",\n      \"tax\": {\n        \"bulk_ticket\": true,\n        \"currency\": \"string\",\n        \"inclusive_tour\": true,\n        \"value\": 7652.680066946859\n      },\n      \"ticket_number\": \"string\",\n      \"total_fare\": {\n        \"bulk_ticket\": false,\n        \"currency\": \"string\",\n        \"inclusive_tour\": true,\n        \"value\": 8242.78469677467\n      }\n    }\n  ]\n}"}],"_postman_id":"e53e8ed0-8b41-4d65-b28c-d367df5f515a"},{"name":"DescribeTicketRecord","id":"5fd1db39-0997-4011-97c0-850f3525ccf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.acai.travel/:tenant/gds/tickets/:ticket_number/record?pcc=string&process_id=string","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}},"urlObject":{"path":[":tenant","gds","tickets",":ticket_number","record"],"host":["https://api.acai.travel"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"type":"any","value":"","key":"tenant"},{"type":"any","value":"string","key":"ticket_number"}]}},"response":[{"id":"424b803e-fcf1-435d-8aee-a4319dcb03dc","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-Key","value":"<API Key>"}],"url":{"raw":"https://api.acai.travel/gds/tickets/:ticket_number/record?pcc=string&process_id=string","host":["https://api.acai.travel"],"path":["gds","tickets",":ticket_number","record"],"query":[{"key":"pcc","value":"string"},{"key":"process_id","value":"string"}],"variable":[{"key":"ticket_number","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ticket\": {\n    \"base_fare\": {\n      \"bulk_ticket\": true,\n      \"currency\": \"string\",\n      \"inclusive_tour\": false,\n      \"value\": 2641.3735599682295\n    },\n    \"corporate_code\": \"string\",\n    \"coupons\": [\n      {\n        \"airline_code\": \"string\",\n        \"arrival_date\": \"1965-05-16T01:39:00.967Z\",\n        \"booking_class\": \"string\",\n        \"departure_date\": \"1964-11-13T22:21:16.345Z\",\n        \"destination\": \"string\",\n        \"fare_basis_code\": \"string\",\n        \"flight_number\": \"string\",\n        \"number\": 3089,\n        \"origin\": \"string\",\n        \"segment_index\": 7663,\n        \"status\": \"STATUS_OPEN\"\n      },\n      {\n        \"airline_code\": \"string\",\n        \"arrival_date\": \"1980-11-23T16:20:26.018Z\",\n        \"booking_class\": \"string\",\n        \"departure_date\": \"1969-05-03T06:29:32.400Z\",\n        \"destination\": \"string\",\n        \"fare_basis_code\": \"string\",\n        \"flight_number\": \"string\",\n        \"number\": 5142,\n        \"origin\": \"string\",\n        \"segment_index\": 9794,\n        \"status\": \"STATUS_OPEN\"\n      }\n    ],\n    \"directions\": [\n      {\n        \"airline_code\": \"string\",\n        \"departure_date\": \"1969-09-07T09:47:06.798Z\",\n        \"destination_airport_code\": \"string\",\n        \"destination_city_code\": \"string\",\n        \"fare_amount\": {\n          \"bulk_ticket\": true,\n          \"currency\": \"string\",\n          \"inclusive_tour\": true,\n          \"value\": 1489.6657723410356\n        },\n        \"fare_basis_codes\": [\n          \"string\",\n          \"string\"\n        ],\n        \"open\": true,\n        \"origin_airport_code\": \"string\",\n        \"origin_city_code\": \"string\",\n        \"penalties\": [\n          {\n            \"cancellation_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": true,\n                \"currency\": \"string\",\n                \"inclusive_tour\": false,\n                \"value\": 985.3621452966532\n              },\n              \"is_non_refundable\": true,\n              \"percentage\": 9177.617972664499,\n              \"text\": \"string\"\n            },\n            \"change_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": true,\n                \"currency\": \"string\",\n                \"inclusive_tour\": true,\n                \"value\": 4285.143330195718\n              },\n              \"is_non_refundable\": false,\n              \"percentage\": 8186.947023851636,\n              \"text\": \"string\"\n            },\n            \"emergency_rules\": \"string\",\n            \"general_rule\": \"string\",\n            \"raw_text\": \"string\"\n          },\n          {\n            \"cancellation_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": true,\n                \"currency\": \"string\",\n                \"inclusive_tour\": true,\n                \"value\": 6766.70054209932\n              },\n              \"is_non_refundable\": false,\n              \"percentage\": 1800.8563905541175,\n              \"text\": \"string\"\n            },\n            \"change_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": true,\n                \"currency\": \"string\",\n                \"inclusive_tour\": false,\n                \"value\": 9223.804953846284\n              },\n              \"is_non_refundable\": true,\n              \"percentage\": 6193.410558656274,\n              \"text\": \"string\"\n            },\n            \"emergency_rules\": \"string\",\n            \"general_rule\": \"string\",\n            \"raw_text\": \"string\"\n          }\n        ],\n        \"segment_indices\": [\n          1238,\n          2131\n        ],\n        \"stopovers\": [\n          \"string\",\n          \"string\"\n        ]\n      },\n      {\n        \"airline_code\": \"string\",\n        \"departure_date\": \"1978-11-18T10:34:32.530Z\",\n        \"destination_airport_code\": \"string\",\n        \"destination_city_code\": \"string\",\n        \"fare_amount\": {\n          \"bulk_ticket\": false,\n          \"currency\": \"string\",\n          \"inclusive_tour\": true,\n          \"value\": 8169.775174003413\n        },\n        \"fare_basis_codes\": [\n          \"string\",\n          \"string\"\n        ],\n        \"open\": true,\n        \"origin_airport_code\": \"string\",\n        \"origin_city_code\": \"string\",\n        \"penalties\": [\n          {\n            \"cancellation_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": true,\n                \"currency\": \"string\",\n                \"inclusive_tour\": true,\n                \"value\": 3854.310863203907\n              },\n              \"is_non_refundable\": false,\n              \"percentage\": 3449.9391056128716,\n              \"text\": \"string\"\n            },\n            \"change_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": false,\n                \"currency\": \"string\",\n                \"inclusive_tour\": false,\n                \"value\": 9524.274338853058\n              },\n              \"is_non_refundable\": true,\n              \"percentage\": 7995.667285902259,\n              \"text\": \"string\"\n            },\n            \"emergency_rules\": \"string\",\n            \"general_rule\": \"string\",\n            \"raw_text\": \"string\"\n          },\n          {\n            \"cancellation_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": true,\n                \"currency\": \"string\",\n                \"inclusive_tour\": false,\n                \"value\": 2768.578975976834\n              },\n              \"is_non_refundable\": false,\n              \"percentage\": 9.461001776276401,\n              \"text\": \"string\"\n            },\n            \"change_penalty\": {\n              \"amount\": {\n                \"bulk_ticket\": true,\n                \"currency\": \"string\",\n                \"inclusive_tour\": true,\n                \"value\": 9651.117679440917\n              },\n              \"is_non_refundable\": true,\n              \"percentage\": 1562.8884611833116,\n              \"text\": \"string\"\n            },\n            \"emergency_rules\": \"string\",\n            \"general_rule\": \"string\",\n            \"raw_text\": \"string\"\n          }\n        ],\n        \"segment_indices\": [\n          9482,\n          2683\n        ],\n        \"stopovers\": [\n          \"string\",\n          \"string\"\n        ]\n      }\n    ],\n    \"endorsement\": \"string\",\n    \"exchanged_from_ticket_number\": \"string\",\n    \"is_bt_fare\": false,\n    \"is_private_fare\": false,\n    \"issue_date\": \"2004-02-22T14:51:29.860Z\",\n    \"passenger\": {\n      \"name\": \"string\",\n      \"type\": \"string\"\n    },\n    \"pq_number\": 2059,\n    \"tax\": {\n      \"bulk_ticket\": true,\n      \"currency\": \"string\",\n      \"inclusive_tour\": true,\n      \"value\": 6471.264018829715\n    },\n    \"ticket_number\": \"string\",\n    \"total_fare\": {\n      \"bulk_ticket\": false,\n      \"currency\": \"string\",\n      \"inclusive_tour\": false,\n      \"value\": 4799.059031990347\n    },\n    \"validating_carrier\": \"string\"\n  }\n}"}],"_postman_id":"5fd1db39-0997-4011-97c0-850f3525ccf0"}],"id":"43e3070e-c582-4292-992d-6273f063e67c","_postman_id":"43e3070e-c582-4292-992d-6273f063e67c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]},"isInherited":true,"source":{"_postman_id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","id":"5ffc872b-53fb-4333-8bcd-26f8dc4f0fb5","name":"Acai API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{acai_api_key}}"}]}},"event":[{"listen":"prerequest","script":{"id":"6bfd90dd-f9bf-4eea-b5d0-b1100adecfdc","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"e18acbd1-5067-45af-ba2c-ce7888fce6f7","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"acai_api_url","value":"https://api.acai.travel"},{"key":"baseUrl","value":"https://api.acai.travel"},{"key":"tenant","value":""},{"key":"apiKey","value":"","disabled":true}]}