{ "opencollection": "1.0.0", "info": { "name": "SAP Business One Service Layer BusinessPartners Logout API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "B1SESSION", "value": "{{B1SESSION}}", "placement": "query" } }, "items": [ { "info": { "name": "Logout", "type": "folder" }, "items": [ { "info": { "name": "End the current Service Layer session", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}/b1s/v2/Logout" }, "docs": "End the current Service Layer session" } ] } ], "bundled": true }