CLIENTI / Client.PasswordRemind
Comandi per la gestione dei clienti finali
Invia una email per il recupero della password all'indirizzo specificato
Esempio:
Command=Client.PasswordRemind &ResponseFormat=JSON& EmailAddress=yourValue
PARAMETRI RICHIESTA
Parametro | Tipo di dato | Richiesto | Definizione |
---|---|---|---|
Command | string | The API Command sended to the console | |
ResponseFormat | JSON | XML | Response format | |
JSONPCallBack | bool | Send this parameter for cross-domain. More info about JSONP can be found here: http: //en.wikipedia.org/wiki/JSON#JSONP | |
EmailAddress | string | Email address of the client to be reminded |
PARAMETRI DI RISPOSTA
Parametro | Tipo di dato | Definizione |
---|---|---|
Success | bool | States if an error has been generated during last command execution or not |
ErrorCode | integer | The ErrorCode number, if an error has occurred. ErrorCode = 0 means no error has occurred. |
CODICI DI ERRORE
Codice | Definizione |
---|---|
1 | Email address is missing |
2 | Invalid email address |
3 | Email address not found in client database |
99998 | Authentication failure or session expired |
99999 | Not enough privileges |