POST api/1/CabinetType/CreateCabinetType
Request Information
URI Parameters
None.
Body Parameters
Collection of cabinet_type| Name | Description | Type | Additional information |
|---|---|---|---|
| cabinet_id | integer |
None. |
|
| cabinet_type1 | string |
None. |
|
| create_date | date |
None. |
|
| MarketId | integer |
None. |
|
| store | store |
None. |
|
| events | Collection of event |
None. |
|
| play_code | Collection of play_code |
None. |
|
| played_pulltab | Collection of played_pulltab |
None. |
|
| transactions | Collection of transaction |
None. |
|
| device_event | Collection of device_event |
None. |
Request Formats
application/json
Sample:
[
{
"cabinet_id": 1,
"MarketId": 1,
"create_date": "2026-02-24T08:13:06.3311633Z",
"cabinet_type1": "sample string 2"
},
{
"cabinet_id": 1,
"MarketId": 1,
"create_date": "2026-02-24T08:13:06.3311633Z",
"cabinet_type1": "sample string 2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json
Sample:
Sample not available.