{ "info": { "_postman_id": "54bd6ef6-822d-400f-a391-115ff80b9032", "name": "Workday Payroll Input Deductions 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:01.000Z", "updatedAt": "2026-07-28T03:32:01.000Z", "lastUpdatedBy": "35240", "uid": "35240-54bd6ef6-822d-400f-a391-115ff80b9032" }, "item": [ { "name": "workers", "item": [ { "name": "{workerId}", "item": [ { "name": "deductions", "item": [ { "name": "Workday Payroll List Worker Deductions", "id": "d51480b0-ad10-4eed-989a-640219ce97a2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/workers/:workerId/deductions?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "deductions" ], "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": "96622ab4-b5ba-4853-a919-2d16aa3ac452", "key": "workerId", "value": "", "description": "(Required) Unique identifier for the worker (Workday ID)" } ] }, "description": "Retrieve all deductions for a specific worker, including benefits, retirement contributions, garnishments, and voluntary deductions." }, "response": [ { "id": "373fb9a1-15bf-4ce2-b952-f553837ca2de", "name": "Collection of worker deductions", "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/deductions?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "deductions" ], "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": "workerId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"deductionCode\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"amount\": \"\",\n \"frequency\": \"OneTime\",\n \"preTax\": \"\",\n \"effectiveDate\": \"\",\n \"endDate\": \"\"\n },\n {\n \"id\": \"\",\n \"deductionCode\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"amount\": \"\",\n \"frequency\": \"PerPayPeriod\",\n \"preTax\": \"\",\n \"effectiveDate\": \"\",\n \"endDate\": \"\"\n }\n ],\n \"total\": \"\"\n}", "createdAt": "2026-07-28T03:32:01.000Z", "updatedAt": "2026-07-28T03:32:01.000Z", "uid": "35240-373fb9a1-15bf-4ce2-b952-f553837ca2de" }, { "id": "c0e05a6d-134e-4789-9c6b-64b4f37431e4", "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/deductions?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "deductions" ], "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": "workerId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:32:01.000Z", "updatedAt": "2026-07-28T03:32:01.000Z", "uid": "35240-c0e05a6d-134e-4789-9c6b-64b4f37431e4" }, { "id": "e999bf5f-d66b-453d-acb1-d4ad4b8b6ad5", "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/deductions?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "workers", ":workerId", "deductions" ], "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": "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 \"details\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:32:01.000Z", "updatedAt": "2026-07-28T03:32:01.000Z", "uid": "35240-e999bf5f-d66b-453d-acb1-d4ad4b8b6ad5" } ], "createdAt": "2026-07-28T03:32:01.000Z", "updatedAt": "2026-07-28T03:32:01.000Z", "uid": "35240-d51480b0-ad10-4eed-989a-640219ce97a2" } ], "id": "489d8b40-12dd-460f-8b15-dbdf411af3a4", "createdAt": "2026-07-28T03:32:01.000Z", "updatedAt": "2026-07-28T03:32:01.000Z", "uid": "35240-489d8b40-12dd-460f-8b15-dbdf411af3a4" } ], "id": "e37766ce-0c98-4ac2-aab0-2d73220b54c0", "createdAt": "2026-07-28T03:32:01.000Z", "updatedAt": "2026-07-28T03:32:01.000Z", "uid": "35240-e37766ce-0c98-4ac2-aab0-2d73220b54c0" } ], "id": "adb30bc9-d99d-4351-a1a9-3b876832cc07", "createdAt": "2026-07-28T03:32:01.000Z", "updatedAt": "2026-07-28T03:32:01.000Z", "uid": "35240-adb30bc9-d99d-4351-a1a9-3b876832cc07" }, { "name": "deductionCodes", "item": [ { "name": "Workday Payroll List Deduction Codes", "id": "a3043ca5-9ad2-4d9d-beb0-5cb305668336", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/deductionCodes?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "deductionCodes" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ] }, "description": "Retrieve all configured deduction codes that define types of payroll deductions such as taxes, benefits, and garnishments." }, "response": [ { "id": "f33a79ac-784a-44c9-9e6c-df4477e4f41f", "name": "Collection of deduction codes", "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}}/deductionCodes?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "deductionCodes" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"descriptor\": \"\",\n \"type\": \"Garnishment\",\n \"preTax\": \"\",\n \"active\": \"\"\n },\n {\n \"id\": \"\",\n \"descriptor\": \"\",\n \"type\": \"Other\",\n \"preTax\": \"\",\n \"active\": \"\"\n }\n ],\n \"total\": \"\"\n}", "createdAt": "2026-07-28T03:32:01.000Z", "updatedAt": "2026-07-28T03:32:01.000Z", "uid": "35240-f33a79ac-784a-44c9-9e6c-df4477e4f41f" }, { "id": "16fa410d-c056-4122-9f96-18086ea87d1e", "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}}/deductionCodes?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "deductionCodes" ], "query": [ { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"field\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T03:32:01.000Z", "updatedAt": "2026-07-28T03:32:01.000Z", "uid": "35240-16fa410d-c056-4122-9f96-18086ea87d1e" } ], "createdAt": "2026-07-28T03:32:01.000Z", "updatedAt": "2026-07-28T03:32:01.000Z", "uid": "35240-a3043ca5-9ad2-4d9d-beb0-5cb305668336" } ], "id": "b6f876d7-15d0-4cfe-8879-cf32cb146ebb", "createdAt": "2026-07-28T03:32:01.000Z", "updatedAt": "2026-07-28T03:32:01.000Z", "uid": "35240-b6f876d7-15d0-4cfe-8879-cf32cb146ebb" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.workday.com/payroll-input/v1" } ] }