Cash Register - AggiungiScontrino

Creation of a new Till Receipt

Request
array

text

text

array

bool

If set to true, the receipt issuance request is sent asynchronously. You will then need to retrieve the receipt URL once it has been generated, using the DettaglioScontrino function

char (36)

Id of the cash register to issue the receipt on. The id can be retrieved from the cash register list, function Cash Register -> List

char (36)

Enter the id of the currency to use. See the Currencies section. If not specified, the default one will be used.

text

varchar (255)

float (11,4)

float (11,4)

float (11,4)

float (11,4)

varchar (255)

float (11,4)

float (11,4)

text

Enter the name of the VAT rate as reported in WindDoc. If you already know the unique Id of the VAT rate in WindDoc, enter it in the iva field and omit this one.

char (36)

VAT rate Id. See the VAT Rates section

bool

float (11,4)

tinyint (4)

varchar (255)

Id of the payment. Retrieve the Id from the Cashregister Payments -> List function

Response
Success

char (36)

Id of the document being generated

text

URL to download the document's PDF with a confirmation page.
Not present if the async parameter is set to true.

text

Direct URL to download the document's PDF directly.
Not present if the async parameter is set to true.

Error

bool (1)

text

Installation
Request
Request
Request