POST api/Values/mobileregister
Request Information
URI Parameters
None.
Body Parameters
user_registration| Name | Description | Type | Additional information |
|---|---|---|---|
| shopTypeList | Collection of user_registration |
None. |
|
| id | integer |
None. |
|
| name | string |
None. |
|
| password | string |
None. |
|
| string |
None. |
||
| mobileno | string |
None. |
|
| city | string |
None. |
|
| state | string |
None. |
|
| country | string |
None. |
|
| date | string |
None. |
|
| usertype | string |
None. |
|
| Status | string |
None. |
|
| ShopName | string |
None. |
|
| Location | string |
None. |
|
| type | string |
None. |
|
| ShopType | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| Pincode | string |
None. |
|
| otp | string |
None. |
|
| OTPStatus | string |
None. |
|
| Approval_Status | string |
None. |
|
| Insertdate | date |
None. |
|
| updatetime | date |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Output| Name | Description | Type | Additional information |
|---|---|---|---|
| result | string |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": "sample string 1",
"msg": "sample string 2",
"data": {}
}
application/xml, text/xml
Sample:
<Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Delphitvs_catalog_json"> <data /> <msg>sample string 2</msg> <result>sample string 1</result> </Output>