{ "opencollection": "1.0.0", "info": { "name": "katana-api-gateway AdditionalCostController PriceListController API", "version": "0.0.1" }, "items": [ { "info": { "name": "PriceListController", "type": "folder" }, "items": [ { "info": { "name": "PriceListController.findById", "type": "http" }, "http": { "method": "GET", "url": "https://api.katanamrp.com/v1/price_lists/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "PriceListController.updateById", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.katanamrp.com/v1/price_lists/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "PriceListController.deleteById", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.katanamrp.com/v1/price_lists/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "PriceListController.findAndPaginate", "type": "http" }, "http": { "method": "GET", "url": "https://api.katanamrp.com/v1/price_lists", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "is_active", "value": "", "type": "query" }, { "name": "ids", "value": "", "type": "query" }, { "name": "pagination", "value": "", "type": "query" } ] } }, { "info": { "name": "PriceListController.create", "type": "http" }, "http": { "method": "POST", "url": "https://api.katanamrp.com/v1/price_lists", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }