POST api/Events
Request Information
URI Parameters
None.
Body Parameters
event_date_filter| Name | Description | Type | Additional information |
|---|---|---|---|
| usr_id | integer |
None. |
|
| date | date |
None. |
|
| date_to | date |
None. |
|
| com_event_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"usr_id": 1,
"date": "2025-12-15T17:00:43.0490934+01:00",
"date_to": "2025-12-15T17:00:43.0490934+01:00",
"com_event_id": 1
}
application/xml, text/xml
Sample:
<event_date_filter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <com_event_id>1</com_event_id> <date>2025-12-15T17:00:43.0490934+01:00</date> <date_to>2025-12-15T17:00:43.0490934+01:00</date_to> <usr_id>1</usr_id> </event_date_filter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.