This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
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?
Solved! Go to Solution.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
I solved it, the correct API endpoint is
api/v3.0/expense/entries?user=xxx
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
Hi @thonguyen
Good question! Have you searched through our Developer Center? It often is a good resource for API related questions.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
Hi @AshleyB ,
Yes, I have researched and tried. Unfortunately I can't resolved my issue.
I will try to research more about it.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
I solved it, the correct API endpoint is
api/v3.0/expense/entries?user=xxx
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
That's great to hear! Thanks for following up on this and sharing what you learned, @thonguyen