{"info":{"_postman_id":"d54acac2-8b22-4db5-a848-7828518a8551","name":"PosDealer API","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<blockquote>\n<p>Please note that the PosDealer API is currently in <strong>preview</strong> and may not be fully stable yet. Our team is working hard on finalizing the last bits of this API. </p>\n</blockquote>\n<p>This collection provides PosDealers with sample requests demonstrating how to manage PosOperators, their outlets and even perform product rollouts.<br>You may start using the PosDealer API by retrieving a list with all your PosOperators' relevant data for further actions. You can further invite new PosOperators, and create and manage outlets for them. Then you can check available permissions and use Rollout plans accordingly to transfer entitlements and produce subscriptions for your customers. Finally, you can use the template endpoint to create Middleware configurations.</p>\n<p>All operations that the PosDealer API offers are also available in the fiskaltrust.Portal, if you prefer to use a graphical user interface over this API.</p>\n<h1 id=\"api-design-principles\">API design principles</h1>\n<p>The PosDealer API was designed in a RESTful and follows those design principles. The API accepts and returns JSON data and uses standard HTTP status codes for responses.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>The PosDealer API can only be used with the access data of a PosDealer.<br>These credentials can be found on the fiskaltrust.Portal (<a href=\"https://null\">AT</a> / <a href=\"https://null\">DE</a> / <a href=\"https://null\">FR</a> / <a href=\"https://null\">IT</a>) in the <code>API Access</code> section of your account profile.<br>You will need both <code>AccountId</code> and <code>AccessToken</code> to use this API.<br>These values can be obtained from the fiskaltrust.Portal only; access data will not be sent via, e.g., E-Mail by fiskaltrust.<br>Please note that you can change the <code>AccessToken</code> of your account (Company / Overview / <code>Reset</code> ), e.g., if your credentials got leaked. The <code>AccountId</code> is unchangeable.<br>If you face authorization problems, check your account's assigned roles in fiskaltrust.Portal (<code>Company</code> / <code>Overview</code>) and ensure you have the appropriate permissions to access the account of your PosOperator.</p>\n<h2 id=\"versioning\">Versioning</h2>\n<p>This API uses semantic versioning, meaning only major version changes contain breaking changes. Non-breaking changes (like returning additional data without changing the original model) will not increase the major version.</p>\n<ul>\n<li><p>The latest version is used if no version is specified (like in the samples in this collection).</p>\n</li>\n<li><p>Users can specify versions by explicitly stating it in the URL once more versions are released.</p>\n</li>\n</ul>\n<h1 id=\"quickstart\">Quickstart</h1>\n<ul>\n<li><p>Open the fiskaltrust.Portal and go to <code>Company</code> / <code>Overview</code>.</p>\n</li>\n<li><p>Scroll in the AccountProfile for the <code>API Access</code> section.</p>\n</li>\n<li><p>You will find an <code>AccountId</code> and an <code>AccessToken</code>. You will need both values for authorization with the fiskaltrust PosDealer API.</p>\n</li>\n<li><p>Switch to Postman</p>\n</li>\n<li><p>Select the <code>Workspace</code> with the fiskaltrust PosDealer API Postman collection.</p>\n</li>\n<li><p>Tick the burger menu and select <code>Edit</code>.</p>\n</li>\n<li><p>Switch to the tab <code>Variables</code>.</p>\n</li>\n<li><p>Enter your access data as <code>Current Values</code> at <code>PosDealer_AccountID</code> and at <code>PosDealer_AccessToken</code>.</p>\n</li>\n<li><p><code>Save</code> your values</p>\n</li>\n<li><p>Do not change the entry at <code>base_url</code>. The fiskaltrust PosDealer API is not country-specific.</p>\n</li>\n<li><p>Select <code>Invite and manage PosOperators</code> and <code>List connected PosOperators</code>.</p>\n</li>\n<li><p>With <code>Send</code> your first request of the fiskaltrust PosDealer API Postman collection is done and the response shows all PosOperators, that are connected with your account.</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"API design principles","slug":"api-design-principles"},{"content":"Quickstart","slug":"quickstart"}],"owner":"13633406","collectionId":"d54acac2-8b22-4db5-a848-7828518a8551","publishedId":"2s93z584ZJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"00a7ce"},"publishDate":"2023-07-20T15:58:50.000Z"},"item":[{"name":"Invite and manage PosOperators","item":[{"name":"List connected PosOperators","id":"5aebc0e2-3a87-421e-a82c-7ced3025e104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"accountId","value":"00000000-0000-0000-0000-000000000000","description":"<p>The account ID of the PosDealer account - can be taken from the Portal</p>\n","type":"text"},{"key":"accessToken","value":"","description":"<p>The account access token of the PosDealer account - can be taken from the Portal</p>\n","type":"text"}],"url":"https://posdealer-api-sandbox.fiskaltrust.cloud/api/posoperators","description":"<p>This request lists the PosOperators (i.e. the merchants) that are connected to the PosDealer specified by the <code>accountId</code> header.</p>\n<p>Please note that only active connections (i.e. connection that the PosOperator has accepted) are returned in this version of the API.</p>\n","urlObject":{"path":["api","posoperators"],"host":["https://posdealer-api-sandbox.fiskaltrust.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"5aebc0e2-3a87-421e-a82c-7ced3025e104"},{"name":"Invite a new PosOperator","id":"816569a3-ac69-4310-aa2c-ed972d110363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accountId","value":"00000000-0000-0000-0000-000000000000","description":"<p>The account ID of the PosDealer account - can be taken from the Portal</p>\n","type":"text"},{"key":"accessToken","value":"","description":"<p>The account access token of the PosDealer account - can be taken from the Portal</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"company\": {\r\n    \"name\": \"The name of the company\",\r\n    \"email\": \"E-Mail address of the primary account\",\r\n    \"addressLine1\": \"Address Line 1\",\r\n    \"addressLine2\": \"Address Line 2\",\r\n    \"postalCode\": \"Postal code, e.g. 5020\",\r\n    \"city\": \"City, e.g. Salzburg\",\r\n    \"country\": \"2-digit ISO code of the country, e.g. AT\",\r\n    \"website\": \"Website (optional)\",\r\n    \"phoneNumber\": \"Phone number of the company (optional)\",\r\n    \"identifiers\": {\r\n      \"vatId\": \"VAT number, e.g. AT123456789\",\r\n      \"taxId\": \"Local tax ID, depending on the country\",\r\n      \"fibuNr\": \"Local FIBU number (Austria only)\",\r\n      \"gln\": \"GLN number\",\r\n      \"siren\": \"Local SIREN number (France only)\"\r\n    }\r\n  },\r\n  \"primaryContact\": {\r\n    \"firstName\": \"First name of the primary contact\",\r\n    \"lastName\": \"Last name of the primary contact\",\r\n    \"email\": \"E-Mail address of the primary account\",\r\n    \"title\": \"Title of the primary contact (optional)\",\r\n    \"suffix\": \"Suffix of the primary contact (optional)\",\r\n    \"phone\": \"Phone number of the primary contact (optional)\"\r\n  },\r\n  \"accessRights\": \"Either 'full', 'read', or 'readwrite'\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://posdealer-api-sandbox.fiskaltrust.cloud/api/posoperators","description":"<p>This request invites a new PosOperator (i.e. merchant) to fiskaltrust's Portal and connects them to the PosDealer's account, which is specified by the <code>accountId</code> header.</p>\n<p>After the request has completed, the PosOperator will receive an email with further instructions to activate their account.</p>\n<p>Please note that not all fields in the body of this request are mandatory (e.g. it is not required to include a SIREN number in non-French accounts). More details about required fields can be found on docs.fiskaltrust.cloud.</p>\n","urlObject":{"path":["api","posoperators"],"host":["https://posdealer-api-sandbox.fiskaltrust.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"816569a3-ac69-4310-aa2c-ed972d110363"}],"id":"b4b97763-a8d4-4117-9bf5-494eccbe2636","description":"<p>Please note to enter your access data as <code>Variables</code>, as described in the <code>Quickstart</code> section. This allows you to leave the <code>type of authorization</code> unchanged and to omit further specifications under <code>Pre-request Script</code> or <code>Tests</code>.<br />Additional requested values are described below; each request is started using <code>Send</code>.</p>\n","_postman_id":"b4b97763-a8d4-4117-9bf5-494eccbe2636"},{"name":"Create and manage outlets","item":[{"name":"List outlets of a PosOperator","id":"1b20200a-e8b4-4127-8f0c-5593f80526c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"accountid","value":"00000000-0000-0000-0000-000000000000","description":"<p>The account ID of the PosDealer account - can be taken from the Portal</p>\n","type":"text"},{"key":"accesstoken","value":"","description":"<p>The account access token of the PosDealer account - can be taken from the Portal</p>\n","type":"text"}],"url":"https://posdealer-api-sandbox.fiskaltrust.cloud/api/posoperators/00000000-0000-0000-0000-000000000000/outlets","description":"<p>This request lists all outlets of a PosOperator (i.e. the merchant) that is specified in the URL via their respective account ID.</p>\n<p>The account IDs of connected PosOperators can be either obtained via the <code>/api/posoperators</code>, or via fiskaltrust's Portal.</p>\n<p><strong>Please note:</strong></p>\n<ul>\n<li>While outlets have unique GUIDs, this API heavily uses the numeric outlet number to be closer to the workflows established in the Portal.</li>\n<li>The outlet number 2 is reserved for internal usage and can neither be obtained nor edited.</li>\n</ul>\n","urlObject":{"path":["api","posoperators","00000000-0000-0000-0000-000000000000","outlets"],"host":["https://posdealer-api-sandbox.fiskaltrust.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b20200a-e8b4-4127-8f0c-5593f80526c4"},{"name":"Get a specific outlet of a PosOperator","id":"3598b36b-518c-4917-8dc6-3cc94d07b449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"accountid","value":"00000000-0000-0000-0000-000000000000","description":"<p>The account ID of the PosDealer account - can be taken from the Portal</p>\n","type":"text"},{"key":"accesstoken","value":"","description":"<p>The account access token of the PosDealer account - can be taken from the Portal</p>\n","type":"text"}],"url":"https://posdealer-api-sandbox.fiskaltrust.cloud/api/posoperators/00000000-0000-0000-0000-000000000000/outlets/1","description":"<p>This request returns a specific outlet of a PosOperator (i.e. the merchant) that is specified in the URL via their respective account ID.</p>\n<p>The account IDs of connected PosOperators can be either obtained via the <code>/api/posoperators</code>, or via fiskaltrust's Portal.</p>\n<p><strong>Please note:</strong></p>\n<ul>\n<li>While outlets have unique GUIDs, this API heavily uses the numeric outlet number to be closer to the workflows established in the Portal.</li>\n<li>The outlet number 2 is reserved for internal usage and can neither be obtained nor edited.</li>\n</ul>\n","urlObject":{"path":["api","posoperators","00000000-0000-0000-0000-000000000000","outlets","1"],"host":["https://posdealer-api-sandbox.fiskaltrust.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"3598b36b-518c-4917-8dc6-3cc94d07b449"},{"name":"Edit a specific outlet of a PosOperator","id":"ce6d43fb-8626-4690-ae2b-150e74f790cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"accountid","value":"00000000-0000-0000-0000-000000000000","description":"<p>The account ID of the PosDealer account - can be taken from the Portal</p>\n","type":"text"},{"key":"accesstoken","value":"","description":"<p>The account access token of the PosDealer account - can be taken from the Portal</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"locationId\": \"User-defined ID of the location\",\r\n    \"name\": \"Name of the outlet\",\r\n    \"address\": \"Address line of the outlet\",\r\n    \"postalCode\": \"Postal code of the outlet\",\r\n    \"city\": \"City of the outlet\",\r\n    \"county\": \"County of the outlet\",\r\n    \"stateOrProvince\": \"State or province of the outlet\",\r\n    \"country\": \"2-digit ISO code of the outlet's country, e.g. 'AT'\",\r\n    \"contactName\": \"Name of the contact person related to the outlet\",\r\n    \"telephone\": \"Phone number of the contact person related to the outlet\",\r\n    \"fax\": \"Fax number of the contact person related to the outlet\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://posdealer-api-sandbox.fiskaltrust.cloud/api/posoperators/00000000-0000-0000-0000-000000000000/outlets/1","description":"<p>This request updates a specific outlet of a PosOperator (i.e. the merchant) that is specified in the URL via their respective account ID.</p>\n<p>The account IDs of connected PosOperators can be either obtained via the <code>/api/posoperators</code>, or via fiskaltrust's Portal.</p>\n<p><strong>Please note:</strong></p>\n<ul>\n<li>While outlets have unique GUIDs, this API heavily uses the numeric outlet number to be closer to the workflows established in the Portal.</li>\n<li>The outlet number 2 is reserved for internal usage and can neither be obtained nor edited.</li>\n</ul>\n","urlObject":{"path":["api","posoperators","00000000-0000-0000-0000-000000000000","outlets","1"],"host":["https://posdealer-api-sandbox.fiskaltrust.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce6d43fb-8626-4690-ae2b-150e74f790cd"},{"name":"Create a new outlet","id":"911d7b16-8e9d-4eef-8820-2fbebd2b9876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accountid","value":"00000000-0000-0000-0000-000000000000","description":"<p>The account ID of the PosDealer account - can be taken from the Portal</p>\n","type":"text"},{"key":"accesstoken","value":"","description":"<p>The account access token of the PosDealer account - can be taken from the Portal</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"locationId\": \"User-defined ID of the location\",\r\n  \"outletNumber\": 3,\r\n  \"name\": \"Name of the outlet\",\r\n  \"address\": \"Address line of the outlet\",  \r\n  \"postalCode\": \"Postal code of the outlet\",\r\n  \"city\": \"City of the outlet\",\r\n  \"county\": \"County of the outlet\",\r\n  \"stateOrProvince\": \"State or province of the outlet\",\r\n  \"country\": \"2-digit ISO code of the outlet's country, e.g. 'AT'\",\r\n  \"contactName\": \"Name of the contact person related to the outlet\",\r\n  \"telephone\": \"Phone number of the contact person related to the outlet\",\r\n  \"fax\": \"Fax number of the contact person related to the outlet\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://posdealer-api-sandbox.fiskaltrust.cloud/api/posoperators/00000000-0000-0000-0000-000000000000/outlets","description":"<p>This request creates a new outlet of a PosOperator (i.e. the merchant) that is specified in the URL via their respective account ID.</p>\n<p>The account IDs of connected PosOperators can be either obtained via the <code>/api/posoperators</code>, or via fiskaltrust's Portal.</p>\n<p><strong>Please note:</strong></p>\n<ul>\n<li>While outlets have unique GUIDs, this API heavily uses the numeric outlet number to be closer to the workflows established in the Portal.</li>\n<li>The outlet number 2 is reserved for internal usage and can neither be obtained nor edited.</li>\n</ul>\n","urlObject":{"path":["api","posoperators","00000000-0000-0000-0000-000000000000","outlets"],"host":["https://posdealer-api-sandbox.fiskaltrust.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"911d7b16-8e9d-4eef-8820-2fbebd2b9876"}],"id":"15e3991a-0687-4c00-96ac-002fa5a8f276","_postman_id":"15e3991a-0687-4c00-96ac-002fa5a8f276","description":""},{"name":"Produce products","item":[{"name":"List available rollout plans","id":"d87c3bcd-da2f-4429-aca9-b6dea03f8f50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"accountid","value":"00000000-0000-0000-0000-000000000000","description":"<p>The account ID of the PosDealer account - can be taken from the Portal</p>\n","type":"text"},{"key":"accesstoken","value":"","description":"<p>The account access token of the PosDealer account - can be taken from the Portal</p>\n","type":"text"}],"url":"https://posdealer-api-sandbox.fiskaltrust.cloud/api/rollout-plans","description":"<p>This request lists all available rollout plans that are available for the given PosDealer in their respective market.</p>\n<p>The rollout plans returned by this endpoint can be executed to create products and subscriptions for conencted PosOperators (i.e. merchants), based on entitlements that need to be purchased via the Portal first (for more details, refer to <em>\"Produce a product based on a rollout plan\"</em>).</p>\n<p><strong>Please note:</strong></p>\n<ul>\n<li>This endpoint only returns \"move entitlement\"-based rollout plans, i.e. those for which the PosDealer needs to obtain entitlements up-front. The PosDealer API currently does not support any operations that cause monetary transactions; those should be done via the Portal, after obtaining a volume purchase agreement. Please reach out to our sales team for further information.</li>\n<li>For testing purposes, entitlements can be obtained for free in the Portal's shop in the sandbox, without requiring any payments</li>\n<li>More details about the buy &amp; resell process can be found <a href=\"https://docs.fiskaltrust.cloud/docs/posdealers/buy-resell/overview\">in our docs</a></li>\n</ul>\n","urlObject":{"path":["api","rollout-plans"],"host":["https://posdealer-api-sandbox.fiskaltrust.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"d87c3bcd-da2f-4429-aca9-b6dea03f8f50"},{"name":"List available entitlements","id":"cd4506af-5fba-4052-924a-fe9d9daaa928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"accountid","value":"00000000-0000-0000-0000-000000000000","description":"<p>The account ID of the PosDealer account - can be taken from the Portal</p>\n","type":"text"},{"key":"accesstoken","value":"","description":"<p>The account access token of the PosDealer account - can be taken from the Portal</p>\n","type":"text"}],"url":"https://posdealer-api-sandbox.fiskaltrust.cloud/api/entitlements","description":"<p>This request lists the active entitlements that are available for the given PosDealer in their respective market.</p>\n<p>These entitlements are consumed when rollout plans are executed, and converted into products and subscriptions for conencted PosOperators (i.e. merchants) (for more details, refer to <em>\"Produce a product based on a rollout plan\"</em>).</p>\n<p><strong>Please note:</strong></p>\n<ul>\n<li>Entitlements cannot be obtained via this API. The PosDealer API currently does not support any operations that cause monetary transactions; those should be done via the Portal, after obtaining a volume purchase agreement. Please reach out to our sales team for further information.</li>\n<li>For testing purposes, entitlements can be obtained for free in the Portal's shop in the sandbox, without requiring any payments.</li>\n<li>More details about the buy &amp; resell process can be found <a href=\"https://docs.fiskaltrust.cloud/docs/posdealers/buy-resell/overview\">in our docs</a></li>\n</ul>\n","urlObject":{"path":["api","entitlements"],"host":["https://posdealer-api-sandbox.fiskaltrust.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd4506af-5fba-4052-924a-fe9d9daaa928"},{"name":"Produce an outlet product based on a rollout plan","id":"8e29a498-5cca-45c8-811b-33b60ae5b5b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accountid","value":"00000000-0000-0000-0000-000000000000","description":"<p>The account ID of the PosDealer account - can be taken from the Portal</p>\n","type":"text"},{"key":"accesstoken","value":"","description":"<p>The account access token of the PosDealer account - can be taken from the Portal</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"rolloutPlanNumber\": \"4445-0001\",\r\n  \"outletNumbers\": [\r\n    \"numbers of outlets\"\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://posdealer-api-sandbox.fiskaltrust.cloud/api/posoperators/00000000-0000-0000-0000-000000000000/produce/outlets","description":"<p>This request executes the specified rollout plan in a PosOperator's (i.e. merchant's) account, consuming entitlements from the PosDealer's account.</p>\n<p>Executing a rollout plan will create a specific yearly subscription, e.g. for a carefree bundle. These subscriptions are assigned to an outlet (e.g. for the carefree bundle).</p>\n<p>The outlet numbers need to be specified correctly in the body of this request.</p>\n<p>Details about the rollout plans can be obtained via the <code>/api/rollout-plans</code> endpoint; the <code>rolloutType</code> property specified if the target of the plan is either an outlet or a Queue.</p>\n<p><strong>Please note:</strong></p>\n<ul>\n<li>This endpoint only works with \"move entitlement\"-based rollout plans, i.e. those for which the PosDealer needs to obtain entitlements up-front. The PosDealer API currently does not support any operations that cause monetary transactions; those should be done via the Portal, after obtaining a volume purchase agreement. Please reach out to our sales team for further information.</li>\n<li>For testing purposes, entitlements can be obtained for free in the Portal's shop in the sandbox, without requiring any payments</li>\n<li>More details about the buy &amp; resell process can be found <a href>in our docs</a></li>\n</ul>\n","urlObject":{"path":["api","posoperators","00000000-0000-0000-0000-000000000000","produce","outlets"],"host":["https://posdealer-api-sandbox.fiskaltrust.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e29a498-5cca-45c8-811b-33b60ae5b5b4"},{"name":"Produce a queue product based on a rollout plan","id":"b4aca87e-7dcc-4c55-baef-efa23228d8df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accountid","value":"00000000-0000-0000-0000-000000000000","description":"<p>The account ID of the PosDealer account - can be taken from the Portal</p>\n","type":"text"},{"key":"accesstoken","value":"","description":"<p>The account access token of the PosDealer account - can be taken from the Portal</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"rolloutPlanNumber\": \"4445-0110\",\r\n  \"queueIds\": [\r\n    \"IDs of the queues\"\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://posdealer-api-sandbox.fiskaltrust.cloud/api/posoperators/00000000-0000-0000-0000-000000000000/produce/queues","description":"<p>This request executes the specified rollout plan in a PosOperator's (i.e. merchant's) account, consuming entitlements from the PosDealer's account.</p>\n<p>Executing a rollout plan will create a specific yearly subscription, e.g. for a PosArchive. These subscriptions are either assigned to a Middleware component (e.g. a Queue for the PosArchive standalone product).</p>\n<p>The Queue IDs need to be specified correctly in the body of this request.</p>\n<p>Details about the rollout plans can be obtained via the <code>/api/rollout-plans</code> endpoint; the <code>rolloutType</code> property specified if the target of the plan is either an outlet or a Queue.</p>\n<p><strong>Please note:</strong></p>\n<ul>\n<li>This endpoint only works with \"move entitlement\"-based rollout plans, i.e. those for which the PosDealer needs to obtain entitlements up-front. The PosDealer API currently does not support any operations that cause monetary transactions; those should be done via the Portal, after obtaining a volume purchase agreement. Please reach out to our sales team for further information.</li>\n<li>For testing purposes, entitlements can be obtained for free in the Portal's shop in the sandbox, without requiring any payments</li>\n<li>More details about the buy &amp; resell process can be found <a href>in our docs</a></li>\n</ul>\n","urlObject":{"path":["api","posoperators","00000000-0000-0000-0000-000000000000","produce","queues"],"host":["https://posdealer-api-sandbox.fiskaltrust.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4aca87e-7dcc-4c55-baef-efa23228d8df"}],"id":"bad43b7e-fdb7-49c1-9240-f6b37bada801","_postman_id":"bad43b7e-fdb7-49c1-9240-f6b37bada801","description":""}],"event":[{"listen":"prerequest","script":{"id":"8e75329a-8deb-43d9-aef9-616b660cbbc1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8fa5b811-3b65-4a27-afcb-d01714cce6c1","type":"text/javascript","exec":[""]}}],"variable":[{"key":"posdealer_account_id","value":"00000000-0000-0000-0000-000000000000","type":"string"},{"key":"posdealer_access_token","value":"","type":"string"},{"key":"base_url","value":"https://posdealer-api-sandbox.fiskaltrust.cloud","type":"string"},{"key":"posoperator_account_id","value":"","type":"string"}]}