You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -89,14 +89,12 @@ Visual Studio Code (or just VSCode) is a free source code editor developed and m
89
89
3. Copy the below code to the file
90
90
91
91
```
92
-
93
92
###
94
93
@hostname = <your-company-base_URI>
95
94
@your-client_id = <your-client_id>
96
95
@your-client_secret = <your-client_secret>
97
96
@username = <your-company_uuid>
98
97
@password = <your-company_request_token>
99
-
100
98
```
101
99
102
100
Replace the placeholder as per your application configuration **your-client_id**, **your-client_secret**, **your-company_uuid** and **your-company_request_token** you have generated in previous step.
@@ -111,7 +109,6 @@ The first time you request for a **refreshToken** This is used to get a new acce
111
109
1. Copy below code just below the above code to Obtain a **refresh token** and store it to a variable.
The base URI for all subsequent calls. Armed with the accessToken you can start making calls to an SAP Concur API. Here’s an example How you can retrieve Expense Report by utilizing the appropriate base URI with the access token.
161
155
162
156
```
163
-
164
157
### Get Expense Report
165
158
# @name getExpenseReport
166
159
GET {{hostname}}/api/v3.0/expense/reports?limit=100&user=ALL HTTP/1.1
0 commit comments