POST api/PanditRegistration?PANDIT_ID={PANDIT_ID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PANDIT_ID | string |
Required |
Body Parameters
UpdatePanditWithPicName | Description | Type | Additional information |
---|---|---|---|
PANDIT_ID | string |
None. |
|
PANDIT_NAME | string |
None. |
|
MOBILE_NO | string |
None. |
|
ADDRESS | string |
None. |
|
EXPERIENCE | string |
None. |
|
LATITUDE | string |
None. |
|
LONGITUDE | string |
None. |
|
DOB | string |
None. |
|
string |
None. |
||
PANDIT_TYPE | string |
None. |
|
DAILY_PANDIT | string |
None. |
|
COUNTRY_ID | string |
None. |
|
STATE_ID | string |
None. |
|
CITY_ID | string |
None. |
|
PROFILEPIC | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{ "PANDIT_ID": "sample string 1", "PANDIT_NAME": "sample string 2", "MOBILE_NO": "sample string 3", "ADDRESS": "sample string 4", "EXPERIENCE": "sample string 5", "LATITUDE": "sample string 6", "LONGITUDE": "sample string 7", "DOB": "sample string 8", "EMAIL": "sample string 9", "PANDIT_TYPE": "sample string 10", "DAILY_PANDIT": "sample string 11", "COUNTRY_ID": "sample string 12", "STATE_ID": "sample string 13", "CITY_ID": "sample string 14", "PROFILEPIC": "QEA=" }
application/xml, text/xml
Sample:
<UpdatePanditWithPic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models"> <ADDRESS>sample string 4</ADDRESS> <CITY_ID>sample string 14</CITY_ID> <COUNTRY_ID>sample string 12</COUNTRY_ID> <DAILY_PANDIT>sample string 11</DAILY_PANDIT> <DOB>sample string 8</DOB> <EMAIL>sample string 9</EMAIL> <EXPERIENCE>sample string 5</EXPERIENCE> <LATITUDE>sample string 6</LATITUDE> <LONGITUDE>sample string 7</LONGITUDE> <MOBILE_NO>sample string 3</MOBILE_NO> <PANDIT_ID>sample string 1</PANDIT_ID> <PANDIT_NAME>sample string 2</PANDIT_NAME> <PANDIT_TYPE>sample string 10</PANDIT_TYPE> <PROFILEPIC>QEA=</PROFILEPIC> <STATE_ID>sample string 13</STATE_ID> </UpdatePanditWithPic>
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. |