{ "opencollection": "1.0.0", "info": { "name": "Autodesk Fusion Operations (Prodsmart) API v1 Authorization Suppliers API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Suppliers", "type": "folder" }, "items": [ { "info": { "name": "List suppliers", "type": "http" }, "http": { "method": "GET", "url": "https://fusionoperations.autodesk.com/api/v1/suppliers/" }, "docs": "List suppliers" }, { "info": { "name": "Create supplier", "type": "http" }, "http": { "method": "POST", "url": "https://fusionoperations.autodesk.com/api/v1/suppliers/" }, "docs": "Create supplier" }, { "info": { "name": "Retrieve supplier", "type": "http" }, "http": { "method": "GET", "url": "https://fusionoperations.autodesk.com/api/v1/suppliers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve supplier" }, { "info": { "name": "Update supplier", "type": "http" }, "http": { "method": "PUT", "url": "https://fusionoperations.autodesk.com/api/v1/suppliers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update supplier" }, { "info": { "name": "Remove supplier", "type": "http" }, "http": { "method": "DELETE", "url": "https://fusionoperations.autodesk.com/api/v1/suppliers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove supplier" } ] } ], "bundled": true }