{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Job Custom Fields API", "version": "v1" }, "items": [ { "info": { "name": "Job Custom Fields", "type": "folder" }, "items": [ { "info": { "name": "Update (selectively) custom fields on a job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/jobs/:jobId/customFields", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The job identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update (selectively) custom fields on a job" }, { "info": { "name": "Update (selectively) custom fields on a job", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/jobs/:jobId/custom-fields", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The job identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update (selectively) custom fields on a job" } ] } ], "bundled": true }