POST api/{locate}/account/test
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locate | string |
Required |
Body Parameters
ResClsRegister| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
None. |
|
| password | string |
None. |
|
| fullname | string |
None. |
|
| phone | string |
None. |
|
| linkavatar | string |
None. |
|
| partnertoken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userid": "sample string 1",
"password": "sample string 2",
"fullname": "sample string 3",
"phone": "sample string 4",
"linkavatar": "sample string 5",
"partnertoken": "sample string 6"
}
application/xml, text/xml
Sample:
<ResClsRegister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/W1Services.Models"> <fullname>sample string 3</fullname> <linkavatar>sample string 5</linkavatar> <partnertoken>sample string 6</partnertoken> <password>sample string 2</password> <phone>sample string 4</phone> <userid>sample string 1</userid> </ResClsRegister>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResCls| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.