{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Purchase Order API", "version": "v1" }, "items": [ { "info": { "name": "Purchase Order", "type": "folder" }, "items": [ { "info": { "name": "Create a new draft purchase order", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/purchase-orders", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new draft purchase order" }, { "info": { "name": "Get a specific purchase order", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumpro.com/api/purchase-orders/:purchaseOrderId", "params": [ { "name": "purchaseOrderId", "value": "", "type": "path" } ] }, "docs": "Get a specific purchase order" }, { "info": { "name": "Update a purchase order", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/purchase-orders/:purchaseOrderId", "params": [ { "name": "purchaseOrderId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a purchase order" }, { "info": { "name": "Partially update a purchase order", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fulcrumpro.com/api/purchase-orders/:purchaseOrderId", "params": [ { "name": "purchaseOrderId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially update a purchase order" }, { "info": { "name": "Delete a specific purchase order", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fulcrumpro.com/api/purchase-orders/:purchaseOrderId", "params": [ { "name": "purchaseOrderId", "value": "", "type": "path" } ] }, "docs": "Delete a specific purchase order" }, { "info": { "name": "Find purchase orders based on search parameters.", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/purchase-orders/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 purchase orders based on search parameters." }, { "info": { "name": "Update a purchase order status", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/purchase-orders/:purchaseOrderId/status", "params": [ { "name": "purchaseOrderId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a purchase order status" } ] } ], "bundled": true }