POST api/paidLeave/fatherLeave/create
Request Information
URI Parameters
None.
Body Parameters
fatherLeaveRequestName | Description | Type | Additional information |
---|---|---|---|
usr_id | integer |
None. |
|
date_from | date |
None. |
|
date_to | date |
None. |
|
comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "usr_id": 1, "date_from": "2025-05-22T17:51:17.4993043+02:00", "date_to": "2025-05-22T17:51:17.4993043+02:00", "comment": "sample string 4" }
application/xml, text/xml
Sample:
<fatherLeaveRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models"> <comment>sample string 4</comment> <date_from>2025-05-22T17:51:17.4993043+02:00</date_from> <date_to>2025-05-22T17:51:17.4993043+02:00</date_to> <usr_id>1</usr_id> </fatherLeaveRequest>
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.