POST api/Voters/UpdateBothAssgineArea
Request Information
URI Parameters
None.
Body Parameters
AgentAssgineAreaEneity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserID | integer |
None. |
|
| BothNo | integer |
None. |
|
| PartNo | integer |
None. |
|
| LocationId | integer |
None. |
|
| Polling_bothId | integer |
None. |
|
| BlockSectionId | integer |
None. |
|
| CDate | date |
None. |
|
| SycDate | date |
None. |
|
| type | string |
None. |
|
| PollingboothName | string |
None. |
|
| CityName | string |
None. |
|
| IsActive | boolean |
None. |
|
| Noofboot | integer |
None. |
|
| MaleCount | integer |
None. |
|
| FemaleCount | integer |
None. |
|
| SyncStatus | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"UserID": 2,
"BothNo": 3,
"PartNo": 4,
"LocationId": 5,
"Polling_bothId": 6,
"BlockSectionId": 7,
"CDate": "2025-10-30T10:44:22.280265+05:30",
"SycDate": "2025-10-30T10:44:22.280265+05:30",
"type": "sample string 10",
"PollingboothName": "sample string 11",
"CityName": "sample string 12",
"IsActive": true,
"Noofboot": 14,
"MaleCount": 15,
"FemaleCount": 16,
"SyncStatus": 17
}
application/xml, text/xml
Sample:
<AgentAssgineAreaEneity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities"> <BlockSectionId>7</BlockSectionId> <BothNo>3</BothNo> <CDate>2025-10-30T10:44:22.280265+05:30</CDate> <CityName>sample string 12</CityName> <FemaleCount>16</FemaleCount> <Id>1</Id> <IsActive>true</IsActive> <LocationId>5</LocationId> <MaleCount>15</MaleCount> <Noofboot>14</Noofboot> <PartNo>4</PartNo> <Polling_bothId>6</Polling_bothId> <PollingboothName>sample string 11</PollingboothName> <SycDate>2025-10-30T10:44:22.280265+05:30</SycDate> <SyncStatus>17</SyncStatus> <UserID>2</UserID> <type>sample string 10</type> </AgentAssgineAreaEneity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |