Logon to the eCOS API
This method allows you to log on to the eCOS API and get an authentication token.
After calling this method, you typically call LogonApplication to get a token for the desired application context.
The API key is supplied by Externis.
Request parameters
Responses
{
"id": 96,
"deliveryLocationHomeId": 96,
"username": "example",
"password": "example",
"firstName": "example",
"lastName": "example",
"email": "example",
"locale": "example",
"timezone": "example",
"application": "example",
"roleId": 96,
"role": "example",
"customer": "example",
"customerCode": "example",
"organisationId": 96,
"organisationLabel": "example",
"token": "example",
"isAdmin": true,
"modifiedDate": "1971-04-26T12:26:06Z",
"lastLogonDate": "1971-04-26T12:26:06Z"
}
{
"status": 96,
"code": "example",
"message": "example"
}
Last modified: 29 octobre 2024