{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Quote Discount Line Item API", "version": "v1" }, "items": [ { "info": { "name": "Quote Discount Line Item", "type": "folder" }, "items": [ { "info": { "name": "Get the discount line item for a quote", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId/discount-line-item", "params": [ { "name": "quoteId", "value": "", "type": "path" } ] }, "docs": "Get the discount line item for a quote" }, { "info": { "name": "Delete the discount line item for a Quote", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId/discount-line-item", "params": [ { "name": "quoteId", "value": "", "type": "path" } ] }, "docs": "Delete the discount line item for a Quote" }, { "info": { "name": "Update the discount line item for a quote", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/quote/:quoteId/discount-line-item", "params": [ { "name": "quoteId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the discount line item for a quote" } ] } ], "bundled": true }