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