POST Account/Authenticate

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
authModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Domain": "sample string 1",
  "Username": "sample string 2",
  "Password": "sample string 3"
}

application/xml, text/xml

Sample:
<AuthorizeModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Domain>sample string 1</Domain>
  <Username>sample string 2</Username>
  <Password>sample string 3</Password>
</AuthorizeModel>

application/x-www-form-urlencoded

Sample:

Sample not available.