POST api/PanditRegistration
Request Information
URI Parameters
None.
Body Parameters
Pandit_RegistrationName | 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. |
|
PASSWORD | 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. |
|
LANG_IDS | string |
None. |
|
NoOfPooja | string |
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", "PASSWORD": "sample string 7", "LONGITUDE": "sample string 8", "DOB": "sample string 9", "EMAIL": "sample string 10", "PANDIT_TYPE": "sample string 11", "DAILY_PANDIT": "sample string 12", "COUNTRY_ID": "sample string 13", "STATE_ID": "sample string 14", "CITY_ID": "sample string 15", "LANG_IDS": "sample string 16", "NoOfPooja": "sample string 17" }
application/xml, text/xml
Sample:
<Pandit_Registration 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 15</CITY_ID> <COUNTRY_ID>sample string 13</COUNTRY_ID> <DAILY_PANDIT>sample string 12</DAILY_PANDIT> <DOB>sample string 9</DOB> <EMAIL>sample string 10</EMAIL> <EXPERIENCE>sample string 5</EXPERIENCE> <LANG_IDS>sample string 16</LANG_IDS> <LATITUDE>sample string 6</LATITUDE> <LONGITUDE>sample string 8</LONGITUDE> <MOBILE_NO>sample string 3</MOBILE_NO> <NoOfPooja>sample string 17</NoOfPooja> <PANDIT_ID>sample string 1</PANDIT_ID> <PANDIT_NAME>sample string 2</PANDIT_NAME> <PANDIT_TYPE>sample string 11</PANDIT_TYPE> <PASSWORD>sample string 7</PASSWORD> <STATE_ID>sample string 14</STATE_ID> </Pandit_Registration>
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. |