- Subcategories:
 - Large Object (LOB) Attributes - FileContents
 - Large Object (LOB) Attributes - FileWebImage
 
Attachments REST Endpoints
            
            Expense Reports/Attachments
            
        
        
    The attachments resource is used to manage documents that the user attaches to an expense report.
- Create an attachment record for a specific attachment identifier
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Attachments - DELETE action not supported
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Attachments/{AttachmentsUniqID} - Get an attachment record related to an expense report
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Attachments/{AttachmentsUniqID} - Get attachment records
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Attachments - Update an attachment record for a specific attachment identifier
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Attachments/{AttachmentsUniqID}