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": "00ec8c4c-d763-432f-a014-ae99636c18e0",
"UserId": 2,
"Json": "sample string 3",
"ExpirationTime": "2026-08-04T14:25:37.0953578-07:00",
"DeviceType": 5,
"DateCreated": "2026-08-04T14:25:37.0953578-07:00"
},
"totalCount": 3
}