Access BillMax using edge services with authentication as an
Authorized User.
Input
<SOAP-ENV:Body>
<ns:authLogin>
<appsessionid></appsessionid>
<loginid></loginid>
<password></password>
</ns:authLogin>
</SOAP-ENV:Body>
| Name |
Type |
Description |
Required |
| appsessionid |
String |
info.sessionid returned from
edgeLogin |
Yes |
| loginid |
String |
Authorized User Login Id |
Yes |
| password |
String |
Authorizes User Password |
Yes |
Output
<SOAP-ENV:Body>
<ns:edgeAuthInfoStatus>
<code>0</code>
<message></message>
<info>
<loginid></loginid>
<fname></fname>
<lname></lname>
<auth>0</auth>
<sessionid></sessionid>
</info>
</ns:edgeAuthInfoStatus>
</SOAP-ENV:Body>
| Name |
Type |
Description |
| code |
String |
- 0
- Success
|
| message |
String |
|
| info.loginid |
String |
Authorized User Login Id |
| info.fname |
String |
Authorized User First Name |
| info.lname |
String |
Authorized User Last Name |
| info.auth |
Integer |
Authorized User Number |
| info.sessionid |
String |
Session Id for the Authorized User. Use in subsequent requests for the
Authorized User. |