GET api/Authentication/GetTokenAlt2?UserName={UserName}&Password={Password}

Requests a Token for use in making calls to the WebAPI. The token will be set for 6 months. If the password does not match -or the Client is not marked as active - then the Token will contain an authentication = false.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserName

string

Required

Password

string

Required

Body Parameters

None.

Response Information

Resource Description

a Token upon authentication.

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>