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
wsGetImmagineProdotto
To retrieve product images as a blob
@GET
@Path("/wsGetImmagineProdotto")
@QueryParam("CODE") String CODE,
@QueryParam("CODICEPRODOTTO") String CODICEPRODOTTO,
@QueryParam("TYPESIZE") String TYPESIZE
PARAMETERS | DESCRIPTION | VALUES |
CODE | control code, built as md5hash of a value that depends from db |
|
CODICEPRODOTTO | Product code |
|
TYPESIZE | Size of required image | S=small M=medium B=big |
OUTPUT DATA | DESCRIPTION | VALUES |
ResultCode | Method result | 1 if no errors. Cf. error codes description for other values |
ImmagineProdotto | Object containing product code as a string and product image as blob |
|
Error | Error description, if present |
|
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