The Trade Login call requires either a Username, EmailAddress or WebsitePassword and a Password to be passed into the request and will return the TradeID, TradeContactID and whether or not this is a CreditCardAgent in the response.
The structure of the XML will be:
The structure of the XML will be:
<TradeLoginRequest>
<LoginDetails>
<Login>TestLogin</Login>
<Password>TestPassword</Password>
</LoginDetails>
<Username>test123</Username>
<Email>testemail@test.com</Email>
<WebsitePassword>Passwrod12345</WebsitePassword>
<Password>TradeTestPassword</Password>
</TradeLoginRequest>
<TradeLoginResponse>
<ReturnStatus>
<Success>true</Success>
<Exceptions/>
</ReturnStatus>
<TradeID>43</TradeID>
<TradeContactID>102</TradeContactID>
<CreditCardAgent>false</CreditCardAgent>
</TradeLoginResponse>