POST api/validate/single
Request Information
URI Parameters
None.
Body Parameters
validation_data| Name | Description | Type | Additional information |
|---|---|---|---|
| usr_id | integer |
None. |
|
| type | integer |
None. |
|
| date_from | date |
None. |
|
| date_to | date |
None. |
|
| exclude_event_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"usr_id": 1,
"type": 2,
"date_from": "2025-12-15T17:00:45.1761112+01:00",
"date_to": "2025-12-15T17:00:45.1771104+01:00",
"exclude_event_id": 1
}
application/xml, text/xml
Sample:
<validation_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <date_from>2025-12-15T17:00:45.1761112+01:00</date_from> <date_to>2025-12-15T17:00:45.1771104+01:00</date_to> <exclude_event_id>1</exclude_event_id> <type>2</type> <usr_id>1</usr_id> </validation_data>
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.