{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Shipments API", "version": "v1" }, "items": [ { "info": { "name": "Shipments", "type": "folder" }, "items": [ { "info": { "name": "Get a specific shipment. Includes the scheduled ship by date and, once shipped, the actual shipped date.", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumpro.com/api/shipments/:shipmentId", "params": [ { "name": "shipmentId", "value": "", "type": "path" } ] }, "docs": "Get a specific shipment. Includes the scheduled ship by date and, once shipped, the actual shipped date." }, { "info": { "name": "Update a specific shipment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/shipments/:shipmentId", "params": [ { "name": "shipmentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific shipment" }, { "info": { "name": "Partially update a Shipment", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fulcrumpro.com/api/shipments/:shipmentId", "params": [ { "name": "shipmentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially update a Shipment" }, { "info": { "name": "Finds shipments based on search parameters", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/shipments/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": "Finds shipments based on search parameters" } ] } ], "bundled": true }