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
Copy file name to clipboardExpand all lines: docs/learn/coupa/import-configuration.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,29 @@ See [Currencies API (/currencies)](<https://compass.coupa.com/en-us/products/pro
236
236
}
237
237
```
238
238
239
+
### Exchange rates
240
+
241
+
```json
242
+
{
243
+
"credentials": {
244
+
"client_id": "…",
245
+
"base_api_url": "…",
246
+
"client_scope": "core.common.read"
247
+
},
248
+
"import_config": {
249
+
"query": {
250
+
"order_by": "created_at",
251
+
"updated-at[gt_or_eq]": "${last_modified_date}"
252
+
},
253
+
"method": "update",
254
+
"id_keys": ["id"],
255
+
"endpoint": "api/exchange_rates",
256
+
"dataset_name": "COUPA_DEV_exchange_rates_v1",
257
+
"records_per_request": 50
258
+
}
259
+
}
260
+
```
261
+
239
262
### Invoices
240
263
241
264
See: [Invoices API (/invoices)](<https://compass.coupa.com/en-us/products/product-documentation/integration-technical-documentation/the-coupa-core-api/resources/transactional-resources/invoices-api-(invoices)>)
0 commit comments