Example of Login

Consider the following example where a username is "14305_1" and password is "xyr62dwUuk4=" is the enterprise named "Company":

Example - Request

{  
   "username":"14305_1",
   "password":"xyr62dwUuk4=",
   "enterprise":"Company"
}

Example - Response

The response returns the message that the login was successfully.

{
"sessionId": "gHVYMHNScidvq2SPevK8+GRp.undefined",
"errorCode": "",
"errorMessage": "",
"result": {
"severity": "Info",
"code": "SVC-11219",
"description": {
"lang": "English",
"message": "Login successful."
    }
  }
}