POST api/UpdateLoginSession?UserId={UserId}&IsLogin={IsLogin}&BrowserFingerprint={BrowserFingerprint}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
Required |
|
| IsLogin | boolean |
Required |
|
| BrowserFingerprint | string |
None. |
Body Parameters
None.
Response Information
Resource Description
BaseApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}