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
wsGetSegnalatori
To retrieve admitted prospect introducers codes.
@GET
@Path("/wsGetSegnalatori")
@QueryParam("CODE") String CODE
PARAMETERS | DESCRIPTION | VALUES |
CODE | control code, built as md5hash of a value that depends from db | Mandatory |
OUTPUT DATA | TYPE | DESCRIPTION | VALUE |
ResultCode | BigDecimal | Method result | 1 if no errors. Cf. error codes description for other values |
Segnalatori | Recordset | List of admitted prospect introducers (Cf. Segnalatori recordset) |
|
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, |
Segnalatori recordset
One row for each prospect introducer.
FIELD NAME | TYPE | DESCRIPTION | VALUE |
---|
Codice | String | Prospect introducer code |
|
Descrizione | String | Prospect introducer description |
|
Add Comment