api/Security/Login (POST)
Authenticates the supplied Expandable login credentials.
HTTP Method: POST
Returns an Authentication Token.
The returned Authentication Token must be supplied to the other features of the API.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| RequestData | This is a JSON object containing Expandable login credentials.
Example:
{
"DataSource": "DEMO",
"UserName": "DEMO",
"Password": "esi"
}
Configured Data Sources:
SEON
COBAN
RVS
FLEET
SEONDEMO
COBANDEMO
FLEETDEMO
RVSDEMO
FINSEONDEMO
RVSDEV
SEONTEST
REVREC1
|
Define this parameter in the request body. |
Response Information
Success:200/OK
'AuthToken' Header contains new Authentication Token.
Error:
400/Request JSON is invalid.
500/(Message)
Body contains JSON object with Message and MessageCode.