POST api/remoteWork/create/multiple
Request Information
URI Parameters
None.
Body Parameters
remoteWorkMultipleName | Description | Type | Additional information |
---|---|---|---|
rqst_id | integer |
None. |
|
usr_id | integer |
None. |
|
date_from | date |
None. |
|
date_to | date |
None. |
|
dates | Collection of date_from_to |
None. |
Request Formats
application/json, text/json
Sample:
{ "rqst_id": 1, "usr_id": 2, "date_from": "2025-05-22T16:11:35.3279921+02:00", "date_to": "2025-05-22T16:11:35.3279921+02:00", "dates": [ { "date_from": "2025-05-22T16:11:35.3279921+02:00", "date_to": "2025-05-22T16:11:35.328997+02:00" }, { "date_from": "2025-05-22T16:11:35.3279921+02:00", "date_to": "2025-05-22T16:11:35.328997+02:00" } ] }
application/xml, text/xml
Sample:
<remoteWorkMultiple 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:11:35.3279921+02:00</date_from> <date_to>2025-05-22T16:11:35.3279921+02:00</date_to> <dates> <date_from_to> <date_from>2025-05-22T16:11:35.3279921+02:00</date_from> <date_to>2025-05-22T16:11:35.328997+02:00</date_to> </date_from_to> <date_from_to> <date_from>2025-05-22T16:11:35.3279921+02:00</date_from> <date_to>2025-05-22T16:11:35.328997+02:00</date_to> </date_from_to> </dates> <rqst_id>1</rqst_id> <usr_id>2</usr_id> </remoteWorkMultiple>
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.