You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

The Soap_Response_Login object is the response for the Login function.

Soap_Response_Login contains the following properties:

Property name

Type

Description

token

string

Token of logged in user if the Login function was successful. The token is a 40-character random string that will remain active for 3 hours, and must be used in all other vendor API actions.

result_code

integer

Soap response status code, as described in Return codes.

result_string

string

Additional information or text sent in response.


  • No labels