{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Item Custom Fields API", "version": "v1" }, "items": [ { "info": { "name": "Item Custom Fields", "type": "folder" }, "items": [ { "info": { "name": "Update (selectively) custom fields on an item.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/items/:itemId/customFields", "params": [ { "name": "itemId", "value": "", "type": "path", "description": "The Item identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update (selectively) custom fields on an item." }, { "info": { "name": "Update (selectively) custom fields on an item.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/items/:itemId/custom-fields", "params": [ { "name": "itemId", "value": "", "type": "path", "description": "The Item identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update (selectively) custom fields on an item." } ] } ], "bundled": true }