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