POST api/VoterDtls_List

Request Information

URI Parameters

None.

Body Parameters

SearchCriteria
NameDescriptionTypeAdditional information
Person_Id

integer

None.

Name

string

None.

SVN

string

None.

House_No

string

None.

App_Version

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Person_Id": 1,
  "Name": "sample string 2",
  "SVN": "sample string 3",
  "House_No": "sample string 4",
  "App_Version": "sample string 5"
}

application/xml, text/xml

Sample:
<SearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pahchan_API.Models">
  <App_Version>sample string 5</App_Version>
  <House_No>sample string 4</House_No>
  <Name>sample string 2</Name>
  <Person_Id>1</Person_Id>
  <SVN>sample string 3</SVN>
</SearchCriteria>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.