Download an Expense Line Receipt Supporting Document

GET {{base_url}}/Expensekeeper/ekDocumentsDetail/:MasterPKey/Documents/:FileID

Use this endpoint to download and retrieve the contents of a supporting document or file associated with an expense line receipt in My Stuff » Expense Report.

Supporting document information comes from either the Expense Report Receipts dialog box that displays when you select Other Actions > Upload Receipts on the Expense Report form, or the Expense Line Receipts dialog box that displays when you click Attach Receipt under the Receipts column for an expense line in the grid of the Expense Report form.

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content accepted by the API endpoint. | | Authorization | string | | Required.

The type of authorization accepted by the API endpoint. |

RESPONSES

status: OK

"[\r\n    {\r\n        \"{{The actual content of the file.}}\"\r\n    }\r\n]"