POST api/UserRegister
Request Information
URI Parameters
None.
Body Parameters
RegisterUser| Name | Description | Type | Additional information |
|---|---|---|---|
| FULL_NAME | string |
None. |
|
| MOBILE_NO | string |
None. |
|
| ADDRESS | string |
None. |
|
| LATITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
|
| LANG_ID | string |
None. |
|
| MAC_ADDRESS | string |
None. |
|
| GENDER | string |
None. |
|
| START | string |
None. |
|
| END | string |
None. |
|
| WORD | string |
None. |
|
| string |
None. |
||
| EXTRA1 | string |
None. |
|
| TYPE | string |
None. |
|
| DOB | string |
None. |
|
| USER_ID | string |
None. |
|
| PROFILE_PHOTO | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"FULL_NAME": "sample string 1",
"MOBILE_NO": "sample string 2",
"ADDRESS": "sample string 3",
"LATITUDE": "sample string 4",
"LONGITUDE": "sample string 5",
"LANG_ID": "sample string 6",
"MAC_ADDRESS": "sample string 7",
"GENDER": "sample string 8",
"START": "sample string 9",
"END": "sample string 10",
"WORD": "sample string 11",
"EMAIL": "sample string 12",
"EXTRA1": "sample string 13",
"TYPE": "sample string 14",
"DOB": "sample string 15",
"USER_ID": "sample string 16",
"PROFILE_PHOTO": "QEA="
}
application/xml, text/xml
Sample:
<RegisterUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraftZone.Models"> <ADDRESS>sample string 3</ADDRESS> <DOB>sample string 15</DOB> <EMAIL>sample string 12</EMAIL> <END>sample string 10</END> <EXTRA1>sample string 13</EXTRA1> <FULL_NAME>sample string 1</FULL_NAME> <GENDER>sample string 8</GENDER> <LANG_ID>sample string 6</LANG_ID> <LATITUDE>sample string 4</LATITUDE> <LONGITUDE>sample string 5</LONGITUDE> <MAC_ADDRESS>sample string 7</MAC_ADDRESS> <MOBILE_NO>sample string 2</MOBILE_NO> <PROFILE_PHOTO>QEA=</PROFILE_PHOTO> <START>sample string 9</START> <TYPE>sample string 14</TYPE> <USER_ID>sample string 16</USER_ID> <WORD>sample string 11</WORD> </RegisterUser>
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. |