Retrieves the db currency with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
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 |
Response Formats
application/json, text/json
Sample:
{
"id": "ba3388ec-f79e-4b95-ab3f-2804b9154a18",
"code": "sample string 2",
"name": "sample string 3",
"rate": 4.0,
"is_default": true,
"date_activate_rate": "2025-12-12T14:34:53.7182164+00:00",
"date_create": "2025-12-12T14:34:53.7182164+00:00",
"disabled": true,
"symbol": "sample string 9"
}