GET api/masters/EmpService/SelectEmpService?ServiceName={ServiceName}&PageNo={PageNo}&PageSize={PageSize}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ServiceName | No documentation available. |
Define this parameter in the request URI. |
| PageNo | No documentation available. |
Define this parameter in the request URI. |
| PageSize | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"EmpServiceList": [
{
"ServiceID": 1,
"ServiceName": "sample string 2"
},
{
"ServiceID": 1,
"ServiceName": "sample string 2"
},
{
"ServiceID": 1,
"ServiceName": "sample string 2"
}
],
"TotalRecords": 1
}
application/xml, text/xml
Sample:
<MstEmpServiceViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.ViewModel">
<EmpServiceList>
<EmpServiceList>
<ServiceID>1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</EmpServiceList>
<EmpServiceList>
<ServiceID>1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</EmpServiceList>
<EmpServiceList>
<ServiceID>1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</EmpServiceList>
</EmpServiceList>
<TotalRecords>1</TotalRecords>
</MstEmpServiceViewModel>