Check transaction status: initially InProgress, then CompletedSuccess or Failed.
api GET /api/Transactions/{transactionId}
How to use TransactionDTO
status should be CompletedSuccess
1: When zeroing cashbox - TransactionDTO.movedItems
2: When accepting notes - TransactionDTO.acceptedItems
If the transaction fails, status is set to Failed.
Returns: CheckTransactionResponse
Remarks
Check transaction status: initially InProgress, then CompletedSuccess or Failed. api GET /api/Transactions/{transactionId} How to use TransactionDTO
Example