v1
latestOpenAPI 3.0.02026-07-2455104.8 MBPoint Of Sale
List POS journals
Lists all active POS journals.
get/api/v1/posJournals
Query parameters
{
"id": [
"17"
]
}Response
Operation completed successfully.
Example response
{
"data": [
{
"id": "1",
"date": "2020-09-23T14:20:08+02:00",
"projectId": "6",
"type": "RE_Beleg",
"posFunction": "",
"doctype": "rechnung",
"paymentType": "eckarte",
"doctypeId": 1,
"documentNumber": "400000",
"journalText": "RE 400000 (POS)",
"revenueAccount": "4400",
"currency": "EUR",
"tax": 16,
"amountGross": 98.99,
"amountNet": 85.34,
"cashRegisterId": 5,
"customerId": "36",
"createdAt": "2020-09-23T14:20:08+02:00",
"createdBy": "John Doe",
"businessTransactionType": "",
"salesOrder": {
"id": "4",
"number": "200001",
"externalOrderNumber": ""
},
"qrString": null
}
],
"extra": {
"totalCount": 1,
"page": {
"number": 1,
"size": 10
}
}
}