- Subcategories:
- Attachments
- Duplicate Expenses
- Expense Attendees
- Expense Descriptive Flexfields
- Expense Distributions
- Expense Errors
- Expense Itemizations
- Matched Expenses
Expenses REST Endpoints
Expense Reports/Expenses
The expenses resource is a child resource that contains information about an expense item.
- Create a duplicate of an expense
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense/{ExpenseUniqID}/action/duplicate - Create an expense record
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense - Get all expense records
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense - Get an expense record for a specific expense identifier
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense/{ExpenseUniqID} - Initiate a notification request
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense/action/notificationRequest - Send email notifications for electronic receipt processing
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense/action/sendEmailNotification - Update an expense record for a specific expense identifier
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID}/child/Expense/{ExpenseUniqID}