{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Inventory Event Details API", "version": "v1" }, "items": [ { "info": { "name": "Inventory Event Details", "type": "folder" }, "items": [ { "info": { "name": "Get a specific inventory event", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumpro.com/api/inventory-events/:inventoryEventId/details", "params": [ { "name": "inventoryEventId", "value": "", "type": "path" } ] }, "docs": "Get a specific inventory event" }, { "info": { "name": "Update a specific inventory event details", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/inventory-events/:inventoryEventId/details", "params": [ { "name": "inventoryEventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific inventory event details" }, { "info": { "name": "Partially update an inventory event's details", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fulcrumpro.com/api/inventory-events/:inventoryEventId/details", "params": [ { "name": "inventoryEventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially update an inventory event's details" } ] } ], "bundled": true }