{ "opencollection": "1.0.0", "info": { "name": "Workday Compensation One-Time Payments API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://wd2-impl-services1.workday.com/ccx/oauth2/{tenant}/authorize", "accessTokenUrl": "https://wd2-impl-services1.workday.com/ccx/oauth2/{tenant}/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "One-Time Payments", "type": "folder" }, "items": [ { "info": { "name": "Request One-time Payment", "type": "http" }, "http": { "method": "POST", "url": "https://wd2-impl-services1.workday.com/ccx/api/compensation/v1/{tenant}/workers/:ID/requestOneTimePayment", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a one-time payment request for a worker." } ] } ], "bundled": true }