{ "opencollection": "1.0.0", "info": { "name": "Fonoa E-Invoicing Lookup V2 Transactions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Submit a transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api-demo.fonoa.com/v1/transactions", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a transaction to fulfill digital reporting requirements. Depending on the configuration one or more operations may be executed.\n" } ] } ], "bundled": true }