{ "opencollection": "1.0.0", "info": { "name": "katana-api-gateway AdditionalCostController DemandForecastController API", "version": "0.0.1" }, "items": [ { "info": { "name": "DemandForecastController", "type": "folder" }, "items": [ { "info": { "name": "DemandForecastController.findDemandForecast", "type": "http" }, "http": { "method": "GET", "url": "https://api.katanamrp.com/v1/demand_forecasts", "params": [ { "name": "variant_id", "value": "", "type": "query" }, { "name": "location_id", "value": "", "type": "query" } ] } }, { "info": { "name": "DemandForecastController.updateDemandForecast", "type": "http" }, "http": { "method": "POST", "url": "https://api.katanamrp.com/v1/demand_forecasts", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DemandForecastController.clearDemandForecast", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.katanamrp.com/v1/demand_forecasts", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }