Expenses REST Endpoints

Expenses
The expenses resource is a parent resource that contains all the expense information incurred by an employee.
Create a duplicate of an expense.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/action/duplicate
Create an expense record
Method: post
Path: /fscmRestApi/resources/11.13.18.05/expenses
DELETE action not supported
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}
Get all expense records
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenses
Get an expense record of an expense identifier
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}
Initiate a notification request
Method: post
Path: /fscmRestApi/resources/11.13.18.05/expenses/action/notificationRequest
Update an expense record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}