{ "opencollection": "1.0.0", "info": { "name": "katana-api-gateway AdditionalCostController ManufacturingOrderProductionController API", "version": "0.0.1" }, "items": [ { "info": { "name": "ManufacturingOrderProductionController", "type": "folder" }, "items": [ { "info": { "name": "ManufacturingOrderProductionController.findById", "type": "http" }, "http": { "method": "GET", "url": "https://api.katanamrp.com/v1/manufacturing_order_productions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "ManufacturingOrderProductionController.update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.katanamrp.com/v1/manufacturing_order_productions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "ManufacturingOrderProductionController.deleteManufacturingOrderProduction", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.katanamrp.com/v1/manufacturing_order_productions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "ManufacturingOrderProductionController.find", "type": "http" }, "http": { "method": "GET", "url": "https://api.katanamrp.com/v1/manufacturing_order_productions", "params": [ { "name": "pagination", "value": "", "type": "query" }, { "name": "ids", "value": "", "type": "query" }, { "name": "manufacturing_order_ids", "value": "", "type": "query" }, { "name": "dateFilter", "value": "", "type": "query" }, { "name": "include_deleted", "value": "", "type": "query" } ] } }, { "info": { "name": "ManufacturingOrderProductionController.completePartially", "type": "http" }, "http": { "method": "POST", "url": "https://api.katanamrp.com/v1/manufacturing_order_productions", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }