POST api/v2/account/check-single-login
Request Information
URI Parameters
None.
Body Parameters
CheckSingleLoginRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceId | string |
Required |
|
| platformId | ELoginPlataformSource |
None. |
Request Formats
application/json, text/json
Sample:
{
"deviceId": "sample string 1",
"platformId": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.