Skip to content

Commit 3fc3d93

Browse files
committed
update
1 parent 0d71636 commit 3fc3d93

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/learn/coupa/import-configuration.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,29 @@ See [Currencies API (/currencies)](<https://compass.coupa.com/en-us/products/pro
236236
}
237237
```
238238

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+
239262
### Invoices
240263

241264
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

Comments
 (0)