{ "opencollection": "1.0.0", "info": { "name": "Workday Finance Financial Management Accounts Suppliers API", "version": "v41.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Suppliers", "type": "folder" }, "items": [ { "info": { "name": "List Suppliers", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/financial-management/v41.2/{tenant}/suppliers", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Returns a collection of supplier accounts in the tenant." }, { "info": { "name": "Get Supplier", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/financial-management/v41.2/{tenant}/suppliers/:supplierId", "params": [ { "name": "supplierId", "value": "", "type": "path", "description": "The unique identifier of the supplier" } ] }, "docs": "Returns details of a specific supplier account." } ] } ], "bundled": true }