POST api/Authentication/SignOut
Request Information
URI Parameters
None.
Body Parameters
LoginResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | LoginStatusModel |
None. |
|
| Lock | boolean |
None. |
|
| TimeRenew | integer |
None. |
|
| TimeAllow | date |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Status": 0,
"Lock": true,
"TimeRenew": 1,
"TimeAllow": "2025-12-11T21:29:39.9997004+07:00",
"Token": "sample string 2"
}
application/xml, text/xml
Sample:
<LoginResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ams_template.Models.CustomModel"> <Lock>true</Lock> <Status>Failed</Status> <TimeAllow>2025-12-11T21:29:39.9997004+07:00</TimeAllow> <TimeRenew>1</TimeRenew> <Token>sample string 2</Token> </LoginResultModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.