POST api/Leave/LeaveSave
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
aa | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "apptype": "sample string 1", "apptypeitem": "sample string 2", "startdate": "sample string 3", "sttime": "sample string 4", "enndate": "sample string 5", "endtime": "sample string 6", "startsession": "sample string 7", "endsession": "sample string 8", "reasonvalue": "sample string 9", "description": "sample string 10", "appsubtype": "sample string 11", "flag": "sample string 12", "appno": "sample string 13", "filename": "sample string 14" }
application/xml, text/xml
Sample:
<LeaveSave xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SerWebAPI.Models"> <appno>sample string 13</appno> <appsubtype>sample string 11</appsubtype> <apptype>sample string 1</apptype> <apptypeitem>sample string 2</apptypeitem> <description>sample string 10</description> <endsession>sample string 8</endsession> <endtime>sample string 6</endtime> <enndate>sample string 5</enndate> <filename>sample string 14</filename> <flag>sample string 12</flag> <reasonvalue>sample string 9</reasonvalue> <startdate>sample string 3</startdate> <startsession>sample string 7</startsession> <sttime>sample string 4</sttime> </LeaveSave>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.