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
wsGetAnagraficaSedeLegale
This method retrieves information about the registered office.
@GET
@Path("/wsGetAnagraficaSedeLegale")
@QueryParam("CODE") String CODE,
@QueryParam("CODICECLIENTECONTABILE") String CODICECLIENTECONTABILE
PARAMETERS | DESCRIPTION |
CODE | control code, built as md5hash of a value that depends from db |
CODICECLIENTECONTABILE | Registered office code |
OUTPUT DATA | TYPE | DESCRIPTION | VALUE |
ResultCode | BigDecimal | Method result | 1 if no errors. Cf. error codes description for other values |
CtbAutornewsletterflg | String | Direct marketing authorization request | N = No; not requested; S = Requested D = to be requested; |
ctbCit | String | Registered office town |
|
ctbAutornewsletter | String | Direct marketing consent | N = No; consent denied; S = Sì; consent granted; |
ctbCod | String | Registered office code |
|
ctbBloccato | String | Light status in call input for this registered office | S = yes. Blocked. Order not allowed for this customer N = no. Not blocked. Order allowed for this customer |
ctbInd | String | Registered office address - line 1 |
|
ctbProv | String | Registered office province |
|
ctb675 | String | Consent to use of personal data for privacy law | N = Consent denied; S = Consent granted; P = Consent not printed; I = Consent printed and sent; |
ctbLoc | String | Registered office place |
|
ctbCf | String | Registered office tax code |
|
ctbPiva | String | Registered office VAT registration number |
|
ctbStat | String | Registered office country |
|
ctbCap | String | Registered office postcode |
|
ctbInd2 | String | Registered office address - line 2 |
|
ctbDesc | String | Registered office business name – line 1 |
|
ctbTipsogfisc | String | Registered office fiscal subject type |
|
ctbSolvibilita | BigDecimal | Light status in call input for this registered office |
|
ctbTel | String | Registered office phone number |
|
ctbFax | String | Registered office fax number |
|
ctbEmail | String | Registered office e-mail address |
|
ctbRag2 | String | Registered office business name – line 2 |
|
ctbCPag | String | Registered office payment term for outstanding payments |
|
ctbNome | String | Customer name if registered office is a natural person |
|
ctbCognome | String | Customer surname if registered office is a natural person |
|
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