{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Attachment Certification API", "version": "v1" }, "items": [ { "info": { "name": "Attachment Certification", "type": "folder" }, "items": [ { "info": { "name": "Create a certification attachment", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/attachments/certification", "body": { "type": "multipart-form", "data": [ { "name": "File", "type": "text", "value": "" }, { "name": "Detail.Owner.Type", "type": "text", "value": "" }, { "name": "Detail.Owner.Id", "type": "text", "value": "" }, { "name": "Detail.Description", "type": "text", "value": "" }, { "name": "Detail.Metadata", "type": "text", "value": "" }, { "name": "Detail.LotId", "type": "text", "value": "" } ] } }, "docs": "Create a certification attachment" } ] } ], "bundled": true }