POST api/GetEmployeeList
Request Information
URI Parameters
None.
Body Parameters
GetEmployeeList| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpName | string |
None. |
|
| ProjectID | string |
None. |
|
| DepartmentID | string |
None. |
|
| DivisionName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmpName": "sample string 1",
"ProjectID": "sample string 2",
"DepartmentID": "sample string 3",
"DivisionName": "sample string 4"
}
application/xml, text/xml
Sample:
<GetEmployeeList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PayrollApp.Models"> <DepartmentID>sample string 3</DepartmentID> <DivisionName>sample string 4</DivisionName> <EmpName>sample string 1</EmpName> <ProjectID>sample string 2</ProjectID> </GetEmployeeList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.