2.3.2. Query string parameters
Parameter | Description | type | Is it Mandatory to complete the field? |
employeeName | Full name of the cashier | string | yes (for close-shift, x-report) |
document_number | fiscal document number | string | yes |
operation | the name of the operation for which the check is printed (sale, refund, etc.) | string | yes |
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.)"
}