{"info":{"_postman_id":"9585cd30-1af9-4a22-8aff-129fdb350ee8","name":"fiskaltrust.Middleware","description":"<html><head></head><body><p>A Postman collection containing examples that demonstrate how to implement common business cases with the fiskaltrust.Middleware.</p>\n<h2 id=\"getting-started\">Getting Started</h2>\n<p>This Postman collection is meant as a quickstart guide for working with the Middleware. Please keep in mind that therefore these samples are not covering everything that can be done with the Middleware - for complete information, please refer to our <a href=\"https://link.fiskaltrust.cloud/middleware-doc\">API documentation</a>.</p>\n<p>These samples use REST, but the Middleware also supports gRPC and SOAP scenarios. Please refer to our sample repositories on <a href=\"https://github.com/fiskaltrust\">GitHub</a>, and use our <a href=\"https://github.com/fiskaltrust/middleware-interface-dotnet\">NuGet client packages</a> in case you are working with .NET.</p>\n<h3 id=\"prerequisites\">Prerequisites</h3>\n<p>In order to use this demo collection, the following prerequisites are required:</p>\n<ul>\n<li><em>The fiskaltrust.Middleware</em> running on your machine, which can be configured and downloaded via the fiskaltrust.Portal (<a href=\"https://portal.fiskaltrust.at\">AT</a>, <a href=\"https://portal.fiskaltrust.de\">DE</a>, <a href=\"https://portal.fiskaltrust.fr\">FR</a>). Start it (either by running it as a service, or with the <code>test.cmd</code> file), and let it run in the background to handle your requests.</li>\n<li><em>Your Cashbox Id</em> is visible in the portal. It is also displayed in the startup console log of the Middleware.</li>\n</ul>\n<h3 id=\"executing-the-demo-requests\">Executing the demo requests</h3>\n<p>After importing the Postman collection, you first need to set the required variables:</p>\n<ul>\n<li>Right-click on the collection and select <em>Edit</em></li>\n<li>Open the <em>Variables</em> tab, and enter the values for <code>cashbox_id</code> and <code>base_url</code> <ul>\n<li><strong>cashbox_id</strong> is a GUID and shown either in the Portal or in the log of the Middleware itself</li>\n<li><strong>base_url</strong> is the URL of the Middleware's HTTP endpoint, <strong>without a trailing slash</strong>. This could e.g. look like this: <code>http://localhost:1500/bda7742e-fb7e-4eb6-b3ee-27e0c48fc316</code>. Again, this URL is both displayed in the Portal and in the Middleware log.</li>\n<li><strong>possystem_id</strong> is the GUID of a POS System configured in the Portal. It's not required to set this value to run the demo, but it's a mandatory field in German and French production scenarios.</li>\n<li><strong>access_token</strong> is only required when working with the SignatureCloud (Austria/France only), and also shown in the Portal.</li>\n</ul>\n</li>\n</ul>\n<p>After you configured these two variables, you can easily run the examples by double-clicking them in the \"Collections\" menu.</p>\n<p>For more information about how to use Postman collections, please refer to <a href=\"https://learning.postman.com/docs/postman/collections/intro-to-collections/\">their extensive documentation</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13633406","collectionId":"9585cd30-1af9-4a22-8aff-129fdb350ee8","publishedId":"2s935hSTEs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"00A7CE"},"publishDate":"2023-01-30T16:11:45.000Z"},"item":[{"name":"Austria","item":[{"name":"Special receipt cases","item":[{"name":"Zero receipt","id":"c1dedcc0-530b-47ed-85c2-f2990c9b82d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"2\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4707387510509010946\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4154000000000002</code></p>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>This can be used to test operability in order to be able to collect a service status notification, for example a out of service notification for FinanzOnline.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1dedcc0-530b-47ed-85c2-f2990c9b82d4"},{"name":"Initial-operation receipt","id":"7748903a-1d0b-484a-b6c0-659fa61a94cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"3\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4707387510509010947\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4154000000000003</code></p>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>The request is only valid as a zero receipt. The initial operation procedure is started. When using fiskaltrust.SecuritymMechansimsPlus, the receipt will also be checked for correctness.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"7748903a-1d0b-484a-b6c0-659fa61a94cf"},{"name":"Out-of-operation receipt","id":"73e3943e-ae36-4c88-a58d-fa1a20b2b065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"4\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4707387510509010948\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4154000000000004</code></p>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>The procedure to take the service out of operation is started.\nThe request is only valid as a zero receipt. When using the fiskaltrust.Carefree package, the receipt will also be checked for correctness and the notification to the \"FinanzOnLine\" will be performed automatically in background.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"73e3943e-ae36-4c88-a58d-fa1a20b2b065"},{"name":"Monthly receipt","id":"d13e6bf8-deff-4d36-8023-809bf7d8bb50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"5\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4707387510509010949\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4154000000000005</code></p>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>The procedure for the creation of the monthly receipt is started. \nThe request is only valid as a zero receipt.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"d13e6bf8-deff-4d36-8023-809bf7d8bb50"},{"name":"Annual receipt","id":"418b6972-ed67-4ebc-b7bf-a9ba74a18edf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"6\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4707387510509010950\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4154000000000006</code></p>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>The procedure for the creation of the annual receipt is started.\nThe request is only valid as a zero receipt. When using the fiskaltrust.Carefree package, the receipt will also be checked for correctness and the notification to the \"FinanzOnLine\" will be performed automatically in background.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"418b6972-ed67-4ebc-b7bf-a9ba74a18edf"}],"id":"1b5c25ae-7295-436e-bfa7-1ecdb9fecc68","description":"<h1 id=\"special-receipt-cases\">Special receipt cases</h1>\n<p>Requests with these <code>ftReceiptCase</code> values are used to control the fiskaltrust.Middleware. These requests must contain empty arrays for the values of <code>ftChargeItems</code> and <code>ftPayItems</code>.</p>\n<p><em>See also (general information):</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/zero-receipt\">https://link.fiskaltrust.cloud/middleware-doc/zero-receipt</a></p>\n<p><em>See also (information specific for Austria):</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/zero-receipt\">https://link.fiskaltrust.cloud/middleware-doc/at/zero-receipt</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"84345112-a741-45bd-b631-52d5b881ed28"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1c4d5357-a129-444a-b543-5fa672680674"}}],"_postman_id":"1b5c25ae-7295-436e-bfa7-1ecdb9fecc68"},{"name":"Single business cases","item":[{"name":"Cash sale","id":"26bb03ab-f5d4-4229-b52e-19cc263e65b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"1\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Artikel 1\",\r\n            \"Amount\": 33.06,\r\n            \"VATRate\": 20.0,\r\n            \"ftChargeItemCase\": 4707387510509010944,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Artikel 2\",\r\n            \"Amount\": 5.69,\r\n            \"VATRate\": 20.0,\r\n            \"ftChargeItemCase\": 4707387510509010944,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Bar\",\r\n            \"Amount\": 38.75,\r\n            \"ftPayItemCase\": 4707387510509010944,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4707387510509010945\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p><strong>Cash transaction with RKSV requirement</strong></p>\n<p>ftReceiptCase: <code>0x4154000000000001</code></p>\n<p>The fiskaltrust decision tree is being run through, and, if needed, the signature process is started and the cumulative counter adjusted respectively.</p>\n<p>An example for a signature being needed, is an \"other service\" which is paid for with a \"credit card\".</p>\n<p>An example for a case where no signature is needed, is a receipt with only \"no own sales\" on it which has been paid for by \"credit card\".</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"26bb03ab-f5d4-4229-b52e-19cc263e65b0"},{"name":"Cash sale & digital receipt tag","id":"14e1dea4-bf30-4609-83a9-c3c76e2b02f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"1\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Artikel 1\",\r\n            \"Amount\": 33.06,\r\n            \"VATRate\": 20.0,\r\n            \"ftChargeItemCase\": 4707387510509010944,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Artikel 2\",\r\n            \"Amount\": 5.69,\r\n            \"VATRate\": 20.0,\r\n            \"ftChargeItemCase\": 4707387510509010944,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Bar\",\r\n            \"Amount\": 38.75,\r\n            \"ftPayItemCase\": 4707387510509010944,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4707387510509010945,\r\n    \"ftReceiptCaseData\": \"{ \\\"ReceiptTag\\\": \\\"https://receipts.fiskaltrust.cloud?tag=abc123456789\\\"}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p><strong>Cash transaction with RKSV requirement</strong></p>\n<p>ftReceiptCase: <code>0x4154000000000001</code></p>\n<p>The fiskaltrust decision tree is being run through, and, if needed, the signature process is started and the cumulative counter adjusted respectively.</p>\n<p>An example for a signature being needed, is an \"other service\" which is paid for with a \"credit card\".</p>\n<p>An example for a case where no signature is needed, is a receipt with only \"no own sales\" on it which has been paid for by \"credit card\".</p>\n<p>This example contains the <em>receipt tag</em> that can be used for providing a <strong>digital receipt via a give-away</strong>. The value for this tag can be obtained by sanning the QR code on the pre-fabricated give-away. Further information can be found <a href=\"https://link.fiskaltrust.cloud/middleware-doc/digital-receipt\">here</a>.</p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"14e1dea4-bf30-4609-83a9-c3c76e2b02f7"},{"name":"Cash sale & digital receipt tag within ChargeItem","id":"3f90b1e2-9a1a-4262-b55f-697e024f2358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"1\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Artikel 1\",\r\n            \"Amount\": 33.06,\r\n            \"VATRate\": 20.0,\r\n            \"ftChargeItemCase\": 4707387510509010944,\r\n            \"ftChargeItemCaseData\": \"{ \\\"ReceiptTag\\\": \\\"https://receipts.fiskaltrust.cloud?tag=abc123456789\\\"}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Artikel 2\",\r\n            \"Amount\": 5.69,\r\n            \"VATRate\": 20.0,\r\n            \"ftChargeItemCase\": 4707387510509010944,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Bar\",\r\n            \"Amount\": 38.75,\r\n            \"ftPayItemCase\": 4707387510509010944,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4707387510509010945\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p><strong>Cash transaction with RKSV requirement</strong></p>\n<p>ftReceiptCase: <code>0x4154000000000001</code></p>\n<p>The fiskaltrust decision tree is being run through, and, if needed, the signature process is started and the cumulative counter adjusted respectively.</p>\n<p>An example for a signature being needed, is an \"other service\" which is paid for with a \"credit card\".</p>\n<p>An example for a case where no signature is needed, is a receipt with only \"no own sales\" on it which has been paid for by \"credit card\".</p>\n<p>This example contains the <em>receipt tag</em> that can be used for providing a <strong>digital receipt via a give-away</strong>. The value for this tag can be obtained by sanning the QR code on the pre-fabricated give-away. Further information can be found <a href=\"https://link.fiskaltrust.cloud/middleware-doc/digital-receipt\">here</a>.</p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f90b1e2-9a1a-4262-b55f-697e024f2358"},{"name":"Cash sale & digital receipt tag within PayItem","id":"5ce16786-a4bf-44fe-8e79-4b4f1ea6aa10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"1\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Artikel 1\",\r\n            \"Amount\": 33.06,\r\n            \"VATRate\": 20.0,\r\n            \"ftChargeItemCase\": 4707387510509010944,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Artikel 2\",\r\n            \"Amount\": 5.69,\r\n            \"VATRate\": 20.0,\r\n            \"ftChargeItemCase\": 4707387510509010944,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Bar\",\r\n            \"Amount\": 38.75,\r\n            \"ftPayItemCase\": 4707387510509010944,\r\n            \"ftPayItemCaseData\": \"{ \\\"ReceiptTag\\\": \\\"https://receipts.fiskaltrust.cloud?tag=abc123456789\\\"}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4707387510509010945\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p><strong>Cash transaction with RKSV requirement</strong></p>\n<p>ftReceiptCase: <code>0x4154000000000001</code></p>\n<p>The fiskaltrust decision tree is being run through, and, if needed, the signature process is started and the cumulative counter adjusted respectively.</p>\n<p>An example for a signature being needed, is an \"other service\" which is paid for with a \"credit card\".</p>\n<p>An example for a case where no signature is needed, is a receipt with only \"no own sales\" on it which has been paid for by \"credit card\".</p>\n<p>This example contains the <em>receipt tag</em> that can be used for providing a <strong>digital receipt via a give-away</strong>. The value for this tag can be obtained by sanning the QR code on the pre-fabricated give-away. Further information can be found <a href=\"https://link.fiskaltrust.cloud/middleware-doc/digital-receipt\">here</a>.</p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ce16786-a4bf-44fe-8e79-4b4f1ea6aa10"},{"name":"Car sale & trade-in (differential taxation) [Differenzbesteuerung]","id":"01793f09-6ef4-43ca-8479-ee0d3e6a5258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\":\"1\",\r\n    \"cbReceiptReference\": \"200009\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n        \"Quantity\":1.00,\r\n        \"Description\":\"Audi A6 Avant 3,0 TDI quattro S-tronic\",\r\n        \"Amount\": 17500.00,\r\n        \"VATRate\": 0.00,\r\n        \"ftChargeItemCase\": 4707387510509010951 \r\n        },\r\n        {\r\n        \"Quantity\": 1.00,\r\n        \"Description\": \"Fahrzeug-Eintausch VW Touareg\",\r\n        \"Amount\": -14500.00,\r\n        \"VATRate\": 0.00,\r\n        \"ftChargeItemCase\": 4707387510509010979\r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n        \"Quantity\":1,\r\n        \"Description\": \"Bar\",\r\n        \"Amount\": 3000.00,\r\n        \"ftPayItemCase\": 4707387510509010944\r\n        }\r\n        ],\r\n    \"ftReceiptCase\": 4707387510509010945\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p><strong>Not own sales</strong></p>\n<p>ftReceiptCase: <code>0x4154000000000007</code></p>\n<p>For tax purposes, a document with exclusively third-party sales is not subject to signature.</p>\n<p>In the data, a VAT-rate can be indicated, whereby the gross amount according to the RKSV always has to be recorded in the signature field.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"01793f09-6ef4-43ca-8479-ee0d3e6a5258"},{"name":"Car sale & trade-in, combined with cash sale","id":"09a9a721-8f65-442f-a7a6-833019a0a396","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"200009.A\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.00,\r\n            \"Description\": \"Audi A6 Avant 3,0 TDI quattro S-tronic\",\r\n            \"Amount\": 17500.00,\r\n            \"VATRate\": 0.00,\r\n            \"ftChargeItemCase\": 4707387510509010955\r\n        },\r\n        {\r\n            \"Quantity\": 1.00,\r\n            \"Description\": \"Fahrzeug-Eintausch VW Touareg\",\r\n            \"Amount\": -14500.00,\r\n            \"VATRate\": 0.00,\r\n            \"ftChargeItemCase\": 4707387510509010979\r\n        },\r\n        {\r\n            \"Quantity\": 1.00,\r\n            \"Description\": \"Glanz-Paket\",\r\n            \"Amount\": 150.00,\r\n            \"VATRate\": 20.00,\r\n            \"ftChargeItemCase\": 4707387510509010954\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1,\r\n            \"Description\": \"Bar\",\r\n            \"Amount\": 3150.00,\r\n            \"ftPayItemCase\": 4707387510509010945\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4707387510509010945\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p><strong>Not own sales</strong></p>\n<p>ftReceiptCase: <code>0x4154000000000001</code></p>\n<p>For tax purposes, a document with exclusively third-party sales is not subject to signature. But with cash sale it has to be signed.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"09a9a721-8f65-442f-a7a6-833019a0a396"},{"name":"Sale, partial cash payment & account receivable","id":"0520897e-dff5-436e-be83-7bf5bdb17a64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\":\"1\",\r\n    \"cbReceiptReference\": \"200010\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n        \"Quantity\":1.00,\r\n        \"Description\":\"Mercedes Benz\",\r\n        \"Amount\": 16880.00,\r\n        \"VATRate\": 20.00,\r\n        \"ftChargeItemCase\": 4707387510509010954 \r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n        \"Quantity\":1,\r\n        \"Description\": \"Bar\",\r\n        \"Amount\": 1000.00,\r\n        \"ftPayItemCase\": 4707387510509010945\r\n        },\r\n        {\r\n        \"Quantity\":1,\r\n        \"Description\": \"Forderungsentstehung\",\r\n        \"Amount\": 15880.00,\r\n        \"ftPayItemCase\": 4707387510509010955\r\n        }\r\n        ],\r\n    \"ftReceiptCase\": 4707387510509010945\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p><strong>Delivery note / settlement in foreign currency</strong></p>\n<p>ftReceiptCase: <code>0x4154000000000001</code></p>\n<p>ftPayItemCase: <code>0x415400000000000B</code></p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftpayitemcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftpayitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"0520897e-dff5-436e-be83-7bf5bdb17a64"},{"name":"Down payment","id":"710a507b-c863-4a26-a027-b1c3b5b23250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"200011\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.00,\r\n            \"Description\": \"Anzahlung Mercedes Benz\",\r\n            \"Amount\": 1000.00,\r\n            \"VATRate\": 20.00,\r\n            \"ftChargeItemCase\": 4707387510509010974\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1,\r\n            \"Description\": \"Bar\",\r\n            \"Amount\": 1000.00,\r\n            \"ftPayItemCase\": 4707387510509010945\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4707387510509010945\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p><strong>Down payment (normal)</strong></p>\n<p>ftReceiptCase: <code>0x4154000000000001</code>\nftChargeItemCase: <code>0x415400000000001E</code></p>\n<p>Handled like undefined type of service for AT, normal ((as of 1.7.2016, this is 20%).</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"710a507b-c863-4a26-a027-b1c3b5b23250"},{"name":"Service refund to credit card (AT)","id":"0dfb2e1e-48ea-4333-8e08-9d2ff3bed5bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.00,\r\n            \"Description\": \"Glanz-Paket\",\r\n            \"Amount\": -150.00,\r\n            \"VATRate\": 20.00,\r\n            \"ftChargeItemCase\": 4707387510509010959\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.00,\r\n            \"Description\": \"credit card payment\",\r\n            \"Amount\": -150.00,\r\n            \"ftPayItemCase\": 4707387510509010949\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4707387510509010945,\r\n    \"cbReceiptReference\": \"GU200001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p><strong>Other services (normal)</strong></p>\n<p>ftReceiptCase: <code>0x4154000000000001</code></p>\n<p>ftChargeItemCase: <code>0x415400000000000F</code></p>\n<p>Refund of an already rendered service, charge back to the credit card.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"0dfb2e1e-48ea-4333-8e08-9d2ff3bed5bc"},{"name":"Cash pay-in without ftChargeItems","id":"f4d27503-78b2-47f9-ab30-763b00808c50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"1\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Bar\",\r\n            \"Amount\": 38.75,\r\n            \"ftPayItemCase\": 4707387510509010944,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4707387510509010944\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p><strong>Unknown type of receipt</strong></p>\n<p>ftReceiptCase: <code>0x4154000000000000</code></p>\n<p>Cash payment and no ftChargeItems lead to \"no signature\". </p>\n<p>This receipt is processed like a cash transaction with RKSV requirement.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/at/ftreceiptcase</a></li>\n</ul>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4d27503-78b2-47f9-ab30-763b00808c50"},{"name":"Void receipt","id":"83d5d624-7b85-4891-8d71-85fe230d37c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"1\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbPreviousReceiptReference\": \"1\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Artikel 1\",\r\n            \"Amount\": -33.06,\r\n            \"VATRate\": 20.0,\r\n            \"ftChargeItemCase\": 4707387510509010944,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"\"\r\n        },\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Artikel 2\",\r\n            \"Amount\": -5.69,\r\n            \"VATRate\": 20.0,\r\n            \"ftChargeItemCase\": 4707387510509010944,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Bar\",\r\n            \"Amount\": -38.75,\r\n            \"ftPayItemCase\": 4707387510509010944,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4707387510509410945\r\n}"},"url":"http://localhost:1500/json/Sign","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"83d5d624-7b85-4891-8d71-85fe230d37c6"}],"id":"3d0e3b58-6d41-4acc-954f-f0d693313cd8","description":"<h1 id=\"single-business-cases\">Single business cases</h1>\n<p>The requests listed in this section demonstrate \"single-step\" business cases, i.e. cases that can be handled with a single call to the <em>sign</em> endpoint.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d2dd1d94-5588-48a6-b406-12b4e40f3e60"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"aa66f053-968a-4e41-9f37-5bac0a83aba6"}}],"_postman_id":"3d0e3b58-6d41-4acc-954f-f0d693313cd8"},{"name":"Journal","item":[{"name":"Version information","id":"ea9d718d-397f-421e-a36e-bf3cab6bbde9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:1500/json/Journal?type=0&from=0&to=0","description":"<p>ftJournalType: <code>0x0000000000000000</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"0"},{"description":{"content":"<p>The timestamp determining where to start the export, in Ticks</p>\n","type":"text/plain"},"key":"from","value":"0"},{"description":{"content":"<p>The timestamp determining where to end the export, in Ticks</p>\n","type":"text/plain"},"key":"to","value":"0"}],"variable":[]}},"response":[],"_postman_id":"ea9d718d-397f-421e-a36e-bf3cab6bbde9"},{"name":"ActionJournal in internal format","id":"dc0f0d19-afbb-4644-ae4a-e4f29ac7f0fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:1500/json/Journal?type=1&from=0&to=0","description":"<p>ftJournalType: <code>0x0000000000000001</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"1"},{"description":{"content":"<p>The timestamp determining where to start the export, in Ticks</p>\n","type":"text/plain"},"key":"from","value":"0"},{"description":{"content":"<p>The timestamp determining where to end the export, in Ticks</p>\n","type":"text/plain"},"key":"to","value":"0"}],"variable":[]}},"response":[],"_postman_id":"dc0f0d19-afbb-4644-ae4a-e4f29ac7f0fe"},{"name":"ReceiptJournal in internal format","id":"664ed346-06bf-4a9f-b608-3033a4f024f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:1500/json/Journal?type=2&from=0&to=0","description":"<p>ftJournalType: <code>0x0000000000000002</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"2"},{"description":{"content":"<p>The timestamp determining where to start the export, in Ticks</p>\n","type":"text/plain"},"key":"from","value":"0"},{"description":{"content":"<p>The timestamp determining where to end the export, in Ticks</p>\n","type":"text/plain"},"key":"to","value":"0"}],"variable":[]}},"response":[],"_postman_id":"664ed346-06bf-4a9f-b608-3033a4f024f2"},{"name":"QueueItemJournal in internal format","id":"9828894a-9143-499b-a8ea-c22723e833e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:1500/json/Journal?type=3&from=0&to=0","description":"<p>ftJournalType: <code>0x0000000000000003</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"3"},{"description":{"content":"<p>The timestamp determining where to start the export, in Ticks</p>\n","type":"text/plain"},"key":"from","value":"0"},{"description":{"content":"<p>The timestamp determining where to end the export, in Ticks</p>\n","type":"text/plain"},"key":"to","value":"0"}],"variable":[]}},"response":[],"_postman_id":"9828894a-9143-499b-a8ea-c22723e833e3"}],"id":"98331609-6869-4715-8178-37992aa2c72a","description":"<h1 id=\"journal\">Journal</h1>\n<p>The <em>journal</em> endpoint allows users to get data from a running Middleware instance, either in a \"raw\" JSON format, or specifically for the market (e.g. DSFinV-K in Germany).</p>\n<p>Please note that the <em>ticks</em> that need to be passed for the <code>from</code> and <code>to</code> parameters are .NET Ticks, <strong>not</strong> Unix timestamps. More details about this representation can be found <a href=\"https://docs.microsoft.com/en-us/dotnet/api/system.datetime.ticks?view=net-5.0#remarks\">here</a>.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f7ced4f8-584c-4cbe-8b97-e3eadba14051"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6f42e917-65d6-4782-8ee4-6704206cd677"}}],"_postman_id":"98331609-6869-4715-8178-37992aa2c72a"},{"name":"Echo","id":"b2b76cbc-a6a9-48d7-a4e7-7882e59fe61b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"\"Hello fiskaltrust.Middleware!\"","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Echo","description":"<p>This function can be used for fast and easy communication checks. The request body is sent back directly.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/echo-function\">https://link.fiskaltrust.cloud/middleware-doc/echo-function</a></p>\n","urlObject":{"path":["json","Echo"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2b76cbc-a6a9-48d7-a4e7-7882e59fe61b"}],"id":"e7c3724c-706d-4c7a-a011-413971883f61","description":"<p>Sample requests for the Austrian market.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"40eb6510-5802-49d7-925e-329282824d03"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b6386acc-6f87-4e3e-ad3d-fb0c1c8abe10"}}],"_postman_id":"e7c3724c-706d-4c7a-a011-413971883f61"},{"name":"Germany","item":[{"name":"Special receipt cases","item":[{"name":"Initial-operation receipt [Inbetriebnahme-Beleg]","id":"fb0c3b39-293b-4490-a90a-c4d76205bbf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"001\",\r\n    \"cbReceiptReference\": \"INIT\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338172267102211,\r\n    \"cbUser\": \"Admin\"\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000003</code></p>\n<p>Initializes a new fiskaltrust.Middleware instance including the initialization of the used TSE in the background. Depending on the TSE-Type used, this includes different actions (but at least a client will be registered).</p>\n<p>On successful initialization, a notification is created which includes Queue ID, SCU ID, and the TSE's certificate and serial number. When the respective governmental regulations are introduced, it will be required to report this notification to the tax administration.</p>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>This receipt case works only with the implicit flow flag. Using it without the ftReceiptCaseFlag <code>0x0000000100000000</code> ends up in an exception.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb0c3b39-293b-4490-a90a-c4d76205bbf5"},{"name":"Out-of-operation receipt [Außerbetriebname-Beleg]","id":"1365de0d-4aea-4ee7-b54e-23fff1c93331","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T1\",\r\n    \"cbReceiptReference\": \"OutOfOperation\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338172283879428,\r\n    \"ftReceiptCaseData\": \"\",\r\n    \"cbUser\": \"Admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000004</code></p>\n<p>Permanently disables the fiskaltrust.Middleware and the TSE. <strong>This request should only be executed when a POS system is put out of operations, as it's not possible to revert it.</strong> </p>\n<p>In scenarios where the TSE should not be disabled (e.g. because it is still used by other queues), please add the flag <code>0x0000000001000000</code>. <strong>This flag is included into this example to prevent the accidental deactivation of TSEs during testing.</strong></p>\n<p>On successful deactivation, a notification is created which includes Queue ID, SCU ID, and the TSE's certificate and serial number. When the respective governmental regulations are introduced, it will be required to report this notification to the tax administration.</p>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>This receipt case works only with the implicit flow flag. Using it without the ftReceiptCaseFlag <code>0x0000000100000000</code> ends up in an exception.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"1365de0d-4aea-4ee7-b54e-23fff1c93331"},{"name":"Zero receipt [Nullbeleg]","id":"d1d15f3b-ce3b-4fc3-b805-49f910eb05bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"cbTerminalID\": \"1\",\r\n  \"cbReceiptReference\": \"ZeroReceiptAfterFailure\",\r\n  \"cbReceiptMoment\": \"{{current_moment}}\",\r\n  \"cbChargeItems\": [],\r\n  \"cbPayItems\": [],\r\n  \"ftReceiptCase\": 4919338172267102210\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000002</code></p>\n<p>Processes a communication and functional test of the fiskaltrust.Middleware. Additionally, this operation must be used to end the \"failure mode\" of the Middleware.</p>\n<p>If you want to end an ongoing transaction without turnover (e.g. all items on a receipt are voided) then please use a regular ftReceiptCase.</p>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>This receipt case works only with the implicit flow flag. Using it without the ftReceiptCaseFlag <code>0x0000000100000000</code> ends up in an exception.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1d15f3b-ce3b-4fc3-b805-49f910eb05bb"},{"name":"Zero receipt with TSE info [Nullbeleg mit TSE-Info]","id":"e20f62eb-dc4a-4c96-88c4-f56d418091d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"ZeroReceiptAfterFailure\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338172275490818\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100800002</code></p>\n<p>Processes a communication and functional test of the fiskaltrust.Middleware. Additionally, this operation must be used to end the \"failure mode\" of the Middleware. Additionally to the normal zero receipt processing, adding the flag `` will query detailed information from the connected TSE device.</p>\n<p>The following data will be returned in <code>ftState</code> (JSON-serialized):</p>\n<ul>\n<li>PublicKeyBase64</li>\n<li>SerialNumberOctet</li>\n<li>LogTimeFormat</li>\n<li>SignatureAlgorithm</li>\n<li>CertificationIdentification</li>\n<li>FirmwareIdentification</li>\n<li>CurrentState</li>\n<li>CurrentLogMemorySize</li>\n<li>MaxLogMemorySize</li>\n<li>CurrentNumberOfSignatures</li>\n<li>MaxNumberOfSignatures</li>\n<li>CurrentStartedTransactionNumbers</li>\n<li>CurrentNumberOfStartedTransactions</li>\n<li>MaxNumberOfStartedTransactions</li>\n<li>CurrentClientIds</li>\n<li>CurrentNumberOfClients</li>\n<li>MaxNumberOfClients</li>\n<li>CertificatesBase64</li>\n</ul>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>This receipt case works only with the implicit flow flag. Using it without the ftReceiptCaseFlag <code>0x0000000100000000</code> ends up in an exception.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"e20f62eb-dc4a-4c96-88c4-f56d418091d7"},{"name":"Daily-closing receipt [Kassenabschluss/Tagesabschluss]","id":"ebb752b7-5cc8-4026-9e13-f2b3ef0e5c87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n    \"cbTerminalID\": \"D\",\n    \"cbReceiptReference\": \"daily-closing-{{current_moment}}\",\n    \"cbReceiptMoment\": \"{{current_moment}}\",\n    \"cbChargeItems\": [],\n    \"cbPayItems\": [],\n    \"ftReceiptCase\": 4919338172267102215\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000007</code></p>\n<p>Must be sent at the end of the day to be able to be able to perform the DSFinV-K export. </p>\n<ul>\n<li>If the flag <code>0x0000000004000000</code> is not set, this request exports the TSE's logs to the database, both to save memory on the device and to increase the export performance</li>\n<li>If the flag <code>0x0000000010000000</code> is not set, this request will close any open transactions. If the flag is set, an exception is raised in case there are open transactions, which should enable the user to handle this case in their own software. </li>\n<li>If the flag <code>0x0000000008000000</code> is set, this request will also update the masterdata after it was changed in the Portal and a CashBox rebuild was triggered. The new masterdata will be effective starting from this moment.</li>\n</ul>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>This receipt case works only with the implicit flow flag. Using it without the ftReceiptCaseFlag <code>0x0000000100000000</code> ends up in an exception.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebb752b7-5cc8-4026-9e13-f2b3ef0e5c87"},{"name":"Monthly-closing receipt [Monatsbeleg]","id":"f9a6afbd-7f59-4ca6-8b40-23040de1acd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n    \"cbTerminalID\": \"D\",\n    \"cbReceiptReference\": \"monthly-closing-{{current_moment}}\",\n    \"cbReceiptMoment\": \"{{current_moment}}\",\n    \"cbChargeItems\": [],\n    \"cbPayItems\": [],\n    \"ftReceiptCase\": 4919338172267102213\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000005</code></p>\n<p>Can be sent at the end of the month to logically separate them, e.g. for easier bookkeeping.</p>\n<ul>\n<li>If the flag <code>0x0000000004000000</code> is not set, this request exports the TSE's logs to the database, both to save memory on the device and to increase the export performance</li>\n<li>If the flag <code>0x0000000010000000</code> is not set, this request will close any open transactions. If the flag is set, an exception is raised in case there are open transactions, which should enable the user to handle this case in their own software. </li>\n<li>If the flag <code>0x0000000008000000</code> is set, this request will also update the masterdata after it was changed in the Portal and a CashBox rebuild was triggered. The new masterdata will be effective starting from this moment.</li>\n</ul>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>This receipt case works only with the implicit flow flag. Using it without the ftReceiptCaseFlag <code>0x0000000100000000</code> ends up in an exception.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9a6afbd-7f59-4ca6-8b40-23040de1acd0"},{"name":"Yearly-closing receipt [Jahresbeleg]","id":"7073d6a6-2ebc-4454-9a39-ed761bc623d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n    \"cbTerminalID\": \"D\",\n    \"cbReceiptReference\": \"yearly-closing-{{current_moment}}\",\n    \"cbReceiptMoment\": \"{{current_moment}}\",\n    \"cbChargeItems\": [],\n    \"cbPayItems\": [],\n    \"ftReceiptCase\": 4919338172267102214\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000006</code></p>\n<p>Can be sent at the end of the year to logically separate them, e.g. for easier bookkeeping.</p>\n<ul>\n<li>If the flag <code>0x0000000004000000</code> is not set, this request exports the TSE's logs to the database, both to save memory on the device and to increase the export performance</li>\n<li>If the flag <code>0x0000000010000000</code> is not set, this request will close any open transactions. If the flag is set, an exception is raised in case there are open transactions, which should enable the user to handle this case in their own software. </li>\n<li>If the flag <code>0x0000000008000000</code> is set, this request will also update the masterdata after it was changed in the Portal and a CashBox rebuild was triggered. The new masterdata will be effective starting from this moment.</li>\n</ul>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>This receipt case works only with the implicit flow flag. Using it without the ftReceiptCaseFlag <code>0x0000000100000000</code> ends up in an exception.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"7073d6a6-2ebc-4454-9a39-ed761bc623d1"},{"name":"Initiate SCU switch","id":"63d78183-c037-4422-8c1b-1b59a6047623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"cbTerminalID\": \"1\",\r\n  \"cbReceiptReference\": \"ZeroReceiptAfterFailure\",\r\n  \"cbReceiptMoment\": \"{{current_moment}}\",\r\n  \"cbChargeItems\": [],\r\n  \"cbPayItems\": [],\r\n  \"ftReceiptCase\": 4919338172283879447\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000101000017</code></p>\n<p>Initiates the process of switching the connected SCU. This receipt disconnects the Queue from the currently assigned SCU (<em>Signature Creation Unit</em>). To finalize this process, a \"finish SCU switch\" receipt must be executed (see next sample).</p>\n<p>Before executing this receipt, the process must be prepared in the Portal by specifying the target SCU of the switch. </p>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>This example includes the <em>ftReceiptCaseFlag</em> <code>0x0000000001000000</code>, which disconnects the SCU without deactivating the TSE. If this flag is omitted, the TSE will be permanently deactivated.</p>\n<p>This receipt case works only with the implicit flow flag. Using it without the ftReceiptCaseFlag <code>0x0000000100000000</code> ends up in an exception.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/market-de/scu-switch\">https://link.fiskaltrust.cloud/market-de/scu-switch</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"63d78183-c037-4422-8c1b-1b59a6047623"},{"name":"Finish SCU switch","id":"fc603c76-1619-4991-9190-9139a3e1fdcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"cbTerminalID\": \"1\",\r\n  \"cbReceiptReference\": \"ZeroReceiptAfterFailure\",\r\n  \"cbReceiptMoment\": \"{{current_moment}}\",\r\n  \"cbChargeItems\": [],\r\n  \"cbPayItems\": [],\r\n  \"ftReceiptCase\": 4919338172267102232\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000018</code></p>\n<p>Finishes the process of switching the connected SCU. This receipt connects the Queue to the target SCU (<em>Signature Creation Unit</em>) that has to be specified in the Portal beforehand. Can only be executed after a <em>initiate SCU switch</em> receipt.</p>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>This receipt case works only with the implicit flow flag. Using it without the ftReceiptCaseFlag <code>0x0000000100000000</code> ends up in an exception.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/market-de/scu-switch\">https://link.fiskaltrust.cloud/market-de/scu-switch</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc603c76-1619-4991-9190-9139a3e1fdcc"},{"name":"Migration receipt","id":"e5e2fc07-fcdd-4b9c-bdf8-9325417e157c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"MigrationReceipt\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338172267102233\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100800002</code></p>\n<p>Processes a communication and functional test of the fiskaltrust.Middleware. Additionally, this operation must be used to end the \"failure mode\" of the Middleware. Additionally to the normal zero receipt processing, adding the flag `` will query detailed information from the connected TSE device.</p>\n<p>The following data will be returned in <code>ftState</code> (JSON-serialized):</p>\n<ul>\n<li>PublicKeyBase64</li>\n<li>SerialNumberOctet</li>\n<li>LogTimeFormat</li>\n<li>SignatureAlgorithm</li>\n<li>CertificationIdentification</li>\n<li>FirmwareIdentification</li>\n<li>CurrentState</li>\n<li>CurrentLogMemorySize</li>\n<li>MaxLogMemorySize</li>\n<li>CurrentNumberOfSignatures</li>\n<li>MaxNumberOfSignatures</li>\n<li>CurrentStartedTransactionNumbers</li>\n<li>CurrentNumberOfStartedTransactions</li>\n<li>MaxNumberOfStartedTransactions</li>\n<li>CurrentClientIds</li>\n<li>CurrentNumberOfClients</li>\n<li>MaxNumberOfClients</li>\n<li>CertificatesBase64</li>\n</ul>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p>This receipt case works only with the implicit flow flag. Using it without the ftReceiptCaseFlag <code>0x0000000100000000</code> ends up in an exception.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5e2fc07-fcdd-4b9c-bdf8-9325417e157c"},{"name":"Fail-transaction receipt (Single transaction)","id":"c8a0a22b-bdef-4ac2-87eb-6321fca0cf18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"cbTerminalID\": \"1\",\r\n  \"cbReceiptReference\": \"PreviouslyUsedReceiptReference\",\r\n  \"cbReceiptMoment\": \"{{current_moment}}\",\r\n  \"cbChargeItems\": [],\r\n  \"cbPayItems\": [],\r\n  \"ftReceiptCase\": 4919338167972134923\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x444500000000000B</code></p>\n<p>Fails a single ongoing transaction, producing the BON_TYP <code>AVBelegAbbruch</code>. This receipt can be used if a start-transaction was sent by mistake, and clears the cbReceiptReferece &lt;-&gt; Transaction-ID relations.</p>\n<p>To close single open transactions, an <strong>explicit</strong> fail-transaction receipt needs to be used. The open transaction needs to be referenced via cbReceiptReference. If this value is not provided or no open transaction exists, the fiskaltrust.Middleware will throw an exception and the call will fail.</p>\n<p>In case you want to close multiple open transactions that might not be stored by the Middleware as open transactions (e.g. if the transactions were opened by another software), please refer to the next example.</p>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8a0a22b-bdef-4ac2-87eb-6321fca0cf18"},{"name":"Fail-transaction receipt (Multiple transactions)","id":"babdc957-35c0-4b35-8cae-9ee9021cc8e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"cbTerminalID\": \"1\",\r\n  \"cbReceiptReference\": \"\",\r\n  \"cbReceiptMoment\": \"{{current_moment}}\",\r\n  \"cbChargeItems\": [],\r\n  \"cbPayItems\": [],\r\n  \"ftReceiptCase\": 4919338172267102219,\r\n  \"ftReceiptCaseData\": \"{\\\"CurrentStartedTransactionNumbers\\\": [1, 2, 3]}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x444500010000000B</code></p>\n<p>Fails a multiple started transactions, producing the BON_TYP <code>AVBelegAbbruch</code>. This receipt can be used if start-transactions were sent by mistake, or if open transactions exist on the TSE for any other case (e.g. because it was used with another software before, or because of errors). If the Middleware holds a reference to the respective reference, this receipt clears the cbReceiptReferece &lt;-&gt; Transaction-ID relations.</p>\n<p>To close multiple open transactions, an <strong>implicit</strong> fail-transaction receipt needs to be sent. The transaction numbers that should be closed need to be passed via JSON in ftReceiptCaseData, using the array property CurrentStartedTransactionNumbers (e.g.: <code>\"ftReceiptCaseData\": \"{\\\"CurrentStartedTransactionNumbers\\\": [1, 2, 3]}\"</code>). <code>cbReceiptReference</code> must be empty in this case, otherwise the fiskaltrust.Middleware will throw an exception and return an error.</p>\n<p><code>ftChargeItems</code> and <code>ftPayItems</code> must be empty.</p>\n<blockquote>\n<p>Hint: The open transaction numbers can be requested by sending a zero-receipt with the TSE information flag (example above).</p>\n</blockquote>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"babdc957-35c0-4b35-8cae-9ee9021cc8e2"}],"id":"26e15ec5-c5e2-4f82-a7f2-2942c30259a5","description":"<h1 id=\"special-receipt-cases\">Special receipt cases</h1>\n<p>Requests with these <code>ftReceiptCase</code> values are used to control the fiskaltrust.Middleware. These requests must contain empty arrays for the values of <code>ftChargeItems</code> and <code>ftPayItems</code>.</p>\n<p><em>See also (general information):</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/zero-receipt\">https://link.fiskaltrust.cloud/middleware-doc/zero-receipt</a></p>\n<p><em>See also (information specific for Germany):</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a9e38d65-822f-4a87-8a1a-576fc8e62a07"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d322ae80-2c0f-425a-a4e1-4d3adbbe9b88"}}],"_postman_id":"26e15ec5-c5e2-4f82-a7f2-2942c30259a5"},{"name":"Implicit transactions","item":[{"name":"Single business cases","item":[{"name":"POS receipt - Cash payment [Barverkauf]","id":"778edb52-464a-411d-ac3c-301803cab9e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"pos-action-identification-02\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 2.0,\r\n            \"Description\": \"Coffee to Go\",\r\n            \"Amount\": 2,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134929,\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Brötchen\",\r\n            \"Amount\": 2.50,\r\n            \"VATRate\": 7.00,\r\n            \"ftChargeItemCase\": 4919338167972200466,\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 4.50,\r\n            \"ftPayItemCase\": 4919338167972134913,\r\n            \"Moment\": \"2020-06-29T18:05:33.912Z\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>Purchase with cash payment.</p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"778edb52-464a-411d-ac3c-301803cab9e8"},{"name":"POS receipt & digital receipt tag","id":"d769626d-71d6-450d-87ae-0685ce1b6a06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"pos-action-identification-02\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 2.0,\r\n            \"Description\": \"Coffee to Go\",\r\n            \"Amount\": 2,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134929,\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Brötchen\",\r\n            \"Amount\": 2.50,\r\n            \"VATRate\": 7.00,\r\n            \"ftChargeItemCase\": 4919338167972200466,\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 4.50,\r\n            \"ftPayItemCase\": 4919338167972134913,\r\n            \"Moment\": \"2020-06-29T18:05:33.912Z\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4919338172267102209,\r\n    \"ftReceiptCaseData\": \"{ \\\"ReceiptTag\\\": \\\"https://receipts.fiskaltrust.cloud?tag=241097ae-2b49-4563-921d-7c93b3f0d549\\\"}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>Purchase with cash payment.</p>\n<p>This example contains the <em>receipt tag</em> that can be used for providing a <strong>digital receipt via a give-away</strong>. The value for this tag can be obtained by sanning the QR code on the pre-fabricated give-away. Further information can be found <a href=\"https://link.fiskaltrust.cloud/middleware-doc/digital-receipt\">here</a>.</p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"d769626d-71d6-450d-87ae-0685ce1b6a06"},{"name":"POS receipt & digital receipt tag within ChargeItem","id":"1a0c5bbe-0b3a-4714-8dce-0c1550e1beea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"pos-action-identification-02\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 2.0,\r\n            \"Description\": \"Coffee to Go\",\r\n            \"Amount\": 2,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134929,\r\n            \"ftChargeItemCaseData\": \"{ \\\"ReceiptTag\\\": \\\"https://receipts.fiskaltrust.cloud?tag=abc123456789\\\"}\",\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Brötchen\",\r\n            \"Amount\": 2.50,\r\n            \"VATRate\": 7.00,\r\n            \"ftChargeItemCase\": 4919338167972200466,\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 4.50,\r\n            \"ftPayItemCase\": 4919338167972134913,\r\n            \"Moment\": \"2020-06-29T18:05:33.912Z\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>Purchase with cash payment.</p>\n<p>This example contains the <em>receipt tag</em> that can be used for providing a <strong>digital receipt via a give-away</strong>. The value for this tag can be obtained by sanning the QR code on the pre-fabricated give-away. Further information can be found <a href=\"https://link.fiskaltrust.cloud/middleware-doc/digital-receipt\">here</a>.</p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a0c5bbe-0b3a-4714-8dce-0c1550e1beea"},{"name":"POS receipt & digital receipt tag within PayItem","id":"418262d9-e3d3-45ca-b95e-8c3e842f910b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"pos-action-identification-02\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 2.0,\r\n            \"Description\": \"Coffee to Go\",\r\n            \"Amount\": 2,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134929,\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Brötchen\",\r\n            \"Amount\": 2.50,\r\n            \"VATRate\": 7.00,\r\n            \"ftChargeItemCase\": 4919338167972200466,\r\n            \"ftPayItemCaseData\": \"{ \\\"ReceiptTag\\\": \\\"https://receipts.fiskaltrust.cloud?tag=abc123456789\\\"}\",\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 4.50,\r\n            \"ftPayItemCase\": 4919338167972134913,\r\n            \"Moment\": \"2020-06-29T18:05:33.912Z\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>Purchase with cash payment.</p>\n<p>This example contains the <em>receipt tag</em> that can be used for providing a <strong>digital receipt via a give-away</strong>. The value for this tag can be obtained by sanning the QR code on the pre-fabricated give-away. Further information can be found <a href=\"https://link.fiskaltrust.cloud/middleware-doc/digital-receipt\">here</a>.</p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"418262d9-e3d3-45ca-b95e-8c3e842f910b"},{"name":"POS receipt - Cash payment with 16% VAT [Barverkauf]","id":"97993f13-1e7f-484f-befd-bdfc2e770cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T3\",\r\n    \"cbReceiptReference\":\"pos-action-identification-03\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Car Service\",\r\n            \"Amount\":11.60,\r\n            \"VATRate\":16.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Car Service\",\r\n            \"Amount\":11.90,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Car Service\",\r\n            \"Amount\":11.60,\r\n            \"VATRate\":16.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-07-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Car Service\",\r\n            \"Amount\":11.90,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-07-29T17:45:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cash\",\r\n            \"Amount\":47.00,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-07-29T18:05:33.912Z\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>Purchase at different moments with different VAT rates and cash payment.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"97993f13-1e7f-484f-befd-bdfc2e770cb4"},{"name":"POS receipt with product and money group ID [WARENGR_ID]","id":"4aab1bc9-aa99-41be-883f-854ab3633421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"pos-action-identification-02\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 2.0,\r\n            \"Description\": \"Coffee to Go\",\r\n            \"Amount\": 2,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134929,\r\n            \"ftChargeItemCaseData\": \"{\\\"ProductGroupId\\\": 110}\",\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 2.0,\r\n            \"ftPayItemCase\": 4919338167972134913,\r\n            \"ftPayItemCaseData\": \"{\\\"MoneyGroupId\\\": 100}\",\r\n            \"Moment\": \"2020-06-29T18:05:33.912Z\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>Purchase with cash payment, including the optional <code>ProductGroupId</code> and <code>MoneyGroupId</code> properties in <code>ftChargeItemCaseData</code> and <code>ftPayItemCaseData</code>.</p>\n<p>The WARENGR_ID value will appear in the <em>lines.csv</em>, generated by a DSFinV-K export. To be noted, to be able to launch and download a DSFinV-K export, a daily closing request should be performed first.</p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n<p><a href=\"https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/germany/dsfinv-k\">https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/germany/dsfinv-k</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"4aab1bc9-aa99-41be-883f-854ab3633421"},{"name":"Own consumption [Sachentnahme]","id":"33663317-a5f6-4025-86e0-5c329fd65947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"pos-action-identification-03\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Brötchen\",\r\n            \"Amount\": 0.2,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134929,\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Coffee to Go\",\r\n            \"Amount\": 0.25,\r\n            \"VATRate\": 7.00,\r\n            \"ftChargeItemCase\": 4919338167972200466,\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"internal material consumtion\",\r\n            \"Amount\": 0.45,\r\n            \"ftPayItemCase\": 4919338167972134922,\r\n            \"Moment\": \"{{current_moment}}\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4919338172267102226\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000012</code></p>\n<p>Own consumption with internal material consumption.</p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"33663317-a5f6-4025-86e0-5c329fd65947"},{"name":"Employee consumption [Sachbezug]","id":"cfeb02df-5dbe-446a-afcb-e4f2e09eda96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"pos-action-identification-04\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":2.0,\r\n            \"Description\":\"Brötchen\",\r\n            \"Amount\":0.2,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134929,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Coffee to Go\",\r\n            \"Amount\":0.25,\r\n            \"VATRate\":7.00,\r\n            \"ftChargeItemCase\":4919338167972200466,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102226\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000012</code></p>\n<p>Consumption by an employee with internal material consumption.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfeb02df-5dbe-446a-afcb-e4f2e09eda96"},{"name":"Purchase with loyalty points/discount [Rabatt]","id":"14792b08-4e55-4aa3-ab47-28901508bfa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"ftCashBoxID\":\"00000000-0000-0000-0000-000000000000\",\n   \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n   \"cbTerminalID\":\"12\",\n   \"cbReceiptReference\":\"BC111\",\n   \"cbReceiptMoment\":\"{{current_moment}}\",\n   \"cbChargeItems\":[\n      {\n         \"Quantity\":1.0,\n         \"Description\":\"Geschirrset\",\n         \"Amount\":12.00,\n         \"VATRate\":19.00,\n         \"ftChargeItemCase\":4919338167972134929,\n         \"Moment\":\"{{current_moment}}\"\n      },\n      {\n         \"Quantity\":1.0,\n         \"Description\":\"loyality points\",\n         \"Amount\":-6.00,\n         \"VATRate\":19.00,\n         \"ftChargeItemCase\":4919338167972134961,\n         \"Moment\":\"{{current_moment}}\"\n      }\n   ],\n   \"cbPayItems\":[\n      {\n         \"Quantity\":1.0,\n         \"Description\":\"Cash\",\n         \"Amount\":6.00,\n         \"ftPayItemCase\":4919338167972134913,\n         \"Moment\":\"{{current_moment}}\"\n      }\n   ],\n   \"ftReceiptCase\":4919338172267102209\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCase: <code>0x4445000000000031</code></p>\n<p>A customer purchases a product with loyalty points and receives 50%. This corresponds to a discount. If it is not a discount, it can be e.g. a multi-purpose voucher.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"14792b08-4e55-4aa3-ab47-28901508bfa0"},{"name":"Cash to customer (receivable) with pay items [Barauszahlung]","id":"c8891163-9d73-4f0b-826a-937864ec10c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"ftCashBoxID\":\"00000000-0000-0000-0000-000000000000\",\n   \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n   \"cbTerminalID\":\"12\",\n   \"cbReceiptReference\":\"BC111\",\n   \"cbReceiptMoment\":\"{{current_moment}}\",\n   \"cbChargeItems\":[],\n   \"cbPayItems\":[\n        {\n            \"Quantity\":1.0,\n            \"Description\":\"Cash\",\n            \"Amount\":-5.00,\n            \"ftPayItemCase\":4919338167972134913,\n            \"Moment\":\"{{current_moment}}\"\n        },\n        {\n            \"Quantity\":1.0,\n            \"Description\":\"Cash payout to customer\",\n            \"Amount\":5.00,\n            \"ftPayItemCase\":4919338167972134926,\n            \"Moment\":\"{{current_moment}}\"\n        }\n   ],\n   \"ftReceiptCase\":4919338172267102209\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftPayItemCase: <code>0x444500000000000E</code></p>\n<p>This case can be handled both by using pay items only (where one of them will be converted to a business case in the DSFinV-K), or regularly with a charge item (see example below).</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftpayitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftpayitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8891163-9d73-4f0b-826a-937864ec10c2"},{"name":"Cash to customer (receivable) with charge items [Barauszahlung]","id":"8c511576-75a7-438d-a178-04549423bcbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"ftCashBoxID\":\"00000000-0000-0000-0000-000000000000\",\n   \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n   \"cbTerminalID\":\"12\",\n   \"cbReceiptReference\":\"BC111\",\n   \"cbReceiptMoment\":\"{{current_moment}}\",\n   \"cbChargeItems\":[\n      {\n         \"Quantity\":1.0,\n         \"Description\":\"Cash payout to customer\",\n         \"Amount\":-5.00,\n         \"VATRate\":0.00,\n         \"ftChargeItemCase\":4919338167972135029,\n         \"Moment\":\"{{current_moment}}\"\n      }\n   ],\n   \"cbPayItems\":[\n      {\n            \"Quantity\":1.0,\n            \"Description\":\"Cash\",\n            \"Amount\":-5.00,\n            \"ftPayItemCase\":4919338167972134913,\n            \"Moment\":\"{{current_moment}}\"\n        }\n   ],\n   \"ftReceiptCase\":4919338172267102209\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCase: <code>0x4445000000000075</code></p>\n<p>This case can be handled both by using pay items only (where one of them will be converted to a business case in the DSFinV-K, see example above), or regularly with a charge item.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c511576-75a7-438d-a178-04549423bcbc"},{"name":"Car repair shop: used parts tax [Altteilsteuer]","id":"75b75924-3ea6-4c3e-99f3-57baeffa57fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n    \"cbTerminalID\": \"D\",\n    \"cbReceiptReference\": \"kfz123\",\n    \"cbReceiptMoment\": \"{{current_moment}}\",\n    \"cbChargeItems\": [\n        {\n            \"Quantity\": 1.0,\n            \"Description\": \"Rumpf-Motor\",\n            \"Amount\": 2726.00,\n            \"VATRate\": 16.00,\n            \"VATAmount\": 376.00,\n            \"ftChargeItemCase\": 4919338167972134929,\n            \"Moment\": \"{{current_moment}}\"\n        },\n        {\n            \"Quantity\": 1.0,\n            \"Description\": \"AT-Anteil - Rumpf-Motor\",\n            \"Amount\": 37.60,\n            \"VATRate\": 16.00,\n            \"VATAmount\": 37.60,\n            \"ftChargeItemCase\": 4919338167972134935,\n            \"Moment\": \"{{current_moment}}\"\n        }\n    ],\n    \"cbPayItems\": [\n        {\n            \"Quantity\": 1.0,\n            \"Description\": \"Cash\",\n            \"Amount\": 2763.60,\n            \"ftPayItemCase\": 4919338167972134913,\n            \"Moment\": \"{{current_moment}}\"\n        }\n    ],\n    \"ftReceiptCase\": 4919338172267102209\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCases: <code>0x4445000000000011</code>, <code>0x4445000000000017</code></p>\n<p>A car repair shop uses a replacement engine (Rumpf-Motor) during a repair. The tax base is determined according to the rule for old parts taxation and taxed at 19% VAT (<a href=\"https://de.wikipedia.org/wiki/Altteilsteuer\">https://de.wikipedia.org/wiki/Altteilsteuer</a>).</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"75b75924-3ea6-4c3e-99f3-57baeffa57fc"},{"name":"Agency sale [Agenturgeschäft]","id":"4747559e-3130-43b0-a84b-0e6c0d60e24b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"ftCashBoxID\":\"00000000-0000-0000-0000-000000000000\",\n   \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n   \"cbReceiptReference\":\"A123\",\n   \"cbTerminalId\":\"12\",\n   \"cbReceiptMoment\":\"{{current_moment}}\",\n   \"cbChargeItems\":[\n      {\n         \"Quantity\":1.0,\n         \"Description\":\"Vignette AT 2021\",\n         \"Amount\": 91.10,\n         \"VATRate\": 16.00,\n         \"VATAmount\": 14.576,\n         \"ftChargeItemCase\":4919338167972134913,\n         \"ftChargeItemCaseData\": \"{\\\"AgencyId\\\": \\\"73c94a68-c329-4d82-a8e4-d48903791922\\\" }\",\n         \"Moment\":\"{{current_moment}}\"\n      }\n   ],\n   \"cbPayItems\":[\n      {\n         \"Quantity\":1.0,\n         \"Description\":\"Cash\",\n         \"Amount\":91.10,\n         \"ftPayItemCase\":4919338167972134913,\n         \"Moment\":\"{{current_moment}}\"\n      }\n   ],\n   \"ftReceiptCase\":4919338172267102209\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>Agency businesses are not own sales, but sales made on behalf of a 3rd party. According to the DSFinV-K, this business has to be linked to this 3rd party (called 'agency'). To do so, please create the agency in the Portal and reference it's ID with the <code>AgencyId</code> property in ftChargeItemCaseData.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/single-recordings-module\">https://link.fiskaltrust.cloud/middleware-doc/de/single-recordings-module</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"4747559e-3130-43b0-a84b-0e6c0d60e24b"},{"name":"Pos receipt- void receipt","id":"10b7acaf-2747-48d7-93ae-0701bc2668f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"XX-3333\",\r\n    \"cbPreviousReceiptReference\": \"TR-2992\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Bier 0,5 lt\",\r\n            \"Amount\": -3.80,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134913,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"VATAmount\": 0.6067226890756302521008403361,\r\n            \"CostCenter\": \"1\",\r\n            \"ProductGroup\": \"Bier\",\r\n            \"ProductNumber\": \"101\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"Liter\",\r\n            \"UnitQuantity\": 1.0,\r\n    \t\t\"Moment\":\"2020-06-29T11:00:10.138887Z\"\r\n        },\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Schnitzel\",\r\n            \"Amount\": -9.20,\r\n            \"VATRate\": 7.00,\r\n            \"ftChargeItemCase\": 4919338167972134914,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"VATAmount\": 0.601869158878504672897196262,\r\n            \"CostCenter\": \"1\",\r\n            \"ProductGroup\": \"Speisen\",\r\n            \"ProductNumber\": \"102\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"Stk\",\r\n            \"UnitQuantity\": 1.0,\r\n            \"Moment\":\"2020-06-29T11:00:10.138887Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Bar\",\r\n            \"Amount\": -13.00,\r\n            \"ftPayItemCase\": 4919338167972134913,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"CostCenter\": \"1\",\r\n            \"MoneyGroup\": \"1\",\r\n            \"MoneyNumber\": \"\",\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4919338172267364353,\r\n    \"cbReceiptAmount\": -13.00,\r\n    \"cbUser\": \"Astrid\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>As a reminder and for legal reason, any data sent to the fiskaltrust.Middleware cannot be deleted afterwards. Based on this, all changes must be done by sending a new receipt. To complete a voided or cancel receipt, the same ticket with negative values should be sent to the fiskaltrust.Middleware. The main things that should be changed on the voided or cancelled receipt:</p>\n<ul>\n<li><p>For example \"ftReceiptCase\": \"0x00000000000\"<strong>4</strong>0000\"</p>\n</li>\n<li><p>Also the field cbPreviousReceiptReference should be added, the value entered should be set to the ReceiptReference of the Receipt which should be voided.</p>\n</li>\n<li><p>The amount has to be inversed.</p>\n</li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"10b7acaf-2747-48d7-93ae-0701bc2668f5"},{"name":"Cash payout [Auszahlung]","id":"91a05630-fdd8-4c9b-a660-c7443f53c145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"cbTerminalID\": \"1\",\r\n  \"cbReceiptReference\": \"Auszahlung\",\r\n  \"cbReceiptMoment\": \"2026-04-19T08:53:17.798Z\",\r\n  \"cbChargeItems\": [\r\n    {\r\n      \"Quantity\": 1,\r\n      \"Description\": \"Bueromaterial\",\r\n      \"Amount\": -12,\r\n      \"VATRate\": 19,\r\n      \"ftChargeItemCase\": 4919338167972135062,\r\n      \"ftChargeItemCaseData\": \"\",\r\n      \"VATAmount\": 2.28,\r\n      \"AccountNumber\": \"\",\r\n      \"CostCenter\": \"\",\r\n      \"ProductGroup\": \"\",\r\n      \"ProductNumber\": \"\",\r\n      \"ProductBarcode\": \"\",\r\n      \"Unit\": \"\",\r\n      \"Moment\": \"2026-04-19T08:53:17.798Z\"\r\n    }\r\n  ],\r\n  \"cbPayItems\": [\r\n    {\r\n      \"Quantity\": 1,\r\n      \"Description\": \"Cash\",\r\n      \"Amount\": -12,\r\n      \"ftPayItemCase\": 4919338167972134913,\r\n      \"ftPayItemCaseData\": \"\",\r\n      \"AccountNumber\": \"\",\r\n      \"CostCenter\": \"\",\r\n      \"MoneyGroup\": \"\",\r\n      \"MoneyNumber\": \"\",\r\n      \"Moment\": \"2026-04-19T08:53:17.798Z\"\r\n    }\r\n  ],\r\n  \"ftReceiptCase\": 4919338172267102225\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"91a05630-fdd8-4c9b-a660-c7443f53c145"},{"name":"Cash transfer [Geldtransit]","id":"5404879d-0d0a-4b09-a91b-7188d7bba840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"cbTerminalID\": \"1\",\r\n  \"cbReceiptReference\": \"Bank transfer\",\r\n  \"cbReceiptMoment\": \"2026-04-19T08:53:17.799Z\",\r\n  \"cbChargeItems\": [\r\n    {\r\n      \"Quantity\": 1,\r\n      \"Description\": \"Geldtransit\",\r\n      \"Amount\": -100,\r\n      \"VATRate\": 0,\r\n      \"ftChargeItemCase\": 4919338167972135059,\r\n      \"ftChargeItemCaseData\": \"\",\r\n      \"AccountNumber\": \"\",\r\n      \"CostCenter\": \"\",\r\n      \"ProductGroup\": \"\",\r\n      \"ProductNumber\": \"\",\r\n      \"ProductBarcode\": \"\",\r\n      \"Unit\": \"\",\r\n      \"Moment\": \"2026-04-19T08:53:17.799Z\"\r\n    }\r\n  ],\r\n  \"cbPayItems\": [\r\n    {\r\n      \"Quantity\": 1,\r\n      \"Description\": \"Cash\",\r\n      \"Amount\": -100,\r\n      \"ftPayItemCase\": 4919338167972134913,\r\n      \"ftPayItemCaseData\": \"\",\r\n      \"AccountNumber\": \"\",\r\n      \"CostCenter\": \"\",\r\n      \"MoneyGroup\": \"\",\r\n      \"MoneyNumber\": \"\",\r\n      \"Moment\": \"2026-04-19T08:53:17.799Z\"\r\n    }\r\n  ],\r\n  \"ftReceiptCase\": 4919338172267102225\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"5404879d-0d0a-4b09-a91b-7188d7bba840"}],"id":"36159997-a3d7-4317-968d-3c2b3a596893","description":"<h1 id=\"single-business-cases\">Single business cases</h1>\n<p>The requests listed in this section demonstrate \"single-step\" business cases, i.e. cases that can be handled with a single call to the <em>sign</em> endpoint.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"62e1f321-1414-4b95-898e-f6002537fad5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"34721014-9786-425f-800e-67337f9065e2"}}],"_postman_id":"36159997-a3d7-4317-968d-3c2b3a596893"},{"name":"Sequence business cases","item":[{"name":"Down payment","item":[{"name":"1. POS receipt - Down payment [Anzahlungseinstellung]","id":"b99d7fd5-adbd-41d0-848b-568042b2d744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T3\",\r\n    \"cbReceiptReference\":\"dsfinv-k-p105-01\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Bike - down Payment\",\r\n            \"Amount\":500.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972135041,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"cash payment\",\r\n            \"Amount\":500.00,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-29T18:05:33.912Z\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCases:</p>\n<ul>\n<li><code>0x4445000000000081</code> (normal, 19%)</li>\n<li><code>0x4445000000000082</code> (discounted, 7%)</li>\n<li><code>0x4445000000000083</code> (special, 10.70%)</li>\n<li><code>0x4445000000000084</code> (special, 5.50%)</li>\n<li><code>0x4445000000000085</code> (not taxable)</li>\n<li><code>0x4445000000000086</code> (tax free)</li>\n<li><code>0x4445000000000087</code> (unknown VAT)</li>\n</ul>\n<p>Cash payment of a down payment for a bike.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"b99d7fd5-adbd-41d0-848b-568042b2d744"},{"name":"2. POS receipt - Down payment non taxable","id":"65434bf9-285c-4427-be43-89685a937a78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T3\",\r\n    \"cbReceiptReference\": \"downpayment-bike-3\",\r\n    \"cbPreviousReceiptReference\": \"downpayment-bike-2\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Bike\",\r\n            \"Amount\": 3500.00,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134929,\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        }\r\n        ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"cash payment\",\r\n            \"Amount\": 2500.00,\r\n            \"ftPayItemCase\": 4919338167972134913,\r\n            \"Moment\": \"2020-06-29T18:05:33.912Z\"\r\n        },\r\n                {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"downpayment payment\",\r\n            \"Amount\": 1000.00,      \r\n            \"ftPayItemCase\":4919338167972134927,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCases:</p>\n<ul>\n<li><code>0x4445000000000081</code> (normal, 19%)</li>\n<li><code>0x4445000000000082</code> (discounted, 7%)</li>\n<li><code>0x4445000000000083</code> (special, 10.70%)</li>\n<li><code>0x4445000000000084</code> (special, 5.50%)</li>\n<li><code>0x4445000000000085</code> (not taxable)</li>\n<li><code>0x4445000000000086</code> (tax free)</li>\n<li><code>0x4445000000000087</code> (unknown VAT)</li>\n</ul>\n<p>Cash payment of a down payment for a bike.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"65434bf9-285c-4427-be43-89685a937a78"},{"name":"3. POS receipt - Down payment - Cash payment in national currency","id":"2f0005c6-db43-4b43-b25c-b54ad8d5ad0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T3\",\r\n    \"cbReceiptReference\":\"downpayment-bike-1\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"cash payment\",\r\n            \"Amount\":500.00,\r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"downpayment payment\",\r\n            \"Amount\": -500.00,      \r\n            \"ftPayItemCase\":4919338167972134927,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCases:</p>\n<ul>\n<li><code>0x4445000000000081</code> (normal, 19%)</li>\n<li><code>0x4445000000000082</code> (discounted, 7%)</li>\n<li><code>0x4445000000000083</code> (special, 10.70%)</li>\n<li><code>0x4445000000000084</code> (special, 5.50%)</li>\n<li><code>0x4445000000000085</code> (not taxable)</li>\n<li><code>0x4445000000000086</code> (tax free)</li>\n<li><code>0x4445000000000087</code> (unknown VAT)</li>\n</ul>\n<p>Cash payment of a down payment for a bike.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f0005c6-db43-4b43-b25c-b54ad8d5ad0a"},{"name":"4. POS receipt - Down payment","id":"c5ac0e93-f9ad-438d-9092-c4f796d6b8c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T3\",\r\n    \"cbReceiptReference\":\"downpayment-bike-2\",\r\n    \"cbPreviousReceiptReference\": \"downpayment-bike-1\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"cash payment\",\r\n            \"Amount\":500.00,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"downpayment payment\",\r\n            \"Amount\": -500.00,      \r\n            \"ftPayItemCase\":4919338167972134927,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCases:</p>\n<ul>\n<li><code>0x4445000000000081</code> (normal, 19%)</li>\n<li><code>0x4445000000000082</code> (discounted, 7%)</li>\n<li><code>0x4445000000000083</code> (special, 10.70%)</li>\n<li><code>0x4445000000000084</code> (special, 5.50%)</li>\n<li><code>0x4445000000000085</code> (not taxable)</li>\n<li><code>0x4445000000000086</code> (tax free)</li>\n<li><code>0x4445000000000087</code> (unknown VAT)</li>\n</ul>\n<p>Cash payment of a down payment for a bike.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5ac0e93-f9ad-438d-9092-c4f796d6b8c9"},{"name":"5. POS receipt - Purchase minus deposit [Anzahlungsauflösung]","id":"8192d834-7cae-4e21-b44b-ad325ff1ef65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T3\",\r\n    \"cbReceiptReference\":\"dsfinv-k-p105-01\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Bike\",\r\n            \"Amount\":3500.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134929,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Bike - down Payment\",\r\n            \"Amount\":-500.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972135049,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"cash payment\",\r\n            \"Amount\":3000.00,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-29T18:05:33.912Z\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCases:</p>\n<ul>\n<li><code>0x4445000000000089</code> (normal, 19%)</li>\n<li><code>0x444500000000008A</code> (discounted, 7%)</li>\n<li><code>0x444500000000008B</code> (special, 10.70%)</li>\n<li><code>0x444500000000008C</code> (special, 5.50%)</li>\n<li><code>0x444500000000008D</code> (not taxable)</li>\n<li><code>0x444500000000008E</code> (tax free)</li>\n<li><code>0x444500000000008F</code> (unknown VAT)</li>\n</ul>\n<p>Purchase of a bike with cash payment minus a deposit.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"8192d834-7cae-4e21-b44b-ad325ff1ef65"}],"id":"31eb460c-a81b-4b9c-a80b-94d8fcb932b5","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f5cf778d-0cf9-4a21-99a8-94c54e5f6116"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"59a8b163-4279-4d78-9315-94cd34f4b102"}}],"_postman_id":"31eb460c-a81b-4b9c-a80b-94d8fcb932b5","description":""},{"name":"Returnable","item":[{"name":"1.1 Issue EUR-palett [Pfand]","id":"fc991f38-cf62-4dc1-9939-404a21c00b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T1\",\r\n    \"cbReceiptReference\":\"RR223\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n    \t{\r\n         \"Quantity\":200.0,\r\n         \"Description\":\"Toni Box\",\r\n         \"Amount\":3000.00,\r\n         \"VATRate\":19.00,\r\n         \"ftChargeItemCase\":4919338167972134913\r\n    \t},\r\n        {\r\n         \"Quantity\":1.0,\r\n         \"Description\":\"Euro Palette\",\r\n         \"Amount\":20.00,\r\n         \"VATRate\":7.00,\r\n         \"ftChargeItemCase\":4919338167972134946\r\n    \t}\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cash\",\r\n            \"Amount\":3020.00,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCases:</p>\n<ul>\n<li><code>0x4445000000000021</code> (normal, 19%)</li>\n<li><code>0x4445000000000022</code> (discounted, 7%)</li>\n<li><code>0x4445000000000023</code> (special, 10.70%)</li>\n<li><code>0x4445000000000024</code> (special, 5.50%)</li>\n<li><code>0x4445000000000025</code> (not taxable)</li>\n<li><code>0x4445000000000026</code> (tax free)</li>\n<li><code>0x4445000000000027</code> (unknown VAT)</li>\n</ul>\n<p>Giving out an EUR-palett and charging the pawn.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc991f38-cf62-4dc1-9939-404a21c00b1b"},{"name":"1.2 Take back EUR-pallet [Pfand-Rückzahlung]","id":"25ece36d-a93b-41d4-8716-e75c66a711eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T1\",\r\n    \"cbReceiptReference\":\"RR223\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n         \"Quantity\":1.0,\r\n         \"Description\":\"Euro Palette\",\r\n         \"Amount\":-20.00,\r\n         \"VATRate\":7.00,\r\n         \"ftChargeItemCase\":4919338167972134954\r\n    \t}\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cash\",\r\n            \"Amount\":-20.00,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCases:</p>\n<ul>\n<li><code>0x4445000000000029</code> (normal, 19%)</li>\n<li><code>0x444500000000002A</code> (discounted, 7%)</li>\n<li><code>0x444500000000002B</code> (special, 10.70%)</li>\n<li><code>0x444500000000002C</code> (special, 5.50%)</li>\n<li><code>0x444500000000002D</code> (not taxable)</li>\n<li><code>0x444500000000002E</code> (tax free)</li>\n<li><code>0x444500000000002F</code> (unknown VAT)</li>\n</ul>\n<p>Taking back an EUR-palett and returning the pawn.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"25ece36d-a93b-41d4-8716-e75c66a711eb"},{"name":"2.1 Issue returnable bottle [Pfand]","id":"49c6bf6d-bc28-4a05-9e70-ead64e4a464a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T1\",\r\n    \"cbReceiptReference\":\"RR223\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n    \t{\r\n         \"Quantity\":1.0,\r\n         \"Description\":\"Bergbauern Milch\",\r\n         \"Amount\":2.00,\r\n         \"VATRate\":7.00,\r\n         \"ftChargeItemCase\":4919338167972134914\r\n    \t},\r\n        {\r\n         \"Quantity\":1.0,\r\n         \"Description\":\"Pfandflasche\",\r\n         \"Amount\":0.40,\r\n         \"VATRate\":7.00,\r\n         \"ftChargeItemCase\":4919338167972134946\r\n    \t}\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cash\",\r\n            \"Amount\":2.40,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCases:</p>\n<ul>\n<li><code>0x4445000000000021</code> (normal, 19%)</li>\n<li><code>0x4445000000000022</code> (discounted, 7%)</li>\n<li><code>0x4445000000000023</code> (special, 10.70%)</li>\n<li><code>0x4445000000000024</code> (special, 5.50%)</li>\n<li><code>0x4445000000000025</code> (not taxable)</li>\n<li><code>0x4445000000000026</code> (tax free)</li>\n<li><code>0x4445000000000027</code> (unknown VAT)</li>\n</ul>\n<p>Selling a bottle of milk in a returnable bottle and charging the pawn.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"49c6bf6d-bc28-4a05-9e70-ead64e4a464a"},{"name":"2.2 Take back returnable bottle [Pfand-Rückzahlung]","id":"25fdca79-4fde-4743-824f-b1182f902ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T1\",\r\n    \"cbReceiptReference\":\"RR223\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n         \"Quantity\":1.0,\r\n         \"Description\":\"Pfandflasche\",\r\n         \"Amount\":-0.40,\r\n         \"VATRate\":7.00,\r\n         \"ftChargeItemCase\":4919338167972134954\r\n    \t}\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cash\",\r\n            \"Amount\":-0.40,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCases:</p>\n<ul>\n<li><code>0x4445000000000029</code> (normal, 19%)</li>\n<li><code>0x444500000000002A</code> (discounted, 7%)</li>\n<li><code>0x444500000000002B</code> (special, 10.70%)</li>\n<li><code>0x444500000000002C</code> (special, 5.50%)</li>\n<li><code>0x444500000000002D</code> (not taxable)</li>\n<li><code>0x444500000000002E</code> (tax free)</li>\n<li><code>0x444500000000002F</code> (unknown VAT)</li>\n</ul>\n<p>Taking back a returnable bottle and returning the pawn.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"25fdca79-4fde-4743-824f-b1182f902ebf"}],"id":"4333148c-7054-445c-bb4e-f8850661195b","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"4b65dcab-1ec2-4f01-a1b6-472911925724"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2bce6ff0-b9d3-4437-a589-27c27757a2fa"}}],"_postman_id":"4333148c-7054-445c-bb4e-f8850661195b","description":""},{"name":"Voucher","item":[{"name":"1.1 Issue single-purpose voucher (within charge items) [Verkauf Einzweckgutschein]","id":"f9c4f1b9-2616-47d5-99dd-0817f457fa91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T1\",\r\n    \"cbReceiptReference\":\"RR223\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n         \"Quantity\":1.0,\r\n         \"Description\":\"Voucher for RX234 MP3 Player\",\r\n         \"Amount\":15.00,\r\n         \"VATRate\":19.00,\r\n         \"ftChargeItemCase\":4919338167972135009,\r\n         \"ftChargeItemCaseData\":\"{\\\"VoucherNr\\\":\\\"UAUA91829182HH\\\"}\",\r\n         \"Moment\":\"{{current_moment}}\"\r\n    \t}\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cash\",\r\n            \"Amount\":15.00,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCases:</p>\n<ul>\n<li><code>0x4445000000000061</code> (normal, 19%)</li>\n<li><code>0x4445000000000062</code> (discounted, 7%)</li>\n<li><code>0x4445000000000063</code> (special, 10.70%)</li>\n<li><code>0x4445000000000064</code> (special, 5.50%)</li>\n<li><code>0x4445000000000065</code> (not taxable)</li>\n<li><code>0x4445000000000066</code> (tax free)</li>\n<li><code>0x4445000000000067</code> (unknown VAT)</li>\n</ul>\n<p>Issuing a single purpose voucher for a MP3 player.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9c4f1b9-2616-47d5-99dd-0817f457fa91"},{"name":"1.2 Redeem single-purpose voucher (within charge items) [Einlösung Einzweckgutschein]","id":"7756b5d7-641b-4d90-8eee-1a02bc915807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T1\",\r\n    \"cbReceiptReference\":\"RR223\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n         \"Quantity\":1.0,\r\n         \"Description\":\"RX234 MP3 Player\",\r\n         \"Amount\":15.00,\r\n         \"VATRate\":19.00,\r\n         \"ftChargeItemCase\":4919338167972134929,\r\n         \"Moment\":\"{{current_moment}}\"\r\n      },\r\n      {\r\n         \"Quantity\":1.0,\r\n         \"Description\":\"Voucher for RX234 MP3 Player\",\r\n         \"Amount\":-15.00,\r\n         \"VATRate\":19.00,\r\n         \"ftChargeItemCase\":4919338167972135017,\r\n         \"ftChargeItemCaseData\":\"{\\\"VoucherNr\\\":\\\"UAUA91829182HH\\\"}\",\r\n         \"Moment\":\"{{current_moment}}\"\r\n      }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCases:</p>\n<ul>\n<li><code>0x4445000000000069</code> (normal, 19%)</li>\n<li><code>0x444500000000006A</code> (discounted, 7%)</li>\n<li><code>0x444500000000006B</code> (special, 10.70%)</li>\n<li><code>0x444500000000006C</code> (special, 5.50%)</li>\n<li><code>0x444500000000006D</code> (not taxable)</li>\n<li><code>0x444500000000006E</code> (tax free)</li>\n<li><code>0x444500000000006F</code> (unknown VAT)</li>\n</ul>\n<p>Redeeming a single purpose voucher for a MP3 player. This operation can either be done via charge items (as shown here), or via pay items (see next example). If pay items are used, they are converted to a business case during DSFinV-K creation.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"7756b5d7-641b-4d90-8eee-1a02bc915807"},{"name":"2.1 Option A: Issue multi-purpose voucher (within pay items) [Ausgabe Mehrzweckgutschein]","id":"c8cba72c-6fbe-4e34-b47d-2fc498d12c2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"D\",\r\n    \"cbReceiptReference\":\"RR223\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[\r\n    \t{\r\n         \"Quantity\":1.0,\r\n         \"Description\":\"Voucher for food and drinks\",\r\n         \"Amount\":-150.00,\r\n         \"ftPayItemCase\":4919338167972134925,\r\n         \"ftPayItemCaseData\":\"{\\\"VoucherNr\\\":\\\"UAUA91829182HH\\\"}\",\r\n         \"Moment\":\"{{current_moment}}\"\r\n      },\r\n      {\r\n         \"Quantity\":1.0,\r\n         \"Description\":\"Cash\",\r\n         \"Amount\":150.00,         \r\n         \"ftPayItemCase\":4919338167972134913,\r\n         \"Moment\":\"{{current_moment}}\"\r\n      }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftPayItemCase:<code>0x444500000000000D</code></p>\n<p>Issuing a multi-purpose voucher, not taxable. This can either be done via pay items (as shown here), or via charge items.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftpayitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftpayitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8cba72c-6fbe-4e34-b47d-2fc498d12c2f"},{"name":"2.1 Option B:  Issue multi-purpose voucher (within charge items) [Ausgabe Mehrzweckgutschein]","id":"ee38c78e-a056-440c-ac46-ec1926bc92ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"ftCashBoxID\":\"00000000-0000-0000-0000-000000000000\",\n   \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n   \"cbTerminalID\":\"D\",\n   \"cbReceiptReference\":\"RR223\",\n   \"cbReceiptMoment\":\"{{current_moment}}\",\n   \"cbChargeItems\":[\n      {\n         \"Quantity\":1.0,\n         \"Description\":\"Voucher for food and drinks\",\n         \"Amount\":150.00,\n         \"VATRate\":0.0,\n         \"ftChargeItemCase\":4919338167972135008,\n         \"ftChargeItemCaseData\":\"{\\\"VoucherNr\\\":\\\"UAUA91829182HH\\\"}\",\n         \"Moment\":\"{{current_moment}}\"\n      }\n   ],\n   \"cbPayItems\":[\n      {\n         \"Quantity\":1.0,\n         \"Description\":\"Cash\",\n         \"Amount\":150.00,\n         \"ftPayItemCase\":4919338167972134913,\n         \"Moment\":\"{{current_moment}}\"\n      }\n   ],\n   \"ftReceiptCase\":4919338172267102209\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftChargeItemCase:<code>0x4445000000000060</code></p>\n<p>Issuing a multi-purpose voucher, not taxable. This can either be done via pay items, or via charge items (as shown here).</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee38c78e-a056-440c-ac46-ec1926bc92ad"},{"name":"2.2 Option A: Redeem multi-purpose voucher (within pay items) [Mehrzweckgutschein Einlösung]","id":"fa77f359-eda8-4686-8c70-efb125058985","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"ftCashBoxID\":\"00000000-0000-0000-0000-000000000000\",\n   \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n   \"cbTerminalID\":\"D\",\n   \"cbReceiptReference\":\"RR223\",\n   \"cbReceiptMoment\":\"{{current_moment}}\",\n   \"cbChargeItems\":[\n      {\n         \"Quantity\":2.0,\n         \"Description\":\"0,5 Soda Zitrone\",\n         \"Amount\":7.00,\n         \"VATRate\":19.00,\n         \"ftChargeItemCase\":4919338167972134913,\n         \"Moment\":\"{{current_moment}}\"\n      }\n   ],\n   \"cbPayItems\":[\n      {\n         \"Quantity\":1.0,\n         \"Description\":\"Voucher for food and drinks\",\n         \"Amount\":150.00,\n         \"ftPayItemCase\":4919338167972134925,\n         \"ftChargeItemCaseData\":\"{\\\"VoucherNr\\\":\\\"UAUA91829182HH\\\"}\",\n         \"Moment\":\"{{current_moment}}\"\n      },\n      {\n         \"Quantity\":1.0,\n         \"Description\":\"Cash\",\n         \"Amount\":-143.00,\n         \"ftPayItemCase\":4919338167972134913,\n         \"Moment\":\"{{current_moment}}\"\n      }\n   ],\n   \"ftReceiptCase\":4919338172267102209\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftPayItemCase:<code>0x444500000000000D</code></p>\n<p>Redeeming a multi-purpose voucher, not taxable. This can either be done via pay items (as shown here), or via charge items.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftpayitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftpayitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa77f359-eda8-4686-8c70-efb125058985"},{"name":"2.2 Option B: Redeem multi-purpose voucher (within charge items) [Einlösung Mehrzweckgutschein]","id":"58e9564f-c9bc-4920-8740-f3e468db1b2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"ftCashBoxID\":\"00000000-0000-0000-0000-000000000000\",\n   \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n   \"cbTerminalID\":\"D\",\n   \"cbReceiptReference\":\"RR223\",\n   \"cbReceiptMoment\":\"{{current_moment}}\",\n   \"cbChargeItems\":[\n      {\n         \"Quantity\":2.0,\n         \"Description\":\"0,5 Soda Zitrone\",\n         \"Amount\":7.00,\n         \"VATRate\":19.00,\n         \"ftChargeItemCase\":4919338167972134913,\n         \"Moment\":\"{{current_moment}}\"\n      },\n      {\n         \"Quantity\":1.0,\n         \"Description\":\"Voucher for food and drinks\",\n         \"Amount\":-150.00,\n         \"VATRate\":0.0,\n         \"ftChargeItemCase\":4919338167972135016,\n         \"ftChargeItemCaseData\":\"{\\\"VoucherNr\\\":\\\"UAUA91829182HH\\\"}\",\n         \"Moment\":\"{{current_moment}}\"\n      }\n   ],\n   \"cbPayItems\":[\n      {\n         \"Quantity\":1.0,\n         \"Description\":\"Cash\",\n         \"Amount\":-143.00,\n         \"ftPayItemCase\":4919338167972134913,\n         \"Moment\":\"{{current_moment}}\"\n      }\n   ],\n   \"ftReceiptCase\":4919338172267102209\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>ftPayItemCase:<code>0x4445000000000068</code></p>\n<p>Redeeming a multi-purpose voucher, not taxable. This can either be done via pay items, or via charge items (as shown here).</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"58e9564f-c9bc-4920-8740-f3e468db1b2f"}],"id":"5c06b6d7-f3a7-463a-9840-90f84156884b","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bf9792a4-3fb9-4e87-8022-95e199a1518b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b68abc6c-d3cb-4592-b4c2-052b761183af"}}],"_postman_id":"5c06b6d7-f3a7-463a-9840-90f84156884b","description":""},{"name":"Hotel stay & bar consumption","item":[{"name":"Regular hotel sequence","item":[{"name":"1. Check-in (info internal) [Registierung]","id":"64b7bfde-d21b-4949-ae38-e77c73f6ffae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"R\",\r\n    \"cbReceiptReference\":\"1234-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102227\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000013</code></p>\n<p>Log information about the check-in. <em>cbReceiptReference</em> is used to track the room number, and contains an upcounting unique identifier (1234-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"64b7bfde-d21b-4949-ae38-e77c73f6ffae"},{"name":"2. First overnight stay (info-order) [Nächtigung]","id":"8192b0f0-7b89-441b-9986-ca197f3377ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"N\",\r\n    \"cbReceiptReference\":\"1234-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n    \t{\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Übernachtung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":16.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Übernachtung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":5.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102224\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000010</code></p>\n<p>Information about the first night. <em>cbReceiptReference</em> is used to track the room number, and contains an upcounting unique identifier (1234-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"8192b0f0-7b89-441b-9986-ca197f3377ee"},{"name":"3. Consumption at the hotel bar (info-order) [Konsum]","id":"5f34e58e-c54a-4322-9d54-ea46da51ed80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"C\",\r\n    \"cbReceiptReference\":\"1234-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n    \t{\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"0.5 Becks\",\r\n            \"Amount\":5.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-02T21:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"0.3 Afri Cola\",\r\n            \"Amount\":4.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-02T21:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102224\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000010</code></p>\n<p>Information about a consumption at the hotel bar. <em>cbReceiptReference</em> is used to track the room number, and contains an upcounting unique identifier (1234-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f34e58e-c54a-4322-9d54-ea46da51ed80"},{"name":"4. Second overnight stay (info-order) [Nächtigung]","id":"46fac631-cbfd-437c-bb25-40ea11c4a95e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"N\",\r\n    \"cbReceiptReference\":\"1234-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n    \t{\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Übernachtung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Übernachtung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102224\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000010</code></p>\n<p>Information about the second night. <em>cbReceiptReference</em> is used to track the room number, and contains an upcounting unique identifier (1234-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"46fac631-cbfd-437c-bb25-40ea11c4a95e"},{"name":"5. Check-out and payment (POS receipt) [Bezahlung bei Abreise]","id":"6db80ad2-8741-46be-b0da-07b11d4edd35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"D\",\r\n    \"cbReceiptReference\":\"1234-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Nächtigung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Nächtigung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"0.5 Becks\",\r\n            \"Amount\":5.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-02T21:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"0.3 Afri Cola\",\r\n            \"Amount\":4.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-02T21:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Nächtigung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Nächtigung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"EC Karte\",\r\n            \"Amount\":410.00,      \r\n            \"ftPayItemCase\":4919338167972134916,\r\n            \"Moment\":\"2020-06-03T09:00:00.01Z\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>Overall payment of the stay and the bar consumptions. <em>cbReceiptReference</em> is used to track the room number, and contains an upcounting unique identifier (1234-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"6db80ad2-8741-46be-b0da-07b11d4edd35"}],"id":"16dece34-7a38-4021-b793-6fdcfbcd372d","description":"<p>Mr. and Mrs. Müller check in at the hotel. They consume over several days and pay the bill on departure.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"dcf1fa43-9b78-4362-ae01-e7899bb95a67"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"eaa5743b-cb7c-44eb-8405-a7d1620c4321"}}],"_postman_id":"16dece34-7a38-4021-b793-6fdcfbcd372d"},{"name":"Hotel - Split at checkout","item":[{"name":"1. Check-in (info internal) [Registierung]","id":"6b08eb30-99a5-4680-b047-b2611661eb7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"R\",\r\n    \"cbReceiptReference\":\"1234-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102227\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000013</code></p>\n<p>Log information about the check-in. <em>cbReceiptReference</em> is used to track the room number, and contains an upcounting unique identifier (1234-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b08eb30-99a5-4680-b047-b2611661eb7e"},{"name":"2. First overnight stay (info-order) [Nächtigung]","id":"72b50542-ede4-4326-87fa-f835371a15d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"N\",\r\n    \"cbReceiptReference\":\"1234-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n    \t{\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Übernachtung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":16.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Übernachtung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":5.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102224\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000010</code></p>\n<p>Information about the first night. <em>cbReceiptReference</em> is used to track the room number, and contains an upcounting unique identifier (1234-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"72b50542-ede4-4326-87fa-f835371a15d0"},{"name":"3. Consumption at the hotel bar (info-order) [Konsum]","id":"b8ff858f-fbdd-4cf0-8417-cdb1ec68ce6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"C\",\r\n    \"cbReceiptReference\":\"1234-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n    \t{\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"0.5 Becks\",\r\n            \"Amount\":5.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-02T21:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"0.3 Afri Cola\",\r\n            \"Amount\":4.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-02T21:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102224\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000010</code></p>\n<p>Information about a consumption at the hotel bar. <em>cbReceiptReference</em> is used to track the room number, and contains an upcounting unique identifier (1234-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8ff858f-fbdd-4cf0-8417-cdb1ec68ce6b"},{"name":"4. Second overnight stay (info-order) [Nächtigung]","id":"ffb3fe1a-ca25-4720-835f-acd61a0986c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"N\",\r\n    \"cbReceiptReference\":\"1234-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n    \t{\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Übernachtung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Übernachtung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102224\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000010</code></p>\n<p>Information about the second night. <em>cbReceiptReference</em> is used to track the room number, and contains an upcounting unique identifier (1234-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffb3fe1a-ca25-4720-835f-acd61a0986c2"},{"name":"5. Check-out and payment - Mrs. Müller (POS receipt) [Teilzahlung]","id":"95c1f51d-2206-494a-bdd2-80d8888a4862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"D\",\r\n    \"cbReceiptReference\":\"5671\",\r\n    \"cbPreviousReceiptReference\":\"123401\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Übernachtung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Übernachtung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":0,\r\n            \"Description\":\"Start Vorbereitung\",\r\n            \"Amount\":0,\r\n            \"VATRate\":0,\r\n            \"ftChargeItemCase\":4919338167972134912,\r\n            \"Moment\":\"2020-06-01T17:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"EC Karte\",\r\n            \"Amount\":200.00,      \r\n            \"ftPayItemCase\":4919338167972134916,\r\n            \"Moment\":\"2020-06-03T09:00:00.01Z\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>Split payment of the stay and the bar consumptions. <em>cbReceiptReference</em> is now refering to a (new) invoice number, <em>cbPreviousReceiptReference</em> is used to link to the previous process (1234-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"95c1f51d-2206-494a-bdd2-80d8888a4862"},{"name":"6. Check-out and payment - Mr. Müller (POS receipt) [Teilzahlung]","id":"68f9a43e-fdf6-4785-a99a-a6b69105cc5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"D\",\r\n    \"cbReceiptReference\":\"5672\",\r\n    \"cbPreviousReceiptReference\":\"123401\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Übernachtung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"0.5 Becks\",\r\n            \"Amount\":5.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T21:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"0.3 Afri Cola\",\r\n            \"Amount\":4.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T21:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Übernachtung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":0,\r\n            \"Description\":\"Start Vorbereitung\",\r\n            \"Amount\":0,\r\n            \"VATRate\":0,\r\n            \"ftChargeItemCase\":4919338167972134912,\r\n            \"Moment\":\"2020-06-01T17:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"EC Karte\",\r\n            \"Amount\":210.00,      \r\n            \"ftPayItemCase\":4919338167972134916,\r\n            \"Moment\":\"2020-06-03T09:00:00.01Z\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>Split payment of the stay and the bar consumptions. <em>cbReceiptReference</em> is now refering to a (new) invoice number, <em>cbPreviousReceiptReference</em> is used to link to the previous process (1234-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"68f9a43e-fdf6-4785-a99a-a6b69105cc5c"}],"id":"956b4e7d-869d-4873-9ee1-91a95fe0af40","description":"<p>Mrs. and Mr. Müller check into the hotel, consume over several days and then pay separately. During the payment a split of the transaction takes place via cbReceiptReference and cbPreviousReceiptReference.</p>\n<ol>\n<li>Mrs. and Mr. Müller arrive together (room 123401)</li>\n<li>first overnight stay</li>\n<li>consumption at the hotel bar</li>\n<li>second overnight stay</li>\n</ol>\n<p>Mrs. and Mr. Müller pay separately (split to invoice 5671 and 5672)\n5. invoice 5671 (Mrs. Müller)\n6. invoice 5672 (Mr. Müller)</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f2e850dd-cccd-44ae-8738-83c04fc7ac2d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"29b0a670-b20b-4596-b7da-773639976902"}}],"_postman_id":"956b4e7d-869d-4873-9ee1-91a95fe0af40"},{"name":"Hotel - Merge at checkout","item":[{"name":"1. Check-in Fam. Müller (info internal) [Registrierung]","id":"617ab938-bc89-4e2d-82b9-0fbe4f680139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"R\",\r\n    \"cbReceiptReference\":\"1234-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102227\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000013</code></p>\n<p>Log information about the check-in of Fam. Müller. <em>cbReceiptReference</em> is used to track the room number, and contains an upcounting unique identifier (1234-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"617ab938-bc89-4e2d-82b9-0fbe4f680139"},{"name":"2. Check in Fam. Maier (info internal) [Registrierung]","id":"7dc6dbb1-b1cd-4aee-bda5-2b83b861063d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"R\",\r\n    \"cbReceiptReference\":\"4321-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102227\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000013</code></p>\n<p>Log information about the check-in of Fam. Maier. <em>cbReceiptReference</em> is used to track the room number, and contains an upcounting unique identifier (4321-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"7dc6dbb1-b1cd-4aee-bda5-2b83b861063d"},{"name":"3. Consumption at the hotel bar - Fam. Müller (info-order) [Konsumation]","id":"78a7033f-019c-41aa-ae3c-b6827bd30a9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"C\",\r\n    \"cbReceiptReference\":\"1234-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n    \t{\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"0.5 Becks\",\r\n            \"Amount\":5.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T21:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"0.3 Afri Cola\",\r\n            \"Amount\":4.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T21:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102224\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000010</code></p>\n<p>Information about a consumption at the hotel bar by Fam. Müller. <em>cbReceiptReference</em> is used to track the room number, and contains an upcounting unique identifier (1234-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"78a7033f-019c-41aa-ae3c-b6827bd30a9a"},{"name":"4. Overnight stay - Fam. Müller (info-order) [Nächtigung]","id":"8dc01793-2d8e-46b9-9d13-fa44c22ffb95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"N\",\r\n    \"cbReceiptReference\":\"1234-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n    \t{\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Nächtigung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Nächtigung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102224\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000010</code></p>\n<p>Information about the overnight stay of Fam. Müller. <em>cbReceiptReference</em> is used to track the room number, and contains an upcounting unique identifier (1234-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dc01793-2d8e-46b9-9d13-fa44c22ffb95"},{"name":"5. Overnight stay - Fam. Maier (info-order) [Nächtigung]","id":"227898d8-eb87-4c8a-ae9c-7d0887005550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"N\",\r\n    \"cbReceiptReference\":\"4321-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n    \t{\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Nächtigung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Nächtigung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102224\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000010</code></p>\n<p>Information about the overnight stay of Fam. Maier. <em>cbReceiptReference</em> is used to track the room number, and contains an upcounting unique identifier (4321-000001).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"227898d8-eb87-4c8a-ae9c-7d0887005550"},{"name":"6. Merge - Fam. Müller (info-internal) [Zusammenfassung]","id":"66413958-2889-40de-a168-3459df5ffadc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"R\",\r\n    \"cbReceiptReference\":\"6781\",\r\n    \"cbPreviousReceiptReference\":\"1234-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102227\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000013</code></p>\n<p>Merge the process of Fam. Müller (1234-000001) into the new process 6781. <em>cbReceiptReference</em> is set to the new invoice process number, and <em>cbPreviousReceiptReference</em> represents the previous process/room number.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"66413958-2889-40de-a168-3459df5ffadc"},{"name":"7. Merge - Fam. Maier (info-internal) [Zusammenfassung]","id":"2c330333-d2ee-457b-a30d-862cc2604e24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"R\",\r\n    \"cbReceiptReference\":\"6781\",\r\n    \"cbPreviousReceiptReference\":\"4321-000001\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338172267102227\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000013</code></p>\n<p>Merge the process of Fam. Maier (4321-000001) into the new process 6781. <em>cbReceiptReference</em> is set to the new invoice process number, and <em>cbPreviousReceiptReference</em> represents the previous process/room number.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c330333-d2ee-457b-a30d-862cc2604e24"},{"name":"8. Payment (POS receipt) [Abrechnung]","id":"847264c4-44f1-486b-87a2-2867ff87065d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"D\",\r\n    \"cbReceiptReference\":\"6781\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n    \t{\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"0.5 Becks\",\r\n            \"Amount\":5.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T21:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"0.3 Afri Cola\",\r\n            \"Amount\":4.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T21:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Nächtigung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Nächtigung\",\r\n            \"Amount\":80.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Frühstück\",\r\n            \"Amount\":20.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-02T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\":0,\r\n            \"Description\":\"Start Vorbereitung\",\r\n            \"Amount\":0,\r\n            \"VATRate\":0,\r\n            \"ftChargeItemCase\":4919338167972134912,\r\n            \"Moment\":\"2020-06-02T17:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"EC Karte\",\r\n            \"Amount\":210.00,      \r\n            \"ftPayItemCase\":4919338167972134916,\r\n            \"Moment\":\"2020-06-03T09:00:00.01Z\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>Payment of the merged processes by Fam. Müller. <em>cbReceiptReference</em> is set to the merged invoice process (6781).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"847264c4-44f1-486b-87a2-2867ff87065d"}],"id":"884b06ba-20e5-4d1a-bb63-007741f66d88","description":"<p>The Müller and Maier families check in separately at the hotel. They consume separately over several days and in the end the Müller family also takes over the bill from the Maier family and pays everything together. During the payment a merge (2x info-internal) takes place via cbReceiptReference and cbPreviousReceiptReference.</p>\n<ol>\n<li>Fam. Müller arrives (room 1234-000001)</li>\n<li>Fam. Maier arrives (room 4321-000001)</li>\n<li>overnight stay Fam. Müller</li>\n<li>overnight stay of Fam. Maier</li>\n<li>Fam. Müller consumes at the hotel bar</li>\n</ol>\n<p>Fam. Müller pays for themself and for Fam. Maier (merge - invoice 6781)\n6. Merge room 1234-000001 into invoice 6781\n7. Merge room 4321-000001 into invoice 6781\n8. payment invoice 6781</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"14c7685c-d7b0-4195-8c35-7c120f72f368"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5ee26908-0383-4023-9799-9878358b689a"}}],"_postman_id":"884b06ba-20e5-4d1a-bb63-007741f66d88"}],"id":"27d7d34f-c4ff-4026-a967-3e05c1603617","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5ef47bac-69d6-4c42-8d6b-85c87d01882f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c4da7ad6-8c9f-48f2-b1be-5d169d69425c"}}],"_postman_id":"27d7d34f-c4ff-4026-a967-3e05c1603617","description":""},{"name":"Restaurant","item":[{"name":"Info-order [Bestellung]","id":"59f790db-dd8f-4339-83ae-6b9652c732eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"TR-2992\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Bier 0,5 lt\",\r\n            \"Amount\": 3.80,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134913,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"VATAmount\": 0.6067226890756302521008403361,\r\n            \"CostCenter\": \"1\",\r\n            \"ProductGroup\": \"Bier\",\r\n            \"ProductNumber\": \"101\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"Liter\",\r\n            \"UnitQuantity\": 1.0,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Schnitzel\",\r\n            \"Amount\": 9.20,\r\n            \"VATRate\": 7.00,\r\n            \"ftChargeItemCase\": 4919338167972134914,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"VATAmount\": 0.601869158878504672897196262,\r\n            \"CostCenter\": \"1\",\r\n            \"ProductGroup\": \"Speisen\",\r\n            \"ProductNumber\": \"102\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"Stk\",\r\n            \"UnitQuantity\": 1.0,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338172267102224,\r\n    \"ftReceiptCaseData\": \"{ \\\"ReceiptName\\\":\\\"Auftragseingang\\\", \\\"Tisch\\\":422 }\",\r\n    \"cbReceiptAmount\": 13.00,\r\n    \"cbUser\": \"Astrid\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000010</code></p>\n<p>To be used when recording an ongoing order without pay items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"59f790db-dd8f-4339-83ae-6b9652c732eb"},{"name":"POS receipt [Abrechnen]","id":"e0609e70-5485-48f4-963e-10e06262b2a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"TR-2992\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Bier 0,5 lt\",\r\n            \"Amount\": 3.80,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134913,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"VATAmount\": 0.6067226890756302521008403361,\r\n            \"CostCenter\": \"1\",\r\n            \"ProductGroup\": \"Bier\",\r\n            \"ProductNumber\": \"101\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"Liter\",\r\n            \"UnitQuantity\": 1.0,\r\n            \"Moment\":\"2020-06-29T11:00:10.138887Z\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Schnitzel\",\r\n            \"Amount\": 9.20,\r\n            \"VATRate\": 7.00,\r\n            \"ftChargeItemCase\": 4919338167972134914,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"VATAmount\": 0.601869158878504672897196262,\r\n            \"CostCenter\": \"1\",\r\n            \"ProductGroup\": \"Speisen\",\r\n            \"ProductNumber\": \"102\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"Stk\",\r\n            \"UnitQuantity\": 1.0,\r\n            \"Moment\":\"2020-06-29T11:00:10.138887Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Bar\",\r\n            \"Amount\": 13.00,\r\n            \"ftPayItemCase\": 4919338167972134913,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"CostCenter\": \"1\",\r\n            \"MoneyGroup\": \"1\",\r\n            \"MoneyNumber\": \"\",\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4919338172267102209,\r\n    \"cbReceiptAmount\": 13.00,\r\n    \"cbUser\": \"Astrid\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>Finishes an order and creates a turnover-relevant operation, referencing the previously created <em>info order</em>. Should be called when the guest is paying.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0609e70-5485-48f4-963e-10e06262b2a4"},{"name":"Reverse POS receipt [Rückgabe]","id":"0848a390-b50c-4466-a942-6edeb859649c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"XX-2222\",\r\n    \"cbPreviousReceiptReference\": \"TR-2992\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Bier 0,5 lt\",\r\n            \"Amount\": 3.80,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134913,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"VATAmount\": 0.6067226890756302521008403361,\r\n            \"CostCenter\": \"1\",\r\n            \"ProductGroup\": \"Bier\",\r\n            \"ProductNumber\": \"101\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"Liter\",\r\n            \"UnitQuantity\": 1.0,\r\n    \t\t\"Moment\":\"2020-06-29T11:00:10.138887Z\"\r\n        },\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Schnitzel\",\r\n            \"Amount\": 9.20,\r\n            \"VATRate\": 7.00,\r\n            \"ftChargeItemCase\": 4919338167972134914,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"VATAmount\": 0.601869158878504672897196262,\r\n            \"CostCenter\": \"1\",\r\n            \"ProductGroup\": \"Speisen\",\r\n            \"ProductNumber\": \"102\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"Stk\",\r\n            \"UnitQuantity\": 1.0,\r\n            \"Moment\":\"2020-06-29T11:00:10.138887Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Bar\",\r\n            \"Amount\": 13.00,\r\n            \"ftPayItemCase\": 4919338167972134913,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"CostCenter\": \"1\",\r\n            \"MoneyGroup\": \"1\",\r\n            \"MoneyNumber\": \"\",\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4919338172267102209,\r\n    \"cbReceiptAmount\": -13.00,\r\n    \"cbUser\": \"Astrid\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>To be used when a guest is returning goods.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"0848a390-b50c-4466-a942-6edeb859649c"},{"name":"Cancel POS receipt [Storno]","id":"886c5a6a-02c6-4dd5-beeb-a813171c6ab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbReceiptReference\": \"XX-3333\",\r\n    \"cbPreviousReceiptReference\": \"TR-2992\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Bier 0,5 lt\",\r\n            \"Amount\": 3.80,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134913,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"VATAmount\": 0.6067226890756302521008403361,\r\n            \"CostCenter\": \"1\",\r\n            \"ProductGroup\": \"Bier\",\r\n            \"ProductNumber\": \"101\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"Liter\",\r\n            \"UnitQuantity\": 1.0,\r\n    \t\t\"Moment\":\"2020-06-29T11:00:10.138887Z\"\r\n        },\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Schnitzel\",\r\n            \"Amount\": 9.20,\r\n            \"VATRate\": 7.00,\r\n            \"ftChargeItemCase\": 4919338167972134914,\r\n            \"ftChargeItemCaseData\": \"\",\r\n            \"VATAmount\": 0.601869158878504672897196262,\r\n            \"CostCenter\": \"1\",\r\n            \"ProductGroup\": \"Speisen\",\r\n            \"ProductNumber\": \"102\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"Stk\",\r\n            \"UnitQuantity\": 1.0,\r\n            \"Moment\":\"2020-06-29T11:00:10.138887Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Bar\",\r\n            \"Amount\": 13.00,\r\n            \"ftPayItemCase\": 4919338167972134913,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"CostCenter\": \"1\",\r\n            \"MoneyGroup\": \"1\",\r\n            \"MoneyNumber\": \"\",\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4919338172267364353,\r\n    \"cbReceiptAmount\": -13.00,\r\n    \"cbUser\": \"Astrid\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100040001</code></p>\n<p>The business transaction did not take place.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"886c5a6a-02c6-4dd5-beeb-a813171c6ab0"}],"id":"303ebdc5-96c3-4046-ad37-2d02dd22dd6e","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c5163c5e-1ac1-4a4b-a516-522da0283f72"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ca36a793-7c05-4036-8d64-3891b521360e"}}],"_postman_id":"303ebdc5-96c3-4046-ad37-2d02dd22dd6e","description":""},{"name":"Retail","item":[{"name":"1. First item scanned (info internal)","id":"5f76b0d6-812c-4d54-ae07-d53fc4f14588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T1\",\r\n    \"cbReceiptReference\": \"R12345\",\r\n    \"cbReceiptMoment\": \"2021-01-18T17:45:40.505Z\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338172267102227\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000013</code></p>\n<p>Creates a <em>SonstigerVorgang</em> to make sure that the start time of the business case is logged and signed by the TSE. This method should be called when the first item is scanned. <em>cbReceiptReference</em> is used to connect this receipt to the POS receipt that represents the actual business transaction.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f76b0d6-812c-4d54-ae07-d53fc4f14588"},{"name":"2. POS receipt - Cash payment [Barverkauf]","id":"3cd76911-62b0-40dd-9851-2e17f412927a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T1\",\r\n    \"cbReceiptReference\": \"R12345\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 2.0,\r\n            \"Description\": \"Brötchen\",\r\n            \"Amount\": 2,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134929,\r\n            \"Moment\": \"2021-01-18T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Coffee to Go\",\r\n            \"Amount\": 2.50,\r\n            \"VATRate\": 7.00,\r\n            \"ftChargeItemCase\": 4919338167972200466,\r\n            \"Moment\": \"2021-01-18T17:48:10.000Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 4.50,\r\n            \"ftPayItemCase\": 4919338167972134913,\r\n            \"Moment\": \"2021-01-18T17:48:52.000Z\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>Purchase with cash payment, connected to the previous info-internal receipt via the <code>cbReceiptReference</code>. The <code>Moment</code> property of the first ChargeItem should set to the value of the <em>LogTime</em> signature in the info-internal's response, which ensures that the <em>VorgangsBeginn</em> signature (i.e. the business transaction start time) is set correctly to this value.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cd76911-62b0-40dd-9851-2e17f412927a"}],"id":"019b401a-7d05-4a41-81e4-bb32f8636a4c","description":"<p>Alternatively to just using a simple POS receipt for a retail transactions, it's also possible to sign the start moment of the business process (German: <em>VorgangsBeginn</em>) via an <em>info-internal</em> receipt. This creates a <em>SonstigerVorgang</em> in the TSE.</p>\n<p>The value returned in the info-internal's signature item <em>LogTime</em> should be used as the <code>Moment</code> of the first <em>cbChargeItem</em>. This ensures that that POS receipt returns the correct business transaction start time (German: <em>Vorgangsbeginn</em>), which must be printed on the receipt.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"93ba9d4c-fc66-46a7-99b2-f039040a261f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c20acf4f-ba39-40aa-aebb-d07d4cbe5948"}}],"_postman_id":"019b401a-7d05-4a41-81e4-bb32f8636a4c"},{"name":"References to other queues or external systems","item":[{"name":"1. Check-in (info internal) [Registierung]","id":"9d247df8-75d3-4681-b5f1-a217208a0a89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"Reception\",\r\n    \"cbReceiptReference\": \"100\",\r\n    \"cbArea\": \"Room 234\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338172267102227\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000013</code></p>\n<p>Log information about the check-in. The room number is used for <em>cbArea</em> to provide information if business actions across the different POS systems are connected.  </p>\n<p><em>See also:</em>\n<a href=\"https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/general/data-structures#receipt-request\">https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/general/data-structures#receipt-request</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d247df8-75d3-4681-b5f1-a217208a0a89"},{"name":"2. First overnight stay (info-order) [Nächtigung]","id":"683c8cdc-e13e-453d-af9b-83247c24e307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"Reception\",\r\n    \"cbReceiptReference\": \"100\",\r\n    \"cbArea\": \"Room 234\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Übernachtung\",\r\n            \"Amount\": 80.00,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134913,\r\n            \"Moment\": \"2020-06-01T23:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338172267102224\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000010</code></p>\n<p>Information about the first night. </p>\n<p><em>See also:</em>\n<a href=\"https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/germany/reference-tables/ftreceiptcase\">https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/germany/reference-tables/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"683c8cdc-e13e-453d-af9b-83247c24e307"},{"name":"3. Consumption at the hotel bar (external POS system, info-internal) [Konsum]","id":"64042868-805a-44f4-85f3-3b08f5a5ed86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"SOME-EXTERNAL-POS-SYSTEM\",\r\n    \"cbTerminalID\": \"Bar\",\r\n    \"cbReceiptReference\": \"2021-03-30-1234\",\r\n    \"cbArea\": \"Room 234\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 2.0,\r\n            \"Description\": \"0.5 Becks\",\r\n            \"Amount\": 11.00,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134937,\r\n            \"Moment\": \"2020-06-02T21:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338172267102227\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000010</code></p>\n<p>Consumption at the hotel bar, which uses a different POS system. We added a fiskaltrust-based code example for better understanding, but in this example workflow the request happens at the external POS system. This could be just another fiskaltrust based queue as well. \nBecause the couple wants to pay the consumption together with the invoice of the overnight stay, an info-internal has been created to document the consumption. <em>cbArea</em> is used to track the room number. </p>\n<p><em>See also:</em>\n<a href=\"https://docs.fiskaltrust.cloud/doc/interface-doc/doc/appendix-de-kassensichv/reference-tables/type-of-receipt-ftreceiptcase.html#type-of-receipt-ftreceiptcase\">https://docs.fiskaltrust.cloud/doc/interface-doc/doc/appendix-de-kassensichv/reference-tables/type-of-receipt-ftreceiptcase.html#type-of-receipt-ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"64042868-805a-44f4-85f3-3b08f5a5ed86"},{"name":"4. Merge - external POS system","id":"ef6b7222-64e1-41bc-b46c-e74bd4aa8239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"Reception\",\r\n    \"cbReceiptReference\": \"101\",\r\n    \"ftReceiptCaseData\": {\\\"RefType\\\": \\\"Transaktion\\\", \\\"RefMoment\\\": \\\"2023-06-02T21:00:00.01Z\\\", \\\"RefCashBoxIdentification\\\": \\\"External-Hotel-Bar-Cashbox-01\\\", \\\"RefClosingNr\\\": \\\"5\\\",\\\"RefReceiptId\\\": \\\"zyx454\\\"}\",\r\n    \"cbArea\": \"Room 234\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338172267102227\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000013</code></p>\n<p>Info internal, which merges the process of consumption of the external POS system (hotel-bar) into the new process 101. <em>cbReceiptReference</em> is set to the new invoice process number, and <em>ftReceiptCaseData</em> is used to provide the information of the external receipt according to DSFinV-K.</p>\n<p>See also: <a href=\"https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/germany/dsfinv-k#file-bon_referenzen-referencescsv\">https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/germany/dsfinv-k#file-bon_referenzen-referencescsv</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef6b7222-64e1-41bc-b46c-e74bd4aa8239"},{"name":"5. Merge - internal POS system","id":"31b8e46f-5293-4720-97c1-ae8b03f2dd13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"Reception\",\r\n    \"cbReceiptReference\": \"101\",\r\n    \"cbPreviousReceiptReference\": \"100\",\r\n    \"cbArea\": \"Room 234\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338172267102227\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000013</code></p>\n<p>Merges the process for the overnight-stay (100) into the new process 101. <em>cbReceiptReference</em> is set to the new invoice process number, and <em>cbPreviousReceiptReference</em> is used to reference to the internal previous process.</p>\n<p>See also:<a href=\"https://docs.fiskaltrust.cloud/doc/interface-doc/doc/appendix-de-kassensichv/reference-tables/type-of-receipt-ftreceiptcase.html#type-of-receipt-ftreceiptcase\">https://docs.fiskaltrust.cloud/doc/interface-doc/doc/appendix-de-kassensichv/reference-tables/type-of-receipt-ftreceiptcase.html#type-of-receipt-ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"31b8e46f-5293-4720-97c1-ae8b03f2dd13"},{"name":"6. Check-out and payment (POS receipt) [Bezahlung bei Abreise]","id":"ee08d9be-0963-451a-8fbc-15f1a0b4518a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"Reception\",\r\n    \"cbReceiptReference\": \"101\",\r\n    \"cbArea\": \"Room 234\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Nächtigung\",\r\n            \"Amount\": 80.00,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134937,\r\n            \"Moment\": \"2020-06-01T23:00:00.01Z\"\r\n        },\r\n        {\r\n            \"Quantity\": 2.0,\r\n            \"Description\": \"0.5 Becks\",\r\n            \"Amount\": 5.50,\r\n            \"VATRate\": 19.00,\r\n            \"ftChargeItemCase\": 4919338167972134937,\r\n            \"Moment\": \"2020-06-02T21:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"EC Karte\",\r\n            \"Amount\": 85.50,\r\n            \"ftPayItemCase\": 4919338167972134916,\r\n            \"Moment\": \"2020-06-03T09:00:00.01Z\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 4919338172267102209\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000100000001</code></p>\n<p>Payment of the merged processes. <em>cbReceiptReference</em> is set to the merged invoice process (101). The cbChargeItems contain both the data of the consumption at the hotel-bar documented by the external POS system, as well as the overnight stay of the internal POS system.</p>\n<p><em>See also:</em>\n<a href=\"https://docs.fiskaltrust.cloud/doc/interface-doc/doc/appendix-de-kassensichv/reference-tables/type-of-receipt-ftreceiptcase.html#type-of-receipt-ftreceiptcase\">https://docs.fiskaltrust.cloud/doc/interface-doc/doc/appendix-de-kassensichv/reference-tables/type-of-receipt-ftreceiptcase.html#type-of-receipt-ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee08d9be-0963-451a-8fbc-15f1a0b4518a"}],"id":"51890b55-5bd5-4b5d-bd41-0df56567ffd7","description":"<p>Use 'info-internal' with <a href=\"https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/germany/dsfinv-k#file-bon_referenzen-referencescsv\">'ftReceiptCaseData' according to the requirements of the DSFinV-K-specification</a> to reference to an business-action recorded by an external queue or POS system which needs to be merged with your ongoing internal business-action. By creating a new 'cbReceiptReference', you create the precondition to merge the receipt the external system with your internal receipts of the ongoing business-action. Repeat this step to collect and reference to multiple external POS systems with related business-actions to be charged. The obligation to issue receipts arises at the POS system where the POS receipt is being created.</p>\n<h5 id=\"prerequisites\">Prerequisites</h5>\n<p>For this workflow, the combination of following receipt-sequences is needed:</p>\n<ul>\n<li>Referencing previous receipts within a queue, using 'cbReceiptReference',</li>\n<li>Merging receipts, using 'cbReceiptreference' and 'cbPreviousReceiptReference',</li>\n<li>Providing additional information about how the business actions are connected to each other, using 'cbArea',</li>\n<li>Providing information about the external POS receipt, using 'ftReceiptCaseData'</li>\n</ul>\n<h4 id=\"workflow-example\">Workflow example</h4>\n<p><img src=\"https://docs.fiskaltrust.cloud/docs/poscreators/middleware-doc/germany/receipt-sequences-creation/media/chargeitem-external-payment-internal.png\" alt=\"chargeitem-external-payment-internal\" /> </p>\n<ol>\n<li>A couple performs a check-in at the reception of a hotel for one night.</li>\n<li>An info-order for the overnight-stay is created.</li>\n<li>After the check-in, it decides to have a beer at the hotel-bar, which uses a different POS system (or fiskaltrust.queue). The consumption of the hotel-bar shall be paid with the final invoice of the overnight-stay. The room number is for 'cbArea' to provide information why the business actions across the different POS systems are connected. </li>\n<li>For the check-out, the receipt of the consumption of the hotel-bar and the receipt of the overnight stay need to be merged. Therefore, 'info-internal' receipts with a new, common 'cbReceiptReference' are created. One 'info-internal' receipt is used to reference to the external POS receipt using 'ftReceiptCaseData'. </li>\n<li>The other 'info-internal' receipt is used to reference to the internal 'info-order' of the overnight-stay using 'cbPreviousReceiptReference'. </li>\n<li>A 'POS receipt' is created, including all collected charge-items from external and internal POS system(s), and the pay-items of the internal POS system. The receipt is printed and handed over to the couple.</li>\n</ol>\n","_postman_id":"51890b55-5bd5-4b5d-bd41-0df56567ffd7"}],"id":"1448ce9e-0616-4d67-8e15-2c2a02eee207","description":"<h1 id=\"sequence-business-cases\">Sequence business cases</h1>\n<p>The requests listed in this section demonstrate \"multi-step\" business cases, i.e. long running cases that require multiple sign calls and transactions.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"fe0a7f95-8d47-4a09-bb51-9ad8138f04fe"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8b13bd93-2a42-46ef-ad1c-777927979eb7"}}],"_postman_id":"1448ce9e-0616-4d67-8e15-2c2a02eee207"}],"id":"997813e1-6048-42f4-9e4b-a1aae34eb4ae","description":"<h1 id=\"implicit-transaction-samples\">Implicit transaction samples</h1>\n<p>Implicit transactions automatically create a start- and a finish transaction (based on the regulations for simplified usage (Durchbedienen)). This avoids common problems with long running transactions, and completely abstracts the user of the fiskaltrust.Middleware from handling those cases.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/implicit-flow\">https://link.fiskaltrust.cloud/middleware-doc/de/implicit-flow</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"534d2a62-35d4-4b9d-ba4a-6bd248e6d7fe"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"3627332c-ccb0-4ba3-8941-6b7b5d09b6aa"}}],"_postman_id":"997813e1-6048-42f4-9e4b-a1aae34eb4ae"},{"name":"Explicit transactions","item":[{"name":"Single business cases","item":[{"name":"POS quick checkout with subitems","item":[{"name":"1. Start-transaction receipt [Vorgangsstart]","id":"709fa096-976b-41c4-b3c4-d6e88013a07b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"pos-action-identification-01\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338167972134920\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000008</code></p>\n<p>Starts a new, unfinished action. Use ftChargeItems and ftPayItems to hand over already known details for final receipt. Using the same <em>cbReceiptReferece</em> in following calls connects the action items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"709fa096-976b-41c4-b3c4-d6e88013a07b"},{"name":"2. POS receipt with subitems [Barverkauf mit Subartikeln]","id":"1a5b3d5b-b4ed-40cd-9020-e71c0482c6e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"pos-action-identification-01\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":2.0,\r\n            \"Description\":\"Schnitzl mit Pommes\",\r\n            \"Amount\":23.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134929,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\",\r\n            \"ftChargeItemCaseData\":\"{\\\"SubItems\\\":[{\\\"Name\\\":\\\"Salat statt Pommes\\\",\\\"Quantity\\\":2.00},{\\\"Name\\\":\\\"Ketchup\\\",\\\"Quantity\\\":1.00}]}\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cash\",\r\n            \"Amount\":23.50,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-29T18:05:33.912Z\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338167972134913\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000001</code></p>\n<p>Finish the transaction and purchase with cash payment. Using subitems a ftChargeItemCase and an embedded json in ftChargeItemCaseData to define a recipt (for illustration purposes only; this can also be achieved with implicit transactions).</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/single-recordings-module\">https://link.fiskaltrust.cloud/middleware-doc/de/single-recordings-module</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a5b3d5b-b4ed-40cd-9020-e71c0482c6e6"}],"id":"83e2c38f-61ed-4827-bad8-3e0217dce825","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9c0e1c1b-bb7a-48dd-97bb-a980a46d25fa"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0bd71803-679d-4cb4-b026-745c00061941"}}],"_postman_id":"83e2c38f-61ed-4827-bad8-3e0217dce825","description":""},{"name":"Cancelling a transaction","item":[{"name":"1. Start-transaction receipt [Vorgangsstart]","id":"5d446bb0-763f-4401-90b4-71b171a6e638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"pos-action-identification-02\",\r\n    \"cbReceiptMoment\":\"2020-06-29T17:45:00.000Z\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":2.0,\r\n            \"Description\":\"Brötchen\",\r\n            \"Amount\":2,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134929,\r\n            \"Moment\":\"2020-06-29T17:45:05.111Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338167972134920\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000008</code></p>\n<p>Starts a new, unfinished action. Use ftChargeItems and ftPayItems to hand over already known details for final receipt. Using the same <em>cbReceiptReferece</em> in following calls connects the action items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d446bb0-763f-4401-90b4-71b171a6e638"},{"name":"2. Update-transaction receipt [Bestellung]","id":"f9a0dbec-448a-4837-bb2d-5f47ba8eb81e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"pos-action-identification-02\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":2.0,\r\n            \"Description\":\"Brötchen\",\r\n            \"Amount\":2,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134929,\r\n            \"Moment\":\"2020-06-29T17:45:05.111Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Coffee to Go\",\r\n            \"Amount\":2.50,\r\n            \"VATRate\":7.00,\r\n            \"ftChargeItemCase\":4919338167972200466,\r\n            \"Moment\":\"2020-06-29T17:45:10.222Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338167972134921\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000009</code></p>\n<p>Updates an open transaction and adds a new article to it. Connected with the ongoind transactions by the <em>cbReceiptReference</em> field. In this case (<em>update</em>-transaction), the charge and pay items must contain all the elements that represent the current state of this receipt.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9a0dbec-448a-4837-bb2d-5f47ba8eb81e"},{"name":"3. Cancel.transaction receipt [Storno]","id":"d8b6597c-5049-459a-97f4-b0906c566c6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"pos-action-identification-02\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338167972134923\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x444500000000000B</code></p>\n<p>Cancel the already opened transaction.</p>\n<p>In this example, a transaction that has been opened with start-transaction is cancelled. It is identified with the cbReceiptReference.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8b6597c-5049-459a-97f4-b0906c566c6a"}],"id":"a00dea8e-29b7-4f1c-94ac-3fac1c64acc6","description":"<p>This case shows how to cancel a transaction that has been opened by a start-transaction by using fail-transaction.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a0f370a8-f28a-4d54-a533-0c048dc15d45"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7ee89ccf-19c4-4237-9ec8-262830545c4f"}}],"_postman_id":"a00dea8e-29b7-4f1c-94ac-3fac1c64acc6"},{"name":"Wage payment with cash","item":[{"name":"1. Start-transaction receipt [Vorgangsstart]","id":"679ee3bb-b788-461d-bb78-ca49152e2707","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"pos-action-identification-02\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338167972134920\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000008</code></p>\n<p>Starts a new, unfinished action. Use ftChargeItems and ftPayItems to hand over already known details for final receipt. Using the same <em>cbReceiptReferece</em> in following calls connects the action items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"679ee3bb-b788-461d-bb78-ca49152e2707"},{"name":"2. POS receipt -Wage payment [Lohnauszahlung]","id":"6a68baf5-bb50-49d1-9541-cd57c567e604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"pos-action-identification-02\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cash\",\r\n            \"Amount\":-345.67,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"wage payment\",\r\n            \"Amount\":345.67,      \r\n            \"ftPayItemCase\":4919338167972134933,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338167972134913\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000001</code></p>\n<p>Finish the transaction and pay the wage with cash.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a68baf5-bb50-49d1-9541-cd57c567e604"}],"id":"d874244e-0f93-4814-8a5e-35f2a1905044","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"89dcbe71-7b28-4ab6-ae9a-eddb8a0b2b97"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"bcadc26a-ee67-4c73-95fa-12b9cff691e6"}}],"_postman_id":"d874244e-0f93-4814-8a5e-35f2a1905044","description":""},{"name":"Creation of a receivable","item":[{"name":"1. Start-transaction receipt [Vorgangsstart]","id":"a397ec5b-eb51-4a53-8f02-479f6fb26889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"dsfinv-k-p105-01\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338167972134920\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000008</code></p>\n<p>Starts a new, unfinished action. Use ftChargeItems and ftPayItems to hand over already known details for final receipt. Using the same <em>cbReceiptReferece</em> in following calls connects the action items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"a397ec5b-eb51-4a53-8f02-479f6fb26889"},{"name":"2. Option A: POS receipt - Creation of receivable (Unkown VAT) [Forderungsentstehung]","id":"04b98516-e138-487d-9dbe-b0a8f02d30f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"dsfinv-k-p105-01\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Schnitzel\",\r\n            \"Amount\":10.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cola\",\r\n            \"Amount\":3.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Schnitzel to go\",\r\n            \"Amount\":10.00,\r\n            \"VATRate\":7.00,\r\n            \"ftChargeItemCase\":4919338167972200474,\r\n            \"Moment\":\"2020-06-29T17:55:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Creation of receivable (unkown vat)\",\r\n            \"Amount\":-23.00,\r\n            \"VATRate\":0.00,\r\n            \"ftChargeItemCase\":4919338167972135031,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338167972134913\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000001</code></p>\n<p>Finish the transaction and create the receivable. For more infos, please refer to the following example in the DSFinV-K: <code>V_2_1_01 a Beispiele_Behandlung von Forderungen_processing flag_true.xlsx</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"04b98516-e138-487d-9dbe-b0a8f02d30f3"},{"name":"2. Option B: POS receipt - Creation of receivable [Forderungsentstehung (Bilanzierer-IST)]","id":"883a9ca9-332f-4f14-a815-fa9139077568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"dsfinv-k-p105-01\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Schnitzel\",\r\n            \"Amount\": 10.00,\r\n            \"VATRate\": 0.00,\r\n            \"ftChargeItemCase\": 4919338167972134941,\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cola\",\r\n            \"Amount\": 3.00,\r\n            \"VATRate\": 0.00,\r\n            \"ftChargeItemCase\": 4919338167972134941,\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Schnitzel to go\",\r\n            \"Amount\": 10.00,\r\n            \"VATRate\": 0.00,\r\n            \"ftChargeItemCase\": 4919338167972200477,\r\n            \"Moment\": \"2020-06-29T17:55:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Creation of receivable\",\r\n            \"Amount\": -23.00,\r\n            \"VATRate\": 0.00,\r\n            \"ftChargeItemCase\": 4919338167972135029,\r\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338167972134913\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000001</code></p>\n<p>Finish the transaction and create the receivable. For more infos, please refer to the following example in the DSFinV-K: <code>V_2_1_01 b Beispiele_Behandlung von Forderungen_processing flag_false_Bil-IST.....xlsx</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"883a9ca9-332f-4f14-a815-fa9139077568"},{"name":"2. Option C: POS receipt - Creation of receivable [Forderungsentstehung (Bilanzierer-SOLL)]","id":"8271b4a4-00ea-456e-9926-da95b2681502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"dsfinv-k-p105-01\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Schnitzel\",\r\n            \"Amount\":10.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cola\",\r\n            \"Amount\":3.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134937,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Schnitzel to go\",\r\n            \"Amount\":10.00,\r\n            \"VATRate\":7.00,\r\n            \"ftChargeItemCase\":4919338167972200474,\r\n            \"Moment\":\"2020-06-29T17:55:40.505Z\"\r\n        },\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Creation of receivable\",\r\n            \"Amount\":23.00,      \r\n            \"ftPayItemCase\":4919338167972134926,\r\n            \"Moment\":\"2020-06-29T18:05:33.912Z\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338167972134913\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000001</code></p>\n<p>Finish the transaction and create the receivable. For more infos, please refer to the following example in the DSFinV-K: <code>V_2_1_01 c Beispiele_Behandlung von Forderungen_processing flag_false_Bil-SOLL....xlsx</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"8271b4a4-00ea-456e-9926-da95b2681502"}],"id":"8ea7f9de-02a4-4bec-9443-ed625a305b69","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9b1db8e8-2650-42be-9671-6fcbbf8cb609"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b37ec27d-91b0-4f0b-81b3-2f46fba84601"}}],"_postman_id":"8ea7f9de-02a4-4bec-9443-ed625a305b69","description":""},{"name":"Payment of an outstanding receivable","item":[{"name":"1. Start-transaction receipt [Vorgangsstart]","id":"06d99905-ecd7-4619-b4a4-95fdd48977ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"dsfinv-k-p105-01\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338167972134920\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000008</code></p>\n<p>Starts a new, unfinished action. Use ftChargeItems and ftPayItems to hand over already known details for final receipt. Using the same <em>cbReceiptReferece</em> in following calls connects the action items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"06d99905-ecd7-4619-b4a4-95fdd48977ae"},{"name":"2. Option A:  POS receipt - Payment of outstanding receivable (Unknown VAT) [Forderungsauflösung]","id":"d5de1497-8884-4ed7-bc0e-f0d8d526b442","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"dsfinv-k-p105-01\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Outstanding invoice\",\r\n            \"Amount\":23.00,\r\n            \"VATRate\":0.00,\r\n            \"ftChargeItemCase\":4919338167972135039,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cash\",\r\n            \"Amount\":23.00,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-29T18:05:33.912Z\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338167972134913\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000001</code></p>\n<p>Finish the transaction and pay the receivable. For more infos, please refer to the following example in the DSFinV-K: <code>V_2_1_01 a Beispiele_Behandlung von Forderungen_processing flag_true.xlsx</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5de1497-8884-4ed7-bc0e-f0d8d526b442"},{"name":"2. Option B: POS receipt - Payment of outstanding receivable [Forderungsauflösung (Bilanzierer-IST)]","id":"e809f618-9a50-4727-b4ff-4a7f1a7118e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"dsfinv-k-p105-01\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Schnitzel\",\r\n            \"Amount\":10.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972135033,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cola\",\r\n            \"Amount\":3.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972135033,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Schnitzel to go\",\r\n            \"Amount\":10.00,\r\n            \"VATRate\":7.00,\r\n            \"ftChargeItemCase\":4919338167972200570,\r\n            \"Moment\":\"2020-06-29T17:55:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cash\",\r\n            \"Amount\":23.00,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-29T18:05:33.912Z\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338167972134913\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000001</code></p>\n<p>Finish the transaction and pay the receivable. For more infos, please refer to the following example in the DSFinV-K: <code>V_2_1_01 b Beispiele_Behandlung von Forderungen_processing flag_false_Bil-IST.....xlsx</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"e809f618-9a50-4727-b4ff-4a7f1a7118e7"},{"name":"2. Option C:  POS receipt - Payment of outstanding receivable [Forderungsauflösung (Bilanzierer-SOLL)]","id":"a34a9c35-9306-49d9-9ceb-a0d3fd478d22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"dsfinv-k-p105-01\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Outstanding invoice\",\r\n            \"Amount\":23.00,\r\n            \"VATRate\":0.00,\r\n            \"ftChargeItemCase\":4919338167972135037,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cash\",\r\n            \"Amount\":23.00,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-29T18:05:33.912Z\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338167972134913\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000001</code></p>\n<p>Finish the transaction and pay the receivable. For more infos, please refer to the following example in the DSFinV-K: <code>V_2_1_01 c Beispiele_Behandlung von Forderungen_processing flag_false_Bil-SOLL....xlsx</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"a34a9c35-9306-49d9-9ceb-a0d3fd478d22"}],"id":"91fc5e6a-8a01-4287-8c87-bf85e4e593a8","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"29dde8bb-9ab9-4c99-8092-3481cb66fc78"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"480d3246-ceaa-42f1-a574-f6e040f8d27e"}}],"_postman_id":"91fc5e6a-8a01-4287-8c87-bf85e4e593a8","description":""}],"id":"7b6f5d5c-3fa5-4d76-a36b-a63ba977e2bc","description":"<h1 id=\"single-business-cases\">Single business cases</h1>\n<p>The requests listed in this section demonstrate \"single-step\" business cases, i.e. cases that can be handled with a single transaction (which requires two sign calls to start and finish transactions when using the explicit flow)</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a1063489-c763-4672-88ab-e3c82eca8055"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c3798eed-a67c-435e-b174-89dbd8687c7b"}}],"_postman_id":"7b6f5d5c-3fa5-4d76-a36b-a63ba977e2bc"},{"name":"Sequence business cases","item":[{"name":"POS checkout with updates","item":[{"name":"1. Start-transaction receipt [Vorgangsstart]","id":"98eb0638-b2dd-4b42-a8e6-e7fa60bd7851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"pos-action-identification-02\",\r\n    \"cbReceiptMoment\":\"2020-06-29T17:45:00.000Z\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":2.0,\r\n            \"Description\":\"Brötchen\",\r\n            \"Amount\":2,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134929,\r\n            \"Moment\":\"2020-06-29T17:45:05.111Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338167972134920\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000008</code></p>\n<p>Starts a new, unfinished action. Use ftChargeItems and ftPayItems to hand over already known details for final receipt. Using the same <em>cbReceiptReferece</em> in following calls connects the action items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"98eb0638-b2dd-4b42-a8e6-e7fa60bd7851"},{"name":"2. Option A: Update-transaction receipt [Bestellung]","id":"1a78be2a-f598-4a85-9d79-7a9c77d15531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"pos-action-identification-02\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":2.0,\r\n            \"Description\":\"Brötchen\",\r\n            \"Amount\":2,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134929,\r\n            \"Moment\":\"2020-06-29T17:45:05.111Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Coffee to Go\",\r\n            \"Amount\":2.50,\r\n            \"VATRate\":7.00,\r\n            \"ftChargeItemCase\":4919338167972200466,\r\n            \"Moment\":\"2020-06-29T17:45:10.222Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338167972134921\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000009</code></p>\n<p>Updates an open transaction and adds a new article to it. Connected with the ongoind transactions by the <em>cbReceiptReference</em> field. In this case (<em>update</em>-transaction), the charge and pay items must contain all the elements that represent the current state of this receipt.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a78be2a-f598-4a85-9d79-7a9c77d15531"},{"name":"2. Option B: Delta-transaction receipt [Bestellung]","id":"e1b0d9ab-489c-40ec-8b0c-58c719469f55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"pos-action-identification-02\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Coffee to Go\",\r\n            \"Amount\":2.50,\r\n            \"VATRate\":7.00,\r\n            \"ftChargeItemCase\":4919338167972200466,\r\n            \"Moment\":\"2020-06-29T17:46:20.333Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338167972134922\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x444500000000000A</code></p>\n<p>Updates an open transaction and adds a new article to it. Connected with the ongoind transactions by the <em>cbReceiptReference</em> field. In this case (<em>delta</em>-transaction), the charge and pay items must only contain changes to the already existing receipt.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1b0d9ab-489c-40ec-8b0c-58c719469f55"},{"name":"3. POS receipt with added order - Cash payment [Barzahlung]","id":"1565c0be-74ee-43dd-a0d0-a7fad2b82f86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"pos-action-identification-02\",\r\n    \"cbReceiptMoment\":\"{{current_moment}}\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":2.0,\r\n            \"Description\":\"Brötchen\",\r\n            \"Amount\":2,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134929,\r\n            \"Moment\":\"2020-06-29T17:45:05.111Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Coffee to Go\",\r\n            \"Amount\":2.50,\r\n            \"VATRate\":7.00,\r\n            \"ftChargeItemCase\":4919338167972200466,\r\n            \"Moment\":\"2020-06-29T17:45:10.222Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Coffee to Go\",\r\n            \"Amount\":2.50,\r\n            \"VATRate\":7.00,\r\n            \"ftChargeItemCase\":4919338167973183506,\r\n            \"Moment\":\"2020-06-29T17:46:20.333Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Coffee to Go\",\r\n            \"Amount\":2.50,\r\n            \"VATRate\":7.00,\r\n            \"ftChargeItemCase\":4919338167973183506,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cash\",\r\n            \"Amount\":9.50,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"{{current_moment}}\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338167972134913\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000001</code></p>\n<p>Finish the transaction and purchase with cash payment. </p>\n<p>In this example, an additional item (a second coffee to go) is added in this receipt to demonstrate that no additional update or delta transaction is needed in this case. However, these transactions <em>could</em> be performed beforehand. In this case, the total of the previous orders does not match the total amount (as the second coffee to go was not \"ordered\" separately).</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"1565c0be-74ee-43dd-a0d0-a7fad2b82f86"}],"id":"cadb5b86-5c4f-43c0-b224-d0a9f7a7a0ca","description":"<p>This case shows how to use both the delta- and the update-transaction receipts for demonstration purposes. In real implementations, please decide for either one of the options and stick to it.</p>\n<p>The difference between update and delta receipts is that:</p>\n<ul>\n<li><strong>Update</strong> contains the all items of the receipt, including the ones already sent by earlier updates, and hence \"overwrites\" the existing state</li>\n<li><strong>Delta</strong> contains only the items that should be added to the receipt, and will be \"merged\" with the existing state</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"82ad4751-2849-40a1-9f20-744b04b3b596"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0e92dc46-237c-4dcc-a82c-cfb427b3d27a"}}],"_postman_id":"cadb5b86-5c4f-43c0-b224-d0a9f7a7a0ca"},{"name":"Restaurant","item":[{"name":"1. Start-transaction receipt [Vorgangsstart]","id":"156143ae-6eb6-43ed-9b12-2c826bfae5db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n    \"cbTerminalID\": \"T1\",\n    \"cbReceiptReference\": \"ACC-124\",\n    \"cbReceiptMoment\": \"{{current_moment}}\",\n    \"cbChargeItems\": [],\n    \"cbPayItems\": [],\n    \"ftReceiptCaseData\": \"\",\n    \"cbUser\": \"Astrid\",\n    \"ftReceiptCase\": 4919338167972134920\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000008</code></p>\n<p>Starts a new, unfinished action. Use ftChargeItems and ftPayItems to hand over already known details for final receipt. Using the same <em>cbReceiptReferece</em> in following calls connects the action items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"156143ae-6eb6-43ed-9b12-2c826bfae5db"},{"name":"2. Info-internal receipt - Guest takes a seat [Gast nimmt Platz]","id":"1943f1d0-07df-461b-ba5b-6fa607924c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n    \"cbTerminalID\": \"T1\",\n    \"cbReceiptReference\": \"ACC-124\",\n    \"cbReceiptMoment\": \"{{current_moment}}\",\n    \"cbChargeItems\": [],\n    \"cbPayItems\": [],\n    \"ftReceiptCaseData\": \"\",\n    \"cbUser\": \"Astrid\",\n    \"ftReceiptCase\": 4919338167972134931\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000013</code></p>\n<p>Informational log about a guest taking a seat at a table.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"1943f1d0-07df-461b-ba5b-6fa607924c9f"},{"name":"3. Start-transaction receipt [Vorgangsstart]","id":"b21dc18c-d77e-42b2-bb05-657cdbe4c99b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n    \"cbTerminalID\": \"T1\",\n    \"cbReceiptReference\": \"ACC-124\",\n    \"cbReceiptMoment\": \"{{current_moment}}\",\n    \"cbChargeItems\": [],\n    \"cbPayItems\": [],\n    \"ftReceiptCaseData\": \"\",\n    \"cbUser\": \"Astrid\",\n    \"ftReceiptCase\": 4919338167972134920\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000008</code></p>\n<p>Starts a new, unfinished action. Use ftChargeItems and ftPayItems to hand over already known details for final receipt. Using the same <em>cbReceiptReferece</em> in following calls connects the action items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"b21dc18c-d77e-42b2-bb05-657cdbe4c99b"},{"name":"4. Info-order receipt - Guest orders drinks [Gast bestellt Getränke]","id":"761e1596-34b1-4d71-8ad0-c8e14d6a53fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n    \"cbTerminalID\": \"T1\",\n    \"cbReceiptReference\": \"ACC-124\",\n    \"cbReceiptMoment\": \"{{current_moment}}\",\n    \"cbChargeItems\": [\n        {\n            \"Quantity\": 1.0,\n            \"Description\": \"Lavazza Gusto Mokka\",\n            \"Amount\": 4.00,\n            \"VATRate\": 19.00,\n            \"ftChargeItemCase\": 4919338167972134913,\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\n        },\n        {\n            \"Quantity\": 1.0,\n            \"Description\": \"0,3 Fanta\",\n            \"Amount\": 3.50,\n            \"VATRate\": 19.00,\n            \"ftChargeItemCase\": 4919338167972134913,\n            \"Moment\": \"2020-06-29T17:45:40.505Z\"\n        }\n    ],\n    \"cbPayItems\": [],\n    \"ftReceiptCaseData\": \"\",\n    \"cbUser\": \"Astrid\",\n    \"ftReceiptCase\": 4919338167972134928\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000010</code></p>\n<p>The uest is ordering two drinks at the restaurant.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"761e1596-34b1-4d71-8ad0-c8e14d6a53fa"},{"name":"5. Start-transaction receipt [Vorgangsstart]","id":"6eabc6a3-cb8a-44f8-b021-dfc808afa050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n    \"cbTerminalID\": \"T1\",\n    \"cbReceiptReference\": \"ACC-124\",\n    \"cbReceiptMoment\": \"{{current_moment}}\",\n    \"cbChargeItems\": [],\n    \"cbPayItems\": [],\n    \"ftReceiptCaseData\": \"\",\n    \"cbUser\": \"Astrid\",\n    \"ftReceiptCase\": 4919338167972134920\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000008</code></p>\n<p>Starts a new, unfinished action. Use ftChargeItems and ftPayItems to hand over already known details for final receipt. Using the same <em>cbReceiptReferece</em> in following calls connects the action items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"6eabc6a3-cb8a-44f8-b021-dfc808afa050"},{"name":"6. Info-order receipt - Guest orders another drink [Gast bestellt weiteres Getränk]","id":"41f538f0-86bd-419e-a8e0-15bf95148c7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\n    \"cbTerminalID\": \"T1\",\n    \"cbReceiptReference\": \"ACC-124\",\n    \"cbReceiptMoment\": \"{{current_moment}}\",\n    \"cbChargeItems\": [\n        {\n            \"Quantity\": 1,\n            \"Description\": \"0,3 Fanta\",\n            \"Amount\": 3.5,\n            \"VATRate\": 19,\n            \"ftChargeItemCase\": 4919338167972134913,\n            \"Moment\": \"2020-06-29T17:55:20.705Z\"\n        }\n    ],\n    \"cbPayItems\": [],\n    \"ftReceiptCaseData\": \"\",\n    \"cbUser\": \"Astrid\",\n    \"ftReceiptCase\": 4919338167972134928\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000010</code></p>\n<p>The guest is ordering another drink at the restaurant.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"41f538f0-86bd-419e-a8e0-15bf95148c7c"},{"name":"7. Start-transaction receipt [Vorgangsstart]","id":"df0cd693-544f-4cf4-953e-b9146265e915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"ACC-124\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\":[],\r\n    \"cbPayItems\":[], \r\n    \"ftReceiptCase\":4919338167972134920\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000008</code></p>\n<p>Starts a new, unfinished action. Use ftChargeItems and ftPayItems to hand over already known details for final receipt. Using the same <em>cbReceiptReferece</em> in following calls connects the action items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"df0cd693-544f-4cf4-953e-b9146265e915"},{"name":"8. POS receipt - Guest is paying [Gast bezahlt]","id":"00b4ce10-a288-4941-a846-879508870c26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\":\"ACC-124\",\r\n    \"cbReceiptMoment\":\"2020-06-29T18:05:33.912Z\",\r\n    \"cbChargeItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Lavazza Gusto Mokka\",\r\n            \"Amount\":4.00,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"0,3 Fanta\",\r\n            \"Amount\":3.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-29T17:45:40.505Z\"\r\n        },\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"0,3 Fanta\",\r\n            \"Amount\":3.50,\r\n            \"VATRate\":19.00,\r\n            \"ftChargeItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-29T17:55:20.705Z\"\r\n        }\r\n    ],\r\n    \"cbPayItems\":[\r\n        {\r\n            \"Quantity\":1.0,\r\n            \"Description\":\"Cash\",\r\n            \"Amount\":11.00,      \r\n            \"ftPayItemCase\":4919338167972134913,\r\n            \"Moment\":\"2020-06-29T18:05:33.912Z\"\r\n        }\r\n    ], \r\n    \"ftReceiptCase\":4919338167972134913\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000001</code></p>\n<p>Finish the process and pay with cash.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"00b4ce10-a288-4941-a846-879508870c26"}],"id":"23b8365f-892b-413b-9b35-5ad049822529","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8139ac5e-05d9-48b5-a15c-4de39f5eb105"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0e662218-e131-46c2-8bb0-dd9da2344ae0"}}],"_postman_id":"23b8365f-892b-413b-9b35-5ad049822529","description":""},{"name":"Shift","item":[{"name":"1. Start-transaction receipt [Vorgangsstart]","id":"b602892b-68bd-4a5a-a057-c33a39abaeec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"pos-action-shift-03092020\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338167972134920\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000008</code></p>\n<p>Starts a new, unfinished action. Use ftChargeItems and ftPayItems to hand over already known details for final receipt. Using the same <em>cbReceiptReferece</em> in following calls connects the action items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"b602892b-68bd-4a5a-a057-c33a39abaeec"},{"name":"2. Protocol receipt - Login [Einloggen]","id":"42838cce-7918-403b-b5f5-d7f1bf2a4f05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"pos-action-shift-03092020\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"cbUser\": \"Markus\",\r\n    \"ftReceiptCaseData\": \"{\\\"UserId\\\":123,\\\"ReceiptName\\\":\\\"Userlogin\\\"}\",\r\n    \"ftReceiptCase\": 4919338167972134932\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000014</code></p>\n<p>Protocol a login operation to the POS system. The <code>UserId</code> property in <em>ftReceiptCaseData</em> is optional and will be automatically generated from the <em>cbUser</em> if not sent.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"42838cce-7918-403b-b5f5-d7f1bf2a4f05"},{"name":"3. Start-transaction receipt [Vorgangsstart]","id":"495ae495-a3d6-4744-8443-eb67ec99e8b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"pos-action-shift-03092020\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338167972134920\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000008</code></p>\n<p>Starts a new, unfinished action. Use ftChargeItems and ftPayItems to hand over already known details for final receipt. Using the same <em>cbReceiptReferece</em> in following calls connects the action items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"495ae495-a3d6-4744-8443-eb67ec99e8b2"},{"name":"4. Cash-deposit receipt - Set initial cash amount [Anfangsbestand]","id":"45f5e2d8-24ea-45f6-92cc-a6f7e14b5d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"pos-action-shift-03092020\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash transfer to till\",\r\n            \"Amount\": 30.00,\r\n            \"VATRate\": 0.00,\r\n            \"ftChargeItemCase\": 4919338167972135056,\r\n            \"Moment\": \"{{current_moment}}\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 30.00,\r\n            \"ftPayItemCase\": 4919338167972134913,\r\n            \"Moment\": \"{{current_moment}}\"\r\n        }\r\n    ],\r\n    \"cbUser\": \"Markus\",\r\n    \"ftReceiptCase\": 4919338167972134929\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000011</code></p>\n<p>ftChargeItemCase: <code>0x4445000000000090</code></p>\n<p>Sets the initial cash amount of the POS system. In this example, a charge item is used for this operation. Alternatively, the same operation can be processed by using a pay item with a negative amount.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftchargeitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"45f5e2d8-24ea-45f6-92cc-a6f7e14b5d88"},{"name":"5. Start-transaction receipt [Vorgangsstart]","id":"86f38770-7eac-4e94-890f-58f30a0d875d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"pos-action-shift-03092020\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338167972134920\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000008</code></p>\n<p>Starts a new, unfinished action. Use ftChargeItems and ftPayItems to hand over already known details for final receipt. Using the same <em>cbReceiptReferece</em> in following calls connects the action items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"86f38770-7eac-4e94-890f-58f30a0d875d"},{"name":"6. Cash pay-in receipt - Cash up [Bareinlage]","id":"48617228-9102-4821-bad5-705c597a5adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"pos-action-shift-03092020\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 200.00,\r\n            \"ftPayItemCase\": 4919338167972134913,\r\n            \"Moment\": \"{{current_moment}}\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash transfer to till\",\r\n            \"Amount\": -200.00,\r\n            \"ftPayItemCase\": 4919338167972134932,\r\n            \"Moment\": \"{{current_moment}}\"\r\n        }\r\n    ],\r\n    \"cbUser\": \"Markus\",\r\n    \"ftReceiptCase\": 4919338167972134929\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000011</code></p>\n<p>ftPayItemCase: <code>0x4445000000000014</code></p>\n<p>Cash pay into the POS system. In this example, a pay item with negative amount is used for this operation. Alternatively, the same operation can be processed by using a charge item with a positive amount.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftpayitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftpayitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"48617228-9102-4821-bad5-705c597a5adf"},{"name":"7. Start-transaction receipt [Vorgangsstart]","id":"4abea302-f10d-4f39-b493-36e2044bf43c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"pos-action-shift-03092020\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 4919338167972134920\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000008</code></p>\n<p>Starts a new, unfinished action. Use ftChargeItems and ftPayItems to hand over already known details for final receipt. Using the same <em>cbReceiptReferece</em> in following calls connects the action items.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></p>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"4abea302-f10d-4f39-b493-36e2044bf43c"},{"name":"8. Cash pay-out receipt - Cash down [Auszahlung]","id":"e5330dc2-2f21-4595-b01a-dbbb9b911d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"T2\",\r\n    \"cbReceiptReference\": \"pos-action-shift-03092020\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": -200.00,\r\n            \"ftPayItemCase\": 4919338167972134913,\r\n            \"Moment\": \"{{current_moment}}\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash transfer from till\",\r\n            \"Amount\": 200.00,\r\n            \"ftPayItemCase\": 4919338167972134932,\r\n            \"Moment\": \"{{current_moment}}\"\r\n        }\r\n    ],\r\n    \"cbUser\": \"Markus\",\r\n    \"ftReceiptCase\": 4919338167972134929\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Sign","description":"<p>ftReceiptCase: <code>0x4445000000000011</code></p>\n<p>ftPayItemCase: <code>0x4445000000000014</code></p>\n<p>Cash pay-out from the POS system. In this example, a pay item with positive amount is used for this operation. Alternatively, the same operation can be processed by using a charge item with a negative amount.</p>\n<p><em>See also:</em></p>\n<ul>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftreceiptcase</a></li>\n<li><a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftpayitemcase\">https://link.fiskaltrust.cloud/middleware-doc/de/ftpayitemcase</a></li>\n</ul>\n","urlObject":{"path":["json","v1","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5330dc2-2f21-4595-b01a-dbbb9b911d52"}],"id":"4bbd7349-0e66-4e2a-871b-7f2555f62ef6","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"10b1002a-76c7-418e-b69c-b719024ac23a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2bece7e1-976b-41c4-8bf2-81ecec4fb6d0"}}],"_postman_id":"4bbd7349-0e66-4e2a-871b-7f2555f62ef6","description":""}],"id":"0efb2f15-6756-4b22-87c1-cc02957d51bd","description":"<h1 id=\"sequence-business-cases\">Sequence business cases</h1>\n<p>The requests listed in this section demonstrate \"multi-step\" business cases, i.e. long running cases that require multiple sign calls and transactions.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"0b83d4d6-a0c8-48d1-9ae1-dbc205664761"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6fc4e2ea-a617-450f-8206-13a41c1e62e2"}}],"_postman_id":"0efb2f15-6756-4b22-87c1-cc02957d51bd"}],"id":"ce8a5812-23cc-402c-b335-fe6fa0ac4ca4","description":"<h1 id=\"explicit-transaction-samples\">Explicit transaction samples</h1>\n<p>Explicit transactions do not automatically create a start- and a finish transaction, and hence can be utilized in scenarios where users of the fiskaltrust.Middleware need more control about the exact commands that will be sent to the TSE.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/explicit-flow\">https://link.fiskaltrust.cloud/middleware-doc/de/explicit-flow</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"158c168f-6ca9-4d73-afc5-0db54c58a39c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ba74c6d5-79c9-4059-852d-16c63dcdf544"}}],"_postman_id":"ce8a5812-23cc-402c-b335-fe6fa0ac4ca4"},{"name":"Journal","item":[{"name":"DSFinV-K export","id":"ad44c4d9-2834-42e2-9e20-6c78400fc4f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:1500/json/v0/Journal?type=4919338167972134914","description":"<p>ftJournalType: <code>0x4445000000000002</code></p>\n<p>This method returns a DSFinV-K .zip file. If the <code>from</code> and <code>to</code> parameters are not defined, all data will be returned.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/de/ftjournaltype</a></p>\n","urlObject":{"path":["json","v0","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"4919338167972134914"},{"disabled":true,"description":{"content":"<p>The timestamp determining where to start the export, in Ticks (optional)</p>\n","type":"text/plain"},"key":"from","value":"637417728000000000"},{"disabled":true,"description":{"content":"<p>The timestamp determining where to end the export, in Ticks  (optional)</p>\n","type":"text/plain"},"key":"to","value":"637418591990000000"}],"variable":[]}},"response":[],"_postman_id":"ad44c4d9-2834-42e2-9e20-6c78400fc4f9"},{"name":"TAR file export from Middleware","id":"6afb616b-065d-43f5-9004-df46cf1f0014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:1500/json/v0/Journal?type=4919338167972134915","description":"<p>ftJournalType: <code>0x4445000000000003</code></p>\n<p>This export will read the TAR files from the database. Therefore, the TSE will not be used during this time, and exports will be much faster in most cases. Also, <code>from</code> and <code>to</code> parameters are supported. If they are not specified, all data will be returned.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/de/ftjournaltype</a></p>\n","urlObject":{"path":["json","v0","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"4919338167972134915"},{"disabled":true,"description":{"content":"<p>The timestamp determining where to start the export, in Ticks (optional)</p>\n","type":"text/plain"},"key":"from","value":"637417728000000000"},{"disabled":true,"description":{"content":"<p>The timestamp determining where to end the export, in Ticks  (optional)</p>\n","type":"text/plain"},"key":"to","value":"637418591990000000"}],"variable":[]}},"response":[],"_postman_id":"6afb616b-065d-43f5-9004-df46cf1f0014"},{"name":"TAR file export from Middleware (Linux)","id":"7cba34be-b84e-4aff-95d6-631115a80e4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:1500/json/v0/Journal?type=4919338167972134915","description":"<p>ftJournalType: <code>0x4445000000000003</code></p>\n<p>This export will read the TAR files from the database. Therefore, the TSE will not be used during this time, and exports will be much faster in most cases. Also, <code>from</code> and <code>to</code> parameters are supported. If they are not specified, all data will be returned.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/de/ftjournaltype</a></p>\n","urlObject":{"path":["json","v0","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"4919338167972134915"},{"disabled":true,"description":{"content":"<p>The timestamp determining where to start the export, in Ticks (optional)</p>\n","type":"text/plain"},"key":"from","value":"637417728000000000"},{"disabled":true,"description":{"content":"<p>The timestamp determining where to end the export, in Ticks  (optional)</p>\n","type":"text/plain"},"key":"to","value":"637418591990000000"}],"variable":[]}},"response":[],"_postman_id":"7cba34be-b84e-4aff-95d6-631115a80e4a"},{"name":"TAR file export from TSE","id":"d845684f-ef51-4a46-8234-67062934a269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:1500/json/v0/Journal?type=4919338167972134913","description":"<p>ftJournalType: <code>0x4445000000000001</code></p>\n<p>This export will read the TAR files directly from the TSE. Therefore, the TSE will be used during this time and might be locked. Depending on the type of the TSE, this export might take very long.\nDue to limitations of some TSEs, <code>from</code> and <code>to</code> are not supported. Please use the database-based <code>Journal</code> call for these cases.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/de/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/de/ftjournaltype</a></p>\n","urlObject":{"path":["json","v0","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"4919338167972134913"}],"variable":[]}},"response":[],"_postman_id":"d845684f-ef51-4a46-8234-67062934a269"},{"name":"Version information","id":"3725ea47-6cc9-4a80-902b-d1324b903a1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:1500/json/v0/Journal?type=0","description":"<p>ftJournalType: <code>0x0000000000000000</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","v0","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"0"}],"variable":[]}},"response":[],"_postman_id":"3725ea47-6cc9-4a80-902b-d1324b903a1e"},{"name":"ActionJournal in internal format","id":"8d6a7704-e73e-49b2-a95a-c1e0cddeedad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:1500/json/v0/Journal?type=1","description":"<p>ftJournalType: <code>0x0000000000000001</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","v0","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"1"},{"disabled":true,"description":{"content":"<p>The timestamp determining where to start the export, in Ticks (optional)</p>\n","type":"text/plain"},"key":"from","value":"637417728000000000"},{"disabled":true,"description":{"content":"<p>The timestamp determining where to end the export, in Ticks  (optional)</p>\n","type":"text/plain"},"key":"to","value":"637418591990000000"}],"variable":[]}},"response":[],"_postman_id":"8d6a7704-e73e-49b2-a95a-c1e0cddeedad"},{"name":"ReceiptJournal in internal format","id":"9f27ea1f-0234-474f-8c14-129a220d72d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:1500/json/v0/Journal?type=2","description":"<p>ftJournalType: <code>0x0000000000000002</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","v0","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"2"},{"disabled":true,"description":{"content":"<p>The timestamp determining where to start the export, in Ticks (optional)</p>\n","type":"text/plain"},"key":"from","value":"637417728000000000"},{"disabled":true,"description":{"content":"<p>The timestamp determining where to end the export, in Ticks  (optional)</p>\n","type":"text/plain"},"key":"to","value":"637418591990000000"}],"variable":[]}},"response":[],"_postman_id":"9f27ea1f-0234-474f-8c14-129a220d72d5"},{"name":"QueueItemJournal in internal format","id":"4f1481d6-c330-43a3-b134-39ef0f3b32fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:1500/json/v0/Journal?type=3","description":"<p>ftJournalType: <code>0x0000000000000003</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","v0","Journal"],"host":["http://localhost:1500"],"query":[{"disabled":true,"description":{"content":"<p>The timestamp determining where to start the export, in Ticks (optional)</p>\n","type":"text/plain"},"key":"from","value":"637417728000000000"},{"disabled":true,"description":{"content":"<p>The timestamp determining where to end the export, in Ticks  (optional)</p>\n","type":"text/plain"},"key":"to","value":"637418591990000000"},{"key":"type","value":"3"}],"variable":[]}},"response":[],"_postman_id":"4f1481d6-c330-43a3-b134-39ef0f3b32fb"}],"id":"8e31de31-86eb-4068-a9c8-662fec2409ac","description":"<h1 id=\"journal\">Journal</h1>\n<p>The <em>journal</em> endpoint allows users to get data from a running Middleware instance, either in a \"raw\" JSON format, or specifically for the market (e.g. DSFinV-K in Germany).</p>\n<p>Please note that the <em>ticks</em> that need to be passed for the <code>from</code> and <code>to</code> parameters are .NET Ticks, <strong>not</strong> Unix timestamps. More details about this representation can be found <a href=\"https://docs.microsoft.com/en-us/dotnet/api/system.datetime.ticks?view=net-5.0#remarks\">here</a>.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"17406b80-e377-4403-9bf6-9308a17994ee"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1d248c9e-d9f3-45c1-bb46-b7787405b871"}}],"_postman_id":"8e31de31-86eb-4068-a9c8-662fec2409ac"},{"name":"Echo (v1)","id":"b31a1b8e-d7db-4ad6-b9a0-a80d153756d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"Message\": \"Hello fiskaltrust.Middleware!\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/v1/Echo","description":"<p>This function can be used for fast and easy communication checks. The body must contain a <code>Message</code> property, which is sent back directly.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/echo-function\">https://link.fiskaltrust.cloud/middleware-doc/echo-function</a></p>\n","urlObject":{"path":["json","v1","Echo"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"b31a1b8e-d7db-4ad6-b9a0-a80d153756d2"}],"id":"72d5526a-95cb-4bf5-a25e-9c984fb2ad66","description":"<p>Sample requests for the German market.</p>\n","event":[{"listen":"prerequest","script":{"id":"07e87248-0094-45bc-868a-e6018f5ffef1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"102b5804-f046-49a6-b937-a39a07f9a718","type":"text/javascript","exec":[""]}}],"_postman_id":"72d5526a-95cb-4bf5-a25e-9c984fb2ad66"},{"name":"France","item":[{"name":"Special receipt cases","item":[{"name":"NF 525 JET files","item":[{"name":"NF525 - JET","item":[{"name":"Protocol / Technical Event Log","id":"d9c85342-173b-47ad-834d-77b4ba90e963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"10\\\", \\\"Message\\\": \\\"Changement du mode de gestion de la séquence continue\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9c85342-173b-47ad-834d-77b4ba90e963"},{"name":"Protocol / Technical Event Log","id":"1b2f1bb0-5547-4a6c-beda-a85c8270e966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"20\\\", \\\"Message\\\": \\\"Archivage fiscal de période\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b2f1bb0-5547-4a6c-beda-a85c8270e966"},{"name":"Protocol / Technical Event Log","id":"0357815e-d5d1-4df9-bc34-184ca6e70d33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"30\\\", \\\"Message\\\": \\\"DArchivage fiscal d'année ou d'exercice\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"0357815e-d5d1-4df9-bc34-184ca6e70d33"},{"name":"Protocol / Technical Event Log","id":"e1bd2742-1289-4fc5-bb68-2901a2b8f6a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"40\\\", \\\"Message\\\": \\\"Arrêt du terminal, déconnexion, fermeture de session\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1bd2742-1289-4fc5-bb68-2901a2b8f6a5"},{"name":"Protocol / Technical Event Log","id":"6845abc9-a153-4609-a004-e50756d0a923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"50\\\", \\\"Message\\\": \\\"Clôture de période (Jour/Mois)session\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"6845abc9-a153-4609-a004-e50756d0a923"},{"name":"Protocol / Technical Event Log","id":"c0144093-329c-41ec-9194-f49c6e67a31f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"60\\\", \\\"Message\\\": \\\"Clôture annuelle ou d’exercice\\\", \\\"information\\\"; \\\"\\\"\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0144093-329c-41ec-9194-f49c6e67a31f"},{"name":"Protocol / Technical Event Log","id":"c21b4c10-0f30-4fe9-adde-9e310e122716","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"70\\\", \\\"Message\\\": \\\"Début de mode dégradé (hors connexion, …)\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"c21b4c10-0f30-4fe9-adde-9e310e122716"},{"name":"Protocol / Technical Event Log","id":"117a04b5-56f4-4dee-afc0-0bfe214da75a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"80\\\", \\\"Message\\\": \\\"Démarrage du terminal, connexion, ouverture de session\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"117a04b5-56f4-4dee-afc0-0bfe214da75a"},{"name":"Protocol / Technical Event Log","id":"e5e51d4c-fa6a-4e20-ab8b-84bd90142c5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"90\\\", \\\"Message\\\": \\\"Détection d’un défaut d’intégrité dans les données sécurisées ou dans une archive fiscale\\\", \\\"information\\\": \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5e51d4c-fa6a-4e20-ab8b-84bd90142c5c"},{"name":"Protocol / Technical Event Log","id":"386e2801-937d-4eaf-8a8e-f3f5be662ab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"95\\\", \\\"Message\\\": \\\"Détection d'une rupture de la séquence continue\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"386e2801-937d-4eaf-8a8e-f3f5be662ab5"},{"name":"Protocol / Technical Event Log","id":"d3c4c356-f8bb-4014-bba1-ada56a39c11f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"100\\\", \\\"Message\\\": \\\"Début de l'exécution d'une fonction spéciale (mode école)\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3c4c356-f8bb-4014-bba1-ada56a39c11f"},{"name":"Protocol / Technical Event Log","id":"a1a705eb-ebaa-456f-89ea-d1ba5f43469b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"105\\\", \\\"Message\\\": \\\"Fin de l'exécution d'une fonction spéciale (mode école)\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1a705eb-ebaa-456f-89ea-d1ba5f43469b"},{"name":"Protocol / Technical Event Log","id":"3293b2f6-61fb-4a03-8bcd-0b13985bff55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"110\\\", \\\"Message\\\": \\\"Exportation de données\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"3293b2f6-61fb-4a03-8bcd-0b13985bff55"},{"name":"Protocol / Technical Event Log","id":"875886ba-637b-402d-bea4-5bc2b15825fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"120\\\", \\\"Message\\\": \\\"Fin de mode dégradé\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"875886ba-637b-402d-bea4-5bc2b15825fb"},{"name":"Protocol / Technical Event Log","id":"441add9e-fec5-46b2-aab8-8f99bf0e31e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"123\\\", \\\"Message\\\": \\\"DRenvoi forcé de données vers le système central\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"441add9e-fec5-46b2-aab8-8f99bf0e31e0"},{"name":"Protocol / Technical Event Log","id":"857a5f81-b799-4e04-9a92-2729c8785948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"125\\\", \\\"Message\\\": \\\"Centralisation des données après la fin du mode dégradé\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"857a5f81-b799-4e04-9a92-2729c8785948"},{"name":"Protocol / Technical Event Log","id":"74c62358-829a-4737-a9c7-811177a0a7e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"128\\\", \\\"Message\\\": \\\"Changement d'assujetti utilisant le système d'encaissement\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"74c62358-829a-4737-a9c7-811177a0a7e5"},{"name":"Protocol / Technical Event Log","id":"60aba1f2-f8e6-4fe0-b583-4afb9ac50b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"130\\\", \\\"Message\\\": \\\"Habilitation d’utilisateur/Gestion des droits\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"60aba1f2-f8e6-4fe0-b583-4afb9ac50b18"},{"name":"Protocol / Technical Event Log","id":"2e1bf583-09a7-4fad-af63-d99e015e6912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"140\\\", \\\"Message\\\": \\\"DImportation de données externes\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e1bf583-09a7-4fad-af63-d99e015e6912"},{"name":"Protocol / Technical Event Log","id":"2b09ed9f-a617-4062-ac65-d14e3aa159fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"150\\\", \\\"Message\\\": \\\"Imprimante indisponible\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b09ed9f-a617-4062-ac65-d14e3aa159fe"},{"name":"Protocol / Technical Event Log","id":"42cd2a39-9258-492f-a46e-b46a3852e9e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"155\\\", \\\"Message\\\": \\\"Duplicata d’une note\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"42cd2a39-9258-492f-a46e-b46a3852e9e9"},{"name":"Protocol / Technical Event Log","id":"ccec2254-48df-400d-b7f8-ded0b912d81c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"156\\\", \\\"Message\\\": \\\"Duplicata d’un justificatif de paiement\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccec2254-48df-400d-b7f8-ded0b912d81c"},{"name":"Protocol / Technical Event Log","id":"0e22daa6-a43a-4d65-8f29-21c86634501f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"170\\\", \\\"Message\\\": \\\"Traitement de fond de caisse\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e22daa6-a43a-4d65-8f29-21c86634501f"},{"name":"Protocol / Technical Event Log","id":"900db23f-5256-481a-82d2-3ea1a81fbd6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"180\\\", \\\"Message\\\": \\\"Génération d'un fichier d'exportation des écritures comptables\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"900db23f-5256-481a-82d2-3ea1a81fbd6a"},{"name":"Protocol / Technical Event Log","id":"a81c2839-aec1-48a8-9c4e-86f64d4f78ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"190\\\", \\\"Message\\\": \\\"Annulation de pièce justificative ticket\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"a81c2839-aec1-48a8-9c4e-86f64d4f78ef"},{"name":"Protocol / Technical Event Log","id":"c63a6991-8233-436c-a0ba-1c85d5a2bf1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"200\\\", \\\"Message\\\": \\\"Purge des données\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"c63a6991-8233-436c-a0ba-1c85d5a2bf1e"},{"name":"Protocol / Technical Event Log","id":"949bc269-2687-4d0e-a7fb-fca2dac0cc1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"205\\\", \\\"Message\\\": \\\"Purge Partielle du JET\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"949bc269-2687-4d0e-a7fb-fca2dac0cc1c"},{"name":"Protocol / Technical Event Log","id":"fa3b8f19-2497-4203-953e-5a7e791f8350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"210\\\", \\\"Message\\\": \\\"Reprise de données d’autres logiciels suite à changement de systèmes\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa3b8f19-2497-4203-953e-5a7e791f8350"},{"name":"Protocol / Technical Event Log","id":"7b9aaa32-b3cd-4ece-9df4-26a489fbe701","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"220\\\", \\\"Message\\\": \\\"Restauration d’une base de données\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b9aaa32-b3cd-4ece-9df4-26a489fbe701"},{"name":"Protocol / Technical Event Log","id":"b9a6b6b4-e141-47f3-9b7c-f13b96000137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"230\\\", \\\"Message\\\": \\\"Sauvegarde d’une base de données\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9a6b6b4-e141-47f3-9b7c-f13b96000137"},{"name":"Protocol / Technical Event Log","id":"ed9d8900-1beb-4c4e-901c-0160b1927f0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"240\\\", \\\"Message\\\": \\\"Suivi des interventions de maintenance\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed9d8900-1beb-4c4e-901c-0160b1927f0d"},{"name":"Protocol / Technical Event Log","id":"eab23bf9-b6b5-4035-a522-7f6d3e318566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"250\\\", \\\"Message\\\": \\\"Installation d’une nouvelle version majeure du logiciel\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"eab23bf9-b6b5-4035-a522-7f6d3e318566"},{"name":"Protocol / Technical Event Log","id":"321cbf1f-eede-496a-8ea7-3ef1725355f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"255\\\", \\\"Message\\\": \\\"Installation d’une nouvelle version mineure du logiciel\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"321cbf1f-eede-496a-8ea7-3ef1725355f4"},{"name":"Protocol / Technical Event Log","id":"e7213d8e-5e98-4b7e-ae1a-4015105ebba2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"260\\\", \\\"Message\\\": \\\"Initialisation des données\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7213d8e-5e98-4b7e-ae1a-4015105ebba2"},{"name":"Protocol / Technical Event Log","id":"25a9a7c3-04c8-4616-9eb2-ed413cf2bccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"80\\\", \\\"Message\\\": \\\"Démarrage du terminal, connexion, ouverture de session\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"25a9a7c3-04c8-4616-9eb2-ed413cf2bccf"},{"name":"Protocol / Technical Event Log","id":"76e6c810-7c9d-4a0d-a4cb-97758dbc23d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"270\\\", \\\"Message\\\": \\\"Evolution de paramètre de conformité aux règles\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"76e6c810-7c9d-4a0d-a4cb-97758dbc23d5"},{"name":"Protocol / Technical Event Log","id":"7315d23e-7b9b-49a2-aab3-c9317102137a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"280\\\", \\\"Message\\\": \\\"Début/fin d’opération de contrôle fiscal\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"7315d23e-7b9b-49a2-aab3-c9317102137a"},{"name":"Protocol / Technical Event Log","id":"2f1c7ab9-e510-4bb3-aefa-b92b5fe66bb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"295\\\", \\\"Message\\\": \\\"Transfert de fichier à la demande de l'administration\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f1c7ab9-e510-4bb3-aefa-b92b5fe66bb3"},{"name":"Protocol / Technical Event Log","id":"835c329d-b482-47f9-9206-10498a1e2108","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"300\\\", \\\"Message\\\": \\\"Activation de paramètre autorisé et documenté\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"835c329d-b482-47f9-9206-10498a1e2108"},{"name":"Protocol / Technical Event Log","id":"358a78e6-0cc5-4698-9eb9-0285f3923969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"320\\\", \\\"Message\\\": \\\"Abandon d’une opération de vente (transaction) commerciale non encore enregistrée\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"358a78e6-0cc5-4698-9eb9-0285f3923969"},{"name":"Protocol / Technical Event Log","id":"a8202171-1a0d-4373-86d7-586189e0ce3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"323\\\", \\\"Message\\\": \\\"Annulation/modification d’une ligne d’article\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8202171-1a0d-4373-86d7-586189e0ce3d"},{"name":"Protocol / Technical Event Log","id":"b4522cba-8472-4df2-8bbd-8698c327cc3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"324\\\", \\\"Message\\\": \\\"Abandon d'une note validée\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4522cba-8472-4df2-8bbd-8698c327cc3f"},{"name":"Protocol / Technical Event Log","id":"4b4fc313-8dfd-45d2-bbf4-6e71777a39f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"325\\\", \\\"Message\\\": \\\"Annulation(s) d’article(s) après commande\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b4fc313-8dfd-45d2-bbf4-6e71777a39f3"},{"name":"Protocol / Technical Event Log","id":"b66f9fb7-0d76-473b-a79a-3d81d4d4b533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"326\\\", \\\"Message\\\": \\\"Retour(s) d'article(s) après une émission d’une note\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"b66f9fb7-0d76-473b-a79a-3d81d4d4b533"},{"name":"Protocol / Technical Event Log","id":"280c5b9d-0972-48f8-9485-3b78667d1ded","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"327\\\", \\\"Message\\\": \\\"Passage en note « offerte »\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"280c5b9d-0972-48f8-9485-3b78667d1ded"},{"name":"Protocol / Technical Event Log","id":"75ec1bf3-6912-4890-be9a-c2badf7a5c45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"328\\\", \\\"Message\\\": \\\"Passage d’article en « offert »\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"75ec1bf3-6912-4890-be9a-c2badf7a5c45"},{"name":"Protocol / Technical Event Log","id":"4fccaf0b-02b4-4ba6-818f-e989229bd01a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"329\\\", \\\"Message\\\": \\\"Non édition d’une noteNon édition d’une note\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fccaf0b-02b4-4ba6-818f-e989229bd01a"},{"name":"Protocol / Technical Event Log","id":"453bafc9-a952-4e67-ab52-d5031be2c7c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\410\\\", \\\"Message\\\": \\\"Changement de données affectant l’identification de l’assujetti ou du mandataire\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"453bafc9-a952-4e67-ab52-d5031be2c7c4"},{"name":"Protocol / Technical Event Log","id":"a7297b58-cd8c-4c75-a8cb-4327f809f340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"420\\\", \\\"Message\\\": \\\"Changement du mode de règlement, après émission du ticket\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7297b58-cd8c-4c75-a8cb-4327f809f340"},{"name":"Protocol / Technical Event Log","id":"83d8a035-9f3c-4aec-97d1-02252dd8942d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"\\\", \\\"Message\\\": \\\"Changement de table (en restauration)  affectée à une note\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"83d8a035-9f3c-4aec-97d1-02252dd8942d"},{"name":"Protocol / Technical Event Log","id":"afa5b16a-f824-4278-8e3b-d1a480ef14cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"440\\\", \\\"Message\\\": \\\"Traçabilité du changement du trousseau de clés utilisé pour signer\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"afa5b16a-f824-4278-8e3b-d1a480ef14cc"}],"id":"defce951-3e32-4699-b6e2-6b89c30b7b17","description":"<p>This folder contains example of how JET should look like</p>\n","_postman_id":"defce951-3e32-4699-b6e2-6b89c30b7b17"}],"id":"bc4b3712-bafa-40ed-950b-5f8e21185013","_postman_id":"bc4b3712-bafa-40ed-950b-5f8e21185013","description":""},{"name":"Start/Initial-operation receipt","id":"cf1039ab-42bb-4dbc-b0bf-5642a045befc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"17\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229328\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000010</code></p>\n<p>Must be sent once when the Queue is put into operation.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: Yes</li>\n<li>Chain and national numbering: <em>G</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf1039ab-42bb-4dbc-b0bf-5642a045befc"},{"name":"Stop/Out-of-operation receipt","id":"314341b3-88f5-434a-baf1-6f02d1cf4072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"18\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229329\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000011</code></p>\n<p>Must be sent once when the Queue is put out of operation.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: Yes</li>\n<li>Chain and national numbering: <em>G</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"314341b3-88f5-434a-baf1-6f02d1cf4072"},{"name":"Shift receipt","id":"1ef2376a-e638-4adb-9e78-0b276ab919f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"4\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229316\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000004</code></p>\n<p>Resets shift counter, keeps all other counters</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: Yes</li>\n<li>Chain and national numbering: <em>G</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ef2376a-e638-4adb-9e78-0b276ab919f2"},{"name":"Daily receipt","id":"6bfc469c-e725-4a49-9a2d-0ada01ef2de1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"6\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229317\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000005</code></p>\n<ul>\n<li>Adds daily counter to monthly counter an then resets daily counter</li>\n<li>Keeps shift counter</li>\n</ul>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: Yes</li>\n<li>Chain and national numbering: <em>G</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bfc469c-e725-4a49-9a2d-0ada01ef2de1"},{"name":"Monthly receipt","id":"811e496e-eae9-4ab9-88e3-a219d4a866f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"7\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229318\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000006</code></p>\n<ul>\n<li>Adds daily counter to monthly counter an then resets daily counter</li>\n<li>Adds monthly counter to yearly counter and then resets monthly counter</li>\n<li>Keeps shift counter</li>\n</ul>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: Yes</li>\n<li>Chain and national numbering: <em>G</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"811e496e-eae9-4ab9-88e3-a219d4a866f3"},{"name":"Yearly receipt","id":"7bd98d16-cf71-41b6-b509-bdef0fed3e19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"8\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229319\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000007</code></p>\n<ul>\n<li>Adds daily counter to monthly counter an then resets daily counter</li>\n<li>Adds monthly counter to yearly counter and then resets monthly counter</li>\n<li>Resets yearly counter</li>\n<li>Keeps shift counter</li>\n</ul>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: Yes</li>\n<li>Chain and national numbering: <em>G</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bd98d16-cf71-41b6-b509-bdef0fed3e19"},{"name":"Zero receipt","id":"71b33933-a2a6-4c74-a2cf-be149ff9ca2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"16\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229327\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x465200000000000F</code></p>\n<p>Processes a communication and functional test of the fiskaltrust.Middleware. Additionally, this operation must be used to end the \"failure mode\" of the Middleware.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: Yes</li>\n<li>Chain and national numbering: <em>G</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"71b33933-a2a6-4c74-a2cf-be149ff9ca2b"},{"name":"Archive receipt","id":"eb7c2060-b92f-4ec7-93e5-4939fbf67bae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"22\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229333\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000015</code></p>\n<p>Triggers an archive operation and a daily closing.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: Yes</li>\n<li>Chain and national numbering: <em>G</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb7c2060-b92f-4ec7-93e5-4939fbf67bae"}],"id":"fa23d6bc-0ed6-4eee-9f04-38a53c3b3464","description":"<h1 id=\"special-receipt-cases\">Special receipt cases</h1>\n<p>Requests with these <code>ftReceiptCase</code> values are used to control the fiskaltrust.Middleware. These requests must contain empty arrays for the values of <code>ftChargeItems</code> and <code>ftPayItems</code>.</p>\n<p><em>See also (general information):</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/zero-receipt\">https://link.fiskaltrust.cloud/middleware-doc/fr/zero-receipt</a></p>\n<p><em>See also (information specific for France):</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/ftreceiptcase\">https://link.fiskaltrust.cloud/middleware-doc/fr/ftreceiptcase</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"373f9167-4875-41a5-a56d-9086c116dbb1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"bcba96b5-463c-417c-bc1e-a2dc63559f33"}}],"_postman_id":"fa23d6bc-0ed6-4eee-9f04-38a53c3b3464"},{"name":"Journal","item":[{"name":"Version information","id":"56ef4be7-55e0-452a-a925-53cea493d5b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:1500/json/Journal?type=0&from=0&to=0","description":"<p>ftJournalType: <code>0x0000000000000000</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"0"},{"description":{"content":"<p>The timestamp determining where to start the export, in Ticks</p>\n","type":"text/plain"},"key":"from","value":"0"},{"description":{"content":"<p>The timestamp determining where to end the export, in Ticks</p>\n","type":"text/plain"},"key":"to","value":"0"}],"variable":[]}},"response":[],"_postman_id":"56ef4be7-55e0-452a-a925-53cea493d5b8"},{"name":"ActionJournal in internal format","id":"e67ee19c-2b62-4ae4-8848-a9672c64d2dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:1500/json/Journal?type=1&from=0&to=0","description":"<p>ftJournalType: <code>0x0000000000000001</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"1"},{"description":{"content":"<p>The timestamp determining where to start the export, in Ticks</p>\n","type":"text/plain"},"key":"from","value":"0"},{"description":{"content":"<p>The timestamp determining where to end the export, in Ticks</p>\n","type":"text/plain"},"key":"to","value":"0"}],"variable":[]}},"response":[],"_postman_id":"e67ee19c-2b62-4ae4-8848-a9672c64d2dd"},{"name":"ReceiptJournal in internal format","id":"ffa0dc1d-7be9-488e-9349-30bb00a80863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://localhost:1500/json/Journal?type=2&from=0&to=0","description":"<p>ftJournalType: <code>0x0000000000000002</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"2"},{"description":{"content":"<p>The timestamp determining where to start the export, in Ticks</p>\n","type":"text/plain"},"key":"from","value":"0"},{"description":{"content":"<p>The timestamp determining where to end the export, in Ticks</p>\n","type":"text/plain"},"key":"to","value":"0"}],"variable":[]}},"response":[],"_postman_id":"ffa0dc1d-7be9-488e-9349-30bb00a80863"},{"name":"QueueItemJournal in internal format","id":"7e5c5079-3df5-4f27-837a-ed5d8dc5a9ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Journal?type=3&from=0&to=0","description":"<p>ftJournalType: <code>0x0000000000000003</code></p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"3"},{"key":"from","value":"0"},{"key":"to","value":"0"}],"variable":[]}},"response":[],"_postman_id":"7e5c5079-3df5-4f27-837a-ed5d8dc5a9ea"},{"name":"Queue Archive totals","id":"88ffd2cb-6a6e-43c7-9127-e08c23fd9228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Journal?type=5067112530745229318&from=0&to=0","description":"<p>ftJournalType: <code>0x0000000000000008</code></p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"5067112530745229318"},{"key":"from","value":"0"},{"key":"to","value":"0"}],"variable":[]}},"response":[],"_postman_id":"88ffd2cb-6a6e-43c7-9127-e08c23fd9228"},{"name":"Queue status information","id":"e1a99632-8e5f-4b08-b11e-1b0397c5040c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Journal?type=506711253074522931&from=0&to=0","description":"<p>ftJournalType: <code>0x4652000000000000</code></p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"506711253074522931"},{"key":"from","value":"0"},{"key":"to","value":"0"}],"variable":[]}},"response":[],"_postman_id":"e1a99632-8e5f-4b08-b11e-1b0397c5040c"},{"name":"Queue Payment Proof totals","id":"eea31249-c7f2-4ac5-9511-c9f962de6292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Journal?type=5067112530745229314&from=0&to=0","description":"<p>ftJournalType: <code>0x4652000000000002 (Payment proof and assimilated, Cash Pay-in, Cash Pay-out).</code></p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"5067112530745229314"},{"key":"from","value":"0"},{"key":"to","value":"0"}],"variable":[]}},"response":[],"_postman_id":"eea31249-c7f2-4ac5-9511-c9f962de6292"},{"name":"Journal queue internal receipts","id":"3503b568-5813-46f9-8af3-54dcd5035915","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Journal?type=5067112530745229325&from=0&to=0","description":"<p>ftJournalType: <code>0x465200000000000D</code></p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"5067112530745229325"},{"key":"from","value":"0"},{"key":"to","value":"0"}],"variable":[]}},"response":[],"_postman_id":"3503b568-5813-46f9-8af3-54dcd5035915"},{"name":"Journal Audit log","id":"8cd58c40-ae16-49d4-b0ce-73d2eb090e50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Journal?type=5067112530745229331&from=0&to=0","description":"<p>ftJournalType: <code>0x46520000000000013</code></p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype\">https://link.fiskaltrust.cloud/middleware-doc/ftjournaltype</a></p>\n","urlObject":{"path":["json","Journal"],"host":["http://localhost:1500"],"query":[{"key":"type","value":"5067112530745229331"},{"key":"from","value":"0"},{"key":"to","value":"0"}],"variable":[]}},"response":[],"_postman_id":"8cd58c40-ae16-49d4-b0ce-73d2eb090e50"}],"id":"1b01e69f-7544-48f0-9dcc-3d334a2c8abd","description":"<h1 id=\"journal\">Journal</h1>\n<p>The <em>journal</em> endpoint allows users to get data from a running Middleware instance, either in a \"raw\" JSON format, or specifically for the market (e.g. DSFinV-K in Germany).</p>\n<p>Please note that the <em>ticks</em> that need to be passed for the <code>from</code> and <code>to</code> parameters are .NET Ticks, <strong>not</strong> Unix timestamps. More details about this representation can be found <a href=\"https://docs.microsoft.com/en-us/dotnet/api/system.datetime.ticks?view=net-5.0#remarks\">here</a>.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ff651a59-10bd-4afd-b059-9d520140a73b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c049f500-a52c-43bc-b225-a6820db0de2b"}}],"_postman_id":"1b01e69f-7544-48f0-9dcc-3d334a2c8abd"},{"name":"Single business cases","item":[{"name":"Standard","item":[{"name":"Ticket","id":"72bf9b8c-233e-43c5-a381-bd7333a29945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"1\",\r\n    \"cbReceiptAmount\": 80.93,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Nature\": \"Goods\",\r\n            \"Amount\": 64.72,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 10.79,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 53.93}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"Unitprice\": 53.93\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": 16.21,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 2.70,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 13.51}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"kg\",\r\n            \"Unitprice\": 13.51\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 80.93,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Legal document; has to be signed. GT counters are raised.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"72bf9b8c-233e-43c5-a381-bd7333a29945"},{"name":"Remaining payment after deposit","id":"4ad5ebb3-2452-47cd-9b3d-cb31d16bf996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"outstanding payment\",\r\n    \"cbReceiptAmount\": 80.93,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Nature\": \"Goods\",\r\n            \"Amount\": 64.72,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 10.79,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 53.93}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"Unitprice\": 53.93\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": 16.21,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 2.70,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 13.51}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"kg\",\r\n            \"Unitprice\": 13.51\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 80.93,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"outstanding payment\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Legal document; has to be signed. GT counters are raised.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ad5ebb3-2452-47cd-9b3d-cb31d16bf996"},{"name":"Ticket Duplicata","id":"270d2966-603c-4bbe-999c-fe325cea6284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"2\",\r\n    \"cbPreviousReceiptReference\": \"1\",\r\n    \"cbReceiptAmount\": 80.93,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229334\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000016</code></p>\n<p>Legal document; has to be signed. GT counters are raised.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"270d2966-603c-4bbe-999c-fe325cea6284"},{"name":"Down payment","id":"23e1b140-c5a7-4df4-830e-53060033c38a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"1\",\r\n    \"cbReceiptAmount\": 80.93,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Nature\": \"Goods\",\r\n            \"Amount\": 64.72,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 10.79,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 53.93}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"Unitprice\": 53.93\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": 16.21,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 2.70,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 13.51}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"kg\",\r\n            \"Unitprice\": 13.51\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 80.93,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"Down payment\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Legal document; has to be signed. GT counters are raised.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"23e1b140-c5a7-4df4-830e-53060033c38a"},{"name":"Payment prove","id":"7c9ad98e-270a-49ab-8fdd-ad7d3822c0d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"2\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 81.56,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Payment compensation\",\r\n            \"Amount\": -81.56,\r\n            \"ftPayItemCase\": 5067112530745229329,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229314\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000002</code></p>\n<p>Payment without knowledge what was paid. Legal document; has to be signed. GT counters are raised.</p>\n<p>No charge items must be included, but the total amount must always be zero. A pay item with negative amount and the ftPayItemCase <code>0x4652000000000011</code> has to be used therefore.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>P</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c9ad98e-270a-49ab-8fdd-ad7d3822c0d8"},{"name":"Pro Forma Invoice","id":"3787bad8-7d51-4dac-bac9-2f226872ff53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"PFI 1\",\r\n    \"cbReceiptAmount\": 78.70,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Amount\": 78.70,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 13.12,\r\n            \"ftChargeItemCase\": 5067112530745229313,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 65.58}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"nuitée\",\r\n            \"UnitPrice\": 65.58\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"montant à payer\",\r\n            \"Amount\": 78.70,\r\n            \"ftPayItemCase\": 5067112530745229329,\r\n            \"ftPayItemCaseData\": \"Facture pro forma\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229315\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000003</code></p>\n<p>A reference to this pro forma invoice for which a future invoice is created can be made by using the <code>cbPreviousReceiptNumber</code> field in the request.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li><p>Signed: yes</p>\n</li>\n<li><p>Chain and national numbering: <em>I</em></p>\n</li>\n</ul>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"3787bad8-7d51-4dac-bac9-2f226872ff53"},{"name":"Final Invoice","id":"fa7fcbfd-0d71-49fe-ab2d-2b67868400ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"3\",\r\n    \"cbPreviousReceiptReference\": \"PFI 1\",\r\n    \"cbReceiptAmount\": 78.70,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 2.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Amount\": 27.98,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 4.66,\r\n            \"ftChargeItemCase\": 5067112530745229313,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 23.32}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"colis\",\r\n            \"UnitPrice\": 11.66\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": 50.72,\r\n            \"VATRate\": 5.5,\r\n            \"VATAmount\": 2.64,\r\n            \"ftChargeItemCase\": 5067112530745229313,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 48.08}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 48.08\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 78.70,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229315\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000003</code></p>\n<p>A reference to a pro forma invoice for which the invoice is created can be made by using the <code>cbPreviousReceiptNumber</code> field in the request.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li><p>Signed: yes</p>\n</li>\n<li><p>Chain and national numbering: <em>I</em></p>\n</li>\n</ul>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa7fcbfd-0d71-49fe-ab2d-2b67868400ab"},{"name":"Invoice","id":"37281837-aa4e-46f0-9346-7f70edf00687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"3\",\r\n    \"cbReceiptAmount\": 78.70,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 2.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Nature\": \"Goods\",\r\n            \"Amount\": 27.98,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 4.66,\r\n            \"ftChargeItemCase\": 5067112530745229313,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 23.32}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"colis\",\r\n            \"UnitPrice\": 11.66\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": 50.72,\r\n            \"VATRate\": 5.5,\r\n            \"VATAmount\": 2.64,\r\n            \"ftChargeItemCase\": 5067112530745229313,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 48.08}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 48.08\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 78.70,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229315\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000003</code></p>\n<p>A reference to a ticket for which the invoice is created can be made by using the <code>cbPreviousReceiptNumber</code> field in the request.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>I</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"37281837-aa4e-46f0-9346-7f70edf00687"},{"name":"Invoice voided","id":"4d83dd96-74fd-4e8d-b9c5-b5a3bee14ca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"2\",\r\n    \"cbPreviousReceiptReference\": \"1\",\r\n    \"cbReceiptAmount\": -80.93,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Amount\": -64.72,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": -10.79,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 53.93}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"Unitprice\": 53.93\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": -16.21,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": -2.70,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 13.51}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"kg\",\r\n            \"Unitprice\": 13.51\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": -80.93,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745491459\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000040003</code></p>\n<p>A reference to a ticket for which the invoice is created can be made by using the <code>cbPreviousReceiptNumber</code> field in the request.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>I</em></li>\n</ul>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d83dd96-74fd-4e8d-b9c5-b5a3bee14ca0"},{"name":"Bill","id":"0eec763d-d85f-4b15-9500-ed3811a8c1b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"9\",\r\n    \"cbArea\": \"Room 1\",\r\n    \"cbReceiptAmount\": 160.24,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 0.5,\r\n            \"Description\": \"Article 1\",\r\n            \"Amount\": 60.83,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 10.14,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 50.60}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"litre\",\r\n            \"UnitPrice\": 121.66\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": 99.41,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 16.57,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 82,84}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 82.84\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Payment compensation\",\r\n            \"Amount\": 160.24,\r\n            \"ftPayItemCase\": 5067112530745229329,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229320\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000008</code></p>\n<p>List of charge items to be payed. This can be used to inform customers about open items. ftPayitemtype <code>0x4652000000000011</code> must be used.</p>\n<p>GT counters are not raised. When this receipt case is used, the phrase \"document provisoire\" is returned within the ftSignatureItems and must be printed on the bill. Every time the bill is reprinted, an upcounting number denoting how may times the bill has been printed is returned and must be printed on the bill. This is then also recorded in the journal. </p>\n<p>Creating a bill and a payment prove does not replace creating a ticket. A ticket or an invoice has to be issued to raise turnover and raise the GT counters as well.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>B</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"0eec763d-d85f-4b15-9500-ed3811a8c1b9"},{"name":"Bill with partial payment","id":"fe6a9aad-b777-4095-8da1-66f65d58ee40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"9\",\r\n     \"cbArea\": \"Room 1\",\r\n    \"cbReceiptAmount\": 100,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1,\r\n            \"Description\": \"booking camping site\",\r\n            \"Amount\": 100,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 16.67,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 83.33}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"day\",\r\n            \"UnitPrice\": 300\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Payment compensation\",\r\n            \"Amount\": 100,\r\n            \"ftPayItemCase\": 5067112530745229329,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229320\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000008</code></p>\n<p>List of charge items to be payed. This can be used to inform customers about open items. ftPayitemtype <code>0x4652000000000011</code> must be used.</p>\n<p>GT counters are not raised. When this receipt case is used, the phrase \"document provisoire\" is returned within the ftSignatureItems and must be printed on the bill. Every time the bill is reprinted, an upcounting number denoting how may times the bill has been printed is returned and must be printed on the bill. This is then also recorded in the journal.</p>\n<p>Creating a bill or pro forma and a payment prove does not replace creating a ticket or an invoice. A ticket or an invoice has to be issued to raise turnover and raise the GT counters as well.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li><p>Signed: yes</p>\n</li>\n<li><p>Chain and national numbering: <em>B</em></p>\n</li>\n</ul>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe6a9aad-b777-4095-8da1-66f65d58ee40"},{"name":"Bill voided","id":"e85a75ed-eea0-4979-a2df-c6f40105a371","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"9\",\r\n     \"cbArea\": \"Room 1\",\r\n    \"cbReceiptAmount\": -160.24,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 0.5,\r\n            \"Description\": \"Article 1\",\r\n            \"Amount\": -60.83,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": -10.14,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 50.60}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"litre\",\r\n            \"UnitPrice\": 121.66\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": -99.41,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": -16.57,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 82,84}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 82.84\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Payment compensation\",\r\n            \"Amount\": -160.24,\r\n            \"ftPayItemCase\": 5067112530745229329,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745491464\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000040008</code></p>\n<p>List of charge items to be payed. This can be used to inform customers about open items. ftPayitemtype <code>0x4652000000000011</code> must be used.</p>\n<p>GT counters are not raised. When this receipt case is used, the phrase \"document provisoire\" is returned within the ftSignatureItems and must be printed on the bill. Every time the bill is reprinted, an upcounting number denoting how may times the bill has been printed is returned and must be printed on the bill. This is then also recorded in the journal.</p>\n<p>Creating a bill and a payment prove does not replace creating a ticket. A ticket or an invoice has to be issued to raise turnover and raise the GT counters as well.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>B</em></li>\n</ul>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"e85a75ed-eea0-4979-a2df-c6f40105a371"},{"name":"Delivery note","id":"a7a96350-2a74-4eb0-971d-f0cd8f319b55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"10\",\r\n    \"cbReceiptAmount\": 36.96,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Amount\": 10.79,\r\n            \"VATRate\": 20.0,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"VATAmount\": 1.8,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 8.99}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"\",\r\n            \"UnitPrice\": 8.99\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": 26.17,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 4.36,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 21.81}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"\",\r\n            \"UnitPrice\": 21.81\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 36.96,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229321\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000009</code></p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: no</li>\n<li>Chain and national numbering: none</li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7a96350-2a74-4eb0-971d-f0cd8f319b55"},{"name":"Cash deposit","id":"f15e25cc-7445-4d1c-b3af-58e21990073e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"11\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 85.35,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Payment compensation\",\r\n            \"Amount\": -85.35,\r\n            \"ftPayItemCase\": 5067112530745229329,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229322\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x465200000000000A</code></p>\n<p>Same requirements as <em>Payment prove</em>.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>P</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"f15e25cc-7445-4d1c-b3af-58e21990073e"},{"name":"Payout","id":"26e23277-ea1c-4a6b-b282-b34eedf87163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"12\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 58.16,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Payment compensation\",\r\n            \"Amount\": -58.16,\r\n            \"ftPayItemCase\": 5067112530745229329,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229323\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x465200000000000B</code></p>\n<p>Same requirements as <em>Payment prove</em>.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>P</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"26e23277-ea1c-4a6b-b282-b34eedf87163"},{"name":"Payment transfer","id":"be8e4825-4943-4761-9e10-a29687ca7162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"13\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 109.42,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Payment compensation\",\r\n            \"Amount\": -109.42,\r\n            \"ftPayItemCase\": 5067112530745229329,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229324\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x465200000000000C</code></p>\n<p>Switch between payment method, e.g. from cash to credit card.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>P</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"be8e4825-4943-4761-9e10-a29687ca7162"},{"name":"Internal / material","id":"e7a12296-837a-47a9-b0b2-f602bea13845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"14\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n\t\"cbReceiptAmount\": 163.05,\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Amount\": 83.28,\r\n            \"VATRate\": 20.0,\r\n\t\t\t\"VATAmount\": 13.88,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 69.4}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n\t\t\t\"UnitPrice\": 69.4\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": 79.77,\r\n            \"VATRate\": 20.0,\r\n\t\t\t\"VATAmount\": 13.3,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 66.47}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 66.47\t\t\t\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 163.05,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229325\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x465200000000000D</code></p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: no</li>\n<li>Chain and national numbering: none</li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7a12296-837a-47a9-b0b2-f602bea13845"},{"name":"Internal / credit note","id":"afc53e7e-39d5-4485-abba-99dfcdbe04c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"14\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n\t\"cbReceiptAmount\": 163.05,\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Amount\": 83.28,\r\n            \"VATRate\": 20.0,\r\n\t\t\t\"VATAmount\": 13.88,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 69.4}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n\t\t\t\"UnitPrice\": 83.28\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": 79.77,\r\n            \"VATRate\": 20.0,\r\n\t\t\t\"VATAmount\": 13.3,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 66.47}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 66.47\t\t\t\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Avoir\",\r\n            \"Amount\": 163.05,\r\n            \"ftPayItemCase\": 5067112530745229327,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229325\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x465200000000000D</code></p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: no</li>\n<li>Chain and national numbering: none</li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"afc53e7e-39d5-4485-abba-99dfcdbe04c1"},{"name":"Foreign sales","id":"c10738df-c169-436b-ab97-cb966a1f51f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"15\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n\t\"cbReceiptAmount\": 102.38,\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Amount\": 44.86,\r\n            \"VATRate\": 20.0,\r\n\t\t\t\"VATAmount\": 7.48,\r\n            \"ftChargeItemCase\": 5067112530745229313,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 37.38}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 37.38\r\n        },\r\n        {\r\n            \"Quantity\": 2.5,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": 57.52,\r\n            \"VATRate\": 5.5,\r\n\t\t\t\"VATAmount\": 3.0,\r\n            \"ftChargeItemCase\": 5067112530745229313,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 54.52}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"kg\",\r\n            \"UnitPrice\": 54.52\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Payment compensation\",\r\n            \"Amount\": 102.38,\r\n            \"ftPayItemCase\": 5067112530745229329,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229326\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x465200000000000E</code></p>\n<p>Same handling as bill</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>B</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"c10738df-c169-436b-ab97-cb966a1f51f9"},{"name":"Protocol / Technical Event Log","id":"2c7fa052-8f56-40fc-a97a-5bae8926d363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"19\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"80\\\", \\\"Message\\\": \\\"Démarrage du terminal, connexion, ouverture de session\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229330\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000012</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c7fa052-8f56-40fc-a97a-5bae8926d363"},{"name":"Protocol / Accounting / Audit","id":"abc994b3-4afc-43f4-9534-8bddf5764f8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"20\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"280\\\", \\\"Message\\\": \\\"Début d'opération de contrôle fiscal\\\", \\\"information\\\"; \\\"\\\"}\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229331\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000013</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"abc994b3-4afc-43f4-9534-8bddf5764f8d"},{"name":"Protocol / custom","id":"8bb1039f-e499-4238-9e4d-a35643c1bee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"21\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"ftReceiptCaseData\": \"{\\\"Code\\\": \\\"910\\\", \\\"Message\\\": \\\"Coupure de courant de 10h13 à 12h37\\\", \\\"information\\\"; \\\"\\\" \",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [],\r\n    \"ftReceiptCase\": 5067112530745229332\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000014</code></p>\n<p>Can be used by the POS system to log custom data</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>L</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bb1039f-e499-4238-9e4d-a35643c1bee8"},{"name":"ticket cancellation","id":"888638ca-f25f-485f-9f57-49d0b6672c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"2\",\r\n    \"cbPreviousReceiptReference\": \"1\",\r\n    \"cbReceiptAmount\": -80.93,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Amount\": -64.72,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 10.79,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 53.93}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"Unitprice\": 53.93\r\n        },\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": -16.21,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 2.70,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 13.51}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"kg\",\r\n            \"Unitprice\": 13.51\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": -1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": -80.93,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745491457\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>As a reminder and for legal reason any data sent to the fiskaltrust.Middleware cannot be deleted afterwards. Based on this, all changes must done by sending a new receipt. To complete a voided or cancel receipt, the same ticket with negative values should be sent to the fiskaltrust.Middleware. The main things that should be changed on the voided or cancelled receipt:</p>\n<ul>\n<li>For example \"ftReceiptCase\": \"0x00000000000\"<strong>4</strong>0000\"</li>\n<li>Also the field cbPreviousReceiptReference should be added, the value entered should be set to the ReceiptReference of the Receipt which should be voided.</li>\n<li>The amount has to be negative.</li>\n</ul>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"888638ca-f25f-485f-9f57-49d0b6672c60"},{"name":"Ticket  failed mode","id":"fb907eea-8ab0-423a-b7f3-2e9f89b3dc07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"1\",\r\n    \"cbReceiptAmount\": 80.93,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Amount\": 64.72,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 10.79,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 53.93}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"Unitprice\": 53.93\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": 16.21,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 2.70,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 13.51}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"kg\",\r\n            \"Unitprice\": 13.51\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 80.93,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745294849\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000010001</code></p>\n<p>Legal document; has to be signed. GT counters are raised.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb907eea-8ab0-423a-b7f3-2e9f89b3dc07"},{"name":"Receipt request","id":"7a7c7d4f-3b86-4901-babe-27973a908922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"test\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"[putTheReceiptCaseToCheck]\",\r\n    \"cbReceiptAmount\": 80.93,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Amount\": 64.72,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 10.79,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 53.93}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"Unitprice\": 53.93\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": 16.21,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 2.70,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 13.51}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"kg\",\r\n            \"Unitprice\": 13.51\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 80.93,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067253268233584641\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652800000000001</code></p>\n<p>\"handwritten receipt \" flag<br />The transferred receipt contains data which has been collected in a handwritten receipt. There is no requirement for a precise time annotation on a handwritten receipt; we recommend using 12:00 for this purpose.</p>\n<p>Legal document; has to be signed. GT counters are raised.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li><p>Signed: yes</p>\n</li>\n<li><p>Chain and national numbering: <em>T</em></p>\n</li>\n</ul>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a7c7d4f-3b86-4901-babe-27973a908922"},{"name":"Voucher","id":"c9fb5bbb-a6f5-4cdd-9f52-8f0a24f7f905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"[voucher]\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n\t\"cbReceiptAmount\": 100.00,\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Voucher\",\r\n            \"Amount\": 100.00,\r\n            \"VATRate\": 0.0,\r\n            \"VATAmount\": 0,\r\n            \"ftChargeItemCase\": 5067112530745229344,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 100.00}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"Unitprice\": 100.00\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 100.00,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229325\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x465200000000000D</code></p>\n<p>Legal document; has to be signed. GT counters are not raised.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9fb5bbb-a6f5-4cdd-9f52-8f0a24f7f905"},{"name":"Singlepurpose voucher payment","id":"c479060a-671d-4d3c-9af5-614bbc5c1a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"cbTerminalID\": \"1\",\r\n  \"cbUser\": \"OperatorID\",\r\n  \"cbReceiptReference\": \"VoucherRedemption_12345\",\r\n  \"cbReceiptMoment\": \"2025-04-29T12:00:00Z\",\r\n  \"cbReceiptAmount\": 100.00,\r\n  \"cbChargeItems\": [\r\n    {\r\n      \"quantity\": 1.0,\r\n      \"description\": \"Product A\",\r\n      \"amount\": 100.00,\r\n      \"vatRate\": 20.0,\r\n      \"vatAmount\": 16.67,\r\n      \"ftChargeItemCase\": 5067112530745229314,\r\n      \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 83.33}\",\r\n      \"accountNumber\": \"\",\r\n      \"costCenter\": \"\",\r\n      \"productGroup\": \"\",\r\n      \"productNumber\": \"A1\",\r\n      \"productBarcode\": \"\",\r\n      \"unit\": \"pièce\",\r\n      \"unitPrice\": 100.00\r\n    }\r\n  ],\r\n  \"cbPayItems\": [\r\n    {\r\n      \"quantity\": 1.0,\r\n      \"description\": \"Voucher SPV\",\r\n      \"amount\": 100.00,\r\n      \"ftPayItemCase\": 5067112530745229330,\r\n      \"ftPayItemCaseData\": \"{\\\"VoucherNumber\\\": \\\"VOUCHER123\\\"}\",\r\n      \"accountNumber\": \"\",\r\n      \"costCenter\": \"\",\r\n      \"moneyGroup\": \"\",\r\n      \"moneyNumber\": \"\"\r\n    }\r\n  ],\r\n  \"ftReceiptCase\": 5067112530745229313\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Legal document; has to be signed. GT counters are not raised.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li><p>Signed: yes</p>\n</li>\n<li><p>Chain and national numbering: <em>T</em></p>\n</li>\n</ul>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"c479060a-671d-4d3c-9af5-614bbc5c1a92"},{"name":"Multipurposes voucher payment","id":"71d7eb14-c531-49b6-8c82-c73d8e14c13e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"1\",\r\n    \"cbReceiptAmount\": 100.00,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Nature\": \"Goods\",\r\n            \"Amount\": 100.00,\r\n            \"VATRate\":20.00,\r\n            \"VATAmount\": 16.67,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 83.33}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"Unitprice\": \"\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Multipurpose voucher\",\r\n            \"Amount\": 100,\r\n            \"ftPayItemCase\": 5067112530745229318,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Legal document; has to be signed. GT counters are not raised.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li><p>Signed: yes</p>\n</li>\n<li><p>Chain and national numbering: <em>T</em></p>\n</li>\n</ul>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"71d7eb14-c531-49b6-8c82-c73d8e14c13e"},{"name":"Voucher Single purpose issuance","id":"1ec9a5bd-3b6a-49d7-a631-e0d74c836f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"[voucher]\",\r\n    \"cbReceiptMoment\": \"2025-04-29T06:39:12Z\",\r\n    \"cbReceiptAmount\": 100.00,\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"quantity\": 1.0,\r\n            \"description\": \"Voucher\",\r\n            \"amount\": 100.00,\r\n            \"vatRate\": 20.0,\r\n            \"vatAmount\": 16.67,\r\n            \"ftChargeItemCase\": 5067112530745229342,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 83.33}\",\r\n            \"accountNumber\": \"\",\r\n            \"costCenter\": \"\",\r\n            \"productGroup\": \"\",\r\n            \"productNumber\": \"1\",\r\n            \"productBarcode\": \"\",\r\n            \"unit\": \"pièce\",\r\n            \"unitPrice\": 100.00\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"quantity\": 1.0,\r\n            \"description\": \"Cash\",\r\n            \"amount\": 100.00,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"accountNumber\": \"\",\r\n            \"costCenter\": \"\",\r\n            \"moneyGroup\": \"\",\r\n            \"moneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}'\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Legal document; has to be signed. GT counters are not raised.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li><p>Signed: yes</p>\n</li>\n<li><p>Chain and national numbering: <em>T</em></p>\n</li>\n</ul>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ec9a5bd-3b6a-49d7-a631-e0d74c836f2b"},{"name":"Tip to employee","id":"8c682de8-b075-4365-b86a-e940ac7b60de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"pourboire à l’employé\",\r\n    \"cbReceiptAmount\": 15.00,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Pourboire\",\r\n            \"Nature\": \"service\",\r\n            \"Amount\": 15.00,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 2.50,\r\n            \"ftChargeItemCase\": 5067112530745229319,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 12.50}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"\",\r\n            \"Unitprice\": \"\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 15.00,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Legal document; has to be signed. GT counters are raised.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c682de8-b075-4365-b86a-e940ac7b60de"},{"name":"Tip to owner","id":"77c6d308-3e59-44b7-8e4d-d125a7863955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"pourboire au propriétaire\",\r\n    \"cbReceiptAmount\": 15.00,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Pourboire\",\r\n            \"Nature\": \"service\",\r\n            \"Amount\": 15.00,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 2.50,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 12.50}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"\",\r\n            \"Unitprice\": \"\"\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 15.00,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Legal document; has to be signed. GT counters are raised.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"77c6d308-3e59-44b7-8e4d-d125a7863955"}],"id":"b3b2ea5f-57bd-403d-b1f8-dff95a94b4ee","description":"<p>Here you will find all the simple ReceiptCases that can be implemented with the fiskaltrust.Middleware. These are not sector-specific and contain only the absolutely necessary data for fiscalisation. For more complex business cases, please see the folder 'Examples'.</p>\n","_postman_id":"b3b2ea5f-57bd-403d-b1f8-dff95a94b4ee"},{"name":"Examples","item":[{"name":"Receipt request","item":[{"name":"1. Ticket","id":"5f7a2028-dc17-486a-894e-e8f1aacd2420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"1\",\r\n    \"cbReceiptAmount\": 80.93,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Nature\": \"Goods\",\r\n            \"Amount\": 64.72,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 10.79,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 53.93}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"Unitprice\": 53.93\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": 16.21,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 2.70,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 13.51}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"kg\",\r\n            \"Unitprice\": 13.51\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 80.93,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Legal document; has to be signed. GT counters are raised.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f7a2028-dc17-486a-894e-e8f1aacd2420"},{"name":"2. Receipt Request","id":"0bc31426-73fc-480b-9cb8-7d68a0fb5624","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"receiptrequesttest\",\r\n    \"cbReceiptAmount\": 81.00,\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 1\",\r\n            \"Nature\": \"Goods\",\r\n            \"Amount\": 65.00,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 10.83,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 54.17}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"1\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"pièce\",\r\n            \"Unitprice\": 65.00\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Article 2\",\r\n            \"Amount\": 16.00,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 2.67,\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 13.33}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"ProductGroup\": \"\",\r\n            \"ProductNumber\": \"2\",\r\n            \"ProductBarcode\": \"\",\r\n            \"Unit\": \"kg\",\r\n            \"Unitprice\": 16.00\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 81.00,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCaseData\": \"{\\\"Number of print\\\":1}\",\r\n    \"ftReceiptCase\": 5067253268233584641\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: 0x4652800000000001</p>\n<p>Receipt Request flag: Used to retrieve a previously processed receipt from the Middleware. This is useful if a receipt needs to be reprinted or reviewed.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li><p>Signed: yes</p>\n</li>\n<li><p>Chain and national numbering: <em>T</em></p>\n</li>\n</ul>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bc31426-73fc-480b-9cb8-7d68a0fb5624"}],"id":"0cab4f58-5bf9-478e-9cff-b33ba0c82364","_postman_id":"0cab4f58-5bf9-478e-9cff-b33ba0c82364","description":""},{"name":"Currency Exchange","id":"89cf669f-96f7-496f-88eb-25b223cc6363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"21\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"ftReceiptCaseData\": \"\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"cbPreviousReceiptReference\": \"\",\r\n    \"cbChargeItems\": [],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 80.00,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash in USD\",\r\n            \"Amount\": -80.0,\r\n            \"ftPayItemCase\": 5067112530745229314,\r\n            \"ftPayItemCaseData\": \"{\\\"CurrencyCode\\\": \\\"USD\\\", \\\"ForeigenCurrencyAmount\\\": 100.00, \\\"BaseCurrencyAmount\\\": 80.0}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229324\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x465200000000000C</code></p>\n<p>Can be used for currency exchange for a client.</p>\n<p><em>General business case:</em>\nA customer comes to the reception and wants to change 100.00 USD cash into EUR.</p>\n<p><em>Additional information:</em>\nThe following fields for PayItemCase <code>0x4652000000000002</code> are mandatory for this business case.</p>\n<ul>\n<li><code>ftPayItemCaseData</code><ul>\n<li><code>CurrencyCode</code></li>\n<li><code>ForeignCurrencyAmount</code></li>\n<li><code>BaseCurrencyAmount</code></li>\n</ul>\n</li>\n</ul>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>P</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"89cf669f-96f7-496f-88eb-25b223cc6363"},{"name":"Exchange of one T-Shirt","id":"61ff69bd-640d-477f-a6e5-6e599ca331e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"21\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"ftReceiptCaseData\": \"\",\r\n    \"cbReceiptAmount\": 0,\r\n    \"cbPreviousReceiptReference\": \"HP20210089\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"Moment\": \"{{current_moment}}\",\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"T-Shirt, white, cotton, medium\",\r\n            \"Amount\": -49.90,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": -8.32,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": -41.58}\",\r\n            \"Position\": 1,\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 49.90\r\n        },\r\n    {\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"Moment\": \"{{current_moment}}\",\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"T-Shirt, yellow, cotton, medium\",\r\n            \"Amount\": 49.90,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 8.32,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 41.58}\",\r\n            \"Position\": 1,\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 49.90\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 49.90,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Exchange of goods\",\r\n            \"Amount\": -49.90,\r\n            \"ftPayItemCase\": 5067112530745229329,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}","options":{"raw":{"language":"json"}}},"url":"https://signaturcloud-sandbox.fiskaltrust.fr/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Customer wants to exchange a product 1:1.</p>\n<p><em>General business case:</em>\nA consumer bought a white T-shirt a few days ago. Today, the T-shirt is to be exchanged for a yellow one because the colour is not to his liking.</p>\n<p><em>Additional information:</em>\nThe PayItems should be used for clear documentation of the BusinessCase. Once the <code>0x4652000000000001</code> for the Cash-Payment and to compensate this the PayItem <code>0x4652000000000011</code> is used with negative values.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"protocol":"https","path":["json","Sign"],"host":["signaturcloud-sandbox","fiskaltrust","fr"],"query":[],"variable":[]}},"response":[],"_postman_id":"61ff69bd-640d-477f-a6e5-6e599ca331e2"},{"name":"Exchange of one T-Shirt and buy a pair of jeans","id":"01c4b055-fa08-4fd2-bc2b-112db28eac32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"21\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"ftReceiptCaseData\": \"\",\r\n    \"cbReceiptAmount\": 99.9,\r\n    \"cbPreviousReceiptReference\": \"HP20210089\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"Moment\": \"{{current_moment}}\",\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"T-Shirt, white, cotton, medium\",\r\n            \"Amount\": -49.90,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": -8.32,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": -41.58}\",\r\n            \"Position\": 1,\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 49.90\r\n        },\r\n    {\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"Moment\": \"{{current_moment}}\",\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"T-Shirt, yellow, cotton, medium\",\r\n            \"Amount\": 49.90,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 8.32,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 41.58}\",\r\n            \"Position\": 1,\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 49.90\r\n        },\r\n    {\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"Moment\": \"{{current_moment}}\",\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Jeans, gray, W34 L32\",\r\n            \"Amount\": 99.90,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 16.57,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 83.33}\",\r\n            \"Position\": 1,\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 83.33\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 149.80,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Exchange of goods\",\r\n            \"Amount\": -49.90,\r\n            \"ftPayItemCase\": 5067112530745229329,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Customer exchanges a product for an equivalent one and buys an additional product.</p>\n<p><em>General business case:</em>\nA consumer bought a white T-shirt a few days ago. Today, the T-shirt is to be exchanged for a yellow one because the colour is not to his liking. In addition, the customer buys a new pair of jeans.</p>\n<p><em>Additional information:</em>\nThe PayItems should be used for clear documentation of the BusinessCase. Once the <code>0x4652000000000001</code> for the Cash-Payment with the additional price for the trousers and to compensate the exchange the PayItem <code>0x4652000000000011</code> is used with negative values.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"01c4b055-fa08-4fd2-bc2b-112db28eac32"},{"name":"Return one T-Shirt and get money back","id":"63a2a399-91b5-42e4-9105-263424fbe51a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"21\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"ftReceiptCaseData\": \"\",\r\n    \"cbReceiptAmount\": -49.90,\r\n    \"cbPreviousReceiptReference\": \"HP20210089\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"Moment\": \"{{current_moment}}\",\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"T-Shirt, white, cotton, medium\",\r\n            \"Amount\": -49.90,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": -8.32,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": -41.58}\",\r\n            \"Position\": 1,\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 49.90\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": -49.90,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"{\\\"Information\\\": \\\"return of good, unsatisfied\\\"}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Customer returns a product and receives the purchase price in cash.</p>\n<p><em>General business case:</em>\nA consumer bought a white T-shirt a few days ago. Today, the T-shirt was brought back and the clients gets the money back.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"63a2a399-91b5-42e4-9105-263424fbe51a"},{"name":"Return one T-Shirt and get voucher back","id":"bad05268-7759-4ec7-b1aa-162e781418ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"21\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"ftReceiptCaseData\": \"\",\r\n    \"cbReceiptAmount\": -49.90,\r\n    \"cbPreviousReceiptReference\": \"HP20210089\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"Moment\": \"{{current_moment}}\",\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"T-Shirt, white, cotton, medium\",\r\n            \"Amount\": -49.90,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": -8.32,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": -41.58}\",\r\n            \"Position\": 1,\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 49.90\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Voucher\",\r\n            \"Amount\": -49.90,\r\n            \"ftPayItemCase\": 5067112530745229318,\r\n            \"ftPayItemCaseData\": \"{\\\"Information\\\": \\\"return of good, unsatisfied\\\"}\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Customer returns a product and receives the purchase price in cash.</p>\n<p><em>General business case:</em><br />A consumer bought a white T-shirt a few days ago. Today, the T-shirt was brought back and the clients gets a voucher for the same amount back.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"bad05268-7759-4ec7-b1aa-162e781418ab"},{"name":"Return one T-Shirt and buy a pair of jeans (direct pay)","id":"b80a3562-f104-4eda-a380-fe3c6672363e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"21\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"ftReceiptCaseData\": \"\",\r\n    \"cbReceiptAmount\": 50.00,\r\n    \"cbPreviousReceiptReference\": \"HP20210089\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"Moment\": \"{{current_moment}}\",\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"T-Shirt, white, cotton, medium\",\r\n            \"Amount\": -49.90,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": -8.32,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": -41.58}\",\r\n            \"Position\": 1,\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 49.90\r\n        },\r\n    {\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"Moment\": \"{{current_moment}}\",\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Jeans, gray, W34 L32\",\r\n            \"Amount\": 99.90,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 16.57,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 83.33}\",\r\n            \"Position\": 1,\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 99.90\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 50.00,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Customer returns a product and buys a more expensive product. He pays the difference cash.</p>\n<p><em>General business case:</em>\nA consumer bought a white T-shirt a few days ago. Today, the T-shirt is given back and a new pair of jeans is purchased. The difference is paied in cash.</p>\n<p><em>Additional information:</em>\nThe payable amount was calculated directly with the returned product.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"b80a3562-f104-4eda-a380-fe3c6672363e"},{"name":"Return one T-Shirt and buy a pair of jeans","id":"35ea5225-734e-4278-b439-fc59bdacf732","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"21\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"ftReceiptCaseData\": \"\",\r\n    \"cbReceiptAmount\": 50.00,\r\n    \"cbPreviousReceiptReference\": \"HP20210089\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"Moment\": \"{{current_moment}}\",\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"T-Shirt, white, cotton, medium\",\r\n            \"Amount\": -49.90,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": -8.32,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": -41.58}\",\r\n            \"Position\": 1,\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 49.90\r\n        },\r\n    {\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"Moment\": \"{{current_moment}}\",\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Jeans, gray, W34 L32\",\r\n            \"Amount\": 99.90,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 16.57,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 83.33}\",\r\n            \"Position\": 1,\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 99.90\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 99.90,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"return of goods\",\r\n            \"Amount\": -49.90,\r\n            \"ftPayItemCase\": 5067112530745229329,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }    ],\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Customer returns a product and buys a more expensive product. He pays the difference by credit card.</p>\n<p><em>General business case:</em>\nA consumer bought a white T-shirt a few days ago. Today, the T-shirt is given back and a new pair of jeans is purchased. The difference is paied in cash.</p>\n<p><em>Additional information:</em>\nThe PayItems should be used for clear documentation of the BusinessCase. Once the <code>0x4652000000000001</code> for the Cash-Payment and to compensate this the PayItem <code>0x4652000000000011</code> is used with negative values.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"35ea5225-734e-4278-b439-fc59bdacf732"},{"name":"Return a pair of jeans, buy a T-Shirt and money back","id":"cfff92c3-19e6-4f17-a9d3-30dbcfecd25f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"21\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"ftReceiptCaseData\": \"\",\r\n    \"cbReceiptAmount\": -50.00,\r\n    \"cbPreviousReceiptReference\": \"HP20210089\",\r\n    \"cbChargeItems\": [\r\n        {\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"Moment\": \"{{current_moment}}\",\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"T-Shirt, white, cotton, medium\",\r\n            \"Amount\": 49.90,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": 8.32,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 41.58}\",\r\n            \"Position\": 1,\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 49.90\r\n        },\r\n    {\r\n            \"ftChargeItemCase\": 5067112530745229315,\r\n            \"Moment\": \"{{current_moment}}\",\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Jeans, gray, W34 L32\",\r\n            \"Amount\": -99.90,\r\n            \"VATRate\": 20.0,\r\n            \"VATAmount\": -16.57,\r\n            \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": -83.33}\",\r\n            \"Position\": 1,\r\n            \"Unit\": \"pièce\",\r\n            \"UnitPrice\": 83.33\r\n        }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash, return of goods\",\r\n            \"Amount\": -99.90,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        },\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"Cash\",\r\n            \"Amount\": 49.90,\r\n            \"ftPayItemCase\": 5067112530745229313,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Customer returns a product and buys a cheaper product. The difference is given in cash.</p>\n<p><em>General business case:</em>\nA consumer bought a pair of jeans a few days ago. Today, the trousers are given back and a T-Shirt was bought. The difference was given back in cash. </p>\n<p><em>Additional information:</em>\nThe PayItems should be used for clear documentation of the BusinessCase. Once the <code>0x4652000000000001</code> for the Cash-Payment and to compensate this the PayItem <code>0x4652000000000011</code> is used with negative values.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfff92c3-19e6-4f17-a9d3-30dbcfecd25f"},{"name":"Discount for one product","id":"342cc72b-ac27-44df-a359-bcb67d8103df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"21\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"ftReceiptCaseData\": \"\",\r\n    \"cbReceiptAmount\": 18.80,\r\n    \"cbPreviousReceiptReference\": \"HP20210089\",\r\n    \"cbChargeItems\": [\r\n    {\r\n      \"ftChargeItemCase\": 5067112530745229314,\r\n      \"Moment\": \"2021-08-09T09:25:18.929555Z\",\r\n      \"Quantity\": 1.0,\r\n      \"Description\": \"Pizza\",\r\n      \"Amount\": 11.3,\r\n      \"VATRate\": 10.0,\r\n      \"VATAmount\": 1.03,\r\n      \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 10.27}\",\r\n      \"Position\": 1,\r\n      \"Unit\": \"pièce\",\r\n      \"UnitPrice\": 11.3\r\n    },\r\n    {\r\n      \"ftChargeItemCase\": 5067112530745229315,\r\n      \"Moment\": \"2021-08-09T09:25:32.5742798Z\",\r\n      \"Quantity\": 1.0,\r\n      \"Description\": \"Cocktail\",\r\n      \"Amount\": 12.5,\r\n      \"VATRate\": 20.0,\r\n      \"VATAmount\": 2.08,\r\n      \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 10.42}\",\r\n      \"Position\": 3,\r\n      \"Unit\": \"verre\",\r\n      \"UnitPrice\": 12.5\r\n    },\r\n    {\r\n      \"ftChargeItemCase\": 5067112530745229315,\r\n      \"Moment\": \"2021-08-09T09:25:32.5742798Z\",\r\n      \"Quantity\": 1.0,\r\n      \"Description\": \"Happy Hour, Cocktail\",\r\n      \"Amount\": -5.00,\r\n      \"VATRate\": 20.0,\r\n      \"VATAmount\": -0.83,\r\n      \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": -4.17}\",\r\n      \"Position\": 3,\r\n      \"Unit\": \"verre\",\r\n      \"UnitPrice\": -5.00\r\n    }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"MasterCard / Debit\",\r\n            \"Amount\": 18.80,\r\n            \"ftPayItemCase\": 5067112530745229316,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Two products with different VAT-rate are paied with debit card. One product gets a discount of 5.0.</p>\n<p><em>General business case:</em>\nA pizza and a cocktail was ordered. Because of the happy-hour a discount of 5€ was granted for the cocktail.</p>\n<p><em>Additional information:</em>\nThe discount is calculated with the same ChargeItem but with a negative value.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"342cc72b-ac27-44df-a359-bcb67d8103df"},{"name":"Discount for all products","id":"9bbef5b4-7a0d-4e5d-89f3-175019471700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"cashboxid","value":"00000000-0000-0000-0000-000000000000","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"},{"key":"accesstoken","value":"{{access_token}}","description":"<p>Only required when targeting the SignatureCloud</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ftCashBoxID\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"ftPosSystemId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"cbTerminalID\": \"1\",\r\n    \"cbUser\": \"OperatorID\",\r\n    \"cbReceiptReference\": \"21\",\r\n    \"cbReceiptMoment\": \"{{current_moment}}\",\r\n    \"ftReceiptCaseData\": \"\",\r\n    \"cbReceiptAmount\": 21.42,\r\n    \"cbPreviousReceiptReference\": \"HP20210089\",\r\n    \"cbChargeItems\": [\r\n    {\r\n      \"ftChargeItemCase\": 5067112530745229314,\r\n      \"Moment\": \"2021-08-09T09:25:18.929555Z\",\r\n      \"Quantity\": 1.0,\r\n      \"Description\": \"Pizza\",\r\n      \"Amount\": 11.3,\r\n      \"VATRate\": 10.0,\r\n      \"VATAmount\": 1.03,\r\n      \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 10.27}\",\r\n      \"Position\": 1,\r\n      \"Unit\": \"pièce\",\r\n      \"UnitPrice\": 11.3\r\n    },\r\n    {\r\n      \"ftChargeItemCase\": 5067112530745229314,\r\n      \"Moment\": \"2021-08-09T09:25:18.929555Z\",\r\n      \"Quantity\": 1.0,\r\n      \"Description\": \"Happy-Hour, Pizza\",\r\n      \"Amount\": -1.13,\r\n      \"VATRate\": 10.0,\r\n      \"VATAmount\": -0.10,\r\n      \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": -1.03}\",\r\n      \"Position\": 2,\r\n      \"Unit\": \"pièce\",\r\n      \"UnitPrice\": -1.13\r\n    },\r\n    {\r\n      \"ftChargeItemCase\": 5067112530745229315,\r\n      \"Moment\": \"2021-08-09T09:25:32.5742798Z\",\r\n      \"Quantity\": 1.0,\r\n      \"Description\": \"Cocktail\",\r\n      \"Amount\": 12.5,\r\n      \"VATRate\": 20.0,\r\n      \"VATAmount\": 2.08,\r\n      \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": 10.42}\",\r\n      \"Position\": 3,\r\n      \"Unit\": \"verre\",\r\n      \"UnitPrice\": 12.5\r\n    },\r\n    {\r\n      \"ftChargeItemCase\": 5067112530745229315,\r\n      \"Moment\": \"2021-08-09T09:25:32.5742798Z\",\r\n      \"Quantity\": 1.0,\r\n      \"Description\": \"Happy Hour, Cocktail\",\r\n      \"Amount\": -1.25,\r\n      \"VATRate\": 20.0,\r\n      \"VATAmount\": -0.21,\r\n      \"ftChargeItemCaseData\": \"{\\\"NetAmount\\\": -1.04}\",\r\n      \"Position\": 4,\r\n      \"Unit\": \"verre\",\r\n      \"UnitPrice\": -1.25\r\n    }\r\n    ],\r\n    \"cbPayItems\": [\r\n        {\r\n            \"Quantity\": 1.0,\r\n            \"Description\": \"MasterCard / Debit\",\r\n            \"Amount\": 21.42,\r\n            \"ftPayItemCase\": 5067112530745229316,\r\n            \"ftPayItemCaseData\": \"\",\r\n            \"AccountNumber\": \"\",\r\n            \"CostCenter\": \"\",\r\n            \"MoneyGroup\": \"\",\r\n            \"MoneyNumber\": \"\"\r\n        }\r\n    ],\r\n    \"ftReceiptCase\": 5067112530745229313\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Sign","description":"<p>ftReceiptCase: <code>0x4652000000000001</code></p>\n<p>Two products with different VAT-rate are paied with debit card. The entire receipt gets a discount of 10%.</p>\n<p><em>General business case:</em>\nA pizza and a cocktail was ordered. Because of the happy-hour a discount of 10% was granted for the order.</p>\n<p><em>Additional information:</em>\nThe discount is calculated with the same ChargeItems but with a negative value.</p>\n<p><strong>Signing &amp; chaining:</strong></p>\n<ul>\n<li>Signed: yes</li>\n<li>Chain and national numbering: <em>T</em></li>\n</ul>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables\">https://link.fiskaltrust.cloud/middleware-doc/fr/reference-tables</a></p>\n","urlObject":{"path":["json","Sign"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bbef5b4-7a0d-4e5d-89f3-175019471700"}],"id":"359e1b09-e6da-46ec-bc32-b54d6a9cdd1f","description":"<p>#1 BusinessCase-Examples for France\nHere you will find various practical examples of business transactions that can be implemented with fiskaltrust.Middle3ware.</p>\n","_postman_id":"359e1b09-e6da-46ec-bc32-b54d6a9cdd1f"}],"id":"bccab480-9832-44f5-8399-8d431b28c3dc","description":"<h1 id=\"single-business-cases\">Single business cases</h1>\n<p>The requests listed in this section demonstrate \"single-step\" business cases, i.e. cases that can be handled with a single call to the <em>sign</em> endpoint.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"37b39ac8-ace2-4de1-b4ba-969f0fdd866f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"cf7d7e12-ec6c-4695-9d09-d15ced4eb8a6"}}],"_postman_id":"bccab480-9832-44f5-8399-8d431b28c3dc"},{"name":"Echo (v0)","id":"ce47dc60-cbb5-4545-ac09-558e55e737cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\"Hello fiskaltrust.Middleware!\"","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Echo","description":"<p>This function can be used for fast and easy communication checks. The request body is sent back directly.</p>\n<p><em>See also:</em>\n<a href=\"https://link.fiskaltrust.cloud/middleware-doc/echo-function\">https://link.fiskaltrust.cloud/middleware-doc/echo-function</a></p>\n","urlObject":{"path":["json","Echo"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce47dc60-cbb5-4545-ac09-558e55e737cb"},{"name":"Echo null (v0)","id":"a6bcafe6-08e1-49a9-b10e-725d1404365e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}},"url":"http://localhost:1500/json/Echo","description":"<p>This function can be used to reinitialized the queue</p>\n<p><em>See also:</em><br /><a href=\"https://link.fiskaltrust.cloud/middleware-doc/echo-function\">https://link.fiskaltrust.cloud/middleware-doc/echo-function</a></p>\n","urlObject":{"path":["json","Echo"],"host":["http://localhost:1500"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6bcafe6-08e1-49a9-b10e-725d1404365e"}],"id":"0fd4e0d0-7345-4748-8a11-0b1c8424bb56","description":"<p>Sample requests for the French market.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bb0e2988-0050-4463-822b-537b651c23aa"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b9d7ee22-10ec-457d-8076-8804d379a9dc"}}],"_postman_id":"0fd4e0d0-7345-4748-8a11-0b1c8424bb56"}],"event":[{"listen":"prerequest","script":{"id":"102165cf-77d9-48a5-8eac-57fe2c771d7c","type":"text/javascript","exec":["const dateNow = new Date();","pm.environment.set('current_moment', dateNow.toISOString());"]}},{"listen":"test","script":{"id":"ef97be4a-89f7-4311-b8e2-cac9b7b3e6be","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"http://localhost:1500"},{"key":"cashbox_id","value":"00000000-0000-0000-0000-000000000000"},{"key":"possystem_id","value":"00000000-0000-0000-0000-000000000000"},{"key":"access_token","value":"SIGNATURCLOUD_ONLY","disabled":true}]}