POST api/UserRegNewWithMob
Request Information
URI Parameters
None.
Body Parameters
User_RegistrationNew| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_NAME | string |
None. |
|
| MOBILE_NUMBER | string |
None. |
|
| REFERANCE_NO | string |
None. |
|
| ADDRESS | string |
None. |
|
| LATTTUDE | string |
None. |
|
| LONGITUDE | string |
None. |
|
| string |
None. |
||
| COUNTRY_ID | string |
None. |
|
| STATE_ID | string |
None. |
|
| ReferredByUserCode | string |
None. |
|
| ApplicationType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_NAME": "sample string 1",
"MOBILE_NUMBER": "sample string 2",
"REFERANCE_NO": "sample string 3",
"ADDRESS": "sample string 4",
"LATTTUDE": "sample string 5",
"LONGITUDE": "sample string 6",
"EMAIL": "sample string 7",
"COUNTRY_ID": "sample string 8",
"STATE_ID": "sample string 9",
"ReferredByUserCode": "sample string 10",
"ApplicationType": "sample string 11"
}
application/xml, text/xml
Sample:
<User_RegistrationNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models"> <ADDRESS>sample string 4</ADDRESS> <ApplicationType>sample string 11</ApplicationType> <COUNTRY_ID>sample string 8</COUNTRY_ID> <EMAIL>sample string 7</EMAIL> <LATTTUDE>sample string 5</LATTTUDE> <LONGITUDE>sample string 6</LONGITUDE> <MOBILE_NUMBER>sample string 2</MOBILE_NUMBER> <REFERANCE_NO>sample string 3</REFERANCE_NO> <ReferredByUserCode>sample string 10</ReferredByUserCode> <STATE_ID>sample string 9</STATE_ID> <USER_NAME>sample string 1</USER_NAME> </User_RegistrationNew>
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. |