SAP-docs/preview.developer.concur.com

Documentation Out of Date for Submit Expense Report

Opened this issue · 0 comments

The V1 Endpoint for Submitting an expense report does not work as described in the documentation. I couldn't get it to work.

However, if I re-work the V4 endpoint (e.g. https://{datacenterURI}/expensereports/v4/users/{userID}/context/{contextType}/reports/{reportId}/approve) and change "/approve" to "/submit" and add argument to the header "X-UserID" with the appropriate userName, then the api call works as intended.