{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Item Material Vendor API", "version": "v1" }, "items": [ { "info": { "name": "Item Material Vendor", "type": "folder" }, "items": [ { "info": { "name": "Get a list of vendors for a material-based item", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/items/:itemId/material-vendors/list", "params": [ { "name": "itemId", "value": "", "type": "path" } ] }, "docs": "Get a list of vendors for a material-based item" }, { "info": { "name": "Create a new item vendor", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/items/:itemId/material-vendors", "params": [ { "name": "itemId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new item vendor" }, { "info": { "name": "Update a specific item material vendor", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/items/:itemId/material-vendors/:materialVendorId", "params": [ { "name": "itemId", "value": "", "type": "path", "description": "The id of the item to modify vendors for" }, { "name": "materialVendorId", "value": "", "type": "path", "description": "The id of the material-item vendor." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific item material vendor" } ] } ], "bundled": true }