PUT api/Currency/UpdateCurrency

Documentation for 'UpdateCurrency'.

Request Information

Parameters

NameDescriptionAdditional information
currencyItem
Documentation for 'currencyItem'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "isoCode": "sample string 1",
  "description": "sample string 2",
  "id": 3
}

application/xml, text/xml

Sample:
<CurrencyVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>3</Id>
  <ISOCode>sample string 1</ISOCode>
  <Description>sample string 2</Description>
</CurrencyVM>

application/x-www-form-urlencoded

Sample:

Sample not available.