{ "opencollection": "1.0.0", "info": { "name": "Fyle Platform Advances Cost Centers API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cost Centers", "type": "folder" }, "items": [ { "info": { "name": "List cost centers (admin)", "type": "http" }, "http": { "method": "GET", "url": "https://api.fylehq.com/platform/v1/admin/cost_centers", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip for pagination (mandatory)." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return per page (mandatory)." }, { "name": "order", "value": "", "type": "query", "description": "Sort order, e.g. `created_at.desc` or `updated_at.asc` (mandatory)." } ] }, "docs": "Lists cost centers with filtering and pagination." }, { "info": { "name": "Create or update a cost center (admin)", "type": "http" }, "http": { "method": "POST", "url": "https://api.fylehq.com/platform/v1/admin/cost_centers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a single cost center." }, { "info": { "name": "Bulk create or update cost centers (admin)", "type": "http" }, "http": { "method": "POST", "url": "https://api.fylehq.com/platform/v1/admin/cost_centers/bulk", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates many cost centers in one request." } ] } ], "bundled": true }