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