POST EmployeeTracker/GetExpenseClaimApprList_Name
Request Information
URI Parameters
None.
Body Parameters
SearchCommonRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| draw | integer |
None. |
|
| start | integer |
None. |
|
| length | integer |
None. |
|
| Id | integer |
None. |
|
| SearchText | string |
None. |
|
| Contain | string |
None. |
|
| UserId | integer |
None. |
|
| ParentId | integer |
None. |
|
| ApproverStatus | string |
None. |
|
| Token | integer |
None. |
|
| Status | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"draw": 1,
"start": 2,
"length": 3,
"Id": 4,
"SearchText": "sample string 5",
"Contain": "sample string 6",
"UserId": 7,
"ParentId": 8,
"ApproverStatus": "sample string 9",
"Token": 10,
"Status": "sample string 11"
}
text/html
Sample:
{"draw":1,"start":2,"length":3,"Id":4,"SearchText":"sample string 5","Contain":"sample string 6","UserId":7,"ParentId":8,"ApproverStatus":"sample string 9","Token":10,"Status":"sample string 11"}
application/xml, text/xml
Sample:
<SearchCommonRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModKit19_BO.Common"> <ApproverStatus>sample string 9</ApproverStatus> <Contain>sample string 6</Contain> <Id>4</Id> <ParentId>8</ParentId> <SearchText>sample string 5</SearchText> <Status>sample string 11</Status> <Token>10</Token> <UserId>7</UserId> <draw>1</draw> <length>3</length> <start>2</start> </SearchCommonRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |