{ "opencollection": "1.0.0", "info": { "name": "Layup endpoints AbsaDebiCheckService InvoicesService API", "version": "1.4.16" }, "items": [ { "info": { "name": "InvoicesService", "type": "folder" }, "items": [ { "info": { "name": "InvoicesService_updatePdf", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/invoice/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "InvoicesService_getMany", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/invoices", "params": [ { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" }, { "name": "reference", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] } }, { "info": { "name": "InvoicesService_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/invoices" } }, { "info": { "name": "InvoicesService_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/invoices" } }, { "info": { "name": "InvoicesService_getPdf", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/invoices/:id/pdf", "params": [ { "name": "_id", "value": "", "type": "query" } ] } }, { "info": { "name": "InvoicesService_createByFees", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/invoices/fees" } }, { "info": { "name": "InvoicesService_getInvoiceById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/invoices/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "InvoicesService_getInvoiceReportById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/invoices/:id/report", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }