Skip to main content

2.8.2. Query string parameters

ParameterDescriptionTypeNotes
docNumberfiscal document IDstringMay be mandatory depending on the region
employeeNamefiscal document numberstring
amountdocument amount in kopecksinteger
currencycurrency namestring

Code:

{
"docNumber": "string, document number in the accounting system",
"employeeName": "string, cashier's full name",
"amount": "integer, document amount in kopecks",
"currency": "string, currency name"
}