GET api/2.0/crm/settings/currency/convert
Returns a result of converting one currency into another.
Name |
Description |
Type |
Example |
amount
sent in url
|
Amount to convert
|
System.Decimal
|
|
fromcurrency
sent in url
|
Currency to be converted
|
string
|
some text
|
tocurrency
sent in url
|
Currency into which the original currency will be converted
|
string
|
some text
|
GET api/2.0/crm/settings/currency/convert?amount=0.0&fromcurrency=some+text&tocurrency=some+text
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Decimal result of converting