POST api/LogOn

Request Information

URI Parameters

None.

Body Parameters

LogOnInfo_Dep
NameDescriptionTypeAdditional information
grant_type

string

None.

username

string

None.

password

string

None.

scope

string

None.

Request Formats

application/json, text/json

Sample:
{
  "grant_type": "sample string 1",
  "username": "sample string 2",
  "password": "sample string 3",
  "scope": "sample string 4"
}

application/xml, text/xml

Sample:
<LogOnInfo_Dep xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALSWebAPIV2.Authentication">
  <grant_type>sample string 1</grant_type>
  <password>sample string 3</password>
  <scope>sample string 4</scope>
  <username>sample string 2</username>
</LogOnInfo_Dep>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.