PUT api/v1/finance_CurrencyType/{currencyTypeId}/currencyTypeId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| currencyTypeId | integer |
Required |
Body Parameters
Finance_CurrencyTypeVM| Name | Description | Type | Additional information |
|---|---|---|---|
| currencyTypeId | integer |
None. |
|
| currencyTypeName | string |
None. |
|
| currencyCode | string |
None. |
|
| symbol | string |
None. |
|
| dateCreated | date |
None. |
|
| tenantId | integer |
None. |
|
| createdBy | integer |
None. |
|
| countryName | string |
None. |
|
| isActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"currencyTypeId": 1,
"currencyTypeName": "sample string 2",
"currencyCode": "sample string 3",
"symbol": "sample string 4",
"dateCreated": "2025-11-03T12:07:00.995084-08:00",
"tenantId": 1,
"createdBy": 5,
"countryName": "sample string 6",
"isActive": true
}
application/xml, text/xml
Sample:
<Finance_CurrencyTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <countryName>sample string 6</countryName> <createdBy>5</createdBy> <currencyCode>sample string 3</currencyCode> <currencyTypeId>1</currencyTypeId> <currencyTypeName>sample string 2</currencyTypeName> <dateCreated>2025-11-03T12:07:00.995084-08:00</dateCreated> <isActive>true</isActive> <symbol>sample string 4</symbol> <tenantId>1</tenantId> </Finance_CurrencyTypeVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.