POST api/Account/validate
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfUserLoginSessionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | UserLoginSessionDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"SessionId": "c0786d96-33a6-4eaa-b89f-88ac00a61cfe",
"UserId": 2,
"Json": "sample string 3",
"ExpirationTime": "2026-09-19T02:29:46.6677802-07:00",
"DeviceType": 5,
"DateCreated": "2026-09-19T02:29:46.6677802-07:00"
},
"totalCount": 3
}