Web Service

Login

Hide Navigation Pane

Login

Previous topic Next topic No directory for this topic  

Login

Previous topic Next topic Topic directory requires JavaScript  

Parameters

AtoBviaCAccessKey

String




Return Value

LoginRecord


 

This service call is used to Login to the web service and obtain a valid AtoBviaCToken to be used in subsequent calls to various methods in the web service including the Logout method.

 

Call Example

 

<ServiceInstance>.Login("xxxxx");

 

Successful calls to the Login method should ALWAYS be accompanied by a call to the Logout method.  Failure to do so will not release a connection and will not decrement the NumberOfConnections.

 

Should an error occur during the Login attempt an error code will be returned in the NumberOfConnections field and an English translation of the error in the Token field of the LoginRecord.