POST api/1/Event/CreateEvents
Request Information
URI Parameters
None.
Body Parameters
Collection of event| Name | Description | Type | Additional information |
|---|---|---|---|
| event_id | integer |
None. |
|
| store_id | integer |
None. |
|
| device_id | integer |
None. |
|
| event_type | string |
None. |
|
| event_date | date |
None. |
|
| MarketId | integer |
None. |
|
| user_id | integer |
None. |
|
| description_id | integer |
None. |
|
| device | device |
None. |
|
| store | store |
None. |
Request Formats
application/json
Sample:
[
{
"event_date": "2026-02-20T09:18:03.6474228Z",
"device_id": 3,
"store_id": 2,
"event_id": 1,
"description_id": 1,
"user_id": 1,
"MarketId": 1,
"event_type": "sample string 4"
},
{
"event_date": "2026-02-20T09:18:03.6474228Z",
"device_id": 3,
"store_id": 2,
"event_id": 1,
"description_id": 1,
"user_id": 1,
"MarketId": 1,
"event_type": "sample string 4"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of integerResponse Formats
application/json
Sample:
[ 1, 2 ]