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
wsGetEntry
To chek web service version and operating mode
@GET
@Path("/wsGetEntry")
@QueryParam("COMPANY") String COMPANY,
@QueryParam("TIPOAPPWEB") String TIPOAPPWEB
PARAMETERS | DESCRIPTION |
|
COMPANY | Code of customer’s company. Null if companies are not defined in Vega or if customer’s company is unknown. In this last case default company for web service is used |
|
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 | VALUES |
Entry | Vegaweb operating mode. Admietted values 0,1, 2. Suitable value for Orain only 0 | 0 = webshop; 1 = without rest service (old Vegaweb); 2 = new customers admetted. Suitable value for Orain only 0 |
Version | Vegaweb rest service version |
|
ERROR CODE | DESCRIPTION |
-2 | Missing configuration for company parameter value or default configuration, if company parameter is null |
Add Comment