POST api/v2/login
Request
URI Parameters
Body Parameters
LoginPostData| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string | ||
| Password | string | ||
| DtOf | integer | ||
| Version | string | ||
| OkLogout | boolean | ||
| MFA | string | ||
| ExternalUser | boolean | ||
| ExternalToken | string | ||
| IdentityUser | boolean |
Request Formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"Password": "sample string 2",
"DtOf": 1,
"Version": "sample string 3",
"OkLogout": true,
"MFA": "sample string 5",
"ExternalUser": true,
"ExternalToken": "sample string 7",
"IdentityUser": true
}
text/html
Sample:
{"Username":"sample string 1","Password":"sample string 2","DtOf":1,"Version":"sample string 3","OkLogout":true,"MFA":"sample string 5","ExternalUser":true,"ExternalToken":"sample string 7","IdentityUser":true}
Response
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version | ||
| Content | HttpContent | ||
| StatusCode | HttpStatusCode | ||
| ReasonPhrase | string | ||
| Headers | Collection of Object | ||
| RequestMessage | HttpRequestMessage | ||
| IsSuccessStatusCode | boolean |