{ "opencollection": "1.0.0", "info": { "name": "SAP Business One Service Layer BusinessPartners BusinessPartners('{CardCode}') API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "B1SESSION", "value": "{{B1SESSION}}", "placement": "query" } }, "items": [ { "info": { "name": "BusinessPartners('{CardCode}')", "type": "folder" }, "items": [ { "info": { "name": "Get a business partner by CardCode", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}/b1s/v2/BusinessPartners(':CardCode')", "params": [ { "name": "CardCode", "value": "", "type": "path" } ] }, "docs": "Get a business partner by CardCode" }, { "info": { "name": "Update a business partner", "type": "http" }, "http": { "method": "PATCH", "url": "https://{host}:{port}/b1s/v2/BusinessPartners(':CardCode')", "params": [ { "name": "CardCode", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a business partner" }, { "info": { "name": "Delete a business partner", "type": "http" }, "http": { "method": "DELETE", "url": "https://{host}:{port}/b1s/v2/BusinessPartners(':CardCode')", "params": [ { "name": "CardCode", "value": "", "type": "path" } ] }, "docs": "Delete a business partner" } ] } ], "bundled": true }