cancel
Showing results for 
Search instead for 
Did you mean: 
minnam
Occasional Member - Level 1

How do I add entries to report using Expense API v4?

Hello!
We are changing our authentication to company level access token. I managed to get the Expense v3 API working  with this undocumented endpoint: 

 

api/v3.0/expense/entries?user=user@email.com"
 
Is that a long term solution for adding entries to report with company level token? Is there something similar in Expense v4 API?
2 REPLIES 2
KevinD
Community Manager
Community Manager

@minnam from what I read, v4 API doesn't have the option to add new entries to a report. However, it does have the ability to create new Quick Expenses. Here are two links to our v4 API help. 

https://developer.concur.com/api-reference/expense/expense-report/v4.expenses.html

 

https://developer.concur.com/api-reference/expense/quick-expense/v4.quick-expense.html

 


Thank you,
Kevin
SAP Concur Community Manager
Did this response answer your question? Be sure to select “Accept as Solution” so your fellow community members can be helped by it as well.
minnam
Occasional Member - Level 1

I actually read the same docs. Seems weird that I could create a report with company level token but I cannot add entries to that with the API? I guess Quick Expenses cannot be attached to the report with the API calls. 
Do you know are there any changes coming to this? 
Maybe we'll use this endpoint in the meanwhile api/v3.0/expense/entries?user=user@email.com.