GET GetVoterMaxId?zoneId={zoneId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| zoneId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MaxVoter| Name | Description | Type | Additional information |
|---|---|---|---|
| MaxZoneSrno | integer |
None. |
|
| MaxRunningSrno | integer |
None. |
|
| ZoneId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"MaxZoneSrno": 1,
"MaxRunningSrno": 2,
"ZoneId": 3
}
application/xml, text/xml
Sample:
<MaxVoter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FetchVoter.ViewModel"> <MaxRunningSrno>2</MaxRunningSrno> <MaxZoneSrno>1</MaxZoneSrno> <ZoneId>3</ZoneId> </MaxVoter>