{ "info": { "_postman_id": "6edeb3b7-53e4-4048-b051-5b437be3e049", "name": "Workday Payroll Input Deductions Tax Calculations API", "description": "API for submitting and managing payroll input data within the Workday platform, including one-time payments, payroll adjustments, supplemental earnings, and batch input submissions.\n\nContact Support:\n Name: Workday Support\n Email: support@workday.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:32:31.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-6edeb3b7-53e4-4048-b051-5b437be3e049" }, "item": [ { "name": "payRuns", "item": [ { "name": "{payRunId}", "item": [ { "name": "taxResults", "item": [ { "name": "Workday Payroll List Tax Results for a Pay Run", "id": "bccea800-6749-4372-832c-b489e04ca76e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/payRuns/:payRunId/taxResults?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "payRuns", ":payRunId", "taxResults" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ], "variable": [ { "id": "a93bf150-1589-48aa-86f4-4f177847eb0d", "key": "payRunId", "value": "", "description": "(Required) Unique identifier for the pay run" } ] }, "description": "Retrieve aggregated tax calculation results for a completed pay run, broken down by tax type and jurisdiction." }, "response": [ { "id": "70af8be1-79e1-4164-a274-9f14f875ae2a", "name": "Collection of tax results", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payRuns/:payRunId/taxResults?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "payRuns", ":payRunId", "taxResults" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ], "variable": [ { "key": "payRunId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"jurisdiction\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"taxType\": \"\",\n \"employeeAmount\": \"\",\n \"employerAmount\": \"\",\n \"taxableWages\": \"\",\n \"currency\": \"\"\n },\n {\n \"jurisdiction\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"taxType\": \"\",\n \"employeeAmount\": \"\",\n \"employerAmount\": \"\",\n \"taxableWages\": \"\",\n \"currency\": \"\"\n }\n ],\n \"total\": \"\"\n}", "createdAt": "2026-07-28T03:32:32.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "uid": "35240-70af8be1-79e1-4164-a274-9f14f875ae2a" }, { "id": "79c2ce64-2f53-4cf5-ae1f-7f7de7127704", "name": "Authentication required or token expired", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payRuns/:payRunId/taxResults?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "payRuns", ":payRunId", "taxResults" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ], "variable": [ { "key": "payRunId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:32:32.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "uid": "35240-79c2ce64-2f53-4cf5-ae1f-7f7de7127704" }, { "id": "2a3a79e2-c902-4509-95d4-b0f6a362c8ae", "name": "Resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/payRuns/:payRunId/taxResults?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "payRuns", ":payRunId", "taxResults" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ], "variable": [ { "key": "payRunId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:32:32.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "uid": "35240-2a3a79e2-c902-4509-95d4-b0f6a362c8ae" } ], "createdAt": "2026-07-28T03:32:32.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "uid": "35240-bccea800-6749-4372-832c-b489e04ca76e" } ], "id": "a96dead6-2646-42e5-aac0-1b60552d2d6c", "createdAt": "2026-07-28T03:32:32.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "uid": "35240-a96dead6-2646-42e5-aac0-1b60552d2d6c" } ], "id": "ee457813-c837-4d88-9252-842d79a686ad", "createdAt": "2026-07-28T03:32:32.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "uid": "35240-ee457813-c837-4d88-9252-842d79a686ad" } ], "id": "38df9964-510f-4022-8710-13e83f1bbd7d", "createdAt": "2026-07-28T03:32:32.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "uid": "35240-38df9964-510f-4022-8710-13e83f1bbd7d" }, { "name": "workers", "item": [ { "name": "{workerId}", "item": [ { "name": "taxSummary", "item": [ { "name": "Workday Payroll Get Worker Tax Summary", "id": "a496a4a5-40b5-4588-9442-f1cf4c123500", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/workers/:workerId/taxSummary?taxYear=", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "taxSummary" ], "query": [ { "description": "Tax year (defaults to current year)", "key": "taxYear", "value": "" } ], "variable": [ { "id": "4fa0d7aa-5092-44b3-956a-f5e9ba2712b1", "key": "workerId", "value": "", "description": "(Required) Unique identifier for the worker" } ] }, "description": "Retrieve a year-to-date tax summary for a worker, including total withholdings by jurisdiction and tax type." }, "response": [ { "id": "5873d1d5-ea4a-438b-820e-1f7cad1e057e", "name": "Worker tax summary", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/workers/:workerId/taxSummary?taxYear=", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "taxSummary" ], "query": [ { "description": "Tax year (defaults to current year)", "key": "taxYear", "value": "" } ], "variable": [ { "key": "workerId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"worker\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"taxYear\": \"\",\n \"totalGrossWages\": \"\",\n \"totalTaxableWages\": \"\",\n \"totalFederalWithholding\": \"\",\n \"totalStateWithholding\": \"\",\n \"totalLocalWithholding\": \"\",\n \"totalSocialSecurity\": \"\",\n \"totalMedicare\": \"\",\n \"currency\": \"\",\n \"jurisdictionBreakdown\": [\n {\n \"jurisdiction\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"taxType\": \"\",\n \"employeeAmount\": \"\",\n \"employerAmount\": \"\",\n \"taxableWages\": \"\",\n \"currency\": \"\"\n },\n {\n \"jurisdiction\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"taxType\": \"\",\n \"employeeAmount\": \"\",\n \"employerAmount\": \"\",\n \"taxableWages\": \"\",\n \"currency\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:32:32.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "uid": "35240-5873d1d5-ea4a-438b-820e-1f7cad1e057e" }, { "id": "972cd6c5-e167-4df5-bfff-0799ef9f7cf5", "name": "Authentication required or token expired", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/workers/:workerId/taxSummary?taxYear=", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "taxSummary" ], "query": [ { "description": "Tax year (defaults to current year)", "key": "taxYear", "value": "" } ], "variable": [ { "key": "workerId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:32:32.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "uid": "35240-972cd6c5-e167-4df5-bfff-0799ef9f7cf5" }, { "id": "2d5f7138-dc4c-4687-9f81-4ea5e1784794", "name": "Resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/workers/:workerId/taxSummary?taxYear=", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "taxSummary" ], "query": [ { "description": "Tax year (defaults to current year)", "key": "taxYear", "value": "" } ], "variable": [ { "key": "workerId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:32:32.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "uid": "35240-2d5f7138-dc4c-4687-9f81-4ea5e1784794" } ], "createdAt": "2026-07-28T03:32:32.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "uid": "35240-a496a4a5-40b5-4588-9442-f1cf4c123500" } ], "id": "a3da333e-9861-4c39-bddb-c93a6992f081", "createdAt": "2026-07-28T03:32:32.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "uid": "35240-a3da333e-9861-4c39-bddb-c93a6992f081" } ], "id": "7b1c69cc-4d85-4cbf-bb64-5e5ea3e57815", "createdAt": "2026-07-28T03:32:32.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "uid": "35240-7b1c69cc-4d85-4cbf-bb64-5e5ea3e57815" } ], "id": "213f9fe7-bfab-46d6-adea-84be76e4aa94", "createdAt": "2026-07-28T03:32:32.000Z", "updatedAt": "2026-07-28T03:32:32.000Z", "uid": "35240-213f9fe7-bfab-46d6-adea-84be76e4aa94" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.workday.com/payroll-input/v1" } ] }