ExpenseReportTotal is not updating using REST API but is getting added to existing amount
in Expenses
While trying to update the Expense Report Total using the REST API, the total is getting added to the existing total instead of updating it. (For example, if the total is 40 and we are trying to update it with 50, the amount it getting updated to 90 instead of 50)
This is occurring only for Prepaid expense types. For Non- Prepaid, the behavior is as expected.
The API used is /fscmRestApi/resources/11.13.18.05/expenseReports/{expenseReportsUniqID} using the PATCH method.
Tagged:
0