POST api/HRMS/leave_entry
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req_entry | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"method": "sample string 1",
"key": "sample string 2",
"id": "sample string 3",
"emplid": "sample string 4",
"approval_flag": "sample string 5",
"type": "sample string 6",
"from": "sample string 7",
"to": "sample string 8",
"days": "sample string 9",
"reason": "sample string 10",
"pin_no": "sample string 11",
"applied_date": "sample string 12"
}
application/xml, text/xml
Sample:
<request_leave_entry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Request"> <applied_date>sample string 12</applied_date> <approval_flag>sample string 5</approval_flag> <days>sample string 9</days> <emplid>sample string 4</emplid> <from>sample string 7</from> <id>sample string 3</id> <key>sample string 2</key> <method>sample string 1</method> <pin_no>sample string 11</pin_no> <reason>sample string 10</reason> <to>sample string 8</to> <type>sample string 6</type> </request_leave_entry>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"method": "sample string 1",
"key": "sample string 2",
"status": "sample string 3",
"id": "sample string 4"
}
application/xml, text/xml
Sample:
<response_leave_entry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Axpress.Models"> <id>sample string 4</id> <key>sample string 2</key> <method>sample string 1</method> <status>sample string 3</status> </response_leave_entry>