{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Quote Tax Line Item API", "version": "v1" }, "items": [ { "info": { "name": "Quote Tax Line Item", "type": "folder" }, "items": [ { "info": { "name": "Create a tax line item on a Quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId/tax-line-items", "params": [ { "name": "quoteId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a tax line item on a Quote" }, { "info": { "name": "Get a specific tax line item for a Quote", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId/tax-line-items/:lineItemId", "params": [ { "name": "quoteId", "value": "", "type": "path" }, { "name": "lineItemId", "value": "", "type": "path" } ] }, "docs": "Get a specific tax line item for a Quote" }, { "info": { "name": "Update a specific tax line item for a Quote", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId/tax-line-items/:lineItemId", "params": [ { "name": "quoteId", "value": "", "type": "path" }, { "name": "lineItemId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific tax line item for a Quote" }, { "info": { "name": "Delete a specific tax line item for a Quote", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId/tax-line-items/:lineItemId", "params": [ { "name": "quoteId", "value": "", "type": "path" }, { "name": "lineItemId", "value": "", "type": "path" } ] }, "docs": "Delete a specific tax line item for a Quote" }, { "info": { "name": "Get a list of tax lines items for a Quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId/tax-line-items/list", "params": [ { "name": "quoteId", "value": "", "type": "path" } ] }, "docs": "Get a list of tax lines items for a Quote" } ] } ], "bundled": true }