POST api/Profile_Updation
Request Information
URI Parameters
None.
Body Parameters
PROFILE_UPDATION| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | string |
None. |
|
| FULL_NAME | string |
None. |
|
| MOBILE_NO | string |
None. |
|
| string |
None. |
||
| ADDRESS | string |
None. |
|
| STATE_ID | string |
None. |
|
| DIST_ID | string |
None. |
|
| TALUKA_ID | string |
None. |
|
| VILLAGE_NAME | string |
None. |
|
| PROFILE_PHOTO | Collection of byte |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": "sample string 1",
"FULL_NAME": "sample string 2",
"MOBILE_NO": "sample string 3",
"EMAIL": "sample string 4",
"ADDRESS": "sample string 5",
"STATE_ID": "sample string 6",
"DIST_ID": "sample string 7",
"TALUKA_ID": "sample string 8",
"VILLAGE_NAME": "sample string 9",
"PROFILE_PHOTO": "QEA=",
"EXTRA1": "sample string 10",
"EXTRA2": "sample string 11",
"EXTRA3": "sample string 12"
}
application/xml, text/xml
Sample:
<PROFILE_UPDATION xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DevakiNandan_Agro.Models"> <ADDRESS>sample string 5</ADDRESS> <DIST_ID>sample string 7</DIST_ID> <EMAIL>sample string 4</EMAIL> <EXTRA1>sample string 10</EXTRA1> <EXTRA2>sample string 11</EXTRA2> <EXTRA3>sample string 12</EXTRA3> <FULL_NAME>sample string 2</FULL_NAME> <MOBILE_NO>sample string 3</MOBILE_NO> <PROFILE_PHOTO>QEA=</PROFILE_PHOTO> <STATE_ID>sample string 6</STATE_ID> <TALUKA_ID>sample string 8</TALUKA_ID> <USER_ID>sample string 1</USER_ID> <VILLAGE_NAME>sample string 9</VILLAGE_NAME> </PROFILE_UPDATION>
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. |