GET api/2.0/crm/settings/currency/convert This function requires authentication

Description

Returns a result of converting one currency into another.

Parameters
Name Description Type Example
amount
sent in url
Amount to convert decimal 1.1
fromcurrency
sent in url
Currency to convert string some text
tocurrency
sent in url
Currency into which the original currency will be converted string some text
Example
GET api/2.0/crm/settings/currency/convert?amount=1.1&fromcurrency=%22some+text%22&tocurrency=%22some+text%22
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Decimal result of converting