{ "opencollection": "1.0.0", "info": { "name": "API Reference Accounting Codes Custom Exchange Rates API", "version": "2023-12-15" }, "items": [ { "info": { "name": "Custom Exchange Rates", "type": "folder" }, "items": [ { "info": { "name": "List custom exchange rates by currency", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/custom-exchange-rates/:currency", "headers": [ { "name": "Accept-Encoding", "value": "" }, { "name": "Content-Encoding", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "Zuora-Track-Id", "value": "" }, { "name": "Zuora-Entity-Ids", "value": "" }, { "name": "Zuora-Org-Ids", "value": "" } ], "params": [ { "name": "currency", "value": "", "type": "path", "description": "The target base currency of the tenant. The exchange rates in the response are calculated in relation to the target currency.\n\nThe value must be a three-letter currency code, for example, USD. \n" }, { "name": "startDate", "value": "", "type": "query", "description": "Start date of the date range for which you want to get exchange rates.\n\nThe date must be in yyyy-mm-dd format, for example, 2016-01-15. The start date cannot be later than the end date.\n" }, { "name": "endDate", "value": "", "type": "query", "description": "End date of the date range for which you want to get exchange rates.\n\nThe date must be in yyyy-mm-dd format, for example, 2016-01-16. The end date can be a maximum of 90 days after the start date.\n" } ] }, "docs": "This feature is in **Limited Availability**. If you wish to have access to the feature, submit a request at [Zuora Global Support](http://support.zuora.com/). \n\nThis reference describes how to query custom foreign exchange rates from Zuora. You can use this API method to query exchange rates only if you use a custom exchange rate provider and upload rates with the Import Foreign Exchange Rates mass action. \n" } ] } ], "bundled": true }