No Translation available yet
You have English selected as language but this page has not been translated yet. Translate the page or view the content in the default space language below.
Display default
wsEditAnagraficaCliente
This method allows the customer to update some information about operating office, according to flag VWC_VALID_CLIENTI value in vegaweb configuration table.
@GET
@Path("/wsEditAnagraficaCliente")
@QueryParam("CODE") String CODE
@QueryParam("CODICECLIENTE") String CODICECLIENTE
@QueryParam("NOME") String NOME
@QueryParam("INDIRIZZO") String INDIRIZZO
@QueryParam("LOCALITA") String LOCALITA
@QueryParam("CAP") String CAP
@QueryParam("CITTA") String CITTA
@QueryParam("PROVINCIA") String PROVINCIA
@QueryParam("TELEFONO") String TELEFONO
@QueryParam("FAX") String FAX
@QueryParam("EMAIL") String EMAIL
@QueryParam("INDIRIZZO2") String INDIRIZZO2
@QueryParam("NOME2") String NOME2
@QueryParam("TIPOAPPWEB") String TIPOAPPWEB)
PARAMETERS | DESCRIPTION | VALUES |
CODE | control code, built as md5hash of a value that depends from db |
|
CODICECLIENTE | Operating office code |
|
NOME | Operating office business name – line 1 |
|
INDIRIZZO | Operating office address – line 1 |
|
LOCALITA | Operating office place |
|
CAP | Operating office postcode |
|
CITTA | Operating office town |
|
PROVINCIA | Operating office province |
|
TELEFONO | Operating office phone number |
|
FAX | Operating office fax number |
|
EMAIL | Operating office e-mail address |
|
INDIRIZZO2 | Operating office address - line 2 |
|
NOME2 | Operating office business name – line 2 |
|
TIPOAPPWEB | It identifies the application that uses the web service | W = vegaweb web site L = LiPETS app T = vegaweb web site for Smartbuy |
OUTPUT DATA | DESCRIPTION |
|
Result | Method result | 1 if no errors. Cf. error codes description for other values |
ERROR CODE | DESCRIPTION |
Codes for bad CODE | Cf. Error codes for bad CODE parameter |
-2 | CODICECLIENTE is null |
-3 | An operating office with code = CODICECLIENTE doesn’t exist |
?? | flag VWC_VALID_CLIENTI value is 'N' in vegaweb configuration table. |
Error codes for bad CODE parameter
ERROR CODE | DESCRIPTION |
-1 | Null value for CODE parameter |
-95 | VEGAWEBSERVICES Vegamodule is not active |
-94 | Value to build CODE is null in the db |
-99 | CODE received as parameter and CODE built by vegaweb rest service are different, |
Add Comment