## From [PR review](https://github.com/fiskaltrust/api-definitions/pull/26#issuecomment-3846863897) from Paul: thought: if you call /journal/operationitem you do get the data from the operation item. but you can also call just POST /journal with a [JournalRequest](https://github.com/fiskaltrust/middleware-interface-dotnet/blob/master/src/fiskaltrust.ifPOS/v2/Models/JournalRequest.cs) body to get the [journal from the middleware](https://docs.fiskaltrust.cloud/apis/middleware-api-v1#tag/fiskaltrust.Middleware/paths/~1json~1v0~1Journal/post).