XML name | base:LobsterDataLoginRequest |
Class name | de.lobster.scm.base.authentication.LobsterDataLoginRequest |
The LobsterDataLoginRequest can only be exclusively used by Specific Integration components for Orchestration (Integration functions (for Orchestration), ImportResponder (Responder), etc.), since this login does not require a password.
Login example:
<base:LobsterDataLoginRequest xmlns:base='SCM.BASE' userName="edi" selectedRole="2" selectedCompany="2" locale="en"/>The login takes place under indication of the user name (userName).
If this user is assigned to several companies or roles (see Users), it must be indicated which company and role shall be used.
If the user does not exist, an exception is raised and the login fails.
Parameter | Required? | Description | Example |
|---|---|---|---|
| The user name to be used for logging on. |
| |
| The ID of the role that is to be used. This parameter is necessary only in case the user is assigned multiple roles. |
| |
| The ID of the company that is to be used. This parameter is necessary only in case the user is assigned multiple companies. |
| |
| Here, the language set for the user can be overwritten for this session. |
|