{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Invoice Fee Line Item API", "version": "v1" }, "items": [ { "info": { "name": "Invoice Fee Line Item", "type": "folder" }, "items": [ { "info": { "name": "Get a specific fee line item for an invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumpro.com/api/invoices/:invoiceId/fee-line-items/:lineItemId", "params": [ { "name": "invoiceId", "value": "", "type": "path" }, { "name": "lineItemId", "value": "", "type": "path" } ] }, "docs": "Get a specific fee line item for an invoice" }, { "info": { "name": "Update a specific fee line item for an invoice", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/invoices/:invoiceId/fee-line-items/:lineItemId", "params": [ { "name": "invoiceId", "value": "", "type": "path" }, { "name": "lineItemId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific fee line item for an invoice" }, { "info": { "name": "Partially update a specific fee line item for a purchase order", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fulcrumpro.com/api/invoices/:invoiceId/fee-line-items/:lineItemId", "params": [ { "name": "invoiceId", "value": "", "type": "path" }, { "name": "lineItemId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially update a specific fee line item for a purchase order" }, { "info": { "name": "Get a list of fee lines items for an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/invoices/:invoiceId/fee-line-items/list", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ] }, "docs": "Get a list of fee lines items for an invoice" } ] } ], "bundled": true }