Settings
English
cURL
curl --request POST \ --url https://api.hubapi.com/settings/v3/currencies/exchange-rates \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "effectiveAt": "2023-11-07T05:31:56Z", "conversionRate": 123, "fromCurrencyCode": "AED" }'
{ "createdAt": "2023-11-07T05:31:56Z", "toCurrencyCode": "AED", "visibleInUI": true, "effectiveAt": "2023-11-07T05:31:56Z", "id": "<string>", "conversionRate": 123, "fromCurrencyCode": "AED", "updatedAt": "2023-11-07T05:31:56Z" }
Create a new exchange rate with specified conversion rate and currency codes.
settings.currencies.write
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The response is of type object.
object
Was this page helpful?