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
wsGetDataConsegnaUtile
To get the minimum delivery date.
@GET
@Path("/wsGetDataConsegnaUtile")
@QueryParam("CODE") String CODE,
@QueryParam("IDORDINE") BigDecimal IDORDINE)
PARAMETERS | DESCRIPTION | VALUES |
CODE | control code, built as md5hash of a value that depends from db | Mandatory |
IDORDINE | numeric order identifier | Not mandatory |
OUTPUT DATA | TYPE | DESCRIPTION | VALUE |
Result | Timestamp | Minimum delivery date |
|
ERROR CODE | DESCRIPTION |
-1 | If any exception occours |
Add Comment