GET api/Employee/GetDSEmployeevsvolenteercountonepage?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetDSEmployeevsvolenteercountonepage_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| empcount | decimal number |
None. |
|
| dsecount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"empcount": 1.0,
"dsecount": 2.0
},
{
"empcount": 1.0,
"dsecount": 2.0
}
]
application/xml, text/xml
Sample:
<ArrayOfGetDSEmployeevsvolenteercountonepage_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetDSEmployeevsvolenteercountonepage_Result>
<dsecount>2</dsecount>
<empcount>1</empcount>
</GetDSEmployeevsvolenteercountonepage_Result>
<GetDSEmployeevsvolenteercountonepage_Result>
<dsecount>2</dsecount>
<empcount>1</empcount>
</GetDSEmployeevsvolenteercountonepage_Result>
</ArrayOfGetDSEmployeevsvolenteercountonepage_Result>