{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Shipping Method API", "version": "v1" }, "items": [ { "info": { "name": "Shipping Method", "type": "folder" }, "items": [ { "info": { "name": "Get a shipping method.", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumpro.com/api/shipping-methods/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a shipping method." }, { "info": { "name": "Find shipping methods based on search parameters.", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/shipping-methods/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 shipping methods based on search parameters." } ] } ], "bundled": true }