POST api/1/DeviceEventType/CreateDeviceEventType

Request Information

URI Parameters

None.

Body Parameters

Collection of device_event_type
NameDescriptionTypeAdditional information
device_event_type_id

integer

None.

event_type

string

None.

create_date

date

None.

MarketId

integer

None.

device_event

Collection of device_event

None.

Request Formats

application/json

Sample:
[
  {
    "device_event_type_id": 1,
    "MarketId": 1,
    "create_date": "2026-02-24T08:07:07.1904506Z",
    "event_type": "sample string 2"
  },
  {
    "device_event_type_id": 1,
    "MarketId": 1,
    "create_date": "2026-02-24T08:07:07.1904506Z",
    "event_type": "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.