Create a new db currency object
Request Information
URI Parameters :
None.
Body Parameters :
db_currencyName | 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": "7ae05b2e-7a6e-466e-858f-b90791d40d98", "code": "sample string 2", "name": "sample string 3", "rate": 4.0, "is_default": true, "date_activate_rate": "2025-04-26T18:47:52.3153834+00:00", "date_create": "2025-04-26T18:47:52.3153834+00:00", "disabled": true, "symbol": "sample string 9" }
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.