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

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.