{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Quote Part Line Item Custom Fields API", "version": "v1" }, "items": [ { "info": { "name": "Quote Part Line Item Custom Fields", "type": "folder" }, "items": [ { "info": { "name": "Update (selectively) custom fields on a line item", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId/part-line-items/:lineItemId/customFields", "params": [ { "name": "quoteId", "value": "", "type": "path", "description": "The quote identifier that contains the line item" }, { "name": "lineItemId", "value": "", "type": "path", "description": "The line item identifier that contains the custom fields you want to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update (selectively) custom fields on a line item" }, { "info": { "name": "Update (selectively) custom fields on a line item", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId/part-line-items/:lineItemId/custom-fields", "params": [ { "name": "quoteId", "value": "", "type": "path", "description": "The quote identifier that contains the line item" }, { "name": "lineItemId", "value": "", "type": "path", "description": "The line item identifier that contains the custom fields you want to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update (selectively) custom fields on a line item" } ] } ], "bundled": true }