{"info":{"_postman_id":"fd262b01-522c-4e7c-8d94-9d82eaf3da17","name":"Memo Manager  CustomDomain","description":"<html><head></head><body><h1 id=\"home\">Home</h1>\n<p>ARC’s Memo Manager API enables the user to submit a query on airline-issued debit memos, credit memos and recall commission memos. The current phase of the Memo Manager API allows the user to <a href=\"https://www.postman.com/arccorp/workspace/settlement-public-apis/request/9012210-8239465d-9037-44d1-b7a3-9191b1135bdc?ctx=documentation\">search</a> for a list of memo numbers, retrieve <a href=\"https://www.postman.com/arccorp/workspace/settlement-public-apis/request/9012210-63d50839-899d-4b01-be2c-43e2217b2f9a?ctx=documentation\">memo details</a> for specified memos, and download <a href=\"https://www.postman.com/arccorp/workspace/settlement-public-apis/request/9012210-21c585e4-3de5-4a3d-a7c9-4057fbfcb34d?ctx=documentation\">attachments</a>, and <a href=\"https://www.postman.com/arccorp/workspace/settlement-public-apis/request/9012210-51916ed4-32e5-487b-a222-3f8553acfade?ctx=documentation\">pay</a> memos.</p>\n<p>To assist you with set up and testing of API functionality, a mocking service is available. To access data in either the sandbox environment or production, authentication is required. Request access online or contact your designated ARC Sales Representative for more information.</p>\n<p>Subscribe to <a href=\"https://arccorp.statusdashboard.com/\">ARC’s Status Dashboard</a> to be informed of the status of any ARC service including APIs.</p>\n<p>For technical or product support, please contact ARC at <a href=\"https://mailto:apihelp@arccorp.com\">apihelp@arccorp.com</a>.</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p><strong>Learning About ARC's APIs</strong></p>\n<p>Information about ARC’s APIs can be found here on the ARC API Portal.</p>\n<p>To access sandbox or production data, you must first request access.</p>\n<p><strong>Requesting Access</strong></p>\n<p>In an email request to <a href=\"https://mailto:apihelp@arccorp.com\">apihelp@arccorp.com</a>, please supply the following:</p>\n<ul>\n<li><p>Your Agency/HOL or Airline Number or GDS Identification</p>\n</li>\n<li><p>Email address to securely send the API credentials.</p>\n</li>\n<li><p>Requested Environment: UAT or PROD</p>\n</li>\n<li><p>Source (your outbound) internet addresses in <a href=\"https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing\">CIDR Notation</a> e.g. <a href=\"http://secure-web.cisco.com/1GXDLmwe9Oz0JyBlEWB3--j0rciLIi3PiFPLdZXB4jP8ZKVrF8-g8Bi3nVrBWeBYBbo_-gelJH0Fy-3bvEgsZsH77AmnS7ajFf2cPIl9Hpi4-hsyROEcj6UO76g3yqrMDtzl7PkmyVCZCZ2oXNOxaL_ct51dMphnpBU1E1RJGlWbiAVJyl-1l7EX2f05mJRUaTLFs-ZoJnk5D_63HvR9ojxGJJ8dpGBpSDSiAnTHQHl4EIwBKWEfs_oyUqx3WJ1ksjhUsfUUW5lsr_623sBb-wB2z1BM7Z9GvETHly3IhjRb0mzzWIwpPQztN2UcVw4hNPQyIEDbv6r-BcRumpRHSfQ/http%3A%2F%2F150.5.0.0%2F16\">150.5.0.0/16</a></p>\n</li>\n</ul>\n<p><strong>Authentication Requirements</strong></p>\n<p>Authentication is required to access ARC’s APIs in sandbox and production environments. ARC uses OAuth2.0, an industry-standard protocol, to authenticate users. Once ARC has granted you access to an API and you have received an approval email, you must obtain an OAuth2.0 bearer token.</p>\n<p>To receive your bearer token:</p>\n<ol>\n<li><p>Acquire your client ID and client secret from My Applications</p>\n</li>\n<li><p>Post: <a href=\"https://myarc.okta.com/oauth2/ause2fx17D7uPsznb356/v1/token\">https://myarc.okta.com/oauth2/ause2fx17D7uPsznb356/v1/token</a></p>\n</li>\n<li><p>Provide the following in your request to receive your bearer token. Then use your bearer token in the “Authorization” header to submit requests to the API.</p>\n</li>\n</ol>\n<ul>\n<li><p>grant_type = client_credentials</p>\n</li>\n<li><p>scope = memos_api</p>\n</li>\n</ul>\n<p><strong>Accessing ARC's APIs</strong></p>\n<p>Once ARC has granted API access, you will have full access to the selected API instance. To use the API, enter your client ID and client secret to programmatically obtain a bearer token, which can then be sent to make API client calls.</p>\n<h1 id=\"release-notes\">Release Notes</h1>\n<p><strong>2023-10-29</strong></p>\n<ul>\n<li><p>Migrating API away from Mulesoft Platform.</p>\n</li>\n<li><p>Enhanced security to restrict to customer only provided IP addresss ranges.</p>\n</li>\n</ul>\n<p><strong>2019-12-12</strong></p>\n<h5 id=\"new-features\"><strong>New Features</strong></h5>\n<ul>\n<li>Memo Pay API</li>\n</ul>\n<p><strong>Bug Fixes</strong></p>\n<ul>\n<li>Addressed last modified date ranges searches for the prior year.</li>\n</ul>\n<hr>\n<p><strong>2019-04-23</strong></p>\n<p>The initial release of Memo Search, Detail and Attachment API.</p>\n<h1 id=\"api-specification-summary\"><strong>API Specification Summary</strong></h1>\n<p>With ARC's Memo Manager API, users can perform the following functions using the endpoints listed below: Search Memos (/memos), Get Memo Details (/memos/details), Get Attachments (/memos/attachments/{attachmentId}), Pay Memos (/memos/pay), and Dispute Memos (/memos/dispute). Providing these functions within the API eliminates the need to manually perform these actions within the Memo Manager tool.</p>\n<p>The Search Memos (/memos) function enables users to retrieve a list of memo numbers and high-level information on those memos.</p>\n<p>The Get Memo Details (/memos/details) function allows users to retrieve all memo details for specific memo numbers.</p>\n<p>The Get Attachments (/memos/attachments/{attachmentId}) function enables the user to quickly download memo attachment files.</p>\n<p>The Pay Memo (/memos/pay) function allows the agency to pay one or more memos.</p>\n<p>The Dispute Memo (/memos/dispute) function allows the agency to open a dispute on one or more memos. Additionally, as part of the dispute process, the Accept Dispute (/memos/accept) function enables the carrier to accept/resolve an open dispute, and the Reject Dispute (/memos/reject) function allows the carrier to reject it.</p>\n<p>The Add Correspondence (/memos/correspondence) function allows the agency to add a Correspondence for non-closed (Open or Inactive) Memos.</p>\n<p>The Add Non IAR Payment (/memos/noniarpayment) function allows the agency or carrier to add a Non IAR Payment for non-closed (Open or Inactive) Memos.</p>\n<p>The Memo Resolution (/memos/memoresoluton) function allows airline to update the Resolution Type of non-closed (Open or Inactive) memos.</p>\n<p>The Memo Reason (/memos/memoreason) function allows agencies to submit a Reason Catagory and Memo Reason 'change request' for non-closed (Open or Inactive) memos.</p>\n<p>The Agency Reason (/memos/agencyreason) function allows agencies to submit a Agency Reason for non-closed (Open or Inactive) memos.</p>\n<p>The GDS Assignment (/memos/gdsassignment) function allows airlines and agencies to grant or remove access to a GDS for non-closed (Open or Inactive) memos. GDS's can also remove it's own assignment from the memo.</p>\n<p>The Carrier Contact (/memos/carriercontact) function allows an airline to update the contact information for non-closed (Open or Inactive) memos.</p>\n<p>The Flex Field (/memos/flexfields) function allows airlines, agencies and GDSs to update the flex fields for their own memos. (Add new values, update existing values, and remove existing values)</p>\n<p>The memo attachment (/memos/saveattachments) function allows airlines, agencies and GDSs to add attachments for their own memos. Airlines, agencies and GDSs can also remove an attachment (/memos/deleteattachment) that they had previously uploaded. Multiple attachments for a the same memo can also be included in a single API request.</p>\n<p>Airlines, agencies and GDSs can also add multiple attachments for multiple memos (/memos/correspondattach) in a single API request. Along with this request, the user can also include a 'public' and/or 'private' correspondence to be included in the memos.</p>\n<h1 id=\"terms-and-conditions\"><strong>Terms and Conditions</strong></h1>\n<p>These API Terms form a binding <strong>\"Contract\"</strong> between you and us. <strong>\"Us\"</strong> or <strong>“our”</strong> refers to ARC and <strong>\"you,\"</strong> and <strong>\"your,\"</strong> refers to the individual, company or legal entity that you represent.</p>\n<h2 id=\"access-to-our-apis\">Access to Our APIs</h2>\n<p><strong>Your Applications</strong></p>\n<p>Subject to the restrictions below, we grant you a non-exclusive, worldwide, non-transferable (subject to the section titled \"Assignment\"), limited license to access our APIs and documentation only as necessary to develop, test and support an integration of your application (an \"Application\" or \"App\") with the Services. You may charge for your Application; however, you may not sell, rent, lease, sublicense, redistribute, or syndicate access to any of our APIs.</p>\n<p><strong>Terms</strong></p>\n<p>Your license to access our APIs and documentation is limited and subject to compliance with Appendix A Developer Guidelines. Further, you will not: (A) access our APIs or documentation in violation of any law or regulation; (B) access our APIs in any manner that (i) compromises, breaks or circumvents any of our technical processes or security measures associated with the Services, (ii) poses a security vulnerability to customers or users of the Services, or (iii) tests the vulnerability of our systems or networks; (C) access our APIs or documentation in order to replicate or compete with the Services; (D) attempt to reverse engineer or otherwise derive source code, trade secrets, or know-how of our APIs or Services; or (E) attempt to use our APIs in a manner that exceeds rate limits, or constitutes excessive or abusive usage.</p>\n<p><strong>Our Right to Suspend Access and Audit</strong></p>\n<p>If we believe that there is a violation of the Contract that can simply be remedied by your modification or update of your Application, we will, in most cases, ask you to take direct action rather than intervene. In such instance, we may use your name, address and other contact details to contact you or provide this contact information to any third party that reasonably, in ARC's sole determination, claims that you do not possess all of the necessary intellectual property rights. In some instances, we may directly step in and take what we determine to be appropriate action if you are not responsive, or if we believe there is a credible risk of harm to us, the Services, our customers or users or any third parties. ARC also reserves a right to audit your application to ensure it does not violate our terms and policies. You agree that you will cooperate with inquiries related to such an audit and provide us with proof that your application complies with our terms and policies.</p>\n<p><strong>Fees</strong></p>\n<p>Fees are subject to specific terms based on the API being leveraged. Please refer to the API Order Form for specific pricing.</p>\n<h2 id=\"ownership-and-proprietary-rights\">Ownership and Proprietary Rights</h2>\n<p><strong>Your Property and Our Property</strong></p>\n<p>You retain your ownership rights in your Application and we own and will continue to own our APIs, documentation and Services, including all related intellectual property rights therein. All of our rights not expressly granted by the Contract are hereby retained.</p>\n<p><strong>Please Provide Us Your Feedback</strong></p>\n<p>The more suggestions our developers make, the better our APIs become. If you send us any feedback or suggestions regarding the APIs or documentation, there is a chance we will use it, so you grant us an unlimited, irrevocable, perpetual, sublicensable, transferable, royalty-free license to use any such feedback or suggestions for any purpose without any obligation or compensation<br>to you. If we choose not to implement the suggestion, please don’t take it personally. We appreciate it nonetheless.</p>\n<h2 id=\"termination\">Termination</h2>\n<p>You may terminate the Contract by discontinuing use of our APIs. We may terminate the Contract with or without cause, and without notice to you. Upon termination of the Contract, all rights and licenses granted to you will terminate immediately. You understand that any APIs or documentation that are not made generally available but that are otherwise made available to you are the<br>confidential information of ARC. Upon termination of the Contract, you will promptly destroy copies of any documentation and any other ARC information in your possession or control that was received under the Contract.</p>\n<h2 id=\"representations-disclaimer-of-warranties\">Representations; Disclaimer of Warranties</h2>\n<p>You represent and warrant that you have validly entered into the Contract and have<br>the legal power to do so.</p>\n<p>EXCEPT AS EXPRESSLY PROVIDED FOR HEREIN, THE APIS, DOCUMENTATION AND ALL RELATED<br>COMPONENTS AND INFORMATION ARE PROVIDED BY US ON AN \"AS IS\" AND<br>\"AS AVAILABLE\" BASIS WITHOUT ANY WARRANTIES OF ANY KIND, AND WE<br>EXPRESSLY DISCLAIM ANY AND ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED,<br>INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY, TITLE, FITNESS FOR A<br>PARTICULAR PURPOSE, AND NON-INFRINGEMENT. YOU ACKNOWLEDGE THAT WE DO NOT<br>WARRANT THAT THE APIS WILL BE UNINTERRUPTED, TIMELY, SECURE, OR ERROR-FREE.</p>\n<h2 id=\"limitation-of-liability\">Limitation of Liability</h2>\n<p>IN NO EVENT WILL OUR OR THE ARC EXTENDED FAMILY’S AGGREGATE LIABILITY ARISING OUT OF<br>OR RELATED TO THE CONTRACT (WHETHER IN CONTRACT OR TORT OR UNDER ANY OTHER<br>THEORY OF LIABILITY) EXCEED US $100.</p>\n<p>IN NO EVENT WILL WE OR THE ARC EXTENDED FAMILY HAVE ANY LIABILITY TO YOU OR TO ANY<br>THIRD PARTY FOR ANY LOST PROFITS OR REVENUES OR FOR ANY INDIRECT, SPECIAL,<br>INCIDENTAL, CONSEQUENTIAL, COVER OR PUNITIVE DAMAGES HOWEVER CAUSED, WHETHER IN<br>CONTRACT, TORT OR UNDER ANY OTHER THEORY OF LIABILITY, AND WHETHER OR NOT YOU<br>OR THE THIRD PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THE<br>FOREGOING DISCLAIMER WILL NOT APPLY TO THE EXTENT PROHIBITED BY APPLICABLE LAW.</p>\n<p>The limitations under this \"Limitation of Liability\" section apply with<br>respect to all legal theories, whether in contract, tort or otherwise, and to<br>the extent permitted by law. The provisions of this \"Limitation of<br>Liability\" section allocate the risks under the Contract between the<br>parties, and the parties have relied on these limitations in determining<br>whether to enter into the Contract.</p>\n<p>Our APIs and documentation are intended for use by businesses and organizations and<br>not for consumer purposes.</p>\n<h2 id=\"your-indemnification-of-us\">Your Indemnification of Us</h2>\n<p>You will defend us and our owners, subsidiaries and affiliates, and all officers,<br>directors, employees and agents (collectively, the <strong>\"ARC****Indemnified Parties\"</strong>) from and against any and all third*<em><strong>party claims, actions, suits, proceedings, and demands arising from or related</strong>to your violation of the Contract [or your violation of your user agreement or</em>*privacy policy] (a <strong>\"Claim Against Us\"</strong>), and will indemnify the ARC Indemnified Parties for all reasonable attorney’s fees incurred and damages and other costs finally awarded against a ARC Indemnified Party in connection with or as a result of, and for amounts paid by a ARC Indemnified Party under a settlement you approve of in connection with, a Claim Against Us. We must provide you with prompt written notice of any Claim Against Us and allow you the right to assume the exclusive defense and control, and cooperate with any reasonable requests assisting your defense and settlement of such matter. This section states your sole liability with respect to, and the ARC Indemnified Parties’ exclusive remedy against you for, any Claim Against Us.</p>\n<h2 id=\"limitations-on-indemnifications\">Limitations on Indemnifications</h2>\n<p>Notwithstanding anything contained in the preceding section, (a) we will always be free to choose our own counsel if we pay for the cost of such counsel; and (b) no settlement may be entered into by you, without our express written consent (such consent not to be unreasonably withheld), if: (i) the third party asserting the claim is a government agency, (ii) the settlement arguably involves the making of admissions, (iii) the settlement does not include a full release of liability, or (iv) the settlement includes terms other than a full release of liability and the payment of money.</p>\n<h2 id=\"survival\">Survival</h2>\n<p>The sections titled \"Our Rights to Suspend Access and Audit,\" \"Ownership &amp; Proprietary Rights,\" \"Termination,\" \"Representations; Disclaimer of Warranties,\" \"Limitation of Liability,\" \"Your Indemnification of Us,\" \"Limitations on Indemnifications,\" and \"Survival,\" as well as all of the provisions under the general heading \"General Provisions,\" will survive any termination or expiration of the Contract.</p>\n<h2 id=\"general-provisions\">General Provisions</h2>\n<p><strong>Publicity</strong></p>\n<p>You grant us the right to use your company name and logo as a reference for marketing or promotional purposes on our website and in other public or private communications with our existing or potential developers and customers, subject to your standard trademark usage guidelines as provided to us from time-to-time.</p>\n<p><strong>Force Majeure</strong></p>\n<p>Neither we nor you will be liable by reason of any failure or delay in the performance of its obligations on account of events beyond the reasonable control of a party, which may include denial-of-service attacks, a failure by a third party hosting provider or utility provider, strikes, shortages, riots, fires, acts of God, war, terrorism, and governmental action.</p>\n<p><strong>Relationship of the Parties;</strong> <strong>No Third Party Beneficiaries</strong></p>\n<p>The parties are independent contractors. The Contract does not create a partnership, franchise, joint venture, agency, fiduciary or employment relationship between the parties. There are no third party beneficiaries to the Contract.</p>\n<p><strong>Email and ARC Messages</strong></p>\n<p>Except as otherwise set forth herein, all notices under the Contract will be by<br>email. Notices to ARC will be sent to <a href=\"https://mailto:law2@arccorp.com\">law2@arccorp.com</a>, except for legal<br>notices, such as notices of termination, which must be sent to<br><a href=\"https://mailto:law2@arccorp.com\">law2@arccorp.com</a>. Notices will be deemed to have been duly given (a) the day<br>after they are sent, in the case of notices through email; and (b) the same<br>day, in the case of notices through the Services.</p>\n<p><strong>Modifications to our APIs and Documentation</strong></p>\n<p>ARC is still evolving, and so we need the flexibility to occasionally make<br>changes to our APIs, including backwards incompatible changes. We will try to<br>give notice of these changes. Also, parts of our API are undocumented,<br>including certain methods, events, and properties. Given that these<br>undocumented aspects of our APIs may change at any time, you should not rely on<br>their behaviors.</p>\n<p><strong>Modifications to the Contract</strong></p>\n<p>As our business evolves, we may change these API Terms and the other components<br>of the Contract. If we make a material change to the Contract, we will provide<br>you with reasonable notice prior to the change taking effect. You can review<br>the most current version of the API Terms at any time by visiting this page and<br>by visiting the most current versions of the other pages that are referenced in<br>the Contract. The materially revised Contract will become effective on the date<br>set forth in our notice, and all other changes will become effective upon<br>posting of the change. If you access our APIs after the effective date, that<br>access will constitute your acceptance of any revised terms and conditions.</p>\n<p><strong>Waiver</strong></p>\n<p>No failure or delay by either party in exercising any right under the Contract<br>will constitute a waiver of that right. No waiver under the Contract will be<br>effective unless made in writing and signed by an authorized representative of<br>the party being deemed to have granted the waiver.</p>\n<p><strong>Severability</strong></p>\n<p>The Contract will be enforced to the fullest extent permitted under applicable<br>law. If any provision of the Contract is held by a court of competent<br>jurisdiction to be contrary to law, the provision will be modified by the court<br>and interpreted so as best to accomplish the objectives of the original<br>provision to the fullest extent permitted by law, and the remaining provisions<br>of the Contract will remain in effect.</p>\n<p><strong>Assignment</strong></p>\n<p>Neither party may assign or delegate any of its rights or obligations<br>hereunder, whether by operation of law or otherwise, without the prior written<br>consent of the other party (not to be unreasonably withheld). Notwithstanding<br>the foregoing, either party may assign the Contract in its entirety, without<br>consent of the other party, to a corporate affiliate or in connection with a<br>merger, acquisition, corporate reorganization, or sale of all or substantially<br>all of its assets. Any purported assignment in violation of this section is<br>void. A party’s sole remedy for any purported assignment by the other party in<br>breach of this section will be, at the non-assigning party’s election,<br>termination of the Contract upon written notice to the assigning party. Subject<br>to the foregoing, the Contract will bind and inure to the benefit of the<br>parties, their respective successors and permitted assigns.</p>\n<p><strong>Choice of Law; Jurisdiction; Venue</strong></p>\n<p>The Contract, and any disputes arising out of or related hereto, will be<br>governed exclusively by the laws of Commonwealth of Virginia, without regard to<br>conflicts of laws rules or the United Nations Convention on the International<br>Sale of Goods. The State or Federal courts located in the Commonwealth of<br>Virginia will have exclusive jurisdiction to adjudicate any dispute arising out<br>of or relating to the Contract or its formation, interpretation or enforcement.<br>Each party hereby consents and submits to the exclusive jurisdiction of such<br>courts. Each party also hereby waives any right to jury trial in connection<br>with any action or litigation in any way arising out of or related to the<br>Contract. In any action or proceeding to enforce rights under the Contract, the<br>prevailing party will be entitled to recover its reasonable costs and<br>attorney’s fees.</p>\n<p><strong>Entire Agreement</strong></p>\n<p>The Contract, including these API Terms constitutes the entire agreement<br>between the parties and supersedes all prior and contemporaneous agreements,<br>proposals or representations, written or oral, concerning its subject matter.<br>To the extent of any conflict or inconsistency between the provisions in these<br>API Terms and any other documents or pages referenced in these API Terms, the<br>following order of precedence will apply: (A) the API Terms, (B) Appendix A and<br>(C) any other documents or pages referenced in the Contract.</p>\n<h2 id=\"appendix\">Appendix</h2>\n<p>A Developer Guidelines</p>\n<p><strong>Effective Date: June 20, 2019</strong></p>\n<p>Our goal is for ARC to be the premier driver of air travel intelligence and<br>commerce with leading business solutions, travel agency accreditation services,<br>process and financial management tools, and high-quality data. We welcome<br>Application developers that are interested in connecting to our Services and<br>are excited to see the amazing experiences you are building within ARC. By<br>“Application,” we mean any software application, functionality, website,<br>product or service that you create that uses the ARC APIs. Developers are<br>required to comply with this Policy and our related API terms and other<br>obligations. When we use the term “Services” we are referring to ARC’s services<br>and related systems and technology, as well as ARC’s websites and all of the<br>information and content made available by or on behalf of ARC through any of<br>those services.</p>\n<p>Privacy, safety and a high-quality User experience are very important, and this Policy<br>is designed with those goals in mind. We can’t cover every type of Application<br>in this Policy, but we aim to give guidance to developers so that you<br>understand what Applications will be included in ARC’s app directory and what<br>Applications will not. To protect Users and our Services, we reserve the right<br>to take any action we deem necessary if an Application violates the letter or<br>spirit of this Policy. By “User” we mean any “Authorized User” as defined in<br>our Customer Terms of Service, including anyone who interacts with the<br>Application directly or indirectly or anyone whose Data is exposed to or used<br>by the Application. By “Data” we mean data, information or content uploaded,<br>posted, transmitted or otherwise made available by Users via the Services,<br>including messages, files, comments, profile information, metadata and token<br>data.</p>\n<p><strong>Security:</strong></p>\n<p>We take the security of Data very seriously, and you must as well. Your network<br>and the operating system and software of your web servers, databases, and<br>computer systems must be properly configured to securely operate your<br>Application and store Data. Data must be stored and served using strong<br>encryption. In addition, Applications and developers are prohibited from:</p>\n<p>• Degrading or compromising security in any way</p>\n<p>• Providing access to ARC in any fraudulent or unauthorized way, including<br>bypassing or circumventing ARC protocols and access controls</p>\n<p>• Using unpublished APIs</p>\n<p>• Including misleading and/or deceptive statements about Application<br>functionality, performance, origin or Data use</p>\n<p>• Transmitting any viruses or other code that may damage, detrimentally<br>interfere with, surreptitiously intercept or expropriate any system or Data</p>\n<p>• Attempting to reverse engineer or otherwise derive source code, trade<br>secrets, or know-how in the ARC API or any portion thereof</p>\n<p><strong>User Experience:</strong></p>\n<p>Every Application must be useful, appropriate, respect User privacy, and provide a<br>generally good User experience. In keeping with this, Applications and<br>developers are prohibited from:</p>\n<p>• Degrading or compromising performance of the Services</p>\n<p>• Using vulgar or obscene language or images.</p>\n<p>• Creating poor User experiences that do not add value to Users in a work<br>setting or that detract from the overall utility of ARC and the overall<br>Application ecosystem</p>\n<p>• Displaying inappropriate communications through your Application. The purpose<br>of the Application and User expectations must be clear and transparent and<br>match ARC requirements and expectations</p>\n<p>• Neglecting appropriate customer assistance. Every Application must include a<br>link to installation instructions and customer support information, including a<br>contact for customer support. You must keep your Application updated and<br>provide timely and accurate User support</p>\n<p><strong>Business:</strong></p>\n<p>In using ARC APIs, developers must agree to respect our business as we respect<br>yours. Every Application must behave in accordance with appropriate and<br>accepted business conduct. As part of good business practices, Applications and<br>developers are prohibited from:</p>\n<p>• Circumventing ARC’s intended limitations (including pricing, features and<br>access structures). You may not use the ARC API to replicate or compete with<br>core products or services offered by ARC</p>\n<p>• Advertising, including display ads, within the Application experience or ARC<br>platform. In addition, Applications may not use Data or content from ARC in any<br>advertisements or for purposes of targeting advertisements or contacting Users,<br>including in that Application, your other Applications, or elsewhere</p>\n<p>• Implying a ARC endorsement, certification, affiliation or partnership unless<br>you have explicit permission from ARC to do so</p>\n<p>• Sub-licensing, distributing or allowing access to the ARC APIs to anyone else</p>\n<p><strong>Use of Data:</strong><br>Protecting Data is paramount at ARC, and must be for you. You are responsible<br>for good Data stewardship practices. First and foremost, you have no<br>independent rights to any Data. In accordance with this, Applications and<br>developers are prohibited from:</p>\n<p>• Collecting, storing, and using Data without obtaining proper consent of the<br>User</p>\n<p>• Using Data to contact Users. If you would like to contact Users outside of<br>ARC, you must gain permission through a clear and separate permissions process.<br>You may only contact Users for emergencies in which the safety and security of<br>the User is otherwise at risk and in compliance with the law</p>\n<p>• Asking Users to provide sensitive, private, and confidential personal<br>information, such as credit card numbers or passwords unless specifically<br>necessary as part of the Application’s legitimate function and purpose</p>\n<p>• Renting, selling or sharing Data with third parties under any circumstances</p>\n<p>• Creating Applications that encourage installers to circumvent or interfere<br>with their own workplace and employer data, privacy and security policies</p>\n<p>• Exploiting Data to create User profiles other than that which is necessary<br>for the Application to function</p>\n<p>• Ignoring a User’s request for deletion. When a User deletes your Application<br>or if you discontinue your Application you must delete all associated Data<br>within 14 business days</p>\n<p>• Combining Data with data gathered from other sources for any purposes<br>unrelated to the use of the Application</p>\n<p>• Requesting and using scopes not required for your Application’s functioning.<br>Use only the appropriate and necessary scopes and clearly define the need for<br>scopes within your Application’s description</p>\n<p>• Failing to notify Users about privacy and their Data. Your Application must<br>include a publicly-available and easily accessible privacy policy that explains<br>how the Application collects, uses, processes and stores Data, and what control<br>Users have over their Data</p>\n<p>• Accessing Data for surveillance purposes. You may not allow or assist any<br>entity to conduct surveillance or obtain Data using your access to the ARC API</p>\n<p>• Otherwise exploiting Data in a way not approved by ARC and not disclosed to<br>and permitted by Users. You may, however, use Data that is both aggregated and<br>anonymized for purposes of analytics and development related to the Application</p>\n<p><strong>Law and Safety:</strong><br>Applications should not create unsafe environments or hardships for Users. Each<br>Application must comply with all applicable laws and legal requirements in all<br>locations where it is made available to Users. In addition, Applications and<br>developers are prohibited from:</p>\n<p>• Permitting use by children under the age of 16</p>\n<p>• Spamming, harassing, stalking, intimidating or threatening Users</p>\n<p>• Allowing impersonation of Users or otherwise allowing for false<br>representations within the Application</p>\n<p>• Facilitating violations of the law</p>\n<p>• Infringing on anyone else's intellectual property rights (including ARC’s)</p>\n<p>• Representing that your Application is authorized by or produced by another<br>company or organization</p>\n<p>• Allowing or facilitating financial transactions conducted in an insecure and<br>unapproved manner</p>\n<p>In addition, Applications and developers must:</p>\n<p>• Exercise good judgement</p>\n<p>• Submit Applications with reasonable work-related or team-building purposes</p>\n<p>• Be a good fit for ARC workspaces</p>\n<p>• Notify us immediately if you change the function of, or discontinue your<br>Application</p>\n<p><strong>Data Incident:</strong></p>\n<p>If Data is breached, exposed, exploited, or otherwise compromised through your<br>Application or company, you must inform all affected Users and ARC immediately.<br>You can reach ARC at <a href=\"https://mailto:law2@arccorp.com\">law2@arccorp.com</a>.</p>\n<p><strong>Violations of these terms and conditions may result in the revocation of your ability to access theApplications, legal action or any other action deemed necessary by ARC. Pleasenote that we may periodically audit Applications.</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Home","slug":"home"},{"content":"Getting Started","slug":"getting-started"},{"content":"Release Notes","slug":"release-notes"},{"content":"API Specification Summary","slug":"api-specification-summary"},{"content":"Terms and Conditions","slug":"terms-and-conditions"}],"owner":"8587962","collectionId":"fd262b01-522c-4e7c-8d94-9d82eaf3da17","publishedId":"2sB2qf9Jz7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-28T21:15:11.000Z"},"item":[{"name":"memos","item":[{"name":"details","item":[{"name":"Get Memo Details","id":"f575afb9-d62d-48f9-a9c5-ade187c72804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/details","description":"<p>By submitting a Memo # (and optional Carrier #), users can retrieve all details for the memo.<br />Users can submit up to 50 memo numbers within the same request by separating each memo number with a comma. If requesting multiple memo numbers and a Carrier #, the response will only include memo details for the memo numbers that belong to the Carrier # submitted.</p>\n","urlObject":{"path":["memos","details"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"c47a9baa-5243-4f04-a013-9c3e8e120d98","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"///memos/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"transactionResponse\": {\n    \"memos\": [\n      {\n        \"memoNumber\": \"8960000000\",\n        \"memoType\": \"Debit\",\n        \"validatingAirlineDesignator\": \"100\",\n        \"passenger\": \"Test memo\",\n        \"originalAmount\": 345.75,\n        \"agentNumericCode\": \"11111111\",\n        \"agentName\": \"XYZ Travel Agency\",\n        \"supplierCode\": \"100\",\n        \"balanceAmount\": 295.75,\n        \"balanceUpdatedOn\": \"2019-01-30\",\n        \"lastModifiedOn\": \"2019-01-30\",\n        \"age\": 20,\n        \"issuedOn\": \"2019-01-25\",\n        \"loadedOn\": \"2019-01-26\",\n        \"primaryStatus\": \"Open\",\n        \"secondaryStatus\": \"Payment Pending\",\n        \"reactivatedOn\": \"2019-02-25\",\n        \"resolutionType\": \"Carrier\",\n        \"resolutionOnHold\": false,\n        \"TRSReason\": \"Invalid Credit Card Number\",\n        \"TRSAge\": 60,\n        \"tickets\": [\n          {\n            \"validatingAirlineDesignator\": \"112\",\n            \"ticketNumber\": \"1111111111\",\n            \"systemProvider\": \"1000\",\n            \"amount\": 122.75,\n            \"issuedOn\": \"2018-12-25\",\n            \"passenger\": \"test/user\",\n            \"employeeId\": \"Test\",\n            \"productCategory\": \"Category-XYZ-01\"\n          }\n        ],\n        \"correspondence\": [\n          {\n            \"author\": \"author-02\",\n            \"entityType\": \"Agency\",\n            \"entity\": \"11111111\",\n            \"message\": \"Payment has been issued via IAR\",\n            \"date\": \"2019-01-25T13:20:13\",\n            \"correspondenceType\": \"Public\"\n          }\n        ],\n        \"memoReasons\": [\n          {\n            \"categoryType\": \"Booking\",\n            \"reasonType\": \"CHURNING\",\n            \"note\": \"Churning Violation\"\n          }\n        ],\n        \"memoReasonChange\": [\n          {\n            \"categoryType\": \"Commission\",\n            \"reasonType\": \"INCORRECT COMMISSIONS - INVALID TOUR OR TICKET DESIGNATOR\"\n          }\n        ],\n        \"agencyReason\": \"This is test agency reason\",\n        \"attachments\": [\n          {\n            \"file\": \"LoginSteps.java\",\n            \"size\": \"3.3 KB\",\n            \"author\": \"author-01\",\n            \"date\": \"2019-01-25\",\n            \"id\": \"479288324\"\n          }\n        ],\n        \"agencyFlexFields\": {\n          \"entityType\": \"Agency\",\n          \"field1\": \"Agencyflex1\",\n          \"field2\": \"Agencyflex2\",\n          \"field3\": \"Agencyflex3\",\n          \"field4\": \"Agencyflex4\",\n          \"field5\": \"Agencyflex5\",\n          \"field6\": \"Agencyflex6\"\n        },\n        \"carrierFlexFields\": {\n          \"entityType\": \"Carrier\",\n          \"field1\": \"Carrierflex1\",\n          \"field2\": \"Carrierflex2\",\n          \"field3\": \"Carrierflex3\",\n          \"field4\": \"Carrierflex4\",\n          \"field5\": \"Carrierflex5\",\n          \"field6\": \"Carrierflex6\"\n        },\n        \"gdsFlexFields\": {\n          \"entityType\": \"GDS\",\n          \"field1\": \"GDSflex1\",\n          \"field2\": \"GDSflex2\",\n          \"field3\": \"GDSflex3\",\n          \"field4\": \"GDSflex4\",\n          \"field5\": \"GDSflex5\",\n          \"field6\": \"GDSflex6\"\n        },\n        \"tax\": [\n          {\n            \"taxDescription\": \"US\",\n            \"taxCategory\": 0,\n            \"taxCategoryDescription\": \"Carrier\",\n            \"taxAmount\": 10.75\n          }\n        ],\n        \"financialDetails\": {\n          \"carrierComputation\": {\n            \"otherFees\": 10.75,\n            \"fare\": 100.75,\n            \"serviceCharge\": 10.75,\n            \"penalty\": 10.75,\n            \"commission\": 10.75\n          },\n          \"agentComputation\": {\n            \"otherFees\": 10.75,\n            \"fare\": 100.75,\n            \"serviceCharge\": 10.75,\n            \"penalty\": 10.75,\n            \"commission\": 10.75\n          }\n        },\n        \"disputes\": [\n          {\n            \"amount\": 100.75,\n            \"disputeDate\": \"2019-02-04\",\n            \"userName\": \"user-01\",\n            \"status\": \"pending\"\n          }\n        ],\n        \"IARPayments\": [\n          {\n            \"amount\": 100.75,\n            \"IARSettled\": \"2019-02-250000000\",\n            \"transactionNumber\": \"890019020401010060\",\n            \"submittedOn\": \"2019-02-20\",\n            \"userName\": \"user-02\",\n            \"status\": \"N/A\",\n            \"settledAmount\": 100.75\n          }\n        ],\n        \"nonIARPayments\": [\n          {\n            \"userName\": \"user-01\",\n            \"paymentDate\": \"2019-02-20\",\n            \"amount\": 50.75,\n            \"paymentNumber\": \"123456789\",\n            \"payer\": \"payer-01\",\n            \"paymentType\": \"Other\"\n          }\n        ],\n        \"GDS\": [\n          {\n            \"id\": \"7906\",\n            \"name\": \"ABC GDS\",\n            \"guidelinesWebsite\": \"www.abc.com\",\n            \"grantedAccess\": \"2019-01-25\"\n          }\n        ],\n        \"carrier\": {\n          \"name\": \"XYZ AIRLINES\",\n          \"validatingAirlineDesignator\": \"100\",\n          \"contactName\": \"TestContact\",\n          \"phone\": \"111-111-1111\",\n          \"email\": \"test@abc.com\",\n          \"ticketingPolicyWebsite\": \"http://www.abc.com/content/about-us/customer-commitment/rules-disclosure.aspx\",\n          \"address\": {\n            \"address1\": \"Test - Address - 01.\",\n            \"address2\": \"Test - Address - 02\",\n            \"address3\": \"Test - Address - 03\",\n            \"city\": \"Tampa\",\n            \"state\": \"FL\",\n            \"postalCode\": \"33646\",\n            \"country\": \"US\"\n          }\n        }\n      }\n    ]\n  }\n}"},{"id":"f4685737-2809-4034-9fd3-414cb16621cd","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/details"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"7b3cd9e5-4622-4b68-acff-24d01000b86a","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/details"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"ad18f390-4ddd-4caf-a5cb-ecfa0f513e55","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/details"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"e3042b1b-199d-42ce-ab14-8f3fd8f73d1b","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/details"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"c294a4d6-5c89-4057-a8e1-285b9ea7ae00","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/details"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"19c66fe8-3195-4d9f-9861-5eca5f96d350","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/details"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"65f5ddb6-5014-44bd-934e-a98b24958a2e","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/details"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"91f51747-44b0-46e0-a457-855e144b1815","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/details"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"f8ae3009-9e11-49bb-a853-b38260d35c83","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/details"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"f575afb9-d62d-48f9-a9c5-ade187c72804"}],"id":"ad8240b9-9866-4c0b-8317-780d0834150d","_postman_id":"ad8240b9-9866-4c0b-8317-780d0834150d","description":""},{"name":"attachments","item":[{"name":"{attachmentId}","item":[{"name":"Get Attachments","id":"f9d39dd9-cba6-4183-9829-e24df814a98b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":"//memos/attachments/:attachmentId","description":"<p>By submitting the unique Attachment ID which can be found in the memo details response, users can retrieve a downloadable version of the attachment(s) included in the memo.</p>\n","urlObject":{"path":["memos","attachments",":attachmentId"],"host":["/"],"query":[],"variable":[{"id":"bf50269c-dec0-49f2-bb88-5babf35bd709","description":{"content":"<p>(Required) Unique ID of the attachment</p>\n","type":"text/plain"},"type":"any","value":"-67122657","key":"attachmentId"}]}},"response":[{"id":"d996bdf8-2a1b-4d66-97c0-a711a00a9292","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":{"raw":"//memos/attachments/:attachmentId","host":["/"],"path":["memos","attachments",":attachmentId"],"variable":[{"key":"attachmentId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"tempor commodo voluptate"},{"id":"afc1dbce-55d3-4bcd-88d9-050cfe701dcd","name":"400","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":{"raw":"//memos/attachments/:attachmentId","host":["/"],"path":["memos","attachments",":attachmentId"],"variable":[{"key":"attachmentId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"2c9a03af-a4e8-4d9a-bd58-8dfa3db84713","name":"403","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":{"raw":"//memos/attachments/:attachmentId","host":["/"],"path":["memos","attachments",":attachmentId"],"variable":[{"key":"attachmentId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"1372fee5-7f52-40e1-96c4-1f6a986feaf8","name":"404","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":{"raw":"//memos/attachments/:attachmentId","host":["/"],"path":["memos","attachments",":attachmentId"],"variable":[{"key":"attachmentId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"e39be4be-bc5d-4476-996d-cad7cef6db84","name":"405","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":{"raw":"//memos/attachments/:attachmentId","host":["/"],"path":["memos","attachments",":attachmentId"],"variable":[{"key":"attachmentId"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"ccb52e2f-179e-4c7f-863b-b58f9fc65ccd","name":"406","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":{"raw":"//memos/attachments/:attachmentId","host":["/"],"path":["memos","attachments",":attachmentId"],"variable":[{"key":"attachmentId"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"205c0b64-5ff9-4a07-9764-d9b58c22e456","name":"408","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":{"raw":"//memos/attachments/:attachmentId","host":["/"],"path":["memos","attachments",":attachmentId"],"variable":[{"key":"attachmentId"}]}},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"5d77f15a-10de-4804-94c1-c8bd31cfb475","name":"415","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":{"raw":"//memos/attachments/:attachmentId","host":["/"],"path":["memos","attachments",":attachmentId"],"variable":[{"key":"attachmentId"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"da9ad359-d5ea-41f5-9c4d-5d10eecf9cb7","name":"500","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":{"raw":"//memos/attachments/:attachmentId","host":["/"],"path":["memos","attachments",":attachmentId"],"variable":[{"key":"attachmentId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"cc7fb35d-943d-4ed3-87ee-877ad31db71b","name":"503","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":{"raw":"//memos/attachments/:attachmentId","host":["/"],"path":["memos","attachments",":attachmentId"],"variable":[{"key":"attachmentId"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"f9d39dd9-cba6-4183-9829-e24df814a98b"}],"id":"66a9c181-3aba-44b4-81a7-f29ad9e8c30b","_postman_id":"66a9c181-3aba-44b4-81a7-f29ad9e8c30b","description":""}],"id":"834773df-8d1c-4669-bec4-58412b2216d5","_postman_id":"834773df-8d1c-4669-bec4-58412b2216d5","description":""},{"name":"pay","item":[{"name":"Pay Memo","id":"86a39021-7a52-4d41-9a79-6befccb41ee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"100\",\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"amount\": 2500.55,\n    \"correspondence\": \"Partial payment has been made.\",\n    \"user\": \"Test-01\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/pay","description":"<p>By submitting memo identifying details and a payment amount, users can pay memos via the API. Up to 50 memos can be paid within a single request.</p>\n","urlObject":{"path":["memos","pay"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"bb727f14-72a2-496e-a308-04abc09d947a","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"100\",\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"amount\": 2500.55,\n    \"correspondence\": \"Partial payment has been made.\",\n    \"user\": \"Test-01\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/pay"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"BAD_REQUEST\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\"\n  },\n  \"transactionResponse\": {\n    \"memos\": [\n      {\n        \"agentNumericCode\": \"18119318\",\n        \"memoNumber\": \"8960000001\",\n        \"message\": {\n          \"statusCode\": \"FAILED\",\n          \"reason\": \"Not a valid memo\"\n        },\n        \"validatingAirlineDesignator\": \"307\"\n      },\n      {\n        \"agentNumericCode\": \"24122412\",\n        \"memoNumber\": \"8960000001\",\n        \"message\": {\n          \"statusCode\": \"FAILED\",\n          \"reason\": \"Not a valid memo\"\n        },\n        \"validatingAirlineDesignator\": \"169\"\n      }\n    ]\n  }\n}"},{"id":"4df88f18-bce2-40d3-a073-18ea71c75b92","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"100\",\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"amount\": 2500.55,\n    \"correspondence\": \"Partial payment has been made.\",\n    \"user\": \"Test-01\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/pay"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"9d7e81a9-2f4a-4d1b-bd96-2bd3a8405202","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"100\",\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"amount\": 2500.55,\n    \"correspondence\": \"Partial payment has been made.\",\n    \"user\": \"Test-01\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/pay"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"c1aff095-402b-40f2-9c96-65cbed1104ff","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"100\",\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"amount\": 2500.55,\n    \"correspondence\": \"Partial payment has been made.\",\n    \"user\": \"Test-01\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/pay"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"70372158-6dd0-416f-be98-55cf8894148f","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"100\",\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"amount\": 2500.55,\n    \"correspondence\": \"Partial payment has been made.\",\n    \"user\": \"Test-01\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/pay"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"34910c4e-3245-4910-8f0c-93c6d8225ae5","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"100\",\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"amount\": 2500.55,\n    \"correspondence\": \"Partial payment has been made.\",\n    \"user\": \"Test-01\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/pay"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"baf0f114-2094-4416-aca7-8b88e3703167","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"100\",\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"amount\": 2500.55,\n    \"correspondence\": \"Partial payment has been made.\",\n    \"user\": \"Test-01\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/pay"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"9f7d5bc6-3939-41a6-9a87-2afcdadec03a","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"100\",\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"amount\": 2500.55,\n    \"correspondence\": \"Partial payment has been made.\",\n    \"user\": \"Test-01\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/pay"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"fb20bee5-0037-45f7-b84e-2f36ec01421c","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"100\",\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"amount\": 2500.55,\n    \"correspondence\": \"Partial payment has been made.\",\n    \"user\": \"Test-01\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/pay"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"0b1dd597-35ff-44b7-b097-f1204057891f","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"100\",\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"amount\": 2500.55,\n    \"correspondence\": \"Partial payment has been made.\",\n    \"user\": \"Test-01\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/pay"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"86a39021-7a52-4d41-9a79-6befccb41ee3"}],"id":"8415e3d7-4fae-4338-9513-f2fed792e1ae","_postman_id":"8415e3d7-4fae-4338-9513-f2fed792e1ae","description":""},{"name":"dispute","item":[{"name":"Dispute Memo","id":"da892901-d20e-47d4-a0b1-2498c25da8d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"006\",\n    \"agentNumericCode\": \"05600313\",\n    \"memo\": \"8960900900\",\n    \"amount\": 100,\n    \"correspondence\": \"This is a dispute message\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/dispute","description":"<p>By submitting memo identifying details and a dispute amount, users can dispute memos via the API. Up to 50 memos can be disputed within a single request.</p>\n","urlObject":{"path":["memos","dispute"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"98fd3fc1-dd83-4a12-a740-a2f3c54df042","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"006\",\n    \"agentNumericCode\": \"05600313\",\n    \"memo\": \"8960900900\",\n    \"amount\": 100,\n    \"correspondence\": \"This is a dispute message\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/dispute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"BAD_REQUEST\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\"\n  },\n  \"transactionResponse\": {\n    \"memos\": [\n      {\n        \"agentNumericCode\": \"55555555\",\n        \"memoNumber\": \"8960000001\",\n        \"message\": {\n          \"statusCode\": \"FAILED\",\n          \"reason\": \"Not a valid memo\"\n        },\n        \"validatingAirlineDesignator\": \"179\"\n      },\n      {\n        \"agentNumericCode\": \"62571862\",\n        \"memoNumber\": \"8960000001\",\n        \"message\": {\n          \"statusCode\": \"FAILED\",\n          \"reason\": \"Not a valid memo\"\n        },\n        \"validatingAirlineDesignator\": \"041\"\n      }\n    ]\n  }\n}"},{"id":"8ef725a0-59d9-4783-9830-5d43dc482ea9","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"006\",\n    \"agentNumericCode\": \"05600313\",\n    \"memo\": \"8960900900\",\n    \"amount\": 100,\n    \"correspondence\": \"This is a dispute message\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/dispute"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"8ec3dd17-0caf-4652-90e3-5fdbef65303e","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"006\",\n    \"agentNumericCode\": \"05600313\",\n    \"memo\": \"8960900900\",\n    \"amount\": 100,\n    \"correspondence\": \"This is a dispute message\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/dispute"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"720f8e1f-865f-4cdf-b7fe-432c002370ac","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"006\",\n    \"agentNumericCode\": \"05600313\",\n    \"memo\": \"8960900900\",\n    \"amount\": 100,\n    \"correspondence\": \"This is a dispute message\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/dispute"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"d0eb071d-e0d1-42aa-89bc-40f428818f73","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"006\",\n    \"agentNumericCode\": \"05600313\",\n    \"memo\": \"8960900900\",\n    \"amount\": 100,\n    \"correspondence\": \"This is a dispute message\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/dispute"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"e00325b9-0412-4331-a259-21be6be51c3d","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"006\",\n    \"agentNumericCode\": \"05600313\",\n    \"memo\": \"8960900900\",\n    \"amount\": 100,\n    \"correspondence\": \"This is a dispute message\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/dispute"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"b51b61a8-fa13-436b-a5ac-8a987f781006","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"006\",\n    \"agentNumericCode\": \"05600313\",\n    \"memo\": \"8960900900\",\n    \"amount\": 100,\n    \"correspondence\": \"This is a dispute message\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/dispute"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"9a917b0f-8220-488f-a707-dc3c4f112e9c","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"006\",\n    \"agentNumericCode\": \"05600313\",\n    \"memo\": \"8960900900\",\n    \"amount\": 100,\n    \"correspondence\": \"This is a dispute message\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/dispute"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"5b558095-7173-4aef-9025-93da1481dc3d","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"006\",\n    \"agentNumericCode\": \"05600313\",\n    \"memo\": \"8960900900\",\n    \"amount\": 100,\n    \"correspondence\": \"This is a dispute message\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/dispute"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"734bdf9a-64d8-490c-a275-6e59f4ba2142","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"validatingAirlineDesignator\": \"006\",\n    \"agentNumericCode\": \"05600313\",\n    \"memo\": \"8960900900\",\n    \"amount\": 100,\n    \"correspondence\": \"This is a dispute message\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/dispute"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"da892901-d20e-47d4-a0b1-2498c25da8d6"}],"id":"b57f1ad4-256b-4247-ae7f-00e8ae101032","_postman_id":"b57f1ad4-256b-4247-ae7f-00e8ae101032","description":""},{"name":"accept","item":[{"name":"Accept Dispute Memo","id":"a8f21df6-f466-4117-8a9e-7cb2fadb5f45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Accepted Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/accept","description":"<p>By submitting memo identifying details, carriers can accept a dispute. Up to 50 disputes can be accepted within a single request.</p>\n","urlObject":{"path":["memos","accept"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"baf79070-5c07-4921-af55-be00b5f722a0","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Accepted Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/accept"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"BAD_REQUEST\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\"\n  },\n  \"transactionResponse\": {\n    \"memos\": [\n      {\n        \"memoNumber\": \"8960000001\",\n        \"agentNumericCode\": \"90890890\",\n        \"message\": {\n          \"statusCode\": \"FAILED\",\n          \"reason\": \"Not Authorized.\"\n        }\n      },\n      {\n        \"memoNumber\": \"8960000001\",\n        \"agentNumericCode\": \"85596855\",\n        \"message\": {\n          \"statusCode\": \"FAILED\",\n          \"reason\": \"Not Authorized.\"\n        }\n      }\n    ]\n  }\n}"},{"id":"2fd3c748-2bc4-44a6-a1bc-2c0c0a606199","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Accepted Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/accept"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"a12bf800-d3b3-4482-ac7b-f5fc0b41fa02","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Accepted Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/accept"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"4e4c9d74-e3c7-4254-975d-9b349a5ff542","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Accepted Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/accept"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"afb0effb-03d5-40ca-89da-46a5e74a5c29","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Accepted Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/accept"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"2e772d2d-3b06-4560-803a-f56ead587870","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Accepted Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/accept"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"71551555-c83b-4ebd-9558-1dc7c7802fb1","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Accepted Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/accept"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"ad15771f-2574-4786-b9d0-80c90efe5bbe","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Accepted Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/accept"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"96ddee9c-2389-4705-902e-abd813c5febc","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Accepted Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/accept"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"8e0df3f7-e8ba-49ae-b6ba-ace1544d2eff","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Accepted Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/accept"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"a8f21df6-f466-4117-8a9e-7cb2fadb5f45"}],"id":"73d882e1-7a51-470a-a678-ff78f0ff3f63","_postman_id":"73d882e1-7a51-470a-a678-ff78f0ff3f63","description":""},{"name":"reject","item":[{"name":"Reject Dispute Memo","id":"f4f1723a-cdbb-49c4-935a-f9f703f91dff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Rejecteded Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/reject","description":"<p>By submitting memo identifying details, carriers can reject a dispute. Up to 50 disputes can be rejected within a single request.</p>\n","urlObject":{"path":["memos","reject"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"2fbfae14-b554-4432-b4a4-5b33f647546a","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Rejecteded Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/reject"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"BAD_REQUEST\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\"\n  },\n  \"transactionResponse\": {\n    \"memos\": [\n      {\n        \"agentNumericCode\": \"48484848\",\n        \"memoNumber\": \"8960000001\",\n        \"message\": {\n          \"statusCode\": \"FAILED\",\n          \"reason\": \"Not Authorized.\"\n        }\n      },\n      {\n        \"agentNumericCode\": \"77777777\",\n        \"memoNumber\": \"8960000001\",\n        \"message\": {\n          \"statusCode\": \"FAILED\",\n          \"reason\": \"Not Authorized.\"\n        }\n      }\n    ]\n  }\n}"},{"id":"871d4c3e-f997-46c8-9e54-8c585e47a8ac","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Rejecteded Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/reject"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"d834f8d9-27d9-47cf-9a16-ef1aa27a4879","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Rejecteded Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/reject"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"1a80ef66-789f-40ed-a30a-417abfc0311d","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Rejecteded Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/reject"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"7d5ce400-f81b-4dce-bcee-3ee1eae68dea","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Rejecteded Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/reject"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"8f542a36-73ee-41e3-8c55-4fae06d3d252","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Rejecteded Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/reject"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"2495f641-3204-46c9-b288-8b2f0d2c2b77","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Rejecteded Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/reject"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"ddf09bde-a0cc-432f-ae99-3af5f3e032e8","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Rejecteded Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/reject"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"4e93d63d-55da-4771-85b4-23d78edd77e0","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Rejecteded Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/reject"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"3a60cd5c-dc01-4d61-bf44-bf36679daea4","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"agentNumericCode\": \"11111111\",\n    \"memo\": \"8960000001\",\n    \"correspondence\": \"Rejecteded Memo dispute\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/reject"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"f4f1723a-cdbb-49c4-935a-f9f703f91dff"}],"id":"354ac70e-563d-4032-b179-1fed8a25cdd3","_postman_id":"354ac70e-563d-4032-b179-1fed8a25cdd3","description":""},{"name":"correspondence","item":[{"name":"Add Correspondence","id":"375347c2-2ea1-4bfd-972b-bb5f94f0e1b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"correspondence\": \"Added New Correspondence\",\n  \"corrType\": \"P\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/correspondence","description":"<p>By submitting memo identifying details, carriers, agencies and system providers can add new correspondence for non-closed (Open and Inactive) memos.</p>\n","urlObject":{"path":["memos","correspondence"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"e3ce473b-859e-476e-8960-08447e7690f6","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"correspondence\": \"Added New Correspondence\",\n  \"corrType\": \"P\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/correspondence"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"60039fc0-7f21-11ea-b510-c8f750c849f4\",\n    \"timestamp\": \"2020-04-15T10:00:05.131-04:00\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Add correspondence successful\",\n    \"memo\": {\n      \"validatingAirlineDesignator\": \"006\",\n      \"agentNumericCode\": \"05600313\",\n      \"memo\": \"8960900900\",\n      \"correspondence\": \"Dispute this memo based on commission\",\n      \"corrType\": \"P\"\n    }\n  }\n}"},{"id":"671f2a06-6f11-4cb1-a965-9dbb43609432","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"correspondence\": \"Added New Correspondence\",\n  \"corrType\": \"P\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/correspondence"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"cae58d35-7060-428f-8a77-463cf366925d","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"correspondence\": \"Added New Correspondence\",\n  \"corrType\": \"P\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/correspondence"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"76f09bfb-685d-4597-ac14-6dccc228198f","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"correspondence\": \"Added New Correspondence\",\n  \"corrType\": \"P\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/correspondence"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"d92708f7-2e32-4050-bcf8-bbb6905d0114","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"correspondence\": \"Added New Correspondence\",\n  \"corrType\": \"P\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/correspondence"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"fb061a9d-bc41-4fdb-a4ec-40eb8c993445","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"correspondence\": \"Added New Correspondence\",\n  \"corrType\": \"P\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/correspondence"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"ccdd386d-68eb-48e3-aae4-bd0c2689171e","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"correspondence\": \"Added New Correspondence\",\n  \"corrType\": \"P\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/correspondence"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"d9ca8c90-d741-4e6f-85ac-f48e23a894e2","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"correspondence\": \"Added New Correspondence\",\n  \"corrType\": \"P\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/correspondence"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"07fe855a-7185-49ea-ad55-4057996271e3","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"correspondence\": \"Added New Correspondence\",\n  \"corrType\": \"P\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/correspondence"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"ffde9502-7d44-4eb0-9c26-57fa743f7fd9","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"correspondence\": \"Added New Correspondence\",\n  \"corrType\": \"P\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/correspondence"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"375347c2-2ea1-4bfd-972b-bb5f94f0e1b0"}],"id":"433ebb2c-6533-4ca5-aef5-a24b10c838af","_postman_id":"433ebb2c-6533-4ca5-aef5-a24b10c838af","description":""},{"name":"noniarpayment","item":[{"name":"Add Non IAR Payment","id":"2d2c7731-3325-4643-95c5-3480e44c4ba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"amount\": 200,\n  \"payor\": \"Bank One\",\n  \"paymentNumber\": \"65432\",\n  \"fop\": \"Check\",\n  \"paymentDate\": \"01/20/2020\",\n  \"correspondence\": \"Non-IAR Payment complete.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/noniarpayment","description":"<p>By submitting memo identifying details, carriers and agencies can add Non IAR Payment for non-closed (Open and Inactive) memos.</p>\n","urlObject":{"path":["memos","noniarpayment"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"f3de16c6-1d7d-4aa8-9328-ddbdedfce6a0","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"amount\": 200,\n  \"payor\": \"Bank One\",\n  \"paymentNumber\": \"65432\",\n  \"fop\": \"Check\",\n  \"paymentDate\": \"01/20/2020\",\n  \"correspondence\": \"Non-IAR Payment complete.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/noniarpayment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"a44c3ed0-7f21-11ea-b510-c8f750c849f4\",\n    \"timestamp\": \"2020-04-15T10:02:09.626-04:00\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Non-IAR Payment successful\",\n    \"memo\": {\n      \"validatingAirlineDesignator\": \"006\",\n      \"agentNumericCode\": \"05600313\",\n      \"memo\": \"8960900900\",\n      \"amount\": \"100.00\",\n      \"payer\": \"Bank One\",\n      \"paymentNumber\": \"65432\",\n      \"paymentType\": \"Check\",\n      \"paymentDate\": \"01/20/2020\",\n      \"correspondence\": \"Non-IAR Payment complete.\"\n    }\n  }\n}"},{"id":"10e62346-3b53-4761-951e-2389d83f1366","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"amount\": 200,\n  \"payor\": \"Bank One\",\n  \"paymentNumber\": \"65432\",\n  \"fop\": \"Check\",\n  \"paymentDate\": \"01/20/2020\",\n  \"correspondence\": \"Non-IAR Payment complete.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/noniarpayment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"08d1f8d3-d072-4d63-bab1-2c157908c026","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"amount\": 200,\n  \"payor\": \"Bank One\",\n  \"paymentNumber\": \"65432\",\n  \"fop\": \"Check\",\n  \"paymentDate\": \"01/20/2020\",\n  \"correspondence\": \"Non-IAR Payment complete.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/noniarpayment"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"ce483add-39d1-4b70-a9cb-0e4be26b4d4e","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"amount\": 200,\n  \"payor\": \"Bank One\",\n  \"paymentNumber\": \"65432\",\n  \"fop\": \"Check\",\n  \"paymentDate\": \"01/20/2020\",\n  \"correspondence\": \"Non-IAR Payment complete.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/noniarpayment"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"61e2ae1e-b73c-4ce3-ac2b-85889f813da1","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"amount\": 200,\n  \"payor\": \"Bank One\",\n  \"paymentNumber\": \"65432\",\n  \"fop\": \"Check\",\n  \"paymentDate\": \"01/20/2020\",\n  \"correspondence\": \"Non-IAR Payment complete.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/noniarpayment"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"626a6111-d11c-4b78-b050-278c06519000","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"amount\": 200,\n  \"payor\": \"Bank One\",\n  \"paymentNumber\": \"65432\",\n  \"fop\": \"Check\",\n  \"paymentDate\": \"01/20/2020\",\n  \"correspondence\": \"Non-IAR Payment complete.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/noniarpayment"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"96b66bec-e87d-4db0-b7ce-4f1526a174ff","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"amount\": 200,\n  \"payor\": \"Bank One\",\n  \"paymentNumber\": \"65432\",\n  \"fop\": \"Check\",\n  \"paymentDate\": \"01/20/2020\",\n  \"correspondence\": \"Non-IAR Payment complete.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/noniarpayment"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"991226de-556d-4bdd-b8aa-51844bc3fabb","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"amount\": 200,\n  \"payor\": \"Bank One\",\n  \"paymentNumber\": \"65432\",\n  \"fop\": \"Check\",\n  \"paymentDate\": \"01/20/2020\",\n  \"correspondence\": \"Non-IAR Payment complete.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/noniarpayment"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"7ca4e4a1-6d79-4138-9b6e-66a74780594e","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"amount\": 200,\n  \"payor\": \"Bank One\",\n  \"paymentNumber\": \"65432\",\n  \"fop\": \"Check\",\n  \"paymentDate\": \"01/20/2020\",\n  \"correspondence\": \"Non-IAR Payment complete.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/noniarpayment"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"42e4a3fc-ba33-4078-ad85-0aaf8c8b7441","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"157\",\n  \"agentNumericCode\": \"11111111\",\n  \"memo\": \"8960000001\",\n  \"amount\": 200,\n  \"payor\": \"Bank One\",\n  \"paymentNumber\": \"65432\",\n  \"fop\": \"Check\",\n  \"paymentDate\": \"01/20/2020\",\n  \"correspondence\": \"Non-IAR Payment complete.\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/noniarpayment"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"2d2c7731-3325-4643-95c5-3480e44c4ba3"}],"id":"e6c37fa9-c6b2-4236-a7aa-60d61073832e","_postman_id":"e6c37fa9-c6b2-4236-a7aa-60d61073832e","description":""},{"name":"memoresolution","item":[{"name":"Memo Resolution","id":"617dc980-1e94-40ff-89a9-86d59bb85559","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"resolutionType\": \"TRS\",\n  \"hold\": true,\n  \"trsReason\": \"Fraudulent-Unauthorized Use\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoresolution","description":"<p>By submitting memo identifying details, carriers can update the Resolution Type field if the memo has Ticketing Information.</p>\n","urlObject":{"path":["memos","memoresolution"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"f74f849e-d821-4280-a4b7-3c74c3983538","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"resolutionType\": \"TRS\",\n  \"hold\": true,\n  \"trsReason\": \"Fraudulent-Unauthorized Use\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoresolution"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"a73b5300-7f22-11ea-b510-c8f750c849f4\",\n    \"timestamp\": \"2020-04-15T10:09:25.146-04:00\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Memo Resolution successful\",\n    \"memo\": {\n      \"validatingAirlineDesignator\": \"006\",\n      \"agentNumericCode\": \"05600313\",\n      \"memo\": \"8960900900\",\n      \"resolutionType\": \"TRS\",\n      \"hold\": true,\n      \"trsReason\": \"Fraudulent-Unauthorized Use\"\n    }\n  }\n}"},{"id":"7b2a1ef8-698f-4fb0-98e7-2f67fc10e65d","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"resolutionType\": \"TRS\",\n  \"hold\": true,\n  \"trsReason\": \"Fraudulent-Unauthorized Use\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoresolution"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"3aaade28-370d-4e61-afd3-8c8a2afb92d9","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"resolutionType\": \"TRS\",\n  \"hold\": true,\n  \"trsReason\": \"Fraudulent-Unauthorized Use\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoresolution"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"b72ea171-3d17-4619-bca8-63a119b3ea37","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"resolutionType\": \"TRS\",\n  \"hold\": true,\n  \"trsReason\": \"Fraudulent-Unauthorized Use\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoresolution"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"8cb3ada9-6473-49b6-b79b-d598f017adcd","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"resolutionType\": \"TRS\",\n  \"hold\": true,\n  \"trsReason\": \"Fraudulent-Unauthorized Use\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoresolution"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"0c1888a0-80b8-49af-8885-1d2f87fd7961","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"resolutionType\": \"TRS\",\n  \"hold\": true,\n  \"trsReason\": \"Fraudulent-Unauthorized Use\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoresolution"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"22b7da48-28fa-4965-94e7-984390925fd3","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"resolutionType\": \"TRS\",\n  \"hold\": true,\n  \"trsReason\": \"Fraudulent-Unauthorized Use\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoresolution"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"1a03d8fe-3240-487c-a2a3-b45cfe4236fe","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"resolutionType\": \"TRS\",\n  \"hold\": true,\n  \"trsReason\": \"Fraudulent-Unauthorized Use\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoresolution"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"d4fc5ff4-8398-4551-87f4-535bd99d9e58","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"resolutionType\": \"TRS\",\n  \"hold\": true,\n  \"trsReason\": \"Fraudulent-Unauthorized Use\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoresolution"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"7aca1397-0f89-4f71-9391-5d838249c689","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"resolutionType\": \"TRS\",\n  \"hold\": true,\n  \"trsReason\": \"Fraudulent-Unauthorized Use\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoresolution"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"617dc980-1e94-40ff-89a9-86d59bb85559"}],"id":"90a79059-73db-4a53-be03-51db027d111e","_postman_id":"90a79059-73db-4a53-be03-51db027d111e","description":""},{"name":"memoreason","item":[{"name":"Memo Reason","id":"492cd2ff-51d7-4b1d-93fe-a87099d17d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"reasonCatagory\": \"Booking\",\n  \"memoReason\": \"DUPLICATE BOOKINGS/RESERVATIONS\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoreason","description":"<p>By submitting memo identifying details, agencies can submit a Reason Category and Memo Reason 'change requests'.</p>\n","urlObject":{"path":["memos","memoreason"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"0e7f703e-0200-4eab-8331-9d734f9c2a5a","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"reasonCatagory\": \"Booking\",\n  \"memoReason\": \"DUPLICATE BOOKINGS/RESERVATIONS\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoreason"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"01f51d60-7f25-11ea-b510-c8f750c849f4\",\n    \"timestamp\": \"2020-04-15T10:26:04.823-04:00\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Memo Reason successful\",\n    \"memo\": {\n      \"validatingAirlineDesignator\": \"006\",\n      \"agentNumericCode\": \"05600313\",\n      \"memo\": \"8960900900\",\n      \"reasonCatagory\": \"Booking\",\n      \"memoReason\": \"DUPLICATE BOOKINGS/RESERVATIONS\"\n    }\n  }\n}"},{"id":"d048418f-6f02-4218-87ee-76b956a8c1f0","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"reasonCatagory\": \"Booking\",\n  \"memoReason\": \"DUPLICATE BOOKINGS/RESERVATIONS\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoreason"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"fb92544c-e536-4698-bc97-26140ed74605","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"reasonCatagory\": \"Booking\",\n  \"memoReason\": \"DUPLICATE BOOKINGS/RESERVATIONS\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoreason"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"54b0878a-6205-440c-a719-01e619c066f5","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"reasonCatagory\": \"Booking\",\n  \"memoReason\": \"DUPLICATE BOOKINGS/RESERVATIONS\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoreason"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"9d4bec93-907d-46a3-92ca-b917468e59c7","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"reasonCatagory\": \"Booking\",\n  \"memoReason\": \"DUPLICATE BOOKINGS/RESERVATIONS\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoreason"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"cafe2afe-991f-4448-bc8f-9e7ded735582","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"reasonCatagory\": \"Booking\",\n  \"memoReason\": \"DUPLICATE BOOKINGS/RESERVATIONS\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoreason"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"5ef4ab30-69d5-4f4c-9fad-b7f9bbec50f7","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"reasonCatagory\": \"Booking\",\n  \"memoReason\": \"DUPLICATE BOOKINGS/RESERVATIONS\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoreason"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"240e5d1c-c160-4e9e-b736-0e6f1bff1740","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"reasonCatagory\": \"Booking\",\n  \"memoReason\": \"DUPLICATE BOOKINGS/RESERVATIONS\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoreason"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"35dc0243-ad71-4263-8ac7-db26dd27d3fb","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"reasonCatagory\": \"Booking\",\n  \"memoReason\": \"DUPLICATE BOOKINGS/RESERVATIONS\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoreason"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"5c7a8f10-08ea-472f-9752-03e55190e10e","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"reasonCatagory\": \"Booking\",\n  \"memoReason\": \"DUPLICATE BOOKINGS/RESERVATIONS\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/memoreason"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"492cd2ff-51d7-4b1d-93fe-a87099d17d17"}],"id":"c4408112-03e3-47c4-b1f7-4e87434ec829","_postman_id":"c4408112-03e3-47c4-b1f7-4e87434ec829","description":""},{"name":"agencyreason","item":[{"name":"Agency Reason","id":"082ec69b-6869-42be-8a23-d277012ea419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"agencyReason\": \"Commission amount is incorrect\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/agencyreason","description":"<p>By submitting memo identifying details, agencies can submit an Agency Reason.</p>\n","urlObject":{"path":["memos","agencyreason"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"6b63ffdd-d888-4642-971c-78cc4d114f48","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"agencyReason\": \"Commission amount is incorrect\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/agencyreason"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"55fe8d30-7f23-11ea-b510-c8f750c849f4\",\n    \"timestamp\": \"2020-04-15T10:14:21.56-04:00\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Agency Reason update successful\",\n    \"memo\": {\n      \"validatingAirlineDesignator\": \"006\",\n      \"agentNumericCode\": \"05600313\",\n      \"memo\": \"8960900900\",\n      \"agencyReason\": \"Commission amount is incorrect\"\n    }\n  }\n}"},{"id":"118d875d-8f47-42b1-b483-f544e3daa1bc","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"agencyReason\": \"Commission amount is incorrect\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/agencyreason"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"47e23975-1e7d-4151-ba1f-8bce00cf3472","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"agencyReason\": \"Commission amount is incorrect\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/agencyreason"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"b76bd614-a602-481f-bf8e-b88415ee594a","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"agencyReason\": \"Commission amount is incorrect\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/agencyreason"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"73f66cc5-ef86-4c30-97ea-a8dbd03e1e6c","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"agencyReason\": \"Commission amount is incorrect\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/agencyreason"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"897d700e-f464-44ee-a890-43727e2055fa","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"agencyReason\": \"Commission amount is incorrect\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/agencyreason"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"3f069299-94f4-485d-ab6c-db3f00fd16e2","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"agencyReason\": \"Commission amount is incorrect\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/agencyreason"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"a9f52af2-6ee0-4124-bde5-89cee87469b4","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"agencyReason\": \"Commission amount is incorrect\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/agencyreason"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"0713a35f-9ff7-425f-8eeb-061178655964","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"agencyReason\": \"Commission amount is incorrect\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/agencyreason"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"b3c97728-8041-4924-9611-174ce1db6d12","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"agencyReason\": \"Commission amount is incorrect\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/agencyreason"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"082ec69b-6869-42be-8a23-d277012ea419"}],"id":"3ef9a977-edc1-4286-a36f-d747253c1484","_postman_id":"3ef9a977-edc1-4286-a36f-d747253c1484","description":""},{"name":"balance","item":[{"name":"Adjust Balance","id":"3ab590d9-5bcb-4d1e-9d57-3b6a1535e464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"adjustBalance\": \"Increase balance by\",\n  \"amount\": 25,\n  \"correspondence\": \"This is a new adjust message Discover 6011-1111-1111-1117\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/balance","description":"<p>By submitting memo identifying details, carriers can adjust the balance of open and inactive memos.</p>\n","urlObject":{"path":["memos","balance"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"f8546239-7a5a-4775-96e4-f31186dcc11b","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"adjustBalance\": \"Increase balance by\",\n  \"amount\": 25,\n  \"correspondence\": \"This is a new adjust message Discover 6011-1111-1111-1117\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"a1ae5b10-7f24-11ea-b510-c8f750c849f4\",\n    \"timestamp\": \"2020-04-15T10:23:33.267-04:00\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Adjust Balance successful\",\n    \"memo\": {\n      \"validatingAirlineDesignator\": \"006\",\n      \"agentNumericCode\": \"05600313\",\n      \"memo\": \"8960900900\",\n      \"adjustBalance\": \"Increase balance by\",\n      \"amount\": \"175.00\",\n      \"correspondence\": \"This is a new adjust message Discover *1117\"\n    }\n  }\n}"},{"id":"075847e9-a600-4975-b14a-91f2f32f23f4","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"adjustBalance\": \"Increase balance by\",\n  \"amount\": 25,\n  \"correspondence\": \"This is a new adjust message Discover 6011-1111-1111-1117\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/balance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"7096815b-784b-496c-bb38-36f31de3523f","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"adjustBalance\": \"Increase balance by\",\n  \"amount\": 25,\n  \"correspondence\": \"This is a new adjust message Discover 6011-1111-1111-1117\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/balance"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"fc268f3d-9caf-4cb7-9a53-b22cf94d0003","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"adjustBalance\": \"Increase balance by\",\n  \"amount\": 25,\n  \"correspondence\": \"This is a new adjust message Discover 6011-1111-1111-1117\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/balance"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"77923d90-941c-4dc6-874e-9d86adfbb28d","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"adjustBalance\": \"Increase balance by\",\n  \"amount\": 25,\n  \"correspondence\": \"This is a new adjust message Discover 6011-1111-1111-1117\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/balance"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"352a7ae1-db57-44f5-a79c-c1fe73a9a992","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"adjustBalance\": \"Increase balance by\",\n  \"amount\": 25,\n  \"correspondence\": \"This is a new adjust message Discover 6011-1111-1111-1117\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/balance"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"c6ebad17-afad-4ae6-a562-681b63dca24b","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"adjustBalance\": \"Increase balance by\",\n  \"amount\": 25,\n  \"correspondence\": \"This is a new adjust message Discover 6011-1111-1111-1117\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/balance"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"9542cd47-fdfa-488e-8618-3f76d71c02c7","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"adjustBalance\": \"Increase balance by\",\n  \"amount\": 25,\n  \"correspondence\": \"This is a new adjust message Discover 6011-1111-1111-1117\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/balance"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"194ca233-71b2-44b5-9e34-5fb02aa19f25","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"adjustBalance\": \"Increase balance by\",\n  \"amount\": 25,\n  \"correspondence\": \"This is a new adjust message Discover 6011-1111-1111-1117\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/balance"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"d09b0a77-1a3d-4e5c-aff0-465ac5498bf7","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"adjustBalance\": \"Increase balance by\",\n  \"amount\": 25,\n  \"correspondence\": \"This is a new adjust message Discover 6011-1111-1111-1117\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/balance"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"3ab590d9-5bcb-4d1e-9d57-3b6a1535e464"}],"id":"9817c9a3-2358-4246-a801-1e17727a0c3d","_postman_id":"9817c9a3-2358-4246-a801-1e17727a0c3d","description":""},{"name":"gdsassignment","item":[{"name":"Assign GDS","id":"3449add7-da97-4292-9c4b-9e56336e5719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"gdsAccess\": \"5235\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/gdsassignment","description":"<p>By submitting memo identifying details, carriers and agencies can grant and remove access to a GDS for specific memos. A GDS (System Provider) also has the capability to remove there access from a memo.</p>\n","urlObject":{"path":["memos","gdsassignment"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"26415050-4a1b-4978-9ae9-6522a68f6aff","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"gdsAccess\": \"5235\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/gdsassignment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"c23ecd20-7f23-11ea-b510-c8f750c849f4\",\n    \"timestamp\": \"2020-04-15T10:17:15.319-04:00\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"GDS Access Assignment successful\",\n    \"memo\": {\n      \"validatingAirlineDesignator\": \"006\",\n      \"agentNumericCode\": \"05600313\",\n      \"memo\": \"8960900900\",\n      \"gdsAccess\": \"5235\"\n    }\n  }\n}"},{"id":"64f14eb2-aa11-4577-be78-0fbc9aed2aa5","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"gdsAccess\": \"5235\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/gdsassignment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"73b8c7d3-4682-4cba-9a5a-30c4dd5fa0d7","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"gdsAccess\": \"5235\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/gdsassignment"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"e918cc1f-02b4-4d98-a3f8-028d44324a93","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"gdsAccess\": \"5235\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/gdsassignment"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"3b188436-e3bf-4343-83a1-ffaca1f5a702","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"gdsAccess\": \"5235\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/gdsassignment"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"acd1ac5f-66a7-4b0b-8d3c-c5d079362880","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"gdsAccess\": \"5235\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/gdsassignment"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"0a88f907-e580-436f-bcc1-0c5eddf5a9f6","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"gdsAccess\": \"5235\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/gdsassignment"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"e4aec801-5291-4f7f-a4ea-e7a89705ea4c","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"gdsAccess\": \"5235\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/gdsassignment"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"f19b0b0b-4f53-4c5c-a519-ce8fc2b9398f","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"gdsAccess\": \"5235\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/gdsassignment"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"c0e683ce-0c3d-4d51-971b-4d8c30735157","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"gdsAccess\": \"5235\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/gdsassignment"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"3449add7-da97-4292-9c4b-9e56336e5719"}],"id":"b5ec44b1-1c5b-4446-acf8-57f65f414738","_postman_id":"b5ec44b1-1c5b-4446-acf8-57f65f414738","description":""},{"name":"carriercontact","item":[{"name":"Carrier Contact Information","id":"8f2804e5-e3fa-4df9-a0b6-2e588c833138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"carrierSupplierName\": \"Western Airlines888\",\n  \"carrierSupplierNumber\": \"888\",\n  \"contactName\": \"Alex Mellon\",\n  \"phone\": \"222-222-2222\",\n  \"email\": \"am@eastern.com\",\n  \"ticketingPolicyWebsite\": \"http://www.stu.com/rules-disclosure.aspx\",\n  \"address\": {\n    \"address1\": \"Address - 01\",\n    \"address2\": \"Address - 02\",\n    \"address3\": \"Address - 03\",\n    \"city\": \"Arlinton\",\n    \"state\": \"Virginia\",\n    \"postalCode\": \"222222\",\n    \"country\": \"US\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/carriercontact","description":"<p>By submitting memo identifying details, carriers can update any of the contact information on a memo.</p>\n","urlObject":{"path":["memos","carriercontact"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"0f86184a-e66f-465e-bccf-014037fb2784","name":"200","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"carrierSupplierName\": \"Western Airlines888\",\n  \"carrierSupplierNumber\": \"888\",\n  \"contactName\": \"Alex Mellon\",\n  \"phone\": \"222-222-2222\",\n  \"email\": \"am@eastern.com\",\n  \"ticketingPolicyWebsite\": \"http://www.stu.com/rules-disclosure.aspx\",\n  \"address\": {\n    \"address1\": \"Address - 01\",\n    \"address2\": \"Address - 02\",\n    \"address3\": \"Address - 03\",\n    \"city\": \"Arlinton\",\n    \"state\": \"Virginia\",\n    \"postalCode\": \"222222\",\n    \"country\": \"US\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/carriercontact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5615f050-7f24-11ea-b510-c8f750c849f4\",\n    \"timestamp\": \"2020-04-15T10:21:12.743-04:00\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Carrier Contact update successful\",\n    \"memo\": {\n      \"validatingAirlineDesignator\": \"006\",\n      \"agentNumericCode\": \"05600313\",\n      \"memo\": \"8960900900\",\n      \"carrierSupplierName\": \"Western Airlines888\",\n      \"carrierSupplierNumber\": \"888\",\n      \"contactName\": \"Alex Mellon\",\n      \"phone\": \"222-222-2222\",\n      \"email\": \"am@eastern.com\",\n      \"ticketingPolicyWebsite\": \"http://www.stu.com/rules-disclosure.aspx\",\n      \"address\": {\n        \"address1\": \"Address - 01\",\n        \"address2\": \"Address - 02\",\n        \"address3\": \"Address - 03\",\n        \"city\": \"Arlinton\",\n        \"state\": \"Virginia\",\n        \"postalCode\": \"222222\",\n        \"country\": \"US\"\n      }\n    }\n  }\n}"},{"id":"91367dd3-4410-4597-b8ef-a6b77373d3a9","name":"400","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"carrierSupplierName\": \"Western Airlines888\",\n  \"carrierSupplierNumber\": \"888\",\n  \"contactName\": \"Alex Mellon\",\n  \"phone\": \"222-222-2222\",\n  \"email\": \"am@eastern.com\",\n  \"ticketingPolicyWebsite\": \"http://www.stu.com/rules-disclosure.aspx\",\n  \"address\": {\n    \"address1\": \"Address - 01\",\n    \"address2\": \"Address - 02\",\n    \"address3\": \"Address - 03\",\n    \"city\": \"Arlinton\",\n    \"state\": \"Virginia\",\n    \"postalCode\": \"222222\",\n    \"country\": \"US\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/carriercontact"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"dcd81aa4-cdf8-4f52-b6aa-86a842cf448e","name":"403","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"carrierSupplierName\": \"Western Airlines888\",\n  \"carrierSupplierNumber\": \"888\",\n  \"contactName\": \"Alex Mellon\",\n  \"phone\": \"222-222-2222\",\n  \"email\": \"am@eastern.com\",\n  \"ticketingPolicyWebsite\": \"http://www.stu.com/rules-disclosure.aspx\",\n  \"address\": {\n    \"address1\": \"Address - 01\",\n    \"address2\": \"Address - 02\",\n    \"address3\": \"Address - 03\",\n    \"city\": \"Arlinton\",\n    \"state\": \"Virginia\",\n    \"postalCode\": \"222222\",\n    \"country\": \"US\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/carriercontact"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"e37371bc-f874-4ca4-88bb-6b0c5f06a4d2","name":"404","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"carrierSupplierName\": \"Western Airlines888\",\n  \"carrierSupplierNumber\": \"888\",\n  \"contactName\": \"Alex Mellon\",\n  \"phone\": \"222-222-2222\",\n  \"email\": \"am@eastern.com\",\n  \"ticketingPolicyWebsite\": \"http://www.stu.com/rules-disclosure.aspx\",\n  \"address\": {\n    \"address1\": \"Address - 01\",\n    \"address2\": \"Address - 02\",\n    \"address3\": \"Address - 03\",\n    \"city\": \"Arlinton\",\n    \"state\": \"Virginia\",\n    \"postalCode\": \"222222\",\n    \"country\": \"US\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/carriercontact"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"65a9dfcd-033c-4614-89db-f49ef447e9a0","name":"405","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"carrierSupplierName\": \"Western Airlines888\",\n  \"carrierSupplierNumber\": \"888\",\n  \"contactName\": \"Alex Mellon\",\n  \"phone\": \"222-222-2222\",\n  \"email\": \"am@eastern.com\",\n  \"ticketingPolicyWebsite\": \"http://www.stu.com/rules-disclosure.aspx\",\n  \"address\": {\n    \"address1\": \"Address - 01\",\n    \"address2\": \"Address - 02\",\n    \"address3\": \"Address - 03\",\n    \"city\": \"Arlinton\",\n    \"state\": \"Virginia\",\n    \"postalCode\": \"222222\",\n    \"country\": \"US\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/carriercontact"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"95f1650d-30bc-4ba7-b7b4-79c0efa0a35c","name":"406","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"carrierSupplierName\": \"Western Airlines888\",\n  \"carrierSupplierNumber\": \"888\",\n  \"contactName\": \"Alex Mellon\",\n  \"phone\": \"222-222-2222\",\n  \"email\": \"am@eastern.com\",\n  \"ticketingPolicyWebsite\": \"http://www.stu.com/rules-disclosure.aspx\",\n  \"address\": {\n    \"address1\": \"Address - 01\",\n    \"address2\": \"Address - 02\",\n    \"address3\": \"Address - 03\",\n    \"city\": \"Arlinton\",\n    \"state\": \"Virginia\",\n    \"postalCode\": \"222222\",\n    \"country\": \"US\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/carriercontact"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"ff7e7d61-94cc-4f87-885f-d8bd5ab6ab2c","name":"408","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"carrierSupplierName\": \"Western Airlines888\",\n  \"carrierSupplierNumber\": \"888\",\n  \"contactName\": \"Alex Mellon\",\n  \"phone\": \"222-222-2222\",\n  \"email\": \"am@eastern.com\",\n  \"ticketingPolicyWebsite\": \"http://www.stu.com/rules-disclosure.aspx\",\n  \"address\": {\n    \"address1\": \"Address - 01\",\n    \"address2\": \"Address - 02\",\n    \"address3\": \"Address - 03\",\n    \"city\": \"Arlinton\",\n    \"state\": \"Virginia\",\n    \"postalCode\": \"222222\",\n    \"country\": \"US\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/carriercontact"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"7d0f7d3e-f38a-4d3d-b3b3-a8cca35fd94f","name":"415","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"carrierSupplierName\": \"Western Airlines888\",\n  \"carrierSupplierNumber\": \"888\",\n  \"contactName\": \"Alex Mellon\",\n  \"phone\": \"222-222-2222\",\n  \"email\": \"am@eastern.com\",\n  \"ticketingPolicyWebsite\": \"http://www.stu.com/rules-disclosure.aspx\",\n  \"address\": {\n    \"address1\": \"Address - 01\",\n    \"address2\": \"Address - 02\",\n    \"address3\": \"Address - 03\",\n    \"city\": \"Arlinton\",\n    \"state\": \"Virginia\",\n    \"postalCode\": \"222222\",\n    \"country\": \"US\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/carriercontact"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"9f3f4549-360a-4d65-b6d6-91f6d560593d","name":"500","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"carrierSupplierName\": \"Western Airlines888\",\n  \"carrierSupplierNumber\": \"888\",\n  \"contactName\": \"Alex Mellon\",\n  \"phone\": \"222-222-2222\",\n  \"email\": \"am@eastern.com\",\n  \"ticketingPolicyWebsite\": \"http://www.stu.com/rules-disclosure.aspx\",\n  \"address\": {\n    \"address1\": \"Address - 01\",\n    \"address2\": \"Address - 02\",\n    \"address3\": \"Address - 03\",\n    \"city\": \"Arlinton\",\n    \"state\": \"Virginia\",\n    \"postalCode\": \"222222\",\n    \"country\": \"US\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/carriercontact"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"a1982d0f-5af2-46a4-af24-ab1687b4dec9","name":"503","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"carrierSupplierName\": \"Western Airlines888\",\n  \"carrierSupplierNumber\": \"888\",\n  \"contactName\": \"Alex Mellon\",\n  \"phone\": \"222-222-2222\",\n  \"email\": \"am@eastern.com\",\n  \"ticketingPolicyWebsite\": \"http://www.stu.com/rules-disclosure.aspx\",\n  \"address\": {\n    \"address1\": \"Address - 01\",\n    \"address2\": \"Address - 02\",\n    \"address3\": \"Address - 03\",\n    \"city\": \"Arlinton\",\n    \"state\": \"Virginia\",\n    \"postalCode\": \"222222\",\n    \"country\": \"US\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/carriercontact"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"8f2804e5-e3fa-4df9-a0b6-2e588c833138"}],"id":"1e5f82af-d997-4765-befb-4380deb29a58","_postman_id":"1e5f82af-d997-4765-befb-4380deb29a58","description":""},{"name":"flexfields","item":[{"name":"Update Flex Fields","id":"9f242d57-94f2-4a63-b45f-fedf73b9ca57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"field1\": \"Freeform data in FF1\",\n  \"field2\": \"Freeform data in FF2\",\n  \"field3\": \"Discover 6011-1111-1111-1117\",\n  \"field4\": \"Track this memo further\",\n  \"field5\": \"Need to dispute\",\n  \"field6\": \"Visa 422-222-222-2222\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/flexfields","description":"<p>By submitting memo identifying details, users (airlines, agencies, GDSs) can update the flex fields for their own memos.  (Add new values, update existing values, and remove existing values)</p>\n","urlObject":{"path":["memos","flexfields"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"8c0eada8-3522-4ad7-8825-8bb3695f491b","name":"200","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"field1\": \"Freeform data in FF1\",\n  \"field2\": \"Freeform data in FF2\",\n  \"field3\": \"Discover 6011-1111-1111-1117\",\n  \"field4\": \"Track this memo further\",\n  \"field5\": \"Need to dispute\",\n  \"field6\": \"Visa 422-222-222-2222\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/flexfields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"97125520-7f25-11ea-b510-c8f750c849f4\",\n    \"timestamp\": \"2020-04-15T10:30:15.953-04:00\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Flex Field update successful\",\n    \"memo\": {\n      \"validatingAirlineDesignator\": \"006\",\n      \"agentNumericCode\": \"05600313\",\n      \"memo\": \"8960900900\",\n      \"field1\": \"Freeform data in FF1\",\n      \"field2\": \"Freeform data in FF2\",\n      \"field3\": \"Discover *1117\",\n      \"field4\": \"Track this memo further\",\n      \"field5\": \"Need to dispute\",\n      \"field6\": \"Visa *2222\"\n    }\n  }\n}"},{"id":"49a7fe43-0d17-4eac-b9b1-937227d7caf5","name":"400","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"field1\": \"Freeform data in FF1\",\n  \"field2\": \"Freeform data in FF2\",\n  \"field3\": \"Discover 6011-1111-1111-1117\",\n  \"field4\": \"Track this memo further\",\n  \"field5\": \"Need to dispute\",\n  \"field6\": \"Visa 422-222-222-2222\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/flexfields"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"cd019976-3443-4844-8e1b-b56fa6a45562","name":"403","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"field1\": \"Freeform data in FF1\",\n  \"field2\": \"Freeform data in FF2\",\n  \"field3\": \"Discover 6011-1111-1111-1117\",\n  \"field4\": \"Track this memo further\",\n  \"field5\": \"Need to dispute\",\n  \"field6\": \"Visa 422-222-222-2222\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/flexfields"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"625ddf13-8be4-44d0-ad32-072391943299","name":"404","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"field1\": \"Freeform data in FF1\",\n  \"field2\": \"Freeform data in FF2\",\n  \"field3\": \"Discover 6011-1111-1111-1117\",\n  \"field4\": \"Track this memo further\",\n  \"field5\": \"Need to dispute\",\n  \"field6\": \"Visa 422-222-222-2222\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/flexfields"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"d3bee731-000a-4af7-bb83-31a65d5135e1","name":"405","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"field1\": \"Freeform data in FF1\",\n  \"field2\": \"Freeform data in FF2\",\n  \"field3\": \"Discover 6011-1111-1111-1117\",\n  \"field4\": \"Track this memo further\",\n  \"field5\": \"Need to dispute\",\n  \"field6\": \"Visa 422-222-222-2222\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/flexfields"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"7b09d295-d354-4695-93f8-de494b68a0df","name":"406","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"field1\": \"Freeform data in FF1\",\n  \"field2\": \"Freeform data in FF2\",\n  \"field3\": \"Discover 6011-1111-1111-1117\",\n  \"field4\": \"Track this memo further\",\n  \"field5\": \"Need to dispute\",\n  \"field6\": \"Visa 422-222-222-2222\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/flexfields"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"8c691040-54ae-40b3-8a5e-81f43e51123a","name":"408","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"field1\": \"Freeform data in FF1\",\n  \"field2\": \"Freeform data in FF2\",\n  \"field3\": \"Discover 6011-1111-1111-1117\",\n  \"field4\": \"Track this memo further\",\n  \"field5\": \"Need to dispute\",\n  \"field6\": \"Visa 422-222-222-2222\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/flexfields"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"04fd7bf3-ccae-4c07-91c2-edd10fb0fc5f","name":"415","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"field1\": \"Freeform data in FF1\",\n  \"field2\": \"Freeform data in FF2\",\n  \"field3\": \"Discover 6011-1111-1111-1117\",\n  \"field4\": \"Track this memo further\",\n  \"field5\": \"Need to dispute\",\n  \"field6\": \"Visa 422-222-222-2222\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/flexfields"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"c5a0a934-0c28-4350-8c0d-9207fdae4dd6","name":"500","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"field1\": \"Freeform data in FF1\",\n  \"field2\": \"Freeform data in FF2\",\n  \"field3\": \"Discover 6011-1111-1111-1117\",\n  \"field4\": \"Track this memo further\",\n  \"field5\": \"Need to dispute\",\n  \"field6\": \"Visa 422-222-222-2222\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/flexfields"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"858240e8-7ec1-4f54-bffc-83ff472bf492","name":"503","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"validatingAirlineDesignator\": \"006\",\n  \"agentNumericCode\": \"05600313\",\n  \"memo\": \"8960900900\",\n  \"field1\": \"Freeform data in FF1\",\n  \"field2\": \"Freeform data in FF2\",\n  \"field3\": \"Discover 6011-1111-1111-1117\",\n  \"field4\": \"Track this memo further\",\n  \"field5\": \"Need to dispute\",\n  \"field6\": \"Visa 422-222-222-2222\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/flexfields"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"9f242d57-94f2-4a63-b45f-fedf73b9ca57"}],"id":"93d88b6e-b8dd-40ca-b78e-15b6bbaeff31","_postman_id":"93d88b6e-b8dd-40ca-b78e-15b6bbaeff31","description":""},{"name":"saveattachments","item":[{"name":"Save attachments to a memo","id":"e5fee946-ac1f-4472-ae7f-ba39a73650da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/saveattachments","description":"<p>By submitting memo identifying details, carriers, agencies and system providers can add attachments to existing memos. To attach a file or files to a memo, provide the validatingAirlineDesignator,  agentNumericCode memo and fileData.</p>\n","urlObject":{"path":["memos","saveattachments"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"dae39556-dedc-4aa7-97e4-8086edf9ceb2","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/saveattachments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"b4ec95f0-7f26-11ea-b510-c8f750c849f4\",\n    \"timestamp\": \"2020-04-15T10:38:09.511-04:00\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"transactionResponse\": {\n    \"memos\": [\n      {\n        \"validatingAirlineDesignator\": \"006\",\n        \"agentNumericCode\": \"05600313\",\n        \"memoNumber\": \"8960900900\",\n        \"attachments\": [\n          {\n            \"filename\": \"calendar.pdf\",\n            \"attachmentId\": \"480068892\"\n          }\n        ],\n        \"message\": {\n          \"statusCode\": \"SUCCESS\"\n        }\n      }\n    ]\n  }\n}"},{"id":"6393b413-851b-450c-b2a2-5cf0868d3af6","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/saveattachments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"19021475-0ad7-490f-91f0-2f3e8ba89587","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/saveattachments"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"e540d1d5-52b3-4cad-ba29-7da9d5e8d146","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/saveattachments"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"0bf0b0d5-9fc1-4fd5-939b-bf72aad148e9","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/saveattachments"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"e76c51a3-bb8f-490d-a482-61063d953511","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/saveattachments"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"2ef1300b-dd89-4a6d-a3b9-6a6a323c82ae","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/saveattachments"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"dbb053ac-5df9-4952-97b7-11211781d114","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/saveattachments"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"8a958b83-c0d1-41fe-b5b5-2ad839d246a9","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/saveattachments"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"b32d1f2d-0d4e-406e-9d13-d53050eda223","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/saveattachments"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"e5fee946-ac1f-4472-ae7f-ba39a73650da"}],"id":"b42851f7-4cf2-4cb5-b31e-f790b9039975","_postman_id":"b42851f7-4cf2-4cb5-b31e-f790b9039975","description":""},{"name":"deleteattachment","item":[{"name":"Delete memo attachment","id":"ca15196b-3a74-49cd-ab9c-03c5c7154709","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachmentId\": \"479288319\",\n  \"memo\": \"8960000001\",\n  \"validatingAirlineDesignator\": \"222\",\n  \"agentNumericCode\": \"93408484\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/deleteattachment","description":"<p>By submitting memo identifying details, carriers, agencies and system providers can delete an attachment that is associated with a memo.</p>\n","urlObject":{"path":["memos","deleteattachment"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"68199901-cfcc-4644-b681-7bfe43468d82","name":"200","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachmentId\": \"479288319\",\n  \"memo\": \"8960000001\",\n  \"validatingAirlineDesignator\": \"222\",\n  \"agentNumericCode\": \"93408484\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/deleteattachment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"920e50c0-9095-11ea-ac35-c8f750c849f4\",\n    \"timestamp\": \"2020-05-07T15:04:32.157-04:00\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"transactionResponse\": {\n    \"memos\": [\n      {\n        \"memoNumber\": \"8960900900\",\n        \"validatingAirlineDesignator\": \"006\",\n        \"agentNumericCode\": \"05600313\",\n        \"attachmentId\": \"480069226\",\n        \"message\": {\n          \"statusCode\": \"SUCCESS\"\n        }\n      }\n    ]\n  }\n}"},{"id":"e588583c-5b40-420b-9af2-6cc18ece0810","name":"400","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachmentId\": \"479288319\",\n  \"memo\": \"8960000001\",\n  \"validatingAirlineDesignator\": \"222\",\n  \"agentNumericCode\": \"93408484\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/deleteattachment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"00e380de-2b45-4713-8a16-08532d3d1fa3","name":"403","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachmentId\": \"479288319\",\n  \"memo\": \"8960000001\",\n  \"validatingAirlineDesignator\": \"222\",\n  \"agentNumericCode\": \"93408484\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/deleteattachment"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"09402863-c1b5-420a-ba66-ee08accaf203","name":"404","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachmentId\": \"479288319\",\n  \"memo\": \"8960000001\",\n  \"validatingAirlineDesignator\": \"222\",\n  \"agentNumericCode\": \"93408484\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/deleteattachment"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"b0fab96a-5201-4c2e-8e24-3deb0cf3be87","name":"405","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachmentId\": \"479288319\",\n  \"memo\": \"8960000001\",\n  \"validatingAirlineDesignator\": \"222\",\n  \"agentNumericCode\": \"93408484\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/deleteattachment"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"fd357314-de36-46b9-a21f-0dba2984ee7b","name":"406","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachmentId\": \"479288319\",\n  \"memo\": \"8960000001\",\n  \"validatingAirlineDesignator\": \"222\",\n  \"agentNumericCode\": \"93408484\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/deleteattachment"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"cffae6a1-00db-4ebb-a308-48c267d18e68","name":"408","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachmentId\": \"479288319\",\n  \"memo\": \"8960000001\",\n  \"validatingAirlineDesignator\": \"222\",\n  \"agentNumericCode\": \"93408484\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/deleteattachment"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"0ad04d9f-fc83-460e-afc7-0aa46a90a660","name":"415","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachmentId\": \"479288319\",\n  \"memo\": \"8960000001\",\n  \"validatingAirlineDesignator\": \"222\",\n  \"agentNumericCode\": \"93408484\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/deleteattachment"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"2be015a6-f2b6-4d20-90a8-fd76ae26b781","name":"500","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachmentId\": \"479288319\",\n  \"memo\": \"8960000001\",\n  \"validatingAirlineDesignator\": \"222\",\n  \"agentNumericCode\": \"93408484\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/deleteattachment"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"c479d13d-d04d-47f5-9a6c-518618e4921a","name":"503","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachmentId\": \"479288319\",\n  \"memo\": \"8960000001\",\n  \"validatingAirlineDesignator\": \"222\",\n  \"agentNumericCode\": \"93408484\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"//memos/deleteattachment"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"ca15196b-3a74-49cd-ab9c-03c5c7154709"}],"id":"8e04ccb9-ac54-495c-a274-b735f9d3c2b9","_postman_id":"8e04ccb9-ac54-495c-a274-b735f9d3c2b9","description":""},{"name":"correspondattach","item":[{"name":"Save correspondence and attachments","id":"ca3393b3-3829-4548-bcee-af282525e90c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/correspondattach","description":"<p>By submitting memo identifying details, carriers, agencies and system providers can add a public and/or private coresspondence to one or more memos and optionally attach one or more files to the selected memos. To select the memos (at least one), provide the airline code, arc # and memo # separted by a semicolin. The public correspondence message (optional) and/or privte correspondence message will be applied to each memo in the list. The selected attachments (optional) will also be applied to each of the provided memos. The body of the request should be structured as follows:</p>\n<p>memo: 006;49560744;8960222333</p>\n<p>memo: 001;49560744;8960444555</p>\n<p>publicCorrespondence: These memos are in dispute.</p>\n<p>privateCorrespondence: These memos are in dispute.</p>\n<p>fileData: (attachment data from first file)</p>\n<p>fileData: (attachment data from second file if needed)</p>\n","urlObject":{"path":["memos","correspondattach"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"dce456a5-c9c6-415e-ba52-7f8596d92bae","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/correspondattach"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"f89206c0-8a14-11ea-81cf-c8f750c849f4\",\n    \"timestamp\": \"2020-04-29T08:28:57.804-04:00\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"transactionResponse\": {\n    \"memos\": [\n      {\n        \"validatingAirlineDesignator\": \"006\",\n        \"agentNumericCode\": \"05600313\",\n        \"memoNumber\": \"8960800800\",\n        \"attachments\": [\n          {\n            \"filename\": \"calendar.pdf\",\n            \"attachmentId\": \"480069210\"\n          },\n          {\n            \"filename\": \"small.docx\",\n            \"attachmentId\": \"480069211\"\n          }\n        ],\n        \"correspondence\": [\n          {\n            \"author\": \"ldapAgtApiDisplayNm\",\n            \"message\": \"This correspondence is public\",\n            \"correspondenceType\": \"Public\"\n          },\n          {\n            \"author\": \"ldapAgtApiDisplayNm\",\n            \"message\": \"This correspondence is private\",\n            \"correspondenceType\": \"Private Agency\"\n          }\n        ],\n        \"message\": {\n          \"statusCode\": \"SUCCESS\"\n        }\n      },\n      {\n        \"validatingAirlineDesignator\": \"006\",\n        \"agentNumericCode\": \"05600313\",\n        \"memoNumber\": \"8960900900\",\n        \"attachments\": [\n          {\n            \"filename\": \"calendar.pdf\",\n            \"attachmentId\": \"480069210\"\n          },\n          {\n            \"filename\": \"small.docx\",\n            \"attachmentId\": \"480069211\"\n          }\n        ],\n        \"correspondence\": [\n          {\n            \"author\": \"ldapAgtApiDisplayNm\",\n            \"message\": \"This correspondence is public\",\n            \"correspondenceType\": \"Public\"\n          },\n          {\n            \"author\": \"ldapAgtApiDisplayNm\",\n            \"message\": \"This correspondence is private\",\n            \"correspondenceType\": \"Private Agency\"\n          }\n        ],\n        \"message\": {\n          \"statusCode\": \"SUCCESS\"\n        }\n      }\n    ]\n  }\n}"},{"id":"d7f077fe-4b43-4039-828f-6000370d8073","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/correspondattach"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"475dcb77-a47c-4af0-aa1f-c2d8f0c83bc4","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/correspondattach"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"152c0df3-e2b8-4780-a246-d97358e3d233","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/correspondattach"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"736a69ff-03f3-450b-86b6-6455b1c98d43","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/correspondattach"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"afd35dc7-1991-459b-b355-a00c6f04bf95","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/correspondattach"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"3f7ad5ff-d88b-47ab-8e7a-1cbb1d0bfb46","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/correspondattach"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"f650182b-a2dc-4d06-a477-c98d8e764d22","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/correspondattach"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"be5bc4bf-4dad-449e-8320-b0d0a1679142","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/correspondattach"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"0b02ad65-e453-4f5d-ba03-7b47c8cfaa60","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/correspondattach"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"ca3393b3-3829-4548-bcee-af282525e90c"}],"id":"3508b52d-91d6-4681-8bf1-46468fd44c01","_postman_id":"3508b52d-91d6-4681-8bf1-46468fd44c01","description":""},{"name":"disputeattach","item":[{"name":"Disputes and attachments","id":"ad349287-5600-4ead-9b21-22edae9358a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/disputeattach","description":"<p>By submitting memo identifying details, agencies can dispute multiple memos, add a public correspondence and attach one or more files to the selected memos. To select the memos to be disputed (at least one), provide the airline code, arc #, memo # and dispute amount separted by a semicolin. The public correspondence message (required) will be applied to each memo in the list. The selected attachments (optional) will also be applied to each of the provided memos. The body of the request should be structured as follows:</p>\n<p>memo: 006;49560744;8960222333;185.00</p>\n<p>memo: 001;49560744;8960444555;200.00</p>\n<p>publicCorrespondence: These memos are in dispute.</p>\n<p>fileData: (attachment data from first file)</p>\n<p>fileData: (attachment data from second file if needed)</p>\n","urlObject":{"path":["memos","disputeattach"],"host":["/"],"query":[],"variable":[]}},"response":[{"id":"41a9a752-24ea-4102-b32a-048cd627c5a9","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/disputeattach"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"37db0560-8e2b-11ea-96d0-c8f750c849f4\",\n    \"timestamp\": \"2020-05-04T13:18:26.656-04:00\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"SUCCESS\"\n  },\n  \"transactionResponse\": {\n    \"memos\": [\n      {\n        \"memoNumber\": \"8960900900\",\n        \"validatingAirlineDesignator\": \"006\",\n        \"agentNumericCode\": \"05600313\",\n        \"attachments\": [\n          {\n            \"filename\": \"dates.csv\",\n            \"attachmentId\": \"480069214\"\n          },\n          {\n            \"filename\": \"calendar.pdf\",\n            \"attachmentId\": \"480069215\"\n          }\n        ],\n        \"correspondence\": [\n          {\n            \"author\": \"0oaljw9dhsAI92KzZ356\",\n            \"message\": \"We are disputing these 2 memos\",\n            \"correspondenceType\": \"Public\"\n          }\n        ],\n        \"message\": {\n          \"statusCode\": \"SUCCESS\"\n        }\n      },\n      {\n        \"memoNumber\": \"8960800800\",\n        \"validatingAirlineDesignator\": \"006\",\n        \"agentNumericCode\": \"05600313\",\n        \"attachments\": [\n          {\n            \"filename\": \"dates.csv\",\n            \"attachmentId\": \"480069216\"\n          },\n          {\n            \"filename\": \"calendar.pdf\",\n            \"attachmentId\": \"480069217\"\n          }\n        ],\n        \"correspondence\": [\n          {\n            \"author\": \"0oaljw9dhsAI92KzZ356\",\n            \"message\": \"We are disputing these 2 memos\",\n            \"correspondenceType\": \"Public\"\n          }\n        ],\n        \"message\": {\n          \"statusCode\": \"SUCCESS\"\n        }\n      }\n    ]\n  }\n}"},{"id":"42681de1-7080-43bb-b555-b4e1b3149c1c","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/disputeattach"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"103c55c1-fac0-4779-a48a-938743489303","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/disputeattach"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"0c9584dc-4c6a-4d6f-873f-4874f3f4f083","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/disputeattach"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"093468f8-23fd-4911-b640-86e1023ea1c9","name":"405","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/disputeattach"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"82e74df4-cf02-46e2-9133-647ad63d2243","name":"406","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/disputeattach"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"d1f00e66-86b5-442a-9ad4-761ba629ecaa","name":"408","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/disputeattach"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"3cd05d06-45a9-4ab4-babc-b06530df67cd","name":"415","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/disputeattach"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"c1fd62eb-adf2-4dd3-8f5a-46446ab3aba8","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/disputeattach"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"364f16c7-da95-48a2-a702-caa895ddcfcf","name":"503","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"//memos/disputeattach"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"ad349287-5600-4ead-9b21-22edae9358a5"}],"id":"a6a41f9d-8f42-40d3-86e8-df0c726e5447","_postman_id":"a6a41f9d-8f42-40d3-86e8-df0c726e5447","description":""},{"name":"Search Memos","id":"13b5e526-5679-4c7b-877c-eb4f9a9d72e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"//memos?primaryStatus=Inactive&secondaryStatus=Sign Change Forced&loadFromDate=1972-06-04&loadToDate=1972-06-04&lastModifiedFromDate=1972-06-04&lastModifiedToDate=1972-06-04&lastCorrespondent=Carrier&lastCorrespondenceFromDate=1972-06-04&lastCorrespondenceToDate=1972-06-04&validatingAirlineDesignator=236&agentNumericCode=83389341&agencyIncludeEntireOrg=false&page=1","description":"<p>By submitting a combination of search parameters, users can retrieve a list of memo numbers and high-level information for each memo. If more than 100 memos fall within the search criteria, the results will be paginated.</p>\n","urlObject":{"path":["memos"],"host":["/"],"query":[{"key":"primaryStatus","value":"Inactive"},{"key":"secondaryStatus","value":"Sign Change Forced"},{"description":{"content":"<p>The beginning date in the Load Date search; format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"loadFromDate","value":"1972-06-04"},{"description":{"content":"<p>The ending date in the Load Date search; format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"loadToDate","value":"1972-06-04"},{"description":{"content":"<p>The beginning date in the Last Modified Date search; format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"lastModifiedFromDate","value":"1972-06-04"},{"description":{"content":"<p>The ending date in the Last Modified Date search; format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"lastModifiedToDate","value":"1972-06-04"},{"key":"lastCorrespondent","value":"Carrier"},{"description":{"content":"<p>The beginning date in the Last Correspondence Date search; format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"lastCorrespondenceFromDate","value":"1972-06-04"},{"description":{"content":"<p>The ending date in the Last Correspondence Date search; format is YYYY-MM-DD</p>\n","type":"text/plain"},"key":"lastCorrespondenceToDate","value":"1972-06-04"},{"key":"validatingAirlineDesignator","value":"236"},{"key":"agentNumericCode","value":"83389341"},{"description":{"content":"<p>Option to include entire agency organization in search; only applicable to Home Offices (HOL)</p>\n","type":"text/plain"},"key":"agencyIncludeEntireOrg","value":"false"},{"description":{"content":"<p>The search result page to retrieve</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"d4aa7748-ae80-489b-9bd4-f6bfdb118854","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//memos?primaryStatus=Inactive&secondaryStatus=Sign Change Forced&loadFromDate=1972-06-04&loadToDate=1972-06-04&lastModifiedFromDate=1972-06-04&lastModifiedToDate=1972-06-04&lastCorrespondent=Carrier&lastCorrespondenceFromDate=1972-06-04&lastCorrespondenceToDate=1972-06-04&validatingAirlineDesignator=236&agentNumericCode=83389341&agencyIncludeEntireOrg=false&page=1","host":["/"],"path":["memos"],"query":[{"key":"primaryStatus","value":"Inactive"},{"key":"secondaryStatus","value":"Sign Change Forced"},{"description":"The beginning date in the Load Date search; format is YYYY-MM-DD","key":"loadFromDate","value":"1972-06-04"},{"description":"The ending date in the Load Date search; format is YYYY-MM-DD","key":"loadToDate","value":"1972-06-04"},{"description":"The beginning date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedToDate","value":"1972-06-04"},{"key":"lastCorrespondent","value":"Carrier"},{"description":"The beginning date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceToDate","value":"1972-06-04"},{"key":"validatingAirlineDesignator","value":"236"},{"key":"agentNumericCode","value":"83389341"},{"description":"Option to include entire agency organization in search; only applicable to Home Offices (HOL)","key":"agencyIncludeEntireOrg","value":"false"},{"description":"The search result page to retrieve","key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"message\": \"SUCCESS\",\n    \"statusCode\": \"BAD_REQUEST\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\"\n  },\n  \"transactionResponse\": {\n    \"totalPages\": 1,\n    \"memos\": [\n      {\n        \"memoNumber\": \"8960000001\",\n        \"memoType\": \"Debit\",\n        \"validatingAirlineDesignator\": \"100\",\n        \"carrierName\": \"XYZ AIRLINES\",\n        \"agentNumericCode\": \"11111111\",\n        \"primaryStatus\": \"Closed\",\n        \"secondaryStatus\": \"Settled in IAR\",\n        \"currentBalance\": 200.5,\n        \"age\": 20,\n        \"resolutionType\": \"Carrier\",\n        \"lastCorrespondent\": \"Carrier\"\n      }\n    ]\n  }\n}"},{"id":"303d9729-5008-4a79-bd99-90a3dac3719e","name":"400","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//memos?primaryStatus=Inactive&secondaryStatus=Sign Change Forced&loadFromDate=1972-06-04&loadToDate=1972-06-04&lastModifiedFromDate=1972-06-04&lastModifiedToDate=1972-06-04&lastCorrespondent=Carrier&lastCorrespondenceFromDate=1972-06-04&lastCorrespondenceToDate=1972-06-04&validatingAirlineDesignator=236&agentNumericCode=83389341&agencyIncludeEntireOrg=false&page=1","host":["/"],"path":["memos"],"query":[{"key":"primaryStatus","value":"Inactive"},{"key":"secondaryStatus","value":"Sign Change Forced"},{"description":"The beginning date in the Load Date search; format is YYYY-MM-DD","key":"loadFromDate","value":"1972-06-04"},{"description":"The ending date in the Load Date search; format is YYYY-MM-DD","key":"loadToDate","value":"1972-06-04"},{"description":"The beginning date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedToDate","value":"1972-06-04"},{"key":"lastCorrespondent","value":"Carrier"},{"description":"The beginning date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceToDate","value":"1972-06-04"},{"key":"validatingAirlineDesignator","value":"236"},{"key":"agentNumericCode","value":"83389341"},{"description":"Option to include entire agency organization in search; only applicable to Home Offices (HOL)","key":"agencyIncludeEntireOrg","value":"false"},{"description":"The search result page to retrieve","key":"page","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"BAD_REQUEST\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request is invalid and cannot be completed. Please update the request and resubmit.\"\n  }\n}"},{"id":"1965f4ba-842c-4140-b9d9-e666528b3b14","name":"403","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//memos?primaryStatus=Inactive&secondaryStatus=Sign Change Forced&loadFromDate=1972-06-04&loadToDate=1972-06-04&lastModifiedFromDate=1972-06-04&lastModifiedToDate=1972-06-04&lastCorrespondent=Carrier&lastCorrespondenceFromDate=1972-06-04&lastCorrespondenceToDate=1972-06-04&validatingAirlineDesignator=236&agentNumericCode=83389341&agencyIncludeEntireOrg=false&page=1","host":["/"],"path":["memos"],"query":[{"key":"primaryStatus","value":"Inactive"},{"key":"secondaryStatus","value":"Sign Change Forced"},{"description":"The beginning date in the Load Date search; format is YYYY-MM-DD","key":"loadFromDate","value":"1972-06-04"},{"description":"The ending date in the Load Date search; format is YYYY-MM-DD","key":"loadToDate","value":"1972-06-04"},{"description":"The beginning date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedToDate","value":"1972-06-04"},{"key":"lastCorrespondent","value":"Carrier"},{"description":"The beginning date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceToDate","value":"1972-06-04"},{"key":"validatingAirlineDesignator","value":"236"},{"key":"agentNumericCode","value":"83389341"},{"description":"Option to include entire agency organization in search; only applicable to Home Offices (HOL)","key":"agencyIncludeEntireOrg","value":"false"},{"description":"The search result page to retrieve","key":"page","value":"1"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"ACCESS_FORBIDDEN\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"Access is forbidden so the request cannot be completed. Please resubmit the request using different credentials or contact customer support for assistance.\"\n  }\n}"},{"id":"2d817abf-c5f6-4a31-8b47-aa4ab1790fb9","name":"404","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//memos?primaryStatus=Inactive&secondaryStatus=Sign Change Forced&loadFromDate=1972-06-04&loadToDate=1972-06-04&lastModifiedFromDate=1972-06-04&lastModifiedToDate=1972-06-04&lastCorrespondent=Carrier&lastCorrespondenceFromDate=1972-06-04&lastCorrespondenceToDate=1972-06-04&validatingAirlineDesignator=236&agentNumericCode=83389341&agencyIncludeEntireOrg=false&page=1","host":["/"],"path":["memos"],"query":[{"key":"primaryStatus","value":"Inactive"},{"key":"secondaryStatus","value":"Sign Change Forced"},{"description":"The beginning date in the Load Date search; format is YYYY-MM-DD","key":"loadFromDate","value":"1972-06-04"},{"description":"The ending date in the Load Date search; format is YYYY-MM-DD","key":"loadToDate","value":"1972-06-04"},{"description":"The beginning date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedToDate","value":"1972-06-04"},{"key":"lastCorrespondent","value":"Carrier"},{"description":"The beginning date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceToDate","value":"1972-06-04"},{"key":"validatingAirlineDesignator","value":"236"},{"key":"agentNumericCode","value":"83389341"},{"description":"Option to include entire agency organization in search; only applicable to Home Offices (HOL)","key":"agencyIncludeEntireOrg","value":"false"},{"description":"The search result page to retrieve","key":"page","value":"1"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"RESOURCE_NOT_FOUND\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the requested resource cannot be found. Please update the request and resubmit. Refer to the API portal documentation for the list of supported resources.\"\n  }\n}"},{"id":"bad158e0-17f5-462d-9e4f-e5600627b17c","name":"405","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//memos?primaryStatus=Inactive&secondaryStatus=Sign Change Forced&loadFromDate=1972-06-04&loadToDate=1972-06-04&lastModifiedFromDate=1972-06-04&lastModifiedToDate=1972-06-04&lastCorrespondent=Carrier&lastCorrespondenceFromDate=1972-06-04&lastCorrespondenceToDate=1972-06-04&validatingAirlineDesignator=236&agentNumericCode=83389341&agencyIncludeEntireOrg=false&page=1","host":["/"],"path":["memos"],"query":[{"key":"primaryStatus","value":"Inactive"},{"key":"secondaryStatus","value":"Sign Change Forced"},{"description":"The beginning date in the Load Date search; format is YYYY-MM-DD","key":"loadFromDate","value":"1972-06-04"},{"description":"The ending date in the Load Date search; format is YYYY-MM-DD","key":"loadToDate","value":"1972-06-04"},{"description":"The beginning date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedToDate","value":"1972-06-04"},{"key":"lastCorrespondent","value":"Carrier"},{"description":"The beginning date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceToDate","value":"1972-06-04"},{"key":"validatingAirlineDesignator","value":"236"},{"key":"agentNumericCode","value":"83389341"},{"description":"Option to include entire agency organization in search; only applicable to Home Offices (HOL)","key":"agencyIncludeEntireOrg","value":"false"},{"description":"The search result page to retrieve","key":"page","value":"1"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"METHOD_NOT_ALLOWED\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request cannot be completed because the request method submitted is unsupported. Please update the request and resubmit. Refer to the API portal documentation for the list of supported methods.\"\n  }\n}"},{"id":"c461a31e-08f3-4076-baaa-f66f7fbce3f2","name":"406","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//memos?primaryStatus=Inactive&secondaryStatus=Sign Change Forced&loadFromDate=1972-06-04&loadToDate=1972-06-04&lastModifiedFromDate=1972-06-04&lastModifiedToDate=1972-06-04&lastCorrespondent=Carrier&lastCorrespondenceFromDate=1972-06-04&lastCorrespondenceToDate=1972-06-04&validatingAirlineDesignator=236&agentNumericCode=83389341&agencyIncludeEntireOrg=false&page=1","host":["/"],"path":["memos"],"query":[{"key":"primaryStatus","value":"Inactive"},{"key":"secondaryStatus","value":"Sign Change Forced"},{"description":"The beginning date in the Load Date search; format is YYYY-MM-DD","key":"loadFromDate","value":"1972-06-04"},{"description":"The ending date in the Load Date search; format is YYYY-MM-DD","key":"loadToDate","value":"1972-06-04"},{"description":"The beginning date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedToDate","value":"1972-06-04"},{"key":"lastCorrespondent","value":"Carrier"},{"description":"The beginning date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceToDate","value":"1972-06-04"},{"key":"validatingAirlineDesignator","value":"236"},{"key":"agentNumericCode","value":"83389341"},{"description":"Option to include entire agency organization in search; only applicable to Home Offices (HOL)","key":"agencyIncludeEntireOrg","value":"false"},{"description":"The search result page to retrieve","key":"page","value":"1"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_NOT_ACCEPTABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request header is invalid so the request cannot be completed. Please update the request header and resubmit the request. Refer to the API portal documentation for the list of accepted headers.\"\n  }\n}"},{"id":"c1e40c95-ddc1-46cf-87c8-cdabb44a16fd","name":"408","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//memos?primaryStatus=Inactive&secondaryStatus=Sign Change Forced&loadFromDate=1972-06-04&loadToDate=1972-06-04&lastModifiedFromDate=1972-06-04&lastModifiedToDate=1972-06-04&lastCorrespondent=Carrier&lastCorrespondenceFromDate=1972-06-04&lastCorrespondenceToDate=1972-06-04&validatingAirlineDesignator=236&agentNumericCode=83389341&agencyIncludeEntireOrg=false&page=1","host":["/"],"path":["memos"],"query":[{"key":"primaryStatus","value":"Inactive"},{"key":"secondaryStatus","value":"Sign Change Forced"},{"description":"The beginning date in the Load Date search; format is YYYY-MM-DD","key":"loadFromDate","value":"1972-06-04"},{"description":"The ending date in the Load Date search; format is YYYY-MM-DD","key":"loadToDate","value":"1972-06-04"},{"description":"The beginning date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedToDate","value":"1972-06-04"},{"key":"lastCorrespondent","value":"Carrier"},{"description":"The beginning date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceToDate","value":"1972-06-04"},{"key":"validatingAirlineDesignator","value":"236"},{"key":"agentNumericCode","value":"83389341"},{"description":"Option to include entire agency organization in search; only applicable to Home Offices (HOL)","key":"agencyIncludeEntireOrg","value":"false"},{"description":"The search result page to retrieve","key":"page","value":"1"}]}},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"REQUEST_TIMEOUT\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The request has timed out and cannot be completed. Please resubmit the request.\"\n  }\n}"},{"id":"34a9873a-e9af-41dc-8758-d1ea95db4fd1","name":"415","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//memos?primaryStatus=Inactive&secondaryStatus=Sign Change Forced&loadFromDate=1972-06-04&loadToDate=1972-06-04&lastModifiedFromDate=1972-06-04&lastModifiedToDate=1972-06-04&lastCorrespondent=Carrier&lastCorrespondenceFromDate=1972-06-04&lastCorrespondenceToDate=1972-06-04&validatingAirlineDesignator=236&agentNumericCode=83389341&agencyIncludeEntireOrg=false&page=1","host":["/"],"path":["memos"],"query":[{"key":"primaryStatus","value":"Inactive"},{"key":"secondaryStatus","value":"Sign Change Forced"},{"description":"The beginning date in the Load Date search; format is YYYY-MM-DD","key":"loadFromDate","value":"1972-06-04"},{"description":"The ending date in the Load Date search; format is YYYY-MM-DD","key":"loadToDate","value":"1972-06-04"},{"description":"The beginning date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedToDate","value":"1972-06-04"},{"key":"lastCorrespondent","value":"Carrier"},{"description":"The beginning date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceToDate","value":"1972-06-04"},{"key":"validatingAirlineDesignator","value":"236"},{"key":"agentNumericCode","value":"83389341"},{"description":"Option to include entire agency organization in search; only applicable to Home Offices (HOL)","key":"agencyIncludeEntireOrg","value":"false"},{"description":"The search result page to retrieve","key":"page","value":"1"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"UNSUPPORTED_MEDIA_TYPE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The media type is invalid so the request cannot be completed. Please update the media type and resubmit the request. Please refer to the API portal documentation for the list of supported media types.\"\n  }\n}"},{"id":"638095ca-8e30-45d0-8b96-0eecd8412806","name":"500","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//memos?primaryStatus=Inactive&secondaryStatus=Sign Change Forced&loadFromDate=1972-06-04&loadToDate=1972-06-04&lastModifiedFromDate=1972-06-04&lastModifiedToDate=1972-06-04&lastCorrespondent=Carrier&lastCorrespondenceFromDate=1972-06-04&lastCorrespondenceToDate=1972-06-04&validatingAirlineDesignator=236&agentNumericCode=83389341&agencyIncludeEntireOrg=false&page=1","host":["/"],"path":["memos"],"query":[{"key":"primaryStatus","value":"Inactive"},{"key":"secondaryStatus","value":"Sign Change Forced"},{"description":"The beginning date in the Load Date search; format is YYYY-MM-DD","key":"loadFromDate","value":"1972-06-04"},{"description":"The ending date in the Load Date search; format is YYYY-MM-DD","key":"loadToDate","value":"1972-06-04"},{"description":"The beginning date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedToDate","value":"1972-06-04"},{"key":"lastCorrespondent","value":"Carrier"},{"description":"The beginning date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceToDate","value":"1972-06-04"},{"key":"validatingAirlineDesignator","value":"236"},{"key":"agentNumericCode","value":"83389341"},{"description":"Option to include entire agency organization in search; only applicable to Home Offices (HOL)","key":"agencyIncludeEntireOrg","value":"false"},{"description":"The search result page to retrieve","key":"page","value":"1"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"INTERNAL_SERVER_ERROR\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"An error has occurred and your request cannot be completed. Please contact customer support for assistance.\"\n  }\n}"},{"id":"a75a1ce6-caeb-48f5-8875-2b63e079ac18","name":"503","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"//memos?primaryStatus=Inactive&secondaryStatus=Sign Change Forced&loadFromDate=1972-06-04&loadToDate=1972-06-04&lastModifiedFromDate=1972-06-04&lastModifiedToDate=1972-06-04&lastCorrespondent=Carrier&lastCorrespondenceFromDate=1972-06-04&lastCorrespondenceToDate=1972-06-04&validatingAirlineDesignator=236&agentNumericCode=83389341&agencyIncludeEntireOrg=false&page=1","host":["/"],"path":["memos"],"query":[{"key":"primaryStatus","value":"Inactive"},{"key":"secondaryStatus","value":"Sign Change Forced"},{"description":"The beginning date in the Load Date search; format is YYYY-MM-DD","key":"loadFromDate","value":"1972-06-04"},{"description":"The ending date in the Load Date search; format is YYYY-MM-DD","key":"loadToDate","value":"1972-06-04"},{"description":"The beginning date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Modified Date search; format is YYYY-MM-DD","key":"lastModifiedToDate","value":"1972-06-04"},{"key":"lastCorrespondent","value":"Carrier"},{"description":"The beginning date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceFromDate","value":"1972-06-04"},{"description":"The ending date in the Last Correspondence Date search; format is YYYY-MM-DD","key":"lastCorrespondenceToDate","value":"1972-06-04"},{"key":"validatingAirlineDesignator","value":"236"},{"key":"agentNumericCode","value":"83389341"},{"description":"Option to include entire agency organization in search; only applicable to Home Offices (HOL)","key":"agencyIncludeEntireOrg","value":"false"},{"description":"The search result page to retrieve","key":"page","value":"1"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionMetadata\": {\n    \"correlationId\": \"5e72c080-6764-11e9-83cb-0028f8be009a\",\n    \"timestamp\": \"2019-04-25T10:14:00.748-04:00\",\n    \"message\": \"FAILED\",\n    \"statusCode\": \"SERVICE_UNAVAILABLE\"\n  },\n  \"transactionResponse\": {\n    \"message\": \"The service is unavailable. Please resubmit the request at a later time. Subscribe to ARC's Status Dashboard to be informed of the status of the service.\"\n  }\n}"}],"_postman_id":"13b5e526-5679-4c7b-877c-eb4f9a9d72e0"}],"id":"36513d25-6e70-44ae-9e25-b29a8db8a577","_postman_id":"36513d25-6e70-44ae-9e25-b29a8db8a577","description":""}],"variable":[{"key":"baseUrl","value":"/"}]}