POST api/Employee/GetAllEmployeeList
Request Information
URI Parameters
None.
Body Parameters
GetEmployeeList| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthenticationCode | string |
None. |
|
| EmployeeId | integer |
None. |
|
| ClientId | integer |
None. |
|
| Contact_name | string |
None. |
|
| string |
None. |
||
| ContactNumber | string |
None. |
|
| GlobalSearch | string |
None. |
|
| Phone | string |
None. |
|
| IsAccending | boolean |
None. |
|
| SortColoumn | string |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| Status | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AuthenticationCode": "sample string 1",
"EmployeeId": 2,
"ClientId": 3,
"Contact_name": "sample string 4",
"Email": "sample string 5",
"ContactNumber": "sample string 6",
"GlobalSearch": "sample string 7",
"Phone": "sample string 8",
"IsAccending": true,
"SortColoumn": "sample string 10",
"PageNumber": 11,
"PageSize": 12,
"Status": true
}
text/html
Sample:
{"AuthenticationCode":"sample string 1","EmployeeId":2,"ClientId":3,"Contact_name":"sample string 4","Email":"sample string 5","ContactNumber":"sample string 6","GlobalSearch":"sample string 7","Phone":"sample string 8","IsAccending":true,"SortColoumn":"sample string 10","PageNumber":11,"PageSize":12,"Status":true}
application/xml, text/xml
Sample:
<GetEmployeeList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyAccounting.ViewModel"> <AuthenticationCode>sample string 1</AuthenticationCode> <ClientId>3</ClientId> <ContactNumber>sample string 6</ContactNumber> <Contact_name>sample string 4</Contact_name> <Email>sample string 5</Email> <EmployeeId>2</EmployeeId> <GlobalSearch>sample string 7</GlobalSearch> <IsAccending>true</IsAccending> <PageNumber>11</PageNumber> <PageSize>12</PageSize> <Phone>sample string 8</Phone> <SortColoumn>sample string 10</SortColoumn> <Status>true</Status> </GetEmployeeList>
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. |