POST api/Voters/UpdateMobileNo
Request Information
URI Parameters
None.
Body Parameters
VoterdbEntityName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
IDCardNo | string |
None. |
|
SlNo | integer |
None. |
|
PartNo | integer |
None. |
|
EName | string |
None. |
|
RName | string |
None. |
|
RType | string |
None. |
|
Age | integer |
None. |
|
sex | string |
None. |
|
HouseNo | string |
None. |
|
Aadhaar | string |
None. |
|
ContactNo | string |
None. |
|
BlockSectionId | integer |
None. |
|
Polling_bothId | integer |
None. |
|
IsActive | boolean |
None. |
|
UpdatedOn | date |
None. |
|
UpdatedBy | integer |
None. |
|
DOB | date |
None. |
|
BName | string |
None. |
|
LName | string |
None. |
|
CityName | string |
None. |
|
DName | string |
None. |
|
PollingboothName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "IDCardNo": "sample string 2", "SlNo": 3, "PartNo": 4, "EName": "sample string 5", "RName": "sample string 6", "RType": "sample string 7", "Age": 8, "sex": "sample string 9", "HouseNo": "sample string 10", "Aadhaar": "sample string 11", "ContactNo": "sample string 12", "BlockSectionId": 13, "Polling_bothId": 14, "IsActive": true, "UpdatedOn": "2025-04-11T12:54:25.914947+05:30", "UpdatedBy": 17, "DOB": "2025-04-11T12:54:25.914947+05:30", "BName": "sample string 19", "LName": "sample string 20", "CityName": "sample string 21", "DName": "sample string 22", "PollingboothName": "sample string 23" }
application/xml, text/xml
Sample:
<VoterdbEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities"> <Aadhaar>sample string 11</Aadhaar> <Age>8</Age> <BName>sample string 19</BName> <BlockSectionId>13</BlockSectionId> <CityName>sample string 21</CityName> <ContactNo>sample string 12</ContactNo> <DName>sample string 22</DName> <DOB>2025-04-11T12:54:25.914947+05:30</DOB> <EName>sample string 5</EName> <HouseNo>sample string 10</HouseNo> <IDCardNo>sample string 2</IDCardNo> <Id>1</Id> <IsActive>true</IsActive> <LName>sample string 20</LName> <PartNo>4</PartNo> <Polling_bothId>14</Polling_bothId> <PollingboothName>sample string 23</PollingboothName> <RName>sample string 6</RName> <RType>sample string 7</RType> <SlNo>3</SlNo> <UpdatedBy>17</UpdatedBy> <UpdatedOn>2025-04-11T12:54:25.914947+05:30</UpdatedOn> <sex>sample string 9</sex> </VoterdbEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |