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
wsGetDateConsegnaUtili
To get the allowed delivery dates between minimum and maximum delivery date.
@GET
@Path("/date/wsGetDateConsegnaUtili")
@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 | DateConsegna | List of allowed delivery dates between minimum and maximum delivery dates |
|
ERROR CODE | DESCRIPTION |
-1 | If any exception occours |
DateConsegna recordset
List of Timestamp values that rappresent allowed delivery dates.
Add Comment