Skip to main content

API calls for Concur

The Concur connector makes API calls to Concur to retrieve data.

Invoice Digests

The call uses the GET operation to retrieve a list of invoices.

URI: https://{your_domain_name}//api/v3.0/invoice/paymentrequestdigests

For more information, see Concur API docs .

Invoice

The call uses the GET operation to retrieve additional data about invoices.

URI: https://{your_domain_name}/api/v3.0/invoice/paymentrequest/{id}

For more information, see Concur API docs .

Users

The call uses the GET operation to retrieve the login and name of users who have initiated purchase orders.

URI: https://{your_domain_name}/profile/identity/v4/Users

For more information, see Concur API docs .

Expense data

The call uses the GET operation to retrieve the individual expense data.

URI: https://{your_domain_name}/api/v3.0/expense/entries

For more information, see Concur API docs .

Reports

The call uses the GET operation to retrieve the expense reports data.

URI: https://{your_domain_name}/api/v3.0/expense/reports

For more information, see Concur API docs .