Attachments REST Endpoints

Expense Reports/Expenses/Attachments
The attachments resource is used to manage documents that the user attaches to an expense item.
Create an attachment record for a specific attachment identifier
Method: post
Path: /fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense/{ExpenseUniqID}/child/Attachments
DELETE action not supported
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense/{ExpenseUniqID}/child/Attachments/{AttachmentsUniqID}
Get an attachment record related to an expense report
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense/{ExpenseUniqID}/child/Attachments/{AttachmentsUniqID}
Get attachment records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense/{ExpenseUniqID}/child/Attachments
Update an attachment record for a specific attachment identifier
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense/{ExpenseUniqID}/child/Attachments/{AttachmentsUniqID}