Updates an existing Currency Type.
Name | Description | Additional information |
---|---|---|
currencyTypeId | No documentation available. |
Define this parameter in the request URI. |
model | The model of the currency type. |
Define this parameter in the request body. |
{
"CurrencyTypeID": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"CurrencySuffix": "sample string 4",
"Symbol": "sample string 5"
}