Updates the db currency with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
db_currency| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier | ||
| code | string | ||
| name | string | ||
| rate | decimal number | ||
| is_default | boolean | ||
| date_activate_rate | date | ||
| date_create | date | ||
| disabled | boolean | ||
| symbol | string |
Request Formats :
application/json, text/json
Sample:
{
"id": "20c12c3c-4a51-458a-8aab-cd4b153ab6f3",
"code": "sample string 2",
"name": "sample string 3",
"rate": 4.0,
"is_default": true,
"date_activate_rate": "2026-02-26T00:52:04.2765635+00:00",
"date_create": "2026-02-26T00:52:04.2765635+00:00",
"disabled": true,
"symbol": "sample string 9"
}
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.