{ "opencollection": "1.0.0", "info": { "name": "Public API Reference Certificates Product / Material Lines API", "version": "2.938.1" }, "items": [ { "info": { "name": "Product / Material Lines", "type": "folder" }, "items": [ { "info": { "name": "GET /api/v2/material-lines/", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/material-lines/", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "materialHeaderId", "value": "", "type": "query" }, { "name": "rawMaterialId", "value": "", "type": "query" }, { "name": "parentId", "value": "", "type": "query" }, { "name": "countriesOfOrigin", "value": "", "type": "query" }, { "name": "include", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /api/v2/material-lines/", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/material-lines/", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /api/v2/material-lines/delete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/material-lines/delete", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "PUT /api/v2/material-lines/{id}", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/material-lines/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }