{ "opencollection": "1.0.0", "info": { "name": "Picker Production Documentation accounting bill API", "version": "V1.0.0" }, "items": [ { "info": { "name": "bill", "type": "folder" }, "items": [ { "info": { "name": "Get details related to the bill", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/billing/getBillDetails", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ], "params": [ { "name": "billID", "value": "", "type": "query", "description": "ID of the bill to check its details" } ] }, "docs": "Get details related to the bill" } ] } ], "bundled": true }