Accounting

Retrieves a specific attachments from a specific expense claim receipts by using a unique attachment Id

get/Receipts/{ReceiptID}/Attachments/{AttachmentID}

Path parameters

ReceiptIDstring uuid required

Unique identifier for a Receipt

AttachmentIDstring uuid required

Unique identifier for Attachment object

Headers

contentTypestring required

The mime type of the attachment file you are retrieving i.e image/jpg, application/pdf

Response

Success - return response of attachment for Receipt as binary data

Changes

No recorded changes to this endpoint across all 61 revisions of this API.