{ "opencollection": "1.0.0", "info": { "name": "SAP Business One Service Layer BusinessPartners Invoices API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "B1SESSION", "value": "{{B1SESSION}}", "placement": "query" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List A/R invoices", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/b1s/v2/Invoices", "params": [ { "name": "$select", "value": "", "type": "query" }, { "name": "$filter", "value": "", "type": "query" }, { "name": "$top", "value": "", "type": "query" }, { "name": "$skip", "value": "", "type": "query" } ] }, "docs": "List A/R invoices" }, { "info": { "name": "Create an A/R invoice", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}/b1s/v2/Invoices", "body": { "type": "json", "data": "{}" } }, "docs": "Create an A/R invoice" } ] } ], "bundled": true }