POST api/businessTrip/all
Request Information
URI Parameters
None.
Body Parameters
BusinessTripRequestsFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| bt_from | date |
None. |
|
| bt_to | date |
None. |
|
| usr_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"bt_from": "2025-12-15T17:03:31.796957+01:00",
"bt_to": "2025-12-15T17:03:31.796957+01:00",
"usr_id": 2
}
application/xml, text/xml
Sample:
<BusinessTripRequestsFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <bt_from>2025-12-15T17:03:31.796957+01:00</bt_from> <bt_to>2025-12-15T17:03:31.796957+01:00</bt_to> <usr_id>2</usr_id> </BusinessTripRequestsFilter>
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.