{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Invoice API", "version": "v1" }, "items": [ { "info": { "name": "Invoice", "type": "folder" }, "items": [ { "info": { "name": "Get a specific invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumpro.com/api/invoices/:invoiceId", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ] }, "docs": "Get a specific invoice" }, { "info": { "name": "Update an invoice", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/invoices/:invoiceId", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an invoice" }, { "info": { "name": "Partially update an invoice", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fulcrumpro.com/api/invoices/:invoiceId", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially update an invoice" }, { "info": { "name": "Find invoices based on search parameters.", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/invoices/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 invoices based on search parameters." }, { "info": { "name": "Update an invoice status", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/invoices/:invoiceId/status", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an invoice status" } ] } ], "bundled": true }