Disputes and attachments

POST {{baseUrl}}/memos/disputeattach

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:

memo: 006;49560744;8960222333;185.00

memo: 001;49560744;8960444555;200.00

publicCorrespondence: These memos are in dispute.

fileData: (attachment data from first file)

fileData: (attachment data from second file if needed)

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"transactionMetadata":{"correlationId":"37db0560-8e2b-11ea-96d0-c8f750c849f4","timestamp":"2020-05-04T13:18:26.656-04:00","message":"SUCCESS","statusCode":"SUCCESS"},"transactionResponse":{"memos":[{"memoNumber":"8960900900","validatingAirlineDesignator":"006","agentNumericCode":"05600313","attachments":[{"filename":"dates.csv","attachmentId":"480069214"},{"filename":"calendar.pdf","attachmentId":"480069215"}],"correspondence":[{"author":"0oaljw9dhsAI92KzZ356","message":"We are disputing these 2 memos","correspondenceType":"Public"}],"message":{"statusCode":"SUCCESS"}},{"memoNumber":"8960800800","validatingAirlineDesignator":"006","agentNumericCode":"05600313","attachments":[{"filename":"dates.csv","attachmentId":"480069216"},{"filename":"calendar.pdf","attachmentId":"480069217"}],"correspondence":[{"author":"0oaljw9dhsAI92KzZ356","message":"We are disputing these 2 memos","correspondenceType":"Public"}],"message":{"statusCode":"SUCCESS"}}]}}