{ "opencollection": "1.0.0", "info": { "name": "Workday Payroll Input Deductions Supplemental Earnings API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Supplemental Earnings", "type": "folder" }, "items": [ { "info": { "name": "Workday Payroll List Supplemental Earnings", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/supplementalEarnings", "params": [ { "name": "limit", "value": "20", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "0", "type": "query", "description": "Number of results to skip for pagination" }, { "name": "workerId", "value": "w_100542", "type": "query", "description": "Filter by worker identifier" } ] }, "docs": "Retrieve all supplemental earning submissions, such as bonuses, commissions, and other non-regular earnings." }, { "info": { "name": "Workday Payroll Create a Supplemental Earning", "type": "http" }, "http": { "method": "POST", "url": "https://api.workday.com/payroll-input/v1/supplementalEarnings", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a supplemental earning for a worker to be included in the next payroll run." }, { "info": { "name": "Workday Payroll Get a Supplemental Earning", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/supplementalEarnings/:earningId", "params": [ { "name": "earningId", "value": "ern_20260430_00301", "type": "path", "description": "Unique identifier for the supplemental earning" } ] }, "docs": "Retrieve details of a specific supplemental earning submission." }, { "info": { "name": "Workday Payroll Delete a Supplemental Earning", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.workday.com/payroll-input/v1/supplementalEarnings/:earningId", "params": [ { "name": "earningId", "value": "ern_20260430_00301", "type": "path", "description": "Unique identifier for the supplemental earning" } ] }, "docs": "Delete a pending supplemental earning that has not yet been processed." } ] } ], "bundled": true }