|
Name
|
Type
|
Required
|
Comments
|
|
Username
|
String
|
Yes if encUsername is not specified, else no
|
The username (email address) used to login into your account
|
|
Password
|
String
|
Yes if encPassword is not specified, else No
|
The password used to login into your account.
|
|
encUsername
|
Encrypted String
|
Yes if Username is not specified else No
|
The encrypted username (you can get an encrypted username by calling get_encrypted_login)
|
|
encPassword
|
Encrypted String
|
Yes if Password is not specified else No
|
The encrypted password (you can get an encrypted username by calling get_encrypted_login)
|
|
Function
|
String
|
Yes
|
Specifies what you want to do. Functions detailed in below
|
|
SID
|
Integer
|
Yes
|
Always use SID=23 for this parameter.
|