Authorizes user and returns list of functions and API access token
Success
Bad Request
Unauthorized
Internal Server Error
{- "Username": "DOMAIN\\USER or User123",
- "Password": "string"
}
{- "AuthorizeResponse": {
- "Authenticated": true,
- "Message": "string",
- "Response": {
- "Functions": [
- {
- "Events": [
- {
- "EventTypeCd": 3,
- "OrderNo": 0
}
], - "FunctionClass": "string",
- "FunctionFId": "string",
- "FunctionId": 0,
- "FunctionNm": "string",
- "FunctionParameters": {
- "ScreenConfiguraiton": {
- "APIOperations": [
- { }
]
}
}, - "FunctionSequenceNo": 0,
- "ParentFunctionId": 10001,
- "SecurityLevel": 114719,
- "Translations": [
- {
- "LanguageCd": "FR",
- "LocalFunctionNm": "Créer et fermer dépêches"
}
]
}
], - "OperatorCode": "PLA",
- "RestrictedOffices": [
- {
- "OwnOfficeCd": 5
}
], - "Token": "string"
}
}
}