Skip to main content

2.3.2. Query string parameters

ParameterDescriptiontypeIs it Mandatory to complete the field?
employeeNameFull name of the cashierstringyes (for close-shift, x-report)
document_numberfiscal document numberstringyes
operationthe name of the operation for which the check is printed (sale, refund, etc.)stringyes

Code:​

{
"employeeName": "string, cashier's full name",
"document_number": "string, fiscal document number",
"operation": "string, name of the operation for which the receipt is printed (sale, refund, etc.)"
}