POST api/1/DeviceEvent/CreateDeviceEvent

Request Information

URI Parameters

None.

Body Parameters

Collection of device_event
NameDescriptionTypeAdditional information
device_event_id

integer

None.

device_id

integer

None.

store_id

integer

None.

type_id

integer

None.

device_event_type_id

integer

None.

serial_number

string

None.

event_date

date

None.

MarketId

integer

None.

cabinet_type

Collection of cabinet_type

None.

device

Collection of device

None.

device_event_type

Collection of device_event_type

None.

Request Formats

application/json

Sample:
[
  {
    "device_event_id": 1,
    "MarketId": 1,
    "event_date": "2026-02-20T09:18:11.3494551Z",
    "device_event_type_id": 1,
    "type_id": 1,
    "store_id": 1,
    "device_id": 1,
    "serial_number": "sample string 2"
  },
  {
    "device_event_id": 1,
    "MarketId": 1,
    "event_date": "2026-02-20T09:18:11.3494551Z",
    "device_event_type_id": 1,
    "type_id": 1,
    "store_id": 1,
    "device_id": 1,
    "serial_number": "sample string 2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json

Sample:

Sample not available.