{ "opencollection": "1.0.0", "info": { "name": "Fieldwire Account Actual Costs Budget Line Items API", "version": "v3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Budget Line Items", "type": "folder" }, "items": [ { "info": { "name": "Get Budget Line Items In Project", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.super.fieldwire.com/projects/:project_id/budget_line_items", "params": [ { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Get Budget Line Items In Project" }, { "info": { "name": "Create Budget Line Item In Project", "type": "http" }, "http": { "method": "POST", "url": "https://client-api.super.fieldwire.com/projects/:project_id/budget_line_items", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Budget Line Item In Project" } ] } ], "bundled": true }