{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Quote API", "version": "v1" }, "items": [ { "info": { "name": "Quote", "type": "folder" }, "items": [ { "info": { "name": "Convert a quote to a sales order", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId/to-sales-order", "params": [ { "name": "quoteId", "value": "", "type": "path" } ] }, "docs": "Convert a quote to a sales order" }, { "info": { "name": "TO BE REMOVED 06/30/2025 - Create a new draft quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/quote", "body": { "type": "json", "data": "{}" } }, "docs": "Please use provided route instead ==> quotes" }, { "info": { "name": "Create a new draft quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/quotes", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new draft quote" }, { "info": { "name": "TO BE REMOVED 06/30/2025 - Delete a specific Quote", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fulcrumpro.com/api/quote/:quoteId", "params": [ { "name": "quoteId", "value": "", "type": "path" } ] }, "docs": "Please use provided route instead ==> quotes/{quoteId}" }, { "info": { "name": "Get a specific Quote", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId", "params": [ { "name": "quoteId", "value": "", "type": "path" } ] }, "docs": "Get a specific Quote" }, { "info": { "name": "Update a quote", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId", "params": [ { "name": "quoteId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a quote" }, { "info": { "name": "Partially update a quote", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId", "params": [ { "name": "quoteId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially update a quote" }, { "info": { "name": "Delete a specific Quote", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId", "params": [ { "name": "quoteId", "value": "", "type": "path" } ] }, "docs": "Delete a specific Quote" }, { "info": { "name": "Find quotes based on search parameters.", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/quotes/list", "params": [ { "name": "Sort.Field", "value": "", "type": "query", "description": "Sort field" }, { "name": "Sort.Dir", "value": "", "type": "query", "description": "Sort direction" }, { "name": "Skip", "value": "", "type": "query", "description": "Number of records to skip." }, { "name": "Take", "value": "", "type": "query", "description": "Number of records to return (maximum)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Find quotes based on search parameters." }, { "info": { "name": "Update a quote status", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/quotes/:quoteId/status", "params": [ { "name": "quoteId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a quote status" } ] } ], "bundled": true }