Expense Descriptive Flexfields REST Endpoints

Expenses/Expense Descriptive Flexfields
The expense descriptive flexfields resource is used to manage details about the descriptive flexfield references for an expense item.
Create an expense descriptive flexfield record for an expense identifier
Method: post
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseDff
Get all descriptive flexfield records for the related expense
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseDff
Get the descriptive flexfield record for the related expense
Method: get
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseDff/{ExpenseId}
Update the descriptive flexfield record for an expense identifier
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/expenses/{expensesUniqID}/child/ExpenseDff/{ExpenseId}