{ "opencollection": "1.0.0", "info": { "name": "katana-api-gateway AdditionalCostController PurchaseOrderRecipeRowController API", "version": "0.0.1" }, "items": [ { "info": { "name": "PurchaseOrderRecipeRowController", "type": "folder" }, "items": [ { "info": { "name": "PurchaseOrderRecipeRowController.getPurchaseOrderRecipeRow", "type": "http" }, "http": { "method": "GET", "url": "https://api.katanamrp.com/v1/outsourced_purchase_order_recipe_rows/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "PurchaseOrderRecipeRowController.updatePurchaseOrderRecipeRow", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.katanamrp.com/v1/outsourced_purchase_order_recipe_rows/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "PurchaseOrderRecipeRowController.deletePurchaseOrderRecipeRow", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.katanamrp.com/v1/outsourced_purchase_order_recipe_rows/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "PurchaseOrderRecipeRowController.getPurchaseOrderRecipeRows", "type": "http" }, "http": { "method": "GET", "url": "https://api.katanamrp.com/v1/outsourced_purchase_order_recipe_rows", "params": [ { "name": "pagination", "value": "", "type": "query" }, { "name": "dateFilter", "value": "", "type": "query" }, { "name": "ids", "value": "", "type": "query" }, { "name": "purchase_order_id", "value": "", "type": "query" }, { "name": "purchase_order_row_id", "value": "", "type": "query" }, { "name": "ingredient_variant_id", "value": "", "type": "query" }, { "name": "include_deleted", "value": "", "type": "query" } ] } }, { "info": { "name": "PurchaseOrderRecipeRowController.createPurchaseOrderRecipeRow", "type": "http" }, "http": { "method": "POST", "url": "https://api.katanamrp.com/v1/outsourced_purchase_order_recipe_rows", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }