Settings
English
cURL
curl --request PATCH \ --url https://api.hubapi.com/settings/v3/currencies/exchange-rates/{exchangeRateId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "effectiveAt": "2023-11-07T05:31:56Z", "conversionRate": 123 }'
{ "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" }
Update an existing conversion rate, specified by its ID.
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?