POST api/LeaveDetail/LeaveDetailList
Request Information
URI Parameters
None.
Body Parameters
RequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| request | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"request": "sample string 1"
}
text/xml
Sample:
<RequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project"> <request>sample string 1</request> </RequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
text/xml
Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />