GET api/masters/EmpService/EmpServiceForDropDown
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"ServiceID": 1,
"ServiceName": "sample string 2"
},
{
"ServiceID": 1,
"ServiceName": "sample string 2"
},
{
"ServiceID": 1,
"ServiceName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfMstEmpServiceDropDown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.ViewModel">
<MstEmpServiceDropDown>
<ServiceID>1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</MstEmpServiceDropDown>
<MstEmpServiceDropDown>
<ServiceID>1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</MstEmpServiceDropDown>
<MstEmpServiceDropDown>
<ServiceID>1</ServiceID>
<ServiceName>sample string 2</ServiceName>
</MstEmpServiceDropDown>
</ArrayOfMstEmpServiceDropDown>