Page History
...
An example of a cheque structure in the ChequeItems parameter:
Code Block | ||
---|---|---|
| ||
{"items":[
{ "id": 1,
"product": "123460176",
"name": "First item",
"price": 201.45,
"quantity": 42.345,
"amount": 8530.40,
"tax": "vat10"},
"hscode": "8528722001",
"fpmode": 1},
{ "id": 2,
"product": "123460189",
"name": "Second item",
"price": 15301.01,
"quantity": 0.128,
"amount": 1958.53,
"tax": "vat20"},
"fpmode": 1}
]} |