POST api/ForexCourse/v1/LogOut
Request Information
URI Parameters
None.
Body Parameters
TokenAndRefreshToken| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| RefreshToken | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"RefreshToken": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseHttpCodeAndMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| HttpStatusCode | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"HttpStatusCode": 1,
"Msg": "sample string 2"
}