DELETE api/CashDesks/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CashDesk| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| GoldInput | decimal number |
None. |
|
| Available | decimal number |
None. |
|
| Date | date |
None. |
|
| Year | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"GoldInput": 2.1,
"Available": 1.1,
"Date": "2026-01-01T04:14:14.6766218+03:30",
"Year": 4
}