{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Shipment Custom Fields API", "version": "v1" }, "items": [ { "info": { "name": "Shipment Custom Fields", "type": "folder" }, "items": [ { "info": { "name": "Updates custom fields on a shipment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/shipments/:id/custom-fields", "params": [ { "name": "id", "value": "", "type": "path", "description": "The shipment identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates custom fields on a shipment" } ] } ], "bundled": true }