GET currency/convert?FromAmount={FromAmount}&FromNonTaxAmount={FromNonTaxAmount}&FromCurrency={FromCurrency}&ToCurrency={ToCurrency}&IsActive={IsActive}
convert a value from one currency to another
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
FromAmount | string |
None. |
|
FromNonTaxAmount | string |
None. |
|
FromCurrency | string |
None. |
|
ToCurrency | string |
None. |
|
IsActive | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
the new converted value as a decimal
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.