POST api/validate/businesstrip
Request Information
URI Parameters
None.
Body Parameters
validation_dataName | 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-05-22T16:28:22.0327515+02:00", "date_to": "2025-05-22T16:28:22.0327515+02: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-05-22T16:28:22.0327515+02:00</date_from> <date_to>2025-05-22T16:28:22.0327515+02: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.