POST api/v1/Member/SetLogOut
Request Information
URI Parameters
None.
Body Parameters
DaoUserLogOutLogSet| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
Required String length: inclusive between 4 and 16 |
|
| UserIp | string |
Required String length: inclusive between 0 and 15 |
|
| Browser | string |
Required String length: inclusive between 0 and 10 |
|
| BrowserVer | string |
Required String length: inclusive between 0 and 20 |
|
| LogOutType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"UserIp": "sample string 2",
"Browser": "sample string 3",
"BrowserVer": "sample string 4",
"LogOutType": 5
}
application/xml, text/xml
Sample:
<DaoUserLogOutLogSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/neosonyxlib.models.DAO.Softnyx"> <Browser>sample string 3</Browser> <BrowserVer>sample string 4</BrowserVer> <LogOutType>5</LogOutType> <UserId>sample string 1</UserId> <UserIp>sample string 2</UserIp> </DaoUserLogOutLogSet>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | ResultCode |
None. |
|
| Message | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 0,
"Message": {}
}
application/xml, text/xml
Sample:
<APIResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/neosonyxlib.models"> <Code>Fail</Code> <Message /> </APIResult>