WEBWebUserLogin_Custom

 

WEBWebUserLogin_Custom

Initial Build 2008.01
xWeb Web Method
Response Type string

This method can be used to log in a customer. It returns their customer number which can be used for many of the other web services.

Sample Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.avectra.com/2005/">
<soapenv:Header>
<ns:AuthorizationToken>
<ns:Token>**************************</ns:Token>
</ns:AuthorizationToken>
</soapenv:Header>
<soapenv:Body>
<ns:WEBWebUserLogin_Custom>
<ns:LoginOrEmail>jsmithzzz@zzz.com</ns:LoginOrEmail>
<ns:password>fluffy</ns:password>
</ns:WEBWebUserLogin_Custom>
</soapenv:Body>
</soapenv:Envelope>

Sample Response

Shortened for brevity.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<AuthorizationToken xmlns="http://www.avectra.com/2005/">
<Token>5ffc0221-2193-427f-9028-066b095508ad</Token>
</AuthorizationToken>
</soap:Header>
<soap:Body>
<WEBWebUserLogin_CustomResponse xmlns="http://www.avectra.com/2005/">
<WEBWebUserLogin_CustomResult>85992</WEBWebUserLogin_CustomResult>
</WEBWebUserLogin_CustomResponse>
</soap:Body>
</soap:Envelope>

 

 

Was this article helpful?
0 out of 0 found this helpful