cancel
Showing results for 
Search instead for 
Did you mean: 
thonguyen
Occasional Member - Level 2

Reports v3 API - OwnerLoginID not work

I create new report use Reports v3 API

/api/v3.0/expense/reports

In request body, I sent the OwnerLoginID to assign the report to user. API return success but the report always belongs to the admin username.

Would anyone guide me how to do in this case?

 

1 Solution
Solution
thonguyen
Occasional Member - Level 2

I solved it, the correct API endpoint is

 

api/v3.0/expense/entries?user=xxx

View solution in original post

4 REPLIES 4
AshleyB
SAP Concur, Former Employee

Hi @thonguyen

 

Good question! Have you searched through our Developer Center? It often is a good resource for API related questions. 


Best,
Ashley Bragg
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.
thonguyen
Occasional Member - Level 2

Hi @AshleyB ,

 

Yes, I have researched and tried. Unfortunately I can't resolved my issue.

I will try to research more about it.

Solution
thonguyen
Occasional Member - Level 2

I solved it, the correct API endpoint is

 

api/v3.0/expense/entries?user=xxx
AshleyB
SAP Concur, Former Employee

That's great to hear! Thanks for following up on this and sharing what you learned, @thonguyen 

 

 

 


Best,
Ashley Bragg
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.