POST api/saler/register?account={account}&password={password}&salername={salername}&address={address}&areaId={areaId}&realname={realname}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| account | string |
Required |
|
| password | string |
Required |
|
| salername | string |
Required |
|
| address | string |
Required |
|
| areaId | string |
Required |
|
| realname | string |
Required |
Body Parameters
None.
Response Information
Resource Description
shopResponeOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Success | boolean |
None. |
|
| total | integer |
None. |
|
| data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Success": true,
"total": 3,
"data": "sample string 4"
}
application/xml, text/xml
Sample:
<shopResponeOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YFA8Shop.Api.Models"> <Message>sample string 1</Message> <Success>true</Success> <data>sample string 4</data> <total>3</total> </shopResponeOfstring>