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
wsGetFattura
Retrives a pdf with the invoice that Vega creates after an order has been managed. Invoice doesn’t exist untill the order has been processed in Vega.
@GET
@Path("/wsGetFattura")
@Produces({"application/pdf"})
@QueryParam("CODE") String CODE,
@QueryParam("IDFATTURA") BigDecimal IDFATTURA,
@QueryParam("COMPANY") String COMPANY
PARAMETERS | DESCRIPTION | VALUES |
CODE | control code, built as md5hash of a value that depends from db |
|
IDFATTURA | Numeric identifier for the invoice | At the moment vegaweb rest service provides this information only calling wsGetStoricoOrdini method |
COMPANY | Code of customer’s company. Null only if companies are not defined in Vega |
|
OUTPUT DATA | DESCRIPTION | VALUES |
Response | HTTP Response object containing a pdf with the invoice |
|
Add Comment