POST api/Sarpanch_Registration/{ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
Required |
Body Parameters
User_Registration11| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | string |
None. |
|
| FULL_NAME | string |
None. |
|
| MOBILE_NO | string |
None. |
|
| ADDRESS | string |
None. |
|
| string |
None. |
||
| TALUKA_ID | string |
None. |
|
| DISTRICT_ID | string |
None. |
|
| STATE_ID | string |
None. |
|
| VILLAGE_ID | string |
None. |
|
| DOB | string |
None. |
|
| FROM_DATE | string |
None. |
|
| TO_DATE | string |
None. |
|
| S_LANLINE_NO | string |
None. |
|
| S_STAANICLANG | string |
None. |
|
| S_REFRALCODE | string |
None. |
|
| EXTRA | string |
None. |
|
| EXTRA1 | string |
None. |
|
| PROFILE_PHOTO | Collection of byte |
None. |
|
| IDENTITY_PHOTO | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": "sample string 1",
"FULL_NAME": "sample string 2",
"MOBILE_NO": "sample string 3",
"ADDRESS": "sample string 4",
"EMAIL": "sample string 5",
"TALUKA_ID": "sample string 6",
"DISTRICT_ID": "sample string 7",
"STATE_ID": "sample string 8",
"VILLAGE_ID": "sample string 9",
"DOB": "sample string 10",
"FROM_DATE": "sample string 11",
"TO_DATE": "sample string 12",
"S_LANLINE_NO": "sample string 13",
"S_STAANICLANG": "sample string 14",
"S_REFRALCODE": "sample string 15",
"EXTRA": "sample string 16",
"EXTRA1": "sample string 17",
"PROFILE_PHOTO": "QEA=",
"IDENTITY_PHOTO": "QEA="
}
application/xml, text/xml
Sample:
<User_Registration11 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiMeSarpanch.Models"> <ADDRESS>sample string 4</ADDRESS> <DISTRICT_ID>sample string 7</DISTRICT_ID> <DOB>sample string 10</DOB> <EMAIL>sample string 5</EMAIL> <EXTRA>sample string 16</EXTRA> <EXTRA1>sample string 17</EXTRA1> <FROM_DATE>sample string 11</FROM_DATE> <FULL_NAME>sample string 2</FULL_NAME> <IDENTITY_PHOTO>QEA=</IDENTITY_PHOTO> <MOBILE_NO>sample string 3</MOBILE_NO> <PROFILE_PHOTO>QEA=</PROFILE_PHOTO> <STATE_ID>sample string 8</STATE_ID> <S_LANLINE_NO>sample string 13</S_LANLINE_NO> <S_REFRALCODE>sample string 15</S_REFRALCODE> <S_STAANICLANG>sample string 14</S_STAANICLANG> <TALUKA_ID>sample string 6</TALUKA_ID> <TO_DATE>sample string 12</TO_DATE> <USER_ID>sample string 1</USER_ID> <VILLAGE_ID>sample string 9</VILLAGE_ID> </User_Registration11>
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. |