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
wsGetDataConsegnaMassima
To get the maximum allowed delivery date.
@GET
@Path("/date/wsGetDataConsegnaMassima")
@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 | Maximun allowed delivery date |
|
ERROR CODE | DESCRIPTION |
-1 | If any exception occours |
Add Comment