Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Object of The Soap_Response_Login object is the response for the Login action. Contains properties:function.

This object contains the following properties.

Property name

Type

Description

token

string

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

result_code

integer

Soap response status code. List of codes is , as described in documentation Return codes.

result_string

string

Additional information or text sent in response.

...