Save attachments to a memo
POST {{baseUrl}}/memos/saveattachments
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.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"transactionMetadata":{"correlationId":"b4ec95f0-7f26-11ea-b510-c8f750c849f4","timestamp":"2020-04-15T10:38:09.511-04:00","message":"SUCCESS","statusCode":"SUCCESS"},"transactionResponse":{"memos":[{"validatingAirlineDesignator":"006","agentNumericCode":"05600313","memoNumber":"8960900900","attachments":[{"filename":"calendar.pdf","attachmentId":"480068892"}],"message":{"statusCode":"SUCCESS"}}]}}